/* 
 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 = {
    "browser": { "creationFunction": "CreateBrowser" },
    "button": { "creationFunction": "CreatePushButton", "initialHeight": 30, "initialWidth": 70, "leftImageWidth": 16, "rightImageWidth": 5, "text": "Back" },
    "button1": { "creationFunction": "CreatePushButton", "initialHeight": 30, "initialWidth": 80, "leftImageWidth": 5, "onclick": "grabaAlta", "rightImageWidth": 5, "text": "Grabar" },
    "button2": { "creationFunction": "CreatePushButton", "initialHeight": 30, "initialWidth": 29, "leftImageWidth": 5, "onclick": "alta", "rightImageWidth": 5, "text": "+" },
    "button4": { "creationFunction": "CreatePushButton", "initialHeight": 30, "initialWidth": 320, "leftImageWidth": 5, "onclick": "CargarDB", "rightImageWidth": 5, "text": "Mostrar datos almacenados" },
    "button5": { "creationFunction": "CreatePushButton", "initialHeight": 30, "initialWidth": 320, "leftImageWidth": 5, "onclick": "AcercaDe", "rightImageWidth": 5, "text": "Acerca de" },
    "button6": { "creationFunction": "CreatePushButton", "initialHeight": 30, "initialWidth": 115, "leftImageWidth": 5, "onclick": "Elimina", "rightImageWidth": 5, "text": "Eliminar Registro" },
    "etiqueta": { "creationFunction": "CreateText", "text": "Ítem" },
    "header": { "creationFunction": "CreateHeader", "rootTitle": "Control Tensión" },
    "list": { "creationFunction": "CreateList", "dataArray": ["Ítem 1", "Ítem 2", "Ítem 3"], "dataSourceName": "listDataSource", "labelElementId": "etiqueta", "listStyle": "List.EDGE_TO_EDGE", "sampleRows": 1, "useDataSource": true },
    "mailButton": { "creationFunction": "CreateMailButton", "customImage": "Images/mailGlyph.png", "customImagePosition": "PushButton.IMAGE_POSITION_CENTER", "customImagePressed": "Images/mailGlyph.png", "initialHeight": 36, "initialWidth": 36, "leftImageWidth": 6, "rightImageWidth": 6, "text": "" },
    "mailButton1": { "creationFunction": "CreateMailButton", "customImage": "Images/mailGlyph.png", "customImagePosition": "PushButton.IMAGE_POSITION_CENTER", "customImagePressed": "Images/mailGlyph.png", "email": "iker.etxebarria@gmail.com", "initialHeight": 36, "initialWidth": 36, "leftImageWidth": 6, "rightImageWidth": 6, "subject": "Blood Pressure Control", "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" }] },
    "text": { "creationFunction": "CreateText", "text": "Control  Tensión es un programa para realizar un control histórico de la tensión sanguínea y almacenar los datos de una forma cómoda y sencilla para tenerla disponible en todo momento." },
    "text1": { "creationFunction": "CreateText", "text": "Programa desarrollado por Iker Etxebarria. http://www.ikeretxebarria.net" },
    "text2": { "creationFunction": "CreateText", "text": "Programa de uso gratuito. Siéntase libre de contactar con el autor." },
    "text4": { "creationFunction": "CreateText", "text": "Fecha:" },
    "text5": { "creationFunction": "CreateText", "text": "Tensión Alta" },
    "text6": { "creationFunction": "CreateText", "text": "Tensión Baja" },
    "txtDiastolica": { "creationFunction": "CreateText", "text": "Texto" },
    "txtFechaT": { "creationFunction": "CreateText", "text": "Texto" },
    "txtSistolica": { "creationFunction": "CreateText", "text": "Texto" }
};
