|
|
@@ -793,6 +793,7 @@ namespace UAS_DeviceMonitor
|
|
|
this.dc_man.Caption = "维护人员";
|
|
|
this.dc_man.FieldName = "DC_MAN";
|
|
|
this.dc_man.Name = "dc_man";
|
|
|
+ this.dc_man.OptionsColumn.AllowEdit = false;
|
|
|
this.dc_man.Visible = true;
|
|
|
this.dc_man.VisibleIndex = 8;
|
|
|
this.dc_man.Width = 217;
|
|
|
@@ -802,6 +803,7 @@ namespace UAS_DeviceMonitor
|
|
|
this.dc_date.Caption = "维护时间";
|
|
|
this.dc_date.FieldName = "DC_DATE";
|
|
|
this.dc_date.Name = "dc_date";
|
|
|
+ this.dc_date.OptionsColumn.AllowEdit = false;
|
|
|
this.dc_date.Visible = true;
|
|
|
this.dc_date.VisibleIndex = 9;
|
|
|
this.dc_date.Width = 52;
|