var dashcodePartSpecs = {
    "activityIndicator": { "creationFunction": "CreateActivityIndicator" },
    "articleBack": { "creationFunction": "CreatePushButton", "initialHeight": 30, "initialWidth": 60, "leftImageWidth": 16, "rightImageWidth": 5, "text": "戻る" },
    "articleDate": { "creationFunction": "CreateText", "text": "Publish Date" },
    "articleDescription": { "creationFunction": "CreateText", "text": "Article" },
    "articleTitle": { "creationFunction": "CreateText", "text": "Title" },
    "backToArticle": { "creationFunction": "CreatePushButton", "initialHeight": 36, "initialWidth": 140, "leftImageWidth": 18, "rightImageWidth": 5, "text": "エントリに戻る" },
    "backToHeadlines": { "creationFunction": "CreatePushButton", "initialHeight": 36, "initialWidth": 140, "leftImageWidth": 18, "rightImageWidth": 5, "text": "一覧に戻る" },
    "commentBack": { "creationFunction": "CreatePushButton", "initialHeight": 30, "initialWidth": 60, "leftImageWidth": 16, "rightImageWidth": 5, "text": "戻る" },
    "commentBody": { "creationFunction": "CreateText", "text": "コメントがありません" },
    "commentBtn": { "creationFunction": "CreatePushButton", "initialHeight": 36, "initialWidth": 300, "leftImageWidth": 5, "rightImageWidth": 5, "text": "コメント" },
    "commentTitle": { "creationFunction": "CreateText", "text": "コメント" },
    "commeSubmit": { "creationFunction": "CreatePushButton", "initialHeight": 36, "initialWidth": 100, "leftImageWidth": 5, "rightImageWidth": 5, "text": "コメント投稿" },
    "exButton": { "creationFunction": "CreatePushButton", "initialHeight": 36, "initialWidth": 294, "leftImageWidth": 5, "rightImageWidth": 5, "text": "ボタン" },
    "feedName": { "creationFunction": "CreateText", "text": "My RSS Feed" },
    "footer": { "creationFunction": "CreateText", "text": "Powerd by touch my blog" },
    "headlineDate": { "creationFunction": "CreateText", "text": "Article Date" },
    "headlineDescription": { "creationFunction": "CreateText", "text": "Article Description" },
    "headlineList": { "creationFunction": "CreateList", "dataArray": ["Article Title", "Item 2", "Item 3"], "dataSourceName": "headlineList", "labelElementId": "headlineTitle", "listStyle": "List.EDGE_TO_EDGE", "sampleRows": 2, "useDataSource": true },
    "headlineTitle": { "creationFunction": "CreateText", "text": "Article Title" },
    "olderArticlesLabel": { "creationFunction": "CreateText", "text": "MORE NEWS" },
    "readMore": { "creationFunction": "CreatePushButton", "initialHeight": 36, "initialWidth": 140, "leftImageWidth": 5, "rightImageWidth": 18, "text": "ホームページを開く" },
    "secondHeadlineDate": { "creationFunction": "CreateText", "text": "Article Date" },
    "secondHeadlines": { "creationFunction": "CreateList", "dataArray": ["Item 1", "Item 2", "Item 3"], "dataSourceName": "secondHeadlineList", "labelElementId": "secondHeadlineTitle", "listStyle": "List.EDGE_TO_EDGE", "sampleRows": 2, "useDataSource": true },
    "secondHeadlineTitle": { "creationFunction": "CreateText", "text": "Article Title" },
    "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": "0.55", "timing": "ease-in-out", "type": "cube" }] },
    "text": { "creationFunction": "CreateText", "text": "名前" },
    "text1": { "creationFunction": "CreateText", "text": "メール" },
    "text2": { "creationFunction": "CreateText", "text": "URL" },
    "text3": { "creationFunction": "CreateText", "text": "コメント" },
    "todaysDate": { "creationFunction": "CreateText", "text": "DATE" }
};
