window -width 200 -height 20 -title "ツール設定" -rtf 1;
columnLayout -adjustableColumn true;
gridLayout -numberOfColumns 5 -cellWidth 100 -cellHeight 20;
//checkBox -label "名前" -onCommand "チェックオン時のコマンド・スクリプト" -offCommand "チェックオフ時のコマンド・スクリプト"
checkBox -label "微調整モード" -onCommand "strsTweakMode true" -offCommand "strsTweakMode false";
checkBox -label "UVを保持" -onCommand "setTRSPreserveUVs true" -offCommand "setTRSPreserveUVs false";
checkBox -label "シンメトリ X " -onCommand "reflectionSetMode objectx;" -offCommand "reflectionSetMode none;";
checkBox -label "ソフト選択" -onCommand "softSelect -e -softSelectEnabled true;" -offCommand "softSelect -e -softSelectEnabled false;";
checkBox -label "フェースセンター選択" -onCommand "polySelectConstraint -wholeSensitive off;" -offCommand "polySelectConstraint -wholeSensitive on;";
setParent..;
showWindow;