Browse Source

人员和维护时间不可编辑

章政 7 years ago
parent
commit
8f47a33497
1 changed files with 2 additions and 0 deletions
  1. 2 0
      UAS_DeviceMonitor/Main.Designer.cs

+ 2 - 0
UAS_DeviceMonitor/Main.Designer.cs

@@ -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;