/* 
 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 = {
    "activityIndicator": { "creationFunction": "CreateActivityIndicator" },
    "amountText": { "creationFunction": "CreateText" },
    "back_button": { "creationFunction": "CreatePushButton", "initialHeight": 30, "initialWidth": 50, "leftImageWidth": 16, "rightImageWidth": 5, "text": "Back" },
    "browser": { "creationFunction": "CreateBrowser" },
    "calculateButton": { "creationFunction": "CreatePushButton", "initialHeight": 30, "initialWidth": 110, "leftImageWidth": 15, "onclick": "sourceDataListController.calculate", "rightImageWidth": 15, "text": "Calculate" },
    "clearDateButton": { "creationFunction": "CreatePushButton", "initialHeight": 30, "initialWidth": 80, "leftImageWidth": 15, "onclick": "dateEntryController.clear", "rightImageWidth": 15, "text": "Clear" },
    "dataList": { "creationFunction": "CreateList", "dataArray": [["Item 1", "Item 1"], "Item 2", "Item 3"], "dataSourceName": "sourceDataListController", "labelElementId": "label", "listStyle": "List.ROUNDED_RECTANGLE", "sampleRows": 5, "useDataSource": true },
    "header": { "creationFunction": "CreateHeader", "rootTitle": "Data" },
    "infoButton1": { "creationFunction": "CreatePushButton", "customImage": "Images/info.png", "customImagePosition": "PushButton.IMAGE_POSITION_CENTER", "customImagePressed": "Images/info_pressed_pressed.png", "initialHeight": 40, "initialWidth": 40, "leftImageWidth": 1, "onclick": "infoController.flipToInfo", "rightImageWidth": 1 },
    "infoButton2": { "creationFunction": "CreatePushButton", "customImage": "Images/info.png", "customImagePosition": "PushButton.IMAGE_POSITION_CENTER", "customImagePressed": "Images/info_pressed_pressed.png", "initialHeight": 40, "initialWidth": 40, "leftImageWidth": 1, "onclick": "infoController.flipToInfo", "rightImageWidth": 1 },
    "infoButton3": { "creationFunction": "CreatePushButton", "customImage": "Images/info.png", "customImagePosition": "PushButton.IMAGE_POSITION_CENTER", "customImagePressed": "Images/info_pressed_pressed.png", "initialHeight": 40, "initialWidth": 40, "leftImageWidth": 1, "onclick": "infoController.flipToInfo", "rightImageWidth": 1 },
    "infoButton5": { "creationFunction": "CreatePushButton", "customImage": "Images/info.png", "customImagePosition": "PushButton.IMAGE_POSITION_CENTER", "customImagePressed": "Images/info_pressed_pressed.png", "initialHeight": 40, "initialWidth": 40, "leftImageWidth": 1, "onclick": "infoController.flipToInfo", "rightImageWidth": 1 },
    "label": { "creationFunction": "CreateText", "text": "Item" },
    "labelValue": { "creationFunction": "CreateText", "text": "Text" },
    "list": { "creationFunction": "CreateList", "dataArray": ["Item 1", "Item 2", "Item 3"], "dataSourceName": "resultDataListController", "labelElementId": "resultLabel", "listStyle": "List.ROUNDED_RECTANGLE", "sampleRows": 4, "useDataSource": true },
    "ovalText1": { "creationFunction": "CreateText", "text": "7" },
    "ovalText10": { "creationFunction": "CreateText", "text": "C" },
    "ovalText11": { "creationFunction": "CreateText", "text": "0" },
    "ovalText12": { "creationFunction": "CreateText", "text": "<-" },
    "ovalText2": { "creationFunction": "CreateText", "text": "8" },
    "ovalText3": { "creationFunction": "CreateText", "text": "9" },
    "ovalText4": { "creationFunction": "CreateText", "text": "4" },
    "ovalText5": { "creationFunction": "CreateText", "text": "5" },
    "ovalText6": { "creationFunction": "CreateText", "text": "6" },
    "ovalText7": { "creationFunction": "CreateText", "text": "1" },
    "ovalText8": { "creationFunction": "CreateText", "text": "2" },
    "ovalText9": { "creationFunction": "CreateText", "text": "3" },
    "resultLabel": { "creationFunction": "CreateText", "text": "Item" },
    "resultLabelValue": { "creationFunction": "CreateText", "text": "Text" },
    "stackLayout": { "creationFunction": "CreateStackLayout", "subviewsTransitions": [{ "direction": "right-left", "duration": "", "timing": "ease-in-out", "type": "push" }, { "direction": "right-left", "duration": "", "timing": "ease-in-out", "type": "push" }, { "direction": "right-left", "duration": "", "timing": "ease-in-out", "type": "push" }, { "direction": "right-left", "duration": "", "timing": "ease-in-out", "type": "push" }, { "direction": "right-left", "duration": "", "timing": "ease-in-out", "type": "push" }, { "direction": "right-left", "duration": "", "timing": "ease-in-out", "type": "push" }] },
    "text": { "creationFunction": "CreateText", "text": "http://www.accessrm.com" },
    "text1": { "creationFunction": "CreateText", "text": "1-888-340-0305" },
    "text2": { "creationFunction": "CreateText", "text": "Brought to you by" },
    "textDay": { "creationFunction": "CreateText", "text": "Day" },
    "textMonth": { "creationFunction": "CreateText", "text": "Month" },
    "textYear": { "creationFunction": "CreateText", "text": "Year" }
};
