From: <jk...@us...> - 2003-10-28 08:07:28
|
Update of /cvsroot/opengtoolkit/dynamicpalette/source In directory sc8-pr-cvs1:/tmp/cvs-serv18066/source Modified Files: 7.0.csv Log Message: added controls and some functions menus Index: 7.0.csv =================================================================== RCS file: /cvsroot/opengtoolkit/dynamicpalette/source/7.0.csv,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** 7.0.csv 28 Oct 2003 03:48:46 -0000 1.2 --- 7.0.csv 28 Oct 2003 07:12:51 -0000 1.3 *************** *** 1,4 **** "MNU FILE","MENU NAME","SYNCHRONIZED DIRECTORY" ! "root.mnu","Functions", "structs.mnu","Structures","_Functions\_Structures" "math.mnu","Numeric","_Functions\_Numeric" --- 1,17 ---- "MNU FILE","MENU NAME","SYNCHRONIZED DIRECTORY" ! "root.mnu","Functions\Controls", ! "3darray.mnu","Array & Cluster","_Controls\_Array_And_Cluster" ! "3dbool.mnu","Boolean","_Controls\_Boolean" ! "3ddecor.mnu","Decorations","_Controls\_Decorations" ! "dialog.mnu","Dialog Controls","_Controls\_Dialog_Controls" ! "3dgraph.mnu","Graph","_Controls\_Graph" ! "3dpicture.mnu","Controls","_Controls\_Graph\_Controls" ! "picttype.mnu","Datatypes","_Controls\_Graph\_Controls\_Datatypes" ! "3dio.mnu","I\O","_Controls\_IO" ! "3dlist.mnu","List & Table","_Controls\_List_And_Table" ! "3dnum.mnu","Numeric","_Controls\_Numeric" ! "3drefnum.mnu","Refnum","_Controls\_Refnum" ! "3dring.mnu","Ring & Enum","_Controls\_Ring_And_Enum" ! "3dstring.mnu","String & Path","_Controls\_String_And_Path" "structs.mnu","Structures","_Functions\_Structures" "math.mnu","Numeric","_Functions\_Numeric" *************** *** 11,21 **** "string.mnu","String","_Functions\_String" "advstring.mnu","Additional String Functions","_Functions\_String\_Additional_String_Functions" ! "altstrng.mnu","String/Number Conversion","_Functions\_String\_StringNumber_Conversion" ! "strcvt.mnu","String/Array/Path Conversion","_Functions\_String\_StringArrayPath_Conversion" "arrclust.mnu","Array","_Functions\_Array" "cluster.mnu","Cluster","_Functions\_Cluster" "compare.mnu","Comparison","_Functions\_Comparison" "timedlg.mnu","Time & Dialog","_Functions\_Time_And_Dialog" ! "file.mnu","File I/O","_Functions\_File_IO" "binfile.mnu","Binary File VIs","_Functions\_File_IO\_Binary_File_VIs" "advfile.mnu","Advanced File Functions","_Functions\_File_IO\_Advanced_File_Functions" --- 24,34 ---- "string.mnu","String","_Functions\_String" "advstring.mnu","Additional String Functions","_Functions\_String\_Additional_String_Functions" ! "altstrng.mnu","String\Number Conversion","_Functions\_String\_StringNumber_Conversion" ! "strcvt.mnu","String\Array\Path Conversion","_Functions\_String\_StringArrayPath_Conversion" "arrclust.mnu","Array","_Functions\_Array" "cluster.mnu","Cluster","_Functions\_Cluster" "compare.mnu","Comparison","_Functions\_Comparison" "timedlg.mnu","Time & Dialog","_Functions\_Time_And_Dialog" ! "file.mnu","File I\O","_Functions\_File_IO" "binfile.mnu","Binary File VIs","_Functions\_File_IO\_Binary_File_VIs" "advfile.mnu","Advanced File Functions","_Functions\_File_IO\_Advanced_File_Functions" *************** *** 32,35 **** --- 45,59 ---- "cursor.mnu","Cursor","_Functions\_Application_Control\_Cursor" "events.mnu","Events","_Functions\_Application_Control\_Events" + "pictplots.mnu","Picture Plots","_Functions\_Graphics_And_Sound\_Picture_Plots" + "picture.mnu","Picture Functions","_Functions\_Graphics_And_Sound\_Picture_Functions" + "graphicsfmt.mnu","Graphics Formats","_Functions\_Graphics_And_Sound\_Graphics_Formats" + "sound.mnu","Sound","_Functions\_Graphics_And_Sound\_Sound" + "soundfile.mnu","Sound File","_Functions\_Graphics_And_Sound\_Sound\_Sound_File" + "soundinput.mnu","Sound Input","_Functions\_Graphics_And_Sound\_Sound\_Sound_Input" + "soundoutput.mnu","Sound Output","_Functions\_Graphics_And_Sound\_Sound\_Sound_Output" + "nireport.mnu","Report Generation","_Functions\_Report_Generation" + "repdocs.mnu","VI Documentation","_Functions\_Report_Generation\_VI_Documentation" + "nirepadv.mnu","Advanced Report Generation","_Functions\_Report_Generation\_Advanced_Report_Generation" + "nireplay.mnu","Report Layout","_Functions\_Report_Generation\_Report_Layout" "inputDevice.mnu","Input Device Control","_Functions\_Advanced\_Input_Device_Control" "advdata.mnu","Data Manipulation","_Functions\_Advanced\_Data_Manipulation" |