All the personal preference variables are defined in the Public Class EditorialSystemUserOptions of the TedOptions.vb file. Open the file, and then locate the variables zone:
All variables have the same structure:
1.Fixed prefix <XmlsAttribute()>
2.Fixed declaration Public
3.Unique name (you can use T_ prefix for Ted4 variables and F_prefix for Fred4, but it is not mandatory)
4.Fixed declaration As followed by the appropriate data type, e.g. String, Integer, Boolean etc
5.Default value, after the equal sign
It is recommended to add the same variable name as the name of the field, specified in the Add a new control.