Lines Matching refs:l
53 // �A�g���r���[�g�l���� GUI �̃C���f�b�N�X�ɕϊ�����
65 // GUI �̃C���f�b�N�X����A�g���r���[�g�l�ɕϊ�����
358 text -e -l $nodesName nw4cSetMaterialAttr_NodeName;
387 // setAttr �ȂǂŕύX���ꂽ�ꍇ�ɃR���g���[���̒l���X�V���邽��
570 menu -l "Help";
571 menuItem -l ("Help on " + `window -q -t nw4cSetMaterialAttr_Win` + "...")
578 frameLayout -l "Selected Material ( Shading Group )" -cll 0 -cl 0 -bv 1 -bs "etchedIn";
581 text -l "" nw4cSetMaterialAttr_NodeName;
588 frameLayout -l "Set" -cll 0 -cl 0 -bv 1 -bs "etchedIn";
592 text -l ""; // dummy
594 optionMenuGrp -l "Face Culling" -cw 1 70 -cal 1 "right"
596 menuItem -l "Back Face Culling";
597 menuItem -l "Front Face Culling";
598 menuItem -l "Never";
599 menuItem -l "Always Culling";
601 checkBoxGrp -ncb 1 -l ""
606 checkBoxGrp -ncb 1 -l ""
613 text -l ""; // dummy
615 optionMenuGrp -l "Blend Mode"
618 menuItem -l "Auto";
619 menuItem -l "Opaque";
620 menuItem -l "Alpha Test";
621 menuItem -l "Translucent";
622 menuItem -l "Add";
623 menuItem -l "Sub";
624 menuItem -l "Multiply";
626 optionMenuGrp -l "Compress"
629 menuItem -l "Compress if possible";
630 menuItem -l "Don't compress";
632 text -l ""; // dummy
640 frameLayout -l "Search" -cll 0 -cl 0 -bv 1 -bs "etchedIn";
643 checkBoxGrp -l "Face Culling" -ncb 4 -cw5 110 120 120 120 120
648 checkBoxGrp -l "Fragment Lighting" -ncb 2 -cw3 110 120 120
653 checkBoxGrp -l "Vertex Lighting" -ncb 2 -cw3 110 120 120
658 checkBoxGrp -l "Blend Mode" -ncb 4 -cw5 110 120 120 120 120
663 checkBoxGrp -l " " -ncb 3 -cw4 110 120 120 120
668 checkBoxGrp -l "Compress" -ncb 2 -cw3 110 120 120
674 radioButtonGrp -l "" -nrb 2 -cw3 202 50 50
679 button -l "Search"
691 string $closeBtn = `button -h 26 -l "Close" -c $closeCmd`;