C2025-023 - Electronic Procedures - Modifications to PROMS
Working on Adding functionality for EP input for tables
This commit is contained in:
@@ -150,6 +150,13 @@ namespace Volian.Controls.Library
|
||||
panelEP.Controls.Add(lb, 1, panelEP.RowCount - 1);
|
||||
|
||||
}
|
||||
if (EP.type.ToLower() == "tableinput")
|
||||
{
|
||||
TablePropertiesControl tp = new TablePropertiesControl(EP.text, null);
|
||||
panelEP.Controls.Add(tp, 1, panelEP.RowCount - 1);
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Load += new EventHandler(Form1Load_setDefaults);
|
||||
|
Reference in New Issue
Block a user