This commit is contained in:
2025-12-05 08:08:44 +08:00
parent e0d4d0c364
commit 1f10abfb32
2909 changed files with 2470486 additions and 3024 deletions

View File

@@ -0,0 +1,20 @@
global proc MGPickerAttrNudgerValues(string $toolName)
{
global string $MGPicker_ProgramPath;
string $icon = $MGPicker_ProgramPath+"MGPicker_Program/Icons/Colored/Picker_designerModeIcon.png";
string $helpHtml =($MGPicker_ProgramPath+"MGPicker_Help/English/index.html");
string $lan = `MGPickerService -q -osl`;
if($lan=="Chinese")$helpHtml = ($MGPicker_ProgramPath+"MGPicker_Help/SimplifiedChinese/index.html");
string $help = " -a \""+$helpHtml+"\"";
toolPropertySetCommon $toolName $icon $help;
MGPickerAttrNudgerOptionValues($toolName);
toolPropertySelect MGPickerAttrNudger;
}
global proc MGPickerAttrNudgerOptionReset()
{
}
global proc MGPickerAttrNudgerOptionValues(string $toolName)
{
}