MEL 各ウインドウ(Outliner、Hypergraph、Hypershade等)を表示するためのボタンをまとめたウインドウ

ウインドウのサイズが5回くらい実行しないと任意のサイズにならなかったので最初に5回同じ内容の行を記述しております。
window -height 32 -width 816;
window -height 32 -width 816;
window -height 32 -width 816;
window -height 32 -width 816;
window -height 32 -width 816;
window -title "MAYA_Windows" -rtf 1;

columnLayout;

rowLayout -columnWidth2 408 408 -height 22 -numberOfColumns 2;
rowLayout -columnWidth6 68 68 68 68 68 68 -height 22 -numberOfColumns 6;

button -height 22 -label "Outliner" -width 68 -command ("OutlinerWindow;");
button -height 22 -label "Hypergraph" -width 68 -command ("HypergraphWindow;");
button -height 22 -label "Hypershade" -width 68 -command ("HypershadeWindow;");
button -height 22 -label "Multilister" -width 68 -command ("Multilister;");
button -height 22 -label "Component_E" -width 68 -command ("ComponentEditor;");
button -height 22 -label "SpreadSheet" -width 68 -command ("SpreadSheetEditor;");

setParent ..;
rowLayout -columnWidth6 68 68 68 68 68 68 -height 22 -numberOfColumns 6;
button -height 22 -label "GraphEditor" -width 68 -command ("GraphEditor;");
button -height 22 -label "BlendShape" -width 68 -command ("BlendShapeEditor;");
button -height 22 -label "DopeSheet" -width 68 -command ("DopeSheetEditor;");
button -height 22 -label "Expression" -width 68 -command ("ExpressionEditor;");
button -height 22 -label "SetDriven" -width 68 -command ("SetDrivenKeyOptions;");
button -height 22 -label "UV_EDIT" -width 68 -command ("TextureViewWindow;");

setParent ..;

showWindow;