/* 
 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 = {
    "aboutText": { "creationFunction": "CreateText", "text": "Bus Times" },
    "activityIndicator": { "creationFunction": "CreateActivityIndicator" },
    "back_button": { "creationFunction": "CreatePushButton", "initialHeight": 30, "initialWidth": 50, "leftImageWidth": 16, "rightImageWidth": 5, "text": "Back" },
    "browser": { "creationFunction": "CreateBrowser" },
    "button": { "creationFunction": "CreatePushButton", "initialHeight": 30, "initialWidth": 80, "leftImageWidth": 5, "onclick": "addBusStop", "rightImageWidth": 5, "text": "Add stop" },
    "deleteButton": { "creationFunction": "CreatePushButton", "initialHeight": 30, "initialWidth": 92, "leftImageWidth": 5, "rightImageWidth": 5, "text": "Delete Stop" },
    "deleteStopsButton": { "creationFunction": "CreatePushButton", "initialHeight": 30, "initialWidth": 129, "leftImageWidth": 5, "onclick": "removeAllStops", "rightImageWidth": 5, "text": "Delete all stops" },
    "detailNumber": { "creationFunction": "CreateText", "text": "Text" },
    "detailTitle": { "creationFunction": "CreateText", "text": "Title" },
    "header": { "creationFunction": "CreateHeader", "rootTitle": "Bus Stops" },
    "label": { "creationFunction": "CreateText", "text": "Item" },
    "list": { "creationFunction": "CreateList", "dataSourceName": "listController", "labelElementId": "rowTitle", "listStyle": "List.EDGE_TO_EDGE", "sampleRows": 7, "useDataSource": true },
    "refreshButton": { "creationFunction": "CreatePushButton", "initialHeight": 30, "initialWidth": 80, "leftImageWidth": 5, "rightImageWidth": 5, "text": "Refresh" },
    "rowTitle": { "creationFunction": "CreateText", "text": "Item" },
    "settingsList": { "creationFunction": "CreateList", "dataArray": [["Add a stop", "add"], ["Delete all stops", "deleteall"], ["About", "about"]], "dataSourceName": "settingsController", "labelElementId": "label", "listStyle": "List.EDGE_TO_EDGE", "sampleRows": 3, "useDataSource": true },
    "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" }] },
    "stopNameText": { "creationFunction": "CreateText", "text": "Name / Description" },
    "stopNumberTest": { "creationFunction": "CreateText", "text": "Stop Number" },
    "text": { "creationFunction": "CreateText", "text": "Are you sure?" },
    "timeTable": { "creationFunction": "CreateText", "text": "Text" }
};

