TDM Application INI file 5.5.2
From ICISWiki
Contents |
Ini keys by application/module
ICIS GRAPHICS
[ICIS] #********************************************************************** # WALLPAPER - Path to a graphics file for background wallpaper for the launcher # LOGO - Path to a graphics file for the project logo # INI_DIRECTORY - Path to the current ini file #********************************************************************** WALLPAPER=E:\ICIS5\EXES\images\defWallpaper.bmp LOGO=E:\ICIS5\EXES\images\defLogo.bmp INI_DIRECTORY=E:\ICIS5\Exes\IRIS-ADMIN.INI
LAUNCHER
[LAUNCHER] #********************************************************************** # RUN_BTN - should be equal to Yes to enable the RUN command in the launcher # INISECTION_BTN - should be equal to Yes to be able to change the key values of the ICIS ini. # EXTRA_MODULE - specify the path and text file that contains additional customized items of the Launcher; optional #********************************************************************** RUN_BTN=YES INISECTION_BTN=YES EXTRA_MODULE=D:\ICIS5\EXES\LAUNCHER2.TXT
DLL SETTINGS
[DLL SETTINGS] #********************************************************************** # LASTDIR - the directory or folder to read by default # DEBUG - set to YES to log return values of the DLL functions; otherwise set to NO to turn it off # SESSION_ID - specify the session ID of the user; optional # SHOW_PREFID - set to YES if the preferred ID is shown side by side with preferred name, otherwise set to NO; optional # SECURITY - indicates the level of security; the default value is 1 #******************************************************************* LASTDIR=d:\icis v4 DEBUG=NO SESSION_ID=ADMIN SHOW_PREFID=NO SECURITY=1
SETGEN
as of v5.5.2.7
[SETGEN] #********************************************************************** #CROP - indicates crop (BW- bread Wheat) #STANDARDIZE - Flag whether to apply ICIS naming conventions or not #DEFCTYID-The Location ID of a country whose locations are initially displayed in the Select a Location window #DEFLOCID-The Location ID of a country whose locations #DEF_DATE - Default Date Format used in generating GIDs in batch Mode #PNAME_IF_UNKNOWN_GRP -Flag to display '?/?' [preferred Name] or just '?/?' #NO_LISTNAME - If set to YES,the default seed source value is displayed as ‘entry code’; otherwise seed # source is displayed as ‘list name-entry code’. The default value appears only # when an entry is selected from the Browse window. #GENERATIVEMETHOD -The generative Method ID of a default method to appear in the Generate Crosses window. #DERIVATIVEMETHOD -The derivative Method ID of a default method to appear in the Advance a Line One Generation window. #CHECKDERIVATIVE-If this is less than 10, a derivative name is verified for its existence in the GMS. # If a name exists, a query appears with several options for the user. # Otherwise, if CHECKDERIVATIVE>=10, no checking is done; a derivative is automatically added to the local GMS, # whether or not the name already exists. #SOUNDEX- NameType where Soundex algorithm will be used. #AUTOCOMMIT- Flag whether any change in DB will automatically be saved #MULT_ENTRYCD - Used in Line One Generation window. If YES each derivative has an entry code value as ‘entry code-plant no.’; # otherwise, each derivative has the same entry code value. #MULT_SOURCE - Used in Line One Generation window. If YES each derivative has a source code value as source code-plant no.’; # otherwise, each derivative has the same source code value. #METHODGRP-The group of methods retrieved from the GMS METHODS table and displayed to the user to select from #MULT_SAMENTYPE- Flag whether to allow Multiple name types #MULT_SAMEATYPE- Flag whether to allow Multiple Attribute types #AUTO_GENLSTNAMESCALEID-SCALEID of the SQL to use in generating ListName #AUTO_GENFUNCCODE- Code key for function to call when automatically generating ListName #ENABLE_INV-Flag whether to enable IMS or not #AUTOFILLVCOL - If set to YES, the virtual columns are retrieved upon opening of lists in Browse or Edit #CHECK_NTYPE - represents the NameType. This ensures that every GID has this certain NameType upon closing/saving of list. #UPD_GRP - values either yes or no; if yes, automatically update group if added from Browse window #TEXTLINE - values either yes or no; if yes, this supports Textlines #DEL_GERM_WITH_DESCENDANTS - values either yes or no; if yes, if a germplasm is deleted, its descendants are deleted as well #DEF_C_NDX - represents the country id from Country.NDX file #DEF_L_NDX - represents the location id (for the selected country) from DefLoc.NDX file #NRECENTLOC - represents the number of recent locations selected #RECENT_LOC1 - value is a key-value pair from DefLoc.NDX file;represents the most recent location selected #RECENT_LOC2 - value is a key-value pair from DefLoc.NDX file;represents the 2nd most recent location selected #RECENT_LOC3 - value is a key-value pair from DefLoc.NDX file;represents the 3rd most recent location selected #RECENT_LOC4 - value is a key-value pair from DefLoc.NDX file;represents the 4th most recent location selected #LIST_PANEL_WIDTH - determines the width of the tree or list panel of SetGen's Mainform #MTA_PATH - represents a url or directory path for MTA feature #MTA_FILE_EXT - represents the extension of MTA file (e.g. .doc or .pdf) #CHECKSAME_NVALUES - values either yes or no; a key that checks if there are other germplasms with the same name. #SEPARATOR - a string value used in Matrix Form for separating Female-Male info combination in naming Enry Code and Source #MAINTENANCEMETHOD=The default maintenance method ID to use in Generate GIDs in Batch Form #CHECK_ATYPE=represents the Attribute type. This ensures that every GID has this certain AttributeType(s) upon # closing/saving of list. If multiple Attributes has to be checked, it is separated by a comma #FILE_EXPORT_PATH=Default file location for export files #OWNER_ACCESS=If set to NO, all users can have access to the lists even if he/she is not the owner. Default is YES. #DEFAULT_FOLDER_TO_OPEN=The default folder (specified by ID) is opened everytime SetGen is started. #DER_SEPARATOR=Specifies the character to use for generating derivative germplasms. Default is dash ( - ) character. #MGT_SEPARATOR=Specifies the character to use for generating management germplasms. Default is colon ( : ) character. #UNDERSCORE_IN_NAMES=Allows the germplasm name to have underscore character. E.g IR 64_AABB #FINAL_LABEL=The value here is used to replace the FINAL label status of lists. E.g. Public #CHECK_NSTAT=Checks the existence of one or more NSTAT (similar to the NYTPE where it is checked when list is saved or closed). #Automatic generation of the next sequence of a name type. The Prefix and the name type is declared in the INI file as follows: #NEXT_SEQUENCE_NAMETYPE=The value is the nametype id found in UDFLDS table #NEXT_SEQUENCE_PREFIX=Prefix of the nametype #FILL_WITH_CUSTOMIZED_DATA=Represents the INI file to use when a user has SQL statements to run in DMS table. #MAN=Added checks bet. proper method-name type combination. # Values (comma separated) specify the name types allowed for Maintenance method #GEN=Added checks bet. proper method-name type combination. # Values (comma separated) specify the name types allowed for Generative method #DER=Added checks bet. proper method-name type combination. # Values (comma separated) specify the name types allowed for Derivative method #RBULK_B_SUFFIX=YES/NO...B- form: Enable/disable use of "-B" in naming convention. #FILE_EXPORT_XLS='C:\WINDOWS\EXCEL.exe' (location of excel application) Export As - Auto Open File #AUTO_SELECT_ONE_HIT=YES/NO...B+ form:'Automatically Select Hits with One Find' YES or NO #FILE_IMPORT_PATH=Default folder xls file for IMPORT LIST function. #DEF_ADD_GEN_METHOD=Default generative method to use (instead of hardcoding to method 1) #DEF_ADD_DER_METHOD=Default derivative method to use (instead of hardcoding to method 31) #DER_ADD_MAN_METHOD=Default maintenance method to use (instead of hardcoding to method 62) # #********************************************************************** CROP=RICE STANDARDIZE=NO DEFCTYID=171 DEFLOCID=-1341 DEF_DATE=2008-07-16 PNAME_IF_UNKNOWN_GRP=YES NO_LISTNAME=YES GENERATIVEMETHOD=101 DERIVATIVEMETHOD=205 CHECKDERIVATIVE=1 AUTOCOMMIT=NO MULT_ENTRYCD=YES MULT_SOURCE=YES METHODGRP=S G MULT_SAMENTYPE=YES MULT_SAMEATYPE=YES AUTO_GENLSTNAMESCALEID=0 AUTO_GENFUNCCODE=GRC ENABLE_INV=NO AUTOFILLVCOL=YES UPD_GRP=YES TEXTLINE=YES CHECK_NTYPE=7, 10 DEL_GERM_WITH_DESCENDANTS=YES DEF_SKIN=0 #MTA_PATH=C:\WORKSPACE\SMTAWeb\smta_files #MTA_FILE_EXT=.pdf TEXT_SUFFIX=-CANDY CHECKSAME_NVALUES=YES LIST_PANEL_WIDTH=220 DEF_C_NDX=186 DEF_L_NDX=720 NEXT_SEQUENCE_NAMETYPE=1 NEXT_SEQUENCE_PREFIX=PI CHECK_ATYPE=103,104 FILE_EXPORT_PATH=C:\ICIS5\exportfiles SEPARATOR=- DEFAULT_FOLDER_TO_OPEN=-23 CHECK_NSTAT=8,1 MTA_PATH=C:\WORKSPACE\SMTAWeb\smta_files MTA_FILE_EXT=.pdf FILL_WITH_CUSTOMIZED_DATA=C:\ICIS5\customizedData.ini UNDERSCORE_IN_NAMES=YES FINAL_LABEL=Public MAINTENANCEMETHOD=62 CHECK_ATYPE= 124,118,108 OWNER_ACCESS=NO DER_SEPARATOR=- MGT_SEPARATOR=: UNDERSCORE_IN_NAMES=YES CHECK_NSTAT=8 NEXT_SEQUENCE_NAMETYPE=1 NEXT_SEQUENCE_PREFIX=PI MAN= 1,4,6,7,9,10,11,12,13,14,15,16,20,21,22,23,1019 GEN= 2,3,1027 DER= 4,5,6,7,12,13,15,16,17,18,19,20,1027 RBULK_B_SUFFIX=YES FILE_EXPORT_XLS='C:\WINDOWS\EXCEL.exe' AUTO_SELECT_ONE_HIT=YES FILE_IMPORT_PATH=C:\ICIS5\EXES\IMPORTFILES DEF_ADD_GEN_METHOD=1 DEF_ADD_DER_METHOD=31 DER_ADD_MAN_METHOD=62
WORKBOOK
[WORKBOOK] #********************************************************************** # – This section is used by the ICISworkbook.xla application #Workbook - the path where the ICIS32.DLL is located #LastDir - the default directory used in opening and saving files #HELPFILE - the path where the custom help file can be placed #Objective_Alt – the alternative name to the caption “Objective” in the study section #TreeView - =True to display the SetGen tree in the Import from SetGen interface form # - setting this variable to False improves speed in displaying the form #UseSGiniIDs - =True to use the ontology IDs in this ini file in automatically mapping # - the SetGen entries with the Workbook columns #VarTrait - defaults to 251, the trait ID for the property “Cultivar” #VarScale - defaults to 92, the scale ID for the scale “Variety Name” #VarMethod - defaults to 17, the method ID for the method “Not Specified” #GrpNmTrait - defaults to 251, the trait ID for the property “Cultivar” #GrpNmScale - the scale ID for the scale “Parents” #GrpNmMethod - defaults to 17, the method ID for the method “Not Specified” #EntryTrait - defaults to 251, the trait ID for the property “Cultivar” #EntryScale - defaults to 103, the scale ID for the scale “Entry Number” #EntryMethod - defaults to 17, the method ID for the method “Not Specified” #SourceTrait - defaults to 251, the trait ID for the property “Cultivar” #SourceScale - defaults to 104, the scale ID for the scale “Name of Seed Source” #SourceMethod - defaults to 17, the method ID for the method “Not Specified” #GIDTrait - defaults to 251, the trait ID for the property “Cultivar” #GIDScale - defaults to 91, the scale ID for the scale “GID” #GIDMethod - defaults to 17, the method ID for the method “Not Specified” #EntNoTrait - defaults to 251, the trait ID for the property “Cultivar” #EntNoScale - defaults to 92, the scale ID for the scale “Arbitrary Number” #EntNoMethod - defaults to 17, the method ID for the method “Not Specified” #DMS_STATUS - =1 to lock the local DMS database during the loading of a study to # - prevent two or more users from loading a study simultaneously #WAREHOUSE=TRUE/FALSE - Adds a record to DMSATTR table to flag if a Study should be updated in the Datawarehouse tables (added June 2009 @ Nunhems) #**************************************************************** Workbook=E:\ICIS5\Exes LastDir=E:\ICIS5 HelpFile=E:\ICIS5\Exes\dmsfiles\help\index.html.lnk MapMaker=E:\ICIS5\Exes\Fieldbook Objective_Alt=OBJECTIVE TreeView=True UseSGiniIDs=True VarTrait=251 VarScale=92 VarMethod=17 GrpNmTrait=251 GrpNmScale=346 GrpNmMethod=17 EntryTrait=251 EntryScale=103 EntryMethod=17 SourceTrait=251 SourceScale=104 SourceMethod=17 GIDTrait=251 GIDScale=91 GIDMethod=17 EntNoTrait=251 EntNoScale=147 EntNoMethod=17 Overwrite=False SMTA=Admin EncoderView=False SNameCap=True SNameLen=50 ColWidth=15 WarnStdExist=False WarnNewOnto=False ValidateScale=False ValidateGID=False NoBlankLevel=False CompareOUnit=False WarnTruncNum=False ShowCheck=True DMS_Status=1 DMS_Locked=0 GMS_Specie=Oryza sativa DesShtName=Desc ObsShtName=Obs RecycleBin=True DMS_RETRY=x-x DMS_WAIT=x-x INVESTIGATOR=NO INVESTNM_SCALE=x-x MAPMAKER=x-x MODE= OPENLISTID=x-x OPENLISTTYPE=x-x STUDYFILL=TRUE
Menu customization for the Workbook
[FRMCOMBINE] CHKUSENAME_VALUE=TRUE
[FRMGEMS_FILL] LBLALLELE=M.V. Name:
[FRMGEMS_TRANSPOSE1] LBLALLELE1=1st M.V.: LBLALLELE2=2nd M.V.: LBLALLELE3=3rd M.V.: LBLALLELE4=4th M.V.: LBLALLELE5=5th M.V.: LBLALLELE6=6th M.V.: LBLALLELE7=7th M.V.: LBLALLELE8=8th M.V.: LBLALLELE9=9th M.V.: LBLALLELECNT=M.V.Count:
[ICISwbk-DMS] Menu000=ICISwbk-DMS,,,,,T,,T, Menu001=Open File,OpenFile,Icon,1791,ICISwbk-DMS,I,,T, Menu002=Save File,SaveFile,Icon,1790,ICISwbk-DMS,I,,T, Menu003=Save As Template,SaveTemplate,Icon,455,ICISwbk-DMS,I,,T, Menu004=New Study,CreateWorkbook,Icon,2059,ICISwbk-DMS,I,,T,T Menu005=Convert Excel File,ConvertWorkbookWrapper,Icon,630,ICISwbk-DMS,I,,T,T Menu006=Record Conversion,RecordConversion,Icon,184,ICISwbk-DMS,I,,T,T Menu007=Template From Database,UseTemplateWrapper,Icon,107,ICISwbk-DMS,I,,T, Menu008=Check Workbook,CheckStudy,Icon,9594,ICISwbk-DMS,I,T,T, Menu009=Load Study,LoadStudyWrapper,Icon,213,ICISwbk-DMS,I,,T, Menu010=Retrieve Factors & Variates,RetrieveFactorsWrapper,Icon,599,ICISwbk-DMS,I,,T, Menu011=Retrieve Dataset,RetrieveDatasetWrapper,Icon,598,ICISwbk-DMS,I,,T, Menu012=Retrieve Variate,RetrieveVariateWrapper,Icon,656,ICISwbk-DMS,I,,T, Menu013=Retrieve Fieldbook,RetrieveFldbkWrapper,Icon,514,ICISwbk-DMS,I,,T, Menu014=Unload Study,UnloadStudyWrapper,Icon,214,ICISwbk-DMS,I,,T, Menu015=Study Settings,StudySettingsWrapper,Icon,2144,ICISwbk-DMS,I,,T, Menu016=New Study Variable,NewStudyVariable,Icon,212,ICISwbk-DMS,I,T,T,T Menu017=Setup Description,SetupDescriptionWrapper,Icon,222,ICISwbk-DMS,I,,T,T Menu018=Setup Observation,SetupObservationWrapper,Icon,8,ICISwbk-DMS,I,,T,T Menu019=Add Study Variable,AddStdVariable,Icon,3683,ICISwbk-DMS,I,,T,T Menu020=Variable Express Setup,VariableExpressSetup,Icon,581,ICISwbk-DMS,I,T,T,T Menu021=Use Existing,UseExisting,Caption,1,ICISwbk-DMS,I,,, Menu022=Use New,UseNew,Caption,1,ICISwbk-DMS,I,,, Menu023=Variable Custom Setup,VariableCustomSetup,Icon,586,ICISwbk-DMS,I,,T,T Menu024=Setup Valid Values,SetupValidValues,Icon,249,ICISwbk-DMS,I,T,T,T Menu025=Show Valid Values,ShowValidValues,Icon,1748,ICISwbk-DMS,I,,T, Menu026=Apply Default Format,ApplyDefault,Icon,548,ICISwbk-DMS,I,T,T, Menu027=Apply Text Format,ApplyTextFormat,Icon,7869,ICISwbk-DMS,I,,T, Menu028=Default Settings,ShowSettings,Icon,837,ICISwbk-DMS,I,T,T,T Menu029=Workbook View,WorkbookViewWrapper,Icon,48,ICISwbk-DMS,I,,T, Menu030=Set Protection,SetProtectionWrapper,Icon,225,ICISwbk-DMS,I,,T, Menu031=List of Factors,ShowSearchFactor,Icon,1745,ICISwbk-DMS,I,T,T,T Menu032=List of Variates,ShowSearchVariate,Icon,1561,ICISwbk-DMS,I,,T,T Menu033=List of Ontology,ShowSearchProperty,Icon,558,ICISwbk-DMS,I,,T,T Menu034=Barcode Entry,ShowBarcode,Icon,627,ICISwbk-DMS,I,T,T, Menu035=Lookup Entry,ShowLookup,Icon,5740,ICISwbk-DMS,I,,T, Menu036=Split Workbook,SplitWorkbook,Icon,2961,ICISwbk-DMS,I,T,T, Menu037=Import SetGen List,ShowListSetGen,Icon,2530,ICISwbk-DMS,I,T,T, Menu038=Randomization and Layout,ShowRandomization,Icon,7372,ICISwbk-DMS,I,,T, Menu039=Generate Fieldbook,ShowListFBNew,Icon,547,ICISwbk-DMS,I,,T, Menu040=Mutant Selection,ShowListMutant,Icon,1019,ICISwbk-DMS,I,,T,
[ICISwbk-GEMS] Menu000=ICISwbk-GEMS,,,,,T,,T, Menu001=GEMS,,Caption,1,ICISwbk-GEMS,G,,T, Menu002=Transpose Genotype Data,GEMStranspose,Both,1,ICISwbk-GEMS\GEMS,I,,T, Menu003=Fill with Marker Detector ID,GEMSgetMDID,Both,1,ICISwbk-GEMS\GEMS,I,T,T, Menu004=Fill with Molecular Variant ID,GEMSgetMVID,Both,1,ICISwbk-GEMS\GEMS,I,,T, Menu005=Fill with Polymorphic Detector ID,GEMSgetPDID,Both,1,ICISwbk-GEMS\GEMS,I,,T,
[ICISwbk-GMS] Menu000=ICISwbk-GMS,,,,,T,,T, Menu001=GMS,,Caption,1,ICISwbk-GMS,G,,T, Menu002=Fill with Sequence,ShowNameConv,Both,1,ICISwbk-GMS\GMS,I,,T, Menu003=Fill with Management GID,GMSgetMGID,Both,1,ICISwbk-GMS\GMS,I,T,T, Menu004=Fill with Source GID,GMSgetSGID,Both,1,ICISwbk-GMS\GMS,I,,T, Menu005=Fill with Accession No.,GMSgetACCNO,Both,1,ICISwbk-GMS\GMS,I,,T, Menu006=Fill with IRTP No.,GMSgetIRTPNO,Both,1,ICISwbk-GMS\GMS,I,,T, Menu007=Fill with Unique ID,GMSgetUniqueID,Both,1,ICISwbk-GMS\GMS,I,,T, Menu008=Fill with Cross Expansion,GMSgetCrossExpansion,Both,1,ICISwbk-GMS\GMS,I,,T, Menu009=Fill with Generation Code,GMSgetGenerationNo,Both,1,ICISwbk-GMS\GMS,I,,T, Menu010=Fill with Variety Name,GMSgetVarietyName,Both,1,ICISwbk-GMS\GMS,I,,T, Menu011=Fill with Species,GMSgetSpecies,Both,1,ICISwbk-GMS\GMS,I,,T, Menu012=Fill with Origin,GMSgetOrigin,Both,1,ICISwbk-GMS\GMS,I,,T, Menu013=Fill with Name,GMSgetName,Both,1,ICISwbk-GMS\GMS,I,T,T, Menu014=Fill with Attribute,GMSgetAttrib,Both,1,ICISwbk-GMS\GMS,I,,T, Menu015=Import Column...,GMSshowImport,Both,1,ICISwbk-GMS\GMS,I,T,T, Menu016=Save as Name Type,GMSaddNames,Both,1,ICISwbk-GMS\GMS,I,T,T, Menu017=Save as Attribute Type,GMSaddAttributes,Both,1,ICISwbk-GMS\GMS,I,,T, Menu018=New List,CreateList,Icon,534,ICISwbk-GMS,I,,T, Menu019=Add Germplasm Column,AddGerColumn,Icon,3687,ICISwbk-GMS,I,,T, Menu020=Check List,CheckList,Icon,6122,ICISwbk-GMS,I,,T, Menu021=Load List,LoadListWrapper,Icon,535,ICISwbk-GMS,I,,T, Menu022=Retrieve List,ShowListSetGen,Icon,533,ICISwbk-GMS,I,,T, Menu023=Unload List,UnloadListWrapper,Icon,536,ICISwbk-GMS,I,,T, Menu024=List Settings,ShowListSettings,Icon,9648,ICISwbk-GMS,I,,T, Menu025=Advance a Line,AdvanceLine,Icon,7992,ICISwbk-GMS,I,,T, Menu026=Generate Crosses,GenerateCrosses,Icon,4356,ICISwbk-GMS,I,,T, Menu027=Search Germplasm,SearchGermplasm,Icon,7723,ICISwbk-GMS,I,,T, Menu028=Input Germplasm,InputGermplasm,Icon,1018,ICISwbk-GMS,I,,T,
[ICISwbk-IMS] Menu000=ICISwbk-IMS,,,,,T,,T, Menu001=New Seed Transaction,CreateSeedTransaction,Icon,9953,ICISwbk-IMS,I,,T, Menu002=New Seed Unit,AddSeedUnit,Icon,2097,ICISwbk-IMS,I,,T, Menu003=New Seed Location,AddSeedLocation,Icon,2099,ICISwbk-IMS,I,,T,IMS Menu004=Add Inventory Column,AddInvColumn,Icon,3687,ICISwbk-IMS,I,,T, Menu005=Reserve Seeds,ReserveSeeds,Icon,3947,ICISwbk-IMS,I,,T, Menu006=Deposit Seeds,DepositSeeds,Icon,9957,ICISwbk-IMS,I,,T, Menu007=View Seed Transactions,ViewTransaction,Icon,7431,ICISwbk-IMS,I,,T, Menu008=Check Seed Transactions,CheckTransaction,Icon,2101,ICISwbk-IMS,I,,T,IMS Menu009=Set Warning Level,SetWarningLevel,Icon,2100,ICISwbk-IMS,I,,T,IMS Menu010=Show Seed Viability,ShowSeedViability,Icon,2129,ICISwbk-IMS,I,,T,IMS Menu011=New SeedLot Transaction,CreateSeedLotTransaction,Icon,1950,ICISwbk-IMS,I,,T,IMS Menu012=Select SeedLot,SelectSeedLot,Icon,2102,ICISwbk-IMS,I,,T,IMS Menu013=Split SeedLot,SplitSeedLot,Icon,531,ICISwbk-IMS,I,,T,IMS Menu014=Administrator Log,SeedAdminLog,Icon,9435,ICISwbk-IMS,I,,T,
[ICISwbk-Menu] Menu000=ICISwbk-Menu,,,,,T,,T, Menu001=Study,,Caption,1,ICISwbk-Menu,G,,T, Menu002=Open File,OpenFile,Both,1791,ICISwbk-Menu\Study,I,,T, Menu003=New Study,CreateWorkbook,Both,2059,ICISwbk-Menu\Study,I,,T,T Menu004=Convert Excel File,ConvertWorkbookWrapper,Both,630,ICISwbk-Menu\Study,I,,T,T Menu005=Record Conversion,RecordConversion,Both,184,ICISwbk-Menu\Study,I,,T,T Menu006=Template From Database,UseTemplateWrapper,Both,107,ICISwbk-Menu\Study,I,,T, Menu007=Save File,SaveFile,Both,1790,ICISwbk-Menu\Study,I,T,T, Menu008=Save As Template,SaveTemplate,Both,455,ICISwbk-Menu\Study,I,,T, Menu009=Check Workbook,CheckStudy,Both,9594,ICISwbk-Menu\Study,I,T,T, Menu010=Load,LoadStudyWrapper,Both,213,ICISwbk-Menu\Study,I,,T, Menu011=Retrieve,,Caption,1,ICISwbk-Menu\Study,G,,T, Menu012=Factors && Variates,RetrieveFactorsWrapper,Both,599,ICISwbk-Menu\Study\Retrieve,I,,T, Menu013=Dataset,RetrieveDatasetWrapper,Both,598,ICISwbk-Menu\Study\Retrieve,I,,T, Menu014=Variate,RetrieveVariateWrapper,Both,656,ICISwbk-Menu\Study\Retrieve,I,,T, Menu015=Unload,UnloadStudyWrapper,Both,214,ICISwbk-Menu\Study,I,,T, Menu016=Study Settings,StudySettingsWrapper,Both,2144,ICISwbk-Menu\Study,I,,T, Menu017=Setup,,Caption,1,ICISwbk-Menu,G,,T, Menu018=Description Sheet,SetupDescriptionWrapper,Both,222,ICISwbk-Menu\Setup,I,,T,T Menu019=Observation Sheet,SetupObservationWrapper,Both,8,ICISwbk-Menu\Setup,I,,T,T Menu020=Add Variable,,Caption,1,ICISwbk-Menu\Setup,G,,T, Menu021=Condition,AddCondition,Both,3683,ICISwbk-Menu\Setup\Add Variable,I,,T,T Menu022=Factor,AddFactor,Both,3683,ICISwbk-Menu\Setup\Add Variable,I,,T,T Menu023=Constant,AddConstant,Both,3683,ICISwbk-Menu\Setup\Add Variable,I,,T,T Menu024=Variate,AddVariate,Both,3683,ICISwbk-Menu\Setup\Add Variable,I,,T,T Menu025=Variable Section,,Caption,1,ICISwbk-Menu\Setup,G,T,T, Menu026=Express Setup,VariableExpressSetup,Both,581,ICISwbk-Menu\Setup\Variable Section,I,,T,T Menu027=Custom Setup,VariableCustomSetup,Both,586,ICISwbk-Menu\Setup\Variable Section,I,,T,T Menu028=Valid Values,SetupValidValues,Both,249,ICISwbk-Menu\Setup,I,,T,T Menu029=Show Valid Values,ShowValidValues,Both,1748,ICISwbk-Menu\Setup,I,,T, Menu030=Apply Default Format,ApplyDefault,Both,548,ICISwbk-Menu\Setup,I,T,T, Menu031=Apply Text Format,ApplyTextFormat,Both,7869,ICISwbk-Menu\Setup,I,,T, Menu032=Utilities,,Caption,1,ICISwbk-Menu,G,,T, Menu033=Default Settings,ShowSettings,Both,837,ICISwbk-Menu\Utilities,I,,T,T Menu034=Workbook View,WorkbookViewWrapper,Both,48,ICISwbk-Menu\Utilities,I,,T, Menu035=Set Protection,SetProtectionWrapper,Both,225,ICISwbk-Menu\Utilities,I,,T, Menu036=Search List,,Caption,1,ICISwbk-Menu\Utilities,G,,T, Menu037=List of Factors,ShowSearchFactor,Both,1745,ICISwbk-Menu\Utilities\Search List,I,,T,T Menu038=List of Variates,ShowSearchVariate,Both,1561,ICISwbk-Menu\Utilities\Search List,I,,T,T Menu039=List of Ontology,ShowSearchProperty,Both,558,ICISwbk-Menu\Utilities\Search List,I,,T,T Menu040=Barcode Entry,ShowBarcode,Both,627,ICISwbk-Menu\Utilities,I,T,T, Menu041=Lookup Entry,ShowLookup,Both,5740,ICISwbk-Menu\Utilities,I,,T, Menu042=Split Workbook,SplitWorkbook,Both,2961,ICISwbk-Menu\Utilities,I,T,T, Menu043=Add-ins,,Caption,1,ICISwbk-Menu,G,,T, Menu044=Import SetGen List,ShowListSetGen,Both,2530,ICISwbk-Menu\Add-ins,I,,T, Menu045=Randomization and Layout,ShowRandomization,Both,7372,ICISwbk-Menu\Add-ins,I,,T, Menu046=Generate Fieldbook,ShowListFBNew,Both,547,ICISwbk-Menu\Add-ins,I,,T, Menu047=Mutant Selection,ShowListMutant,Both,1019,ICISwbk-Menu\Add-ins,I,,T, Menu048=GMS Functions,,Caption,1,ICISwbk-Menu\Add-ins,G,,T, Menu049=Fill with Sequence,ShowNameConv,Both,1,ICISwbk-Menu\Add-ins\GMS Functions,I,,T, Menu050=Fill with Management GID,GMSgetMGID,Both,1,ICISwbk-Menu\Add-ins\GMS Functions,I,T,T, Menu051=Fill with Source GID,GMSgetSGID,Both,1,ICISwbk-Menu\Add-ins\GMS Functions,I,,T, Menu052=Fill with Accession No.,GMSgetACCNO,Both,1,ICISwbk-Menu\Add-ins\GMS Functions,I,,T, Menu053=Fill with IRTP No.,GMSgetIRTPNO,Both,1,ICISwbk-Menu\Add-ins\GMS Functions,I,,T, Menu054=Fill with Unique ID,GMSgetUniqueID,Both,1,ICISwbk-Menu\Add-ins\GMS Functions,I,,T, Menu055=Fill with Cross Expansion,GMSgetCrossExpansion,Both,1,ICISwbk-Menu\Add-ins\GMS Functions,I,,T, Menu056=Fill with Generation Code,GMSgetGenerationNo,Both,1,ICISwbk-Menu\Add-ins\GMS Functions,I,,T, Menu057=Fill with Variety Name,GMSgetVarietyName,Both,1,ICISwbk-Menu\Add-ins\GMS Functions,I,,T, Menu058=Fill with Species,GMSgetSpecies,Both,1,ICISwbk-Menu\Add-ins\GMS Functions,I,,T, Menu059=Fill with Origin,GMSgetOrigin,Both,1,ICISwbk-Menu\Add-ins\GMS Functions,I,,T, Menu060=Fill with Name,GMSgetName,Both,1,ICISwbk-Menu\Add-ins\GMS Functions,I,T,T, Menu061=Fill with Attribute,GMSgetAttrib,Both,1,ICISwbk-Menu\Add-ins\GMS Functions,I,,T, Menu062=Import Column...,GMSshowImport,Both,1,ICISwbk-Menu\Add-ins\GMS Functions,I,T,T, Menu063=Save as Name Type,GMSaddNames,Both,1,ICISwbk-Menu\Add-ins\GMS Functions,I,T,T, Menu064=Save as Attribute Type,GMSaddAttributes,Both,1,ICISwbk-Menu\Add-ins\GMS Functions,I,,T, Menu065=SMTA Functions,,Caption,1,ICISwbk-Menu\Add-ins,G,,T, Menu066=Fill with Unique Sample ID,GMSgetUSID,Both,1,ICISwbk-Menu\Add-ins\SMTA Functions,I,,T, Menu067=Fill with MTA Status,GMSgetMTAStatus,Both,1,ICISwbk-Menu\Add-ins\SMTA Functions,I,,T, Menu068=Refer Ancestors Set,GMSreferAncestors,Both,1,ICISwbk-Menu\Add-ins\SMTA Functions,I,,T, Menu069=Export Seed,GMSgetJ,Icon,4303,ICISwbk-Menu\Add-ins\SMTA Functions,I,T,T, Menu070=Export NSBM,GMSgetG,Icon,2891,ICISwbk-Menu\Add-ins\SMTA Functions,I,,T, Menu071=Load MLS Ancestors,SplitAndLoad,Both,1,ICISwbk-Menu\Add-ins\SMTA Functions,I,T,T, Menu072=Go to SMTA Website,<hyperlink>,Both,1,ICISwbk-Menu\Add-ins\SMTA Functions,I,,T, Menu073=Create SMTA,,Caption,1,ICISwbk-Menu\Add-ins\SMTA Functions,G,,T, Menu074=Version Shrink,CreateSMTAshrink,Both,1,ICISwbk-Menu\Add-ins\SMTA Functions\Create SMTA,I,,T, Menu075=Version Signed,CreateSMTAsigned,Both,1,ICISwbk-Menu\Add-ins\SMTA Functions\Create SMTA,I,,T, Menu076=Create SMTA Short,,Caption,1,ICISwbk-Menu\Add-ins\SMTA Functions,G,,T, Menu077=Version Shrink,CreateSMTAshortShrink,Both,1,ICISwbk-Menu\Add-ins\SMTA Functions\Create SMTA Short,I,,T, Menu078=Version Signed,CreateSMTAshortSigned,Both,1,ICISwbk-Menu\Add-ins\SMTA Functions\Create SMTA Short,I,,T, Menu079=GEMS Functions,,Caption,1,ICISwbk-Menu\Add-ins,G,,T, Menu080=Transpose Genotype Data,GEMStranspose,Both,1,ICISwbk-Menu\Add-ins\GEMS Functions,I,,T, Menu081=Fill with Marker Detector ID,GEMSgetMDID,Both,1,ICISwbk-Menu\Add-ins\GEMS Functions,I,T,T, Menu082=Fill with Molecular Variant ID,GEMSgetMVID,Both,1,ICISwbk-Menu\Add-ins\GEMS Functions,I,,T, Menu083=Fill with Polymorphic Detector ID,GEMSgetPDID,Both,1,ICISwbk-Menu\Add-ins\GEMS Functions,I,,T, Menu084=List,,Caption,1,ICISwbk-Menu,G,,T, Menu085=New List,CreateList,Both,534,ICISwbk-Menu\List,I,,T, Menu086=Check List,CheckList,Both,6122,ICISwbk-Menu\List,I,,T, Menu087=Load List,LoadListWrapper,Both,535,ICISwbk-Menu\List,I,,T, Menu088=Retrieve List,ShowListSetGen,Both,533,ICISwbk-Menu\List,I,,T, Menu089=Unload List,UnloadListWrapper,Both,536,ICISwbk-Menu\List,I,,T, Menu090=List Settings,ShowListSettings,Both,9648,ICISwbk-Menu\List,I,,T, Menu091=Advance a Line,AdvanceLine,Both,7992,ICISwbk-Menu\List,I,T,T, Menu092=Generate Crosses,GenerateCrosses,Both,4356,ICISwbk-Menu\List,I,,T, Menu093=Search Germplasm,SearchGermplasm,Both,7723,ICISwbk-Menu\List,I,T,T, Menu094=Input Germplasm,InputGermplasm,Both,1018,ICISwbk-Menu\List,I,,T, Menu095=Inventory,,Caption,1,ICISwbk-Menu,G,,T, Menu096=New Seed Transaction,CreateSeedTransaction,Both,9953,ICISwbk-Menu\Inventory,I,,T, Menu097=New Seed Unit,AddSeedUnit,Both,2097,ICISwbk-Menu\Inventory,I,,T, Menu098=New Seed Location,AddSeedLocation,Both,2099,ICISwbk-Menu\Inventory,I,,T,IMS Menu099=Add Column,,Caption,1,ICISwbk-Menu\Inventory,G,,T, Menu100=Commit. Date,AddCommitDate,Both,3687,ICISwbk-Menu\Inventory\Add Column,I,,T,T Menu101=Comments,AddComments,Both,3687,ICISwbk-Menu\Inventory\Add Column,I,,T,T Menu102=Dest. Unit,AddDestUnit,Both,3687,ICISwbk-Menu\Inventory\Add Column,I,,F,T Menu103=Dest. Location,AddDestLoc,Both,3687,ICISwbk-Menu\Inventory\Add Column,I,,F,T Menu104=Reserve Seeds,ReserveSeeds,Both,3947,ICISwbk-Menu\Inventory,I,,T, Menu105=Deposit Seeds,DepositSeeds,Both,9957,ICISwbk-Menu\Inventory,I,,T, Menu106=View Seed Transactions,ViewTransaction,Both,7431,ICISwbk-Menu\Inventory,I,,T, Menu107=Check Seed Transactions,CheckTransaction,Both,2101,ICISwbk-Menu\Inventory,I,,T,IMS Menu108=Set Warning Level,SetWarningLevel,Both,2100,ICISwbk-Menu\Inventory,I,,T,IMS Menu109=Show Seed Viability,ShowSeedViability,Both,2129,ICISwbk-Menu\Inventory,I,,T,IMS Menu110=New SeedLot Transaction,CreateSeedLotTransaction,Both,1950,ICISwbk-Menu\Inventory,I,,T,IMS Menu111=Select SeedLot,SelectSeedLot,Both,2102,ICISwbk-Menu\Inventory,I,,T,IMS Menu112=Split SeedLot,SplitSeedLot,Both,531,ICISwbk-Menu\Inventory,I,,T,IMS Menu113=Administrator Log,SeedAdminLog,Both,9435,ICISwbk-Menu\Inventory,I,,T, Menu114=Help,,Caption,1,ICISwbk-Menu,G,,T, Menu115=Contents and Index,ShowHelp,Both,983,ICISwbk-Menu\Help,I,,T, Menu116=Tutorial Files,,Caption,1,ICISwbk-Menu\Help,G,,T, Menu117=Setting Up A Study,<none>,Both,1,ICISwbk-Menu\Help\Tutorial Files,I,,T, Menu118=About ICIS Workbook,ShowAbout,Both,487,ICISwbk-Menu\Help,I,,T,
[ICISwbk-SMTA] Menu000=ICISwbk-SMTA,,,,,T,,T, Menu001=SMTA,,Caption,1,ICISwbk-SMTA,G,,T, Menu002=Fill with Unique Sample ID,GMSgetUSID,Both,1,ICISwbk-SMTA\SMTA,I,,T, Menu003=Fill with MTA Status,GMSgetMTAStatus,Both,1,ICISwbk-SMTA\SMTA,I,,T, Menu004=Refer Ancestors Set,GMSreferAncestors,Both,1,ICISwbk-SMTA\SMTA,I,,T, Menu005=Load MLS Ancestors,SplitAndLoad,Both,1,ICISwbk-SMTA\SMTA,I,T,T, Menu006=Go to SMTA Website,<hyperlink>,Both,1,ICISwbk-SMTA\SMTA,I,,T, Menu007=Create SMTA,,Caption,1,ICISwbk-SMTA\SMTA,G,,T, Menu008=Version Shrink,CreateSMTAshrink,Both,1,ICISwbk-SMTA\SMTA\Create SMTA,I,,T, Menu009=Version Signed,CreateSMTAsigned,Both,1,ICISwbk-SMTA\SMTA\Create SMTA,I,,T, Menu010=Create SMTA Short,,Caption,1,ICISwbk-SMTA\SMTA,G,,T, Menu011=Version Shrink,CreateSMTAshortShrink,Both,1,ICISwbk-SMTA\SMTA\Create SMTA Short,I,,T, Menu012=Version Signed,CreateSMTAshortSigned,Both,1,ICISwbk-SMTA\SMTA\Create SMTA Short,I,,T, Menu013=Retrieve SMTA,ShowListSMTA,Icon,3829,ICISwbk-SMTA,I,,T, Menu014=Export Seed,GMSgetJ,Icon,4303,ICISwbk-SMTA,I,,T, Menu015=Export NSBM,GMSgetG,Icon,2891,ICISwbk-SMTA,I,,T,
[FRMSTUDY] CHKFINAL=Public CHKHISTROY_VALUE=FALSE
[ICISWBK_MENU] FILL_WITH_ALLELE_ID=Fill with Molecular Variant ID
[STUDY] OBJECTIVE=PROJ.CODE
BROWSE
[BROWSE] #************************************************************** # REFID=x, SET DEFAULT REFERENCE ID TO x, ELSE x=0 # LOCID=x, SET DEFAULT LOCATION ID TO x, ELSE x=0 # IOPT=x, x=1 TO SELECT SINGLE SEARCH HITS (ELSE 0) # ISRH=x, x=1 TO SHOW ONLY GENERATIVE GERMPLASM, # x=2 TO SHOW ONLY DERIVATIVES AND # x=3 TO EXCLUDE ACCESSIONS (ELSE 0) # MGAT=x, x=1 TO SHOW ALL PROGENITORS IN THE MENDLEGRAM (ELSE 0) # NAMP=x, CONTROLS NAME TYPES DISPLAYED IN PEDIGREE TREES # x=0 FOR PREFERRED NAME, 1 FOR ALL NAMES OR 2 FOR ACCESSION NO # LDST=x, x=1 TO DISPLAY DERIVATIVE STEPS IN A TREE, ELSE x=0 # NTCX=x, x=n TO STOP CROSS EXPANSION ON NAME TYPE n, ELSE x=0 # LIST=x, x=0 TO CLOSE LIST OR x=n TO OPEN LIST n # FCPS=x, x=1 TO ALWAYS LOOK FOR CROSSES BY PARENTS AS WELL AS NAME, ELSE x=0 # BTYPE=x, x=1 FOR SELF FERTILIZED CROP WITH FULL INBREEDING ASSUMED FOR ALL # LINES WITH UNKNOWN SOURCE, # x=2 FOR FOR SELF FERTILIZED CROP WITH F4 ASSUMED FOR LINES # WITH UNKNOWN SOURCE BUT KNOWN PARENTS AND FULL INBREEDING FOR # LINES WITH UNKNOWN SOURCE AND UNKNOWN PARENTS, # x=0 FOR CROSS POLLINATED CROPS # LastDir=x, x=full path of directory for BROWSE.LOG # NMSTD=x x=0 to STANDARDIZE NAMES IN .NAME ELSE NMSTD=1 # VIEW=Full path to a graph viewer to see pedigree graphs - else null # Eg: VIEW=C:\Program Files\IrfanView\i_view32.exe # GVIZ=Full path to the DOT program of GraphViz - else null # Eg: C:\Program Files (x86)\Graphviz2.26.3\bin\ # If null, then it is assumed that DOT.exe is in the current path, # but this does not seem to be the case wisom some operating system # installations and with WINDOWS 7 where the above path # seems to be needed: #************************************************************** IOPT=0 ISRH=0 MGAT=0 NAMP=0 LDST=0 NTCX=0 LIST=0 REFID=0 LocID=0 FCPS=1 BTYPE=1 LastDir= NMSTD=0
INTRACK
[INTRACK]
#**************************************************************
# SEEDSTORAGELOCATION - indicates the ltype (locationtype)
# from the locations table of the GMS
# database to filter the locations used by IMS
#
# SEEDSTOCKTRAIT - indicates the traitid from the TRAIT table of
# the DMS database to filter the scales used by IMS
#
# LABEL - indicates the titles of each location level
# e.g. LABEL1 =name of organization,
# LABEL2 =name of organizational unit
# LABEL3 =name of Storage Location (Shelf,room)
# LABEL4 =name of storage inside LABEL1(tray)
#
# PREFIX - determines the organizational unit that owns the inventory
#
# e.g.PREFIX=AERO {for aeboric rainfed}
#
# note : 1.length is not less than 2 characters
#
# DEF_CNTRYID - the default country for the locations when using the IMS database/system
# SHOWBALANCE - when set to 'YES' displays the available and actual balance
# when set to 'NO' hides the available and actual balance
# LABEL_LOGO - sets the filepath of the logo to be used when printing box labels
# LABEL_TITLE - SETS THE DEFAULT header title to be used when printing box labels
# DEF_LBLTYPE - sets the default label type when printing barcode labels
#**************************************************************
SEEDSTORAGELOCATION=1500
SEEDSTOCKTRAIT=1500
LABEL1=Organization
LABEL2=Unit
LABEL3=Collection
LABEL4=Tray
PREFIX=GR
DEF_CNTRYID=171
SHOWBALANCE=YES
DEF_LBLTYPE=4.5 cm x 3.5 cm labels
LABEL_TITLE=WHEAT GENETIC RESOURCES CENTER
LABEL_LOGO=D:\ICIS5\EXES\images\CIMMYT_Logo.bmp
RETRIEVER
[RETRIEVER] #********************************************************************** # File - the full path and file name of the ICIS retriever #********************************************************************** File=
HELPINI
[HELPINI] #******************************************************************* # IniPath - indicates the directory path where HELP (.INI) file is located # IniFileName - indicates the name of the HELP (.INI) file #******************************************************************* IniPath= IniFileName=
GMSSRCH
as of v5.5.2.7
[GMSSRCH]
#**************************************************************
# LOCAL_DB_SEARCH - Sets the default sign of the
# GID searched (i.e. YES for negative)
#
# DEF_CASE_FOR_NAME_SEARCH - indicates the default case for Name
# Search (e.g. UPPER,LOWER,ANY)
#
# DEF_TAB - sets the active tabpage at start up:
# (i.e. Names/Attributes, Relatives, Neighborhood)
# ALPHASORT_NAME - sets the default sorting order of the
# searchname result(i.e. YES - sorted,
# NO - not sorted)
#
# STUDYSQL - sql statement to use for retrieving DMS data
# FILE_EXPORT_PATH - directory for storing exported files
#
# EXPAND_ALL_BTN=YES/NO. Enable/disable the Expand All button for the pedigree tree (20091112 mhabito)
#
# SELECT_LIST_CHKBX =YES/NO. Show/not show lists by default (20091112 mhabito)
# SELECT_STUDY_CHKBX =YES/NO. Show/not show study data by default (20091112 mhabito)
# SELECT_STOCK_CHKBX =YES/NO. Show/not show stocks data by default (20091112 mhabito)
# SELECT_DESCENDANTS_CHKBX =YES/NO. Show/not show descendants (Relatives tab) by default (20091112 mhabito)
# SELECT_RELATIVES_CHKBX =YES/NO. Show/not show group relatives (Relatives tab) by default (20091112 mhabito)
# NUMBER_STEPS_BWD=<number>. Default number of steps backward (Neighborhood tab) (20091112 mhabito)
# NUMBER_STEPS_FWD=<number>. Default number of steps forward (Neighborhood tab) (20091112 mhabito)
# SHOW_NSTAT8_AS_UNIQUEID=YES/NO. If germplasm has a preferred ID, display it as the Unique ID. (20100525 mhabito)
# GEN_HISTORY_EXCLUDE_MAN=YES/NO. Exclude MAN germplasm in Generation History panel (20100525 mhabito)
# GRAPHICAL_VIEW=YES/NO. Enable/disable graphical view of pedigree tree ("Draw Tree" function) (20101103 mhabito)
# SHOWMGID=YES/NO. Show/hide the MGID (management GID) (20101203 mhabito)
#
#**************************************************************
LOCAL_DB_SEARCH=NO
DEF_CASE_FOR_NAME_SEARCH=ANY
DEF_TAB=Names/Attributes
ALPHASORT_NAME=NO
STUDYSQL=
EXPAND_ALL_BTN=YES
SELECT_LIST_CHKBX=NO
SELECT_STUDY_CHKBX=NO
SELECT_STOCK_CHKBX=NO
SELECT_DESCENDANTS_CHKBX=NO
SELECT_RELATIVES_CHKBX=NO
NUMBER_STEPS_BWD=2
NUMBER_STEPS_FWD=3
SHOW_NSTAT8_AS_UNIQUEID=YES
GEN_HISTORY_EXCLUDE_MAN=NO
GRAPHICAL_VIEW=YES
SHOWMGID=YES
GEMS Catalog
#********************************************************************** #[GEMS Catalog] # File - the full path and file name of the GEMS Catalog application [GEMS Catalog] File=

