/*
 * File: MainPanel.ui.js
 * Date: Sat Dec 11 2010 15:40:08 GMT-0500 (EST)
 * 
 * This file was generated by Ext Designer version xds-1.0.2.14.
 * http://www.extjs.com/products/designer/
 *
 * This file will be auto-generated each and everytime you export.
 *
 * Do NOT hand edit this file.
 */

MainPanelUi = Ext.extend(Ext.Panel, {
    title: '',
    width: 1000,
    height: 1000,
    layout: 'border',
    itemId: 'MainPage',
    unstyled: true,
    bodyCssClass: 'main-panel',
    id: 'MainPage',
    initComponent: function() {
        this.items = [
            {
                xtype: 'panel',
                region: 'center',
                height: 100,
                itemId: 'ContentPanel',
                bodyCssClass: 'content-panel',
                layout: 'border',
                items: [
                    {
                        xtype: 'panel',
                        title: '',
                        region: 'center',
                        minWidth: 500,
                        bodyCssClass: 'container-panel',
                        border: false,
                        unstyled: true,
                        cls: 'center-panel',
                        items: [
                            {
                                xtype: 'panel',
                                title: '',
                                cls: 'container-panel',
                                unstyled: true,
                                height: 823,
                                items: [
                                    {
                                        xtype: 'panel',
                                        title: '',
                                        bodyCssClass: 'container-panel',
                                        height: 500,
                                        cls: 'spaced-panel',
                                        border: false,
                                        ref: '../../../splash'
                                    },
                                    {
                                        xtype: 'panel',
                                        title: '',
                                        bodyCssClass: 'container-panel',
                                        cls: 'horizontal-split-panel'
                                    },
                                    {
                                        xtype: 'container',
                                        html: '<img src="/images/songs_title.png"/>'
                                    },
                                    {
                                        xtype: 'panel',
                                        title: '',
                                        bodyCssClass: 'container-panel',
                                        height: 300,
                                        cls: 'spaced-panel',
                                        border: false,
                                        layout: 'fit',
                                        ref: '../../../songs'
                                    }
                                ]
                            }
                        ]
                    },
                    {
                        xtype: 'panel',
                        title: '',
                        region: 'east',
                        width: 375,
                        bodyCssClass: 'container-panel',
                        unstyled: true,
                        border: false,
                        items: [
                            {
                                xtype: 'panel',
                                title: '',
                                cls: 'side-panel',
                                unstyled: true,
                                height: 823,
                                items: [
                                    {
                                        xtype: 'container',
                                        html: '<img src="/images/reviews_title.png"/>'
                                    },
                                    {
                                        xtype: 'panel',
                                        title: '',
                                        bodyCssClass: 'container-panel',
                                        height: 450,
                                        cls: 'spaced-panel',
                                        border: false,
                                        ref: '../../../reviews'
                                    },
                                    {
                                        xtype: 'container',
                                        html: '<img src="/images/twitter\n_title.png"/>'
                                    },
                                    {
                                        xtype: 'panel',
                                        title: '',
                                        bodyCssClass: 'container-panel',
                                        height: 350,
                                        cls: 'spaced-panel',
                                        border: false,
                                        ref: '../../../tweets'
                                    }
                                ]
                            }
                        ]
                    }
                ]
            }
        ];
        MainPanelUi.superclass.initComponent.call(this);
    }
});

