/* 
 This file was generated by Dashcode and is covered by the 
 license.txt included in the project.  You may edit this file, 
 however it is recommended to first turn off the Dashcode 
 code generator otherwise the changes will be lost.
 */
var dashcodePartSpecs = {
    "ButtonNext": { "creationFunction": "CreatePushButton", "initialHeight": 30, "initialWidth": 50, "leftImageWidth": 5, "rightImageWidth": 16, "text": "Next" },
    "ButtonPrevious": { "creationFunction": "CreatePushButton", "initialHeight": 30, "initialWidth": 50, "leftImageWidth": 16, "rightImageWidth": 5, "text": "Prev" },
    "detailText": { "creationFunction": "CreateText", "text": "Item" },
    "done1": { "creationFunction": "CreatePushButton", "initialHeight": 30, "initialWidth": 49, "leftImageWidth": 5, "onclick": "flipToFront", "rightImageWidth": 5, "text": "Done" },
    "done2": { "creationFunction": "CreatePushButton", "initialHeight": 30, "initialWidth": 49, "leftImageWidth": 5, "onclick": "flipToFront", "rightImageWidth": 5, "text": "Done" },
    "infoButton": { "creationFunction": "CreatePushButton", "customImage": "Images/info.png", "customImagePosition": "PushButton.IMAGE_POSITION_CENTER", "customImagePressed": "Images/info_clicked.png", "initialHeight": 23, "initialWidth": 24, "leftImageWidth": 1, "onclick": "flipToSettings", "rightImageWidth": 1 },
    "LblCompany": { "creationFunction": "CreateText", "text": "Elegant Words" },
    "LblDetailsPage": { "creationFunction": "CreateText", "text": "XX of YY" },
    "LblHeader": { "creationFunction": "CreateText", "text": "Settings" },
    "LblNumLookups": { "creationFunction": "CreateText", "text": "-" },
    "LblNumLookupsMe": { "creationFunction": "CreateText", "text": "-" },
    "LblRank": { "creationFunction": "CreateText", "text": "-" },
    "LblRegisterInstructions": { "creationFunction": "CreateText", "text": "What is this:\nElegant Words is an iPhone web app for looking up words in a dictionary.  Definitions come from Princeton University's Wordnet public dictionary.  Supplemental definitions come from the Internet.\n\nGlossary:\nYour Views = Number of times you have looked up this word\nPopularity = The ranking of how frequently this particular word has been looked up by all users\nNum-Look-ups = How often this particular word has been looked up.\nHint: All counts are updated daily\n\nProduct Roadmap:\nNext will come feedback for helping you remember the words that you've already looked up.   You will also get some customized help for building your vocabulary.  Something like \"People who looked up this word, also looked up...\"\n\nEnjoy,\nJJ" },
    "LblTagLine": { "creationFunction": "CreateText", "text": "by Elegant Technologies, LLC" },
    "LblTagLine2": { "creationFunction": "CreateText", "text": "by Elegant Technologies, LLC" },
    "LblTitle": { "creationFunction": "CreateText", "text": "Elegant Words" },
    "LblTitle1": { "creationFunction": "CreateText", "text": "( Your Word Here )" },
    "LblTitleDetails": { "creationFunction": "CreateText", "text": "Details" },
    "list": { "creationFunction": "CreateList", "dataArray": ["Item 1", "Item 2", "Item 3"], "dataSourceName": "listController", "labelElementId": "rowTitle", "listStyle": "List.ROUNDED_RECTANGLE", "sampleRows": 5, "useDataSource": true },
    "mailButton": { "creationFunction": "CreateMailButton", "customImage": "Images/mailGlyph.png", "customImagePosition": "PushButton.IMAGE_POSITION_CENTER", "customImagePressed": "Images/mailGlyph.png", "email": "ew.support@eleganttechnologies.com", "initialHeight": 36, "initialWidth": 36, "leftImageWidth": 6, "rightImageWidth": 6, "subject": "Elegant Words help & feedback", "text": "Contact Us:" },
    "rowTitle": { "creationFunction": "CreateText", "text": "Item" },
    "TblCompany1": { "creationFunction": "CreateText", "text": "Elegant Words" },
    "text": { "creationFunction": "CreateText", "text": "Popularity:" },
    "text1": { "creationFunction": "CreateText", "text": "Your Views:" },
    "text2": { "creationFunction": "CreateText", "text": "Num Look-Ups:" },
    "views": { "creationFunction": "CreateStackLayout", "subviewsTransitions": [{ "direction": "right-left", "duration": "", "timing": "ease-in-out", "type": "flip" }, { "direction": "right-left", "duration": "", "timing": "ease-in-out", "type": "flip" }, { "direction": "right-left", "duration": "", "timing": "ease-in-out", "type": "push" }] }
};
