/* 
 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 = {
    "button": { "creationFunction": "CreatePushButton", "initialHeight": 30, "initialWidth": 128, "leftImageWidth": 5, "onclick": "newgame", "rightImageWidth": 5, "text": "Nieuwe puzzel" },
    "button1": { "creationFunction": "CreatePushButton", "customImagePosition": "PushButton.IMAGE_POSITION_NONE", "initialHeight": 50, "initialWidth": 50, "leftImageWidth": 25, "onclick": "myClickHandler1", "rightImageWidth": 24, "text": "Knop" },
    "button2": { "creationFunction": "CreatePushButton", "initialHeight": 50, "initialWidth": 50, "leftImageWidth": 25, "onclick": "myClickHandler2", "rightImageWidth": 24, "text": "Knop" },
    "button3": { "creationFunction": "CreatePushButton", "initialHeight": 50, "initialWidth": 50, "leftImageWidth": 25, "onclick": "myClickHandler3", "rightImageWidth": 24, "text": "Knop" },
    "button4": { "creationFunction": "CreatePushButton", "initialHeight": 50, "initialWidth": 50, "leftImageWidth": 25, "onclick": "myClickHandler4", "rightImageWidth": 24, "text": "Knop" },
    "footer": { "creationFunction": "CreateText", "text": "Developed with Dashcode" },
    "footer1": { "creationFunction": "CreateText", "text": "Also available for iPhone" },
    "footer2": { "creationFunction": "CreateText", "text": "© 2008 Roel Griffioen" },
    "indicator1": { "creationFunction": "CreateIndicator", "criticalValue": 15, "onValue": 1, "value": 10, "warningValue": 10 },
    "indicator2": { "creationFunction": "CreateIndicator", "criticalValue": 15, "onValue": 1, "value": 10, "warningValue": 10 },
    "indicator3": { "creationFunction": "CreateIndicator", "criticalValue": 15, "onValue": 1, "value": 10, "warningValue": 10 },
    "indicator4": { "creationFunction": "CreateIndicator", "criticalValue": 15, "onValue": 1, "value": 10, "warningValue": 10 },
    "indicator5": { "creationFunction": "CreateIndicator", "criticalValue": 15, "onValue": 1, "value": 10, "warningValue": 10 },
    "indicator6": { "creationFunction": "CreateIndicator", "criticalValue": 15, "onValue": 1, "value": 10, "warningValue": 10 },
    "indicator7": { "creationFunction": "CreateIndicator", "criticalValue": 15, "onValue": 1, "value": 10, "warningValue": 10 },
    "indicator8": { "creationFunction": "CreateIndicator", "criticalValue": 15, "onValue": 1, "value": 10, "warningValue": 10 },
    "indicator9": { "creationFunction": "CreateIndicator", "criticalValue": 15, "onValue": 1, "value": 10, "warningValue": 10 },
    "restartbutton": { "creationFunction": "CreatePushButton", "initialHeight": 30, "initialWidth": 114, "leftImageWidth": 5, "onclick": "opnieuw", "rightImageWidth": 5, "text": "Opnieuw" },
    "resultaat": { "creationFunction": "CreateText", "text": "You did it!" },
    "text1": { "creationFunction": "CreateText", "text": "1" },
    "text2": { "creationFunction": "CreateText", "text": "2" },
    "text3": { "creationFunction": "CreateText", "text": "3" },
    "text4": { "creationFunction": "CreateText", "text": "4" },
    "text5": { "creationFunction": "CreateText", "text": "5" },
    "text6": { "creationFunction": "CreateText", "text": "6" },
    "text7": { "creationFunction": "CreateText", "text": "7" },
    "text8": { "creationFunction": "CreateText", "text": "8" },
    "text9": { "creationFunction": "CreateText", "text": "9" },
    "zetten": { "creationFunction": "CreateText", "text": "Aantal zetten: 0/3" }
};
