|
|
@@ -128,7 +128,7 @@ namespace UAS_MES.PublicMethod
|
|
|
string controlName = collection[i].Name;
|
|
|
string controlsTag = collection[i].Tag == null ? "" : collection[i].Tag.ToString();
|
|
|
//默认给TextBox和Label赋值
|
|
|
- if (collection[i] is TextBox || collection[i] is Label || collection[i] is SearchTextBox || collection[i] is MaCodeSearchTextBox || collection[i] is EnterTextBox || collection[i] is TextBoxGeneratePaCode || collection[i] is NumericUpDown)
|
|
|
+ if (collection[i] is TextBox || collection[i] is Label || collection[i] is SearchTextBox || collection[i] is MaCodeSearchTextBox || collection[i] is EnterTextBox || collection[i] is TextBoxGeneratePaCode || collection[i] is NumericUpDown||collection[i] is TextBoxWithTextArea)
|
|
|
{
|
|
|
for (int j = 0; j < dt.Columns.Count; j++)
|
|
|
{
|