; This file describes columns in the table in the Test Panel ; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ; ; File format is following: ; { ; ; ; [column_data] ; } ; ; Header format is: ; [ ] ; ; Where type can be one of the following values: ; READONLY ; LIST ; EDIT ; LISTEDIT ; ; Depend variable line has following format: ; [] [] ... ; ; ; Column data is needed only in LIST and LISTEDIT type columns: ; ; [ ] ; ; where is the string displayed in the list and ; is the data associated with this key. ; ; NOTE: Strings that define names, keys, etc. should not contain ; spaces (because they are treated as separators). You may ; replace space with underline symbol ('_') and all these ; symbols will be converted to spaces automatically. { A EDIT INPUT 30 0 15 IN } { B EDIT INPUT 30 0 15 IN } { C EDIT INPUT 30 0 15 IN } { D EDIT INPUT 30 0 15 IN }