This commit is contained in:
parent
2e40ad7e8f
commit
01e6948f1e
@ -59,7 +59,7 @@ namespace VEPROMS
|
|||||||
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);
|
||||||
DisplayText dt = new DisplayText(val, new VE_Font("Arial", 10, E_Style.None), false);
|
DisplayText dt = new DisplayText(val, new VE_Font("Arial", 10, E_Style.None, 12), false);
|
||||||
StringBuilder sb = new StringBuilder();
|
StringBuilder sb = new StringBuilder();
|
||||||
sb.Append(@"{\rtf1\ansi\ansicpg1252\deff0\deflang1033{\fonttbl{\f0\fnil\fcharset2 Arial;}");
|
sb.Append(@"{\rtf1\ansi\ansicpg1252\deff0\deflang1033{\fonttbl{\f0\fnil\fcharset2 Arial;}");
|
||||||
sb.Append(@"{\f1\fnil\fcharset0 Arial Unicode MS;}}{\colortbl ;\red255\green0\blue0;}");
|
sb.Append(@"{\f1\fnil\fcharset0 Arial Unicode MS;}}{\colortbl ;\red255\green0\blue0;}");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user