Continued print improvements

Outline text boxes so they are ‘visible’ on low contrast monitor
This commit is contained in:
Kathy Ruffing 2015-04-16 13:04:30 +00:00
parent b40b719e25
commit 7dbc2aad65
6 changed files with 1 additions and 0 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -56,6 +56,7 @@ namespace VEPROMS
_DicStepRtb.Add(fld.name, tb); _DicStepRtb.Add(fld.name, tb);
tb.MyItemInfo = pi as ItemInfo; tb.MyItemInfo = pi as ItemInfo;
tb.FieldToEdit = E_FieldToEdit.PSI; tb.FieldToEdit = E_FieldToEdit.PSI;
tb.BorderStyle = BorderStyle.FixedSingle;
tb.Enter += new System.EventHandler(this.FieldStepRTB_Enter); tb.Enter += new System.EventHandler(this.FieldStepRTB_Enter);
// see if config has data for this field, i.e. search for the 'name' // see if config has data for this field, i.e. search for the 'name'
string val = procConfig.GetValue("PSI", fld.name); string val = procConfig.GetValue("PSI", fld.name);