Continued print improvements
Outline text boxes so they are ‘visible’ on low contrast monitor
This commit is contained in:
parent
b40b719e25
commit
7dbc2aad65
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user