This commit is contained in:
@@ -51,7 +51,7 @@ namespace VEPROMS
|
||||
if (fld.type.ToLower() == "text")
|
||||
{
|
||||
StepRTB tb = new StepRTB();
|
||||
tb.Font = new Font("Arial", tb.Font.Size);
|
||||
tb.Font = tb.FormatFont = new Font("Arial", 8);
|
||||
string mystr = tb.FontTable;
|
||||
_DicStepRtb.Add(fld.name, tb);
|
||||
tb.MyItemInfo = pi as ItemInfo;
|
||||
|
Reference in New Issue
Block a user