{
  "includeFiles":[
  ],
  "metadata":{
    "customPrefsImportMode":"reject",
    "dm":{
      "dms":[
        {
          "callbacks":{
            "entries":[
              {
                "amiscript":[
                  "{\n",
                  "  CREATE TABLE quotes(Name String, Quote String);\n",
                  "  INSERT INTO quotes values(\"Albert Einstein\", \"Imagination is more important than knowledge.\"),\n",
                  "  (\"Mahatma Gandhi\", \"Be the change that you wish to see in the world.\"),\n",
                  "  (\"Martin Luther King Jr.\", \"Injustice anywhere is a threat to justice everywhere.\"),\n",
                  "  (\"Oscar Wilde\", \"Be yourself everyone else is already taken.\"),\n",
                  "  (\"Nelson Mandela\", \"It always seems impossible until it's done.\"),\n",
                  "  (\"Mark Twain\", \"The secret of getting ahead is getting started.\"),\n",
                  "  (\"Alan Kay\", \"The best way to predict the future is to create it.\"),\n",
                  "  (\"Winston Churchill\", \"Success is not final, failure is not fatal: It is the courage to continue that counts.\"),\n",
                  "  (\"Helen Keller\", \"The only thing worse than being blind is having sight but no vision.\"),\n",
                  "  (\"Mother Teresa\", \"Not all of us can do great things. But we can do small things with great love.\");\n",
                  "}\n"
                ],
                "hasDatamodel":true,
                "linkedVariables":[
                ],
                "name":"onProcess",
                "schema":{
                  "tbl":[
                    {
                      "cols":[
                        {
                          "nm":"Name",
                          "tp":"String"
                        },
                        {
                          "nm":"Quote",
                          "tp":"String"
                        }
                      ],
                      "nm":"quotes",
                      "oc":"ask"
                    }
                  ]
                }
              }
            ]
          },
          "lbl":"quotesModel",
          "lower":[
          ],
          "queryMode":"startup",
          "test_input_type":"OPEN",
          "test_input_vars":"String WHERE=\"true\";"
        }
      ]
    },
    "fileVersion":3,
    "menubarPosition":"top",
    "rt":{
      "processors":[
      ]
    },
    "stm":{
      "styles":[
        {
          "id":"LAYOUT_DEFAULT",
          "lb":"Layout Default",
          "pt":"DEFAULT"
        }
      ]
    },
    "titleBarHtml":"AMI Script 4",
    "transientIdPrefix":"TRANSIENT_"
  },
  "portletConfigs":[
    {
      "portletBuilderId":"amidesktop",
      "portletConfig":{
        "amiPanelId":"@DESKTOP",
        "amiStyle":{
          "pt":"LAYOUT_DEFAULT"
        },
        "windows":[
          {
            "header":true,
            "heightDflt":589,
            "hidden":false,
            "leftDflt":67,
            "portlet":"Html2",
            "pos":0,
            "stateDflt":"flt",
            "title":"Window",
            "topDflt":54,
            "widthDflt":782,
            "zindexDflt":1
          },
          {
            "header":true,
            "heightDflt":267,
            "hidden":false,
            "leftDflt":96,
            "portlet":"quotesModel",
            "pos":1,
            "stateDflt":"flt",
            "title":"Famous Quotes",
            "topDflt":160,
            "widthDflt":605,
            "zindexDflt":2
          }
        ]
      }
    },
    {
      "portletBuilderId":"amiform",
      "portletConfig":{
        "amiPanelId":"Html2",
        "amiStyle":{
          "pt":"LAYOUT_DEFAULT"
        },
        "fields":[
          {
            "heightPx":20,
            "l":"Button",
            "labelHidden":true,
            "leftPosPx":200,
            "n":"button",
            "t":"buttonField",
            "topPosPx":80,
            "widthPx":200,
            "zidx":1
          }
        ],
        "snap":20,
        "upid":"Html2"
      }
    },
    {
      "portletBuilderId":"amistatictable",
      "portletConfig":{
        "amiCols":[
          {
            "fm":"Name",
            "id":"Name",
            "location":0,
            "tl":"Name",
            "tp":"text",
            "width":133
          },
          {
            "fm":"Quote",
            "id":"Quote",
            "location":1,
            "tl":"Quote",
            "tp":"text",
            "width":464
          },
          {
            "id":"D",
            "width":100
          }
        ],
        "amiPanelId":"quotesModel",
        "amiStyle":{
          "pt":"LAYOUT_DEFAULT"
        },
        "amiTitle":"quotes",
        "curtimeUpdateFrequency":1000,
        "dm":[
          {
            "dmadn":"quotesModel",
            "dmtbid":[
              "quotes"
            ]
          }
        ],
        "dynamicColumns":"false",
        "editDblClk":true,
        "editInplace":false,
        "editMenuTitle":"Edit Row(s)",
        "editMode":0,
        "editRerunDM":true,
        "filters":{
        },
        "pinCnt":0,
        "rollupEnabled":false,
        "scrollToBottomOnAppend":false,
        "showCommandMenu":true,
        "showLastRuntime":true,
        "titlePnl":{
          "title":"quotes"
        },
        "upid":"quotesModel",
        "varTypes":{
          "Name":"String",
          "Quote":"String"
        }
      }
    }
  ]
}