/*
 * File: HeaderPanel.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.
 */

HeaderPanelUi = Ext.extend(Ext.Panel, {
    title: '',
    width: 980,
    height: 115,
    layout: 'hbox',
    unstyled: true,
    bodyCssClass: 'container-panel',
    initComponent: function() {
        this.items = [
            {
                xtype: 'panel',
                title: '',
                width: 515,
                height: 115,
                border: false,
                itemId: 'LogoPanel',
                flex: 0,
                bodyCssClass: 'logo-panel',
                unstyled: true
            },
            {
                xtype: 'container',
                flex: 1,
                layout: 'vbox',
                width: 465,
                height: 100,
                items: [
                    {
                        xtype: 'container',
                        flex: 1,
                        layout: 'hbox',
                        width: 465,
                        height: 50
                    },
                    {
                        xtype: 'container',
                        flex: 0,
                        width: 465,
                        height: 200,
                        ref: '../centeredmenu'
                    }
                ]
            }
        ];
        HeaderPanelUi.superclass.initComponent.call(this);
    }
});

