Просмотр исходного кода

人员和维护时间不可编辑

章政 7 лет назад
Родитель
Сommit
8f47a33497
1 измененных файлов с 2 добавлено и 0 удалено
  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;