Lines Matching refs:l
52 // �A�g���r���[�g�l���� GUI �̃C���f�b�N�X�ɕϊ�����
64 // GUI �̃C���f�b�N�X����A�g���r���[�g�l�ɕϊ�����
357 text -e -l $nodesName nw4cSetMaterialAttr_NodeName;
386 // setAttr �ȂǂŕύX���ꂽ�ꍇ�ɃR���g���[���̒l���X�V���邽��
569 menu -l "Help";
570 menuItem -l ("Help on " + `window -q -t nw4cSetMaterialAttr_Win` + "...")
577 frameLayout -l "Selected Material ( Shading Group )" -cll 0 -cl 0 -bv 1 -bs "etchedIn";
580 text -l "" nw4cSetMaterialAttr_NodeName;
587 frameLayout -l "Set" -cll 0 -cl 0 -bv 1 -bs "etchedIn";
591 text -l ""; // dummy
593 optionMenuGrp -l "Face Culling" -cw 1 70 -cal 1 "right"
595 menuItem -l "Back Face Culling";
596 menuItem -l "Front Face Culling";
597 menuItem -l "Never";
598 menuItem -l "Always Culling";
600 checkBoxGrp -ncb 1 -l ""
605 checkBoxGrp -ncb 1 -l ""
612 text -l ""; // dummy
614 optionMenuGrp -l "Blend Mode"
617 menuItem -l "Auto";
618 menuItem -l "Opaque";
619 menuItem -l "Alpha Test";
620 menuItem -l "Translucent";
621 menuItem -l "Add";
622 menuItem -l "Sub";
623 menuItem -l "Multiply";
625 optionMenuGrp -l "Compress"
628 menuItem -l "Compress if possible";
629 menuItem -l "Don't compress";
631 text -l ""; // dummy
639 frameLayout -l "Search" -cll 0 -cl 0 -bv 1 -bs "etchedIn";
642 checkBoxGrp -l "Face Culling" -ncb 4 -cw5 110 120 120 120 120
647 checkBoxGrp -l "Fragment Lighting" -ncb 2 -cw3 110 120 120
652 checkBoxGrp -l "Vertex Lighting" -ncb 2 -cw3 110 120 120
657 checkBoxGrp -l "Blend Mode" -ncb 4 -cw5 110 120 120 120 120
662 checkBoxGrp -l " " -ncb 3 -cw4 110 120 120 120
667 checkBoxGrp -l "Compress" -ncb 2 -cw3 110 120 120
673 radioButtonGrp -l "" -nrb 2 -cw3 202 50 50
678 button -l "Search"
690 string $closeBtn = `button -h 26 -l "Close" -c $closeCmd`;