15项采集项
This commit is contained in:
@@ -154,6 +154,18 @@ namespace LargeSquareOne
|
||||
|
||||
colDefList.Add(col);
|
||||
}
|
||||
|
||||
foreach (var propName in ConstValue.CCDSpecialDic.Keys)
|
||||
{
|
||||
DataGridViewColumn col = new DataGridViewTextBoxColumn();
|
||||
|
||||
col.DataPropertyName = propName;
|
||||
col.HeaderText = ConstValue.CCDSpecialDic[propName];
|
||||
col.Name = $"Col_ccd_{propName}";
|
||||
col.ReadOnly = true;
|
||||
|
||||
colDefList.Add(col);
|
||||
}
|
||||
#endregion
|
||||
|
||||
DataGridViewColumn Column147 = new DataGridViewTextBoxColumn();
|
||||
|
||||
Reference in New Issue
Block a user