From b353fd35af7aa1b7f1fbe7b1636c9f679448c118 Mon Sep 17 00:00:00 2001
From: DELL <1525436766@qq.com>
Date: 星期四, 09 五月 2024 09:34:55 +0800
Subject: [PATCH] 工控机调试软件,整改前提交

---
 Device_Simulator_DTS_Tester/src/main/main_window_computer.java |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/Device_Simulator_DTS_Tester/src/main/main_window_computer.java b/Device_Simulator_DTS_Tester/src/main/main_window_computer.java
index 761c698..772d8a3 100644
--- a/Device_Simulator_DTS_Tester/src/main/main_window_computer.java
+++ b/Device_Simulator_DTS_Tester/src/main/main_window_computer.java
@@ -112,13 +112,13 @@
 	public static int LANG_TYPE	= LANG_TYPE_CN;
 	
 	public static final boolean APP_FBS9600_MON_EN = true;
-	public static final boolean APP_FBS9600_CURR_EN	= true;
-	public static final boolean APP_FBS9600_GVOL_EN	= true;
-	public static final boolean APP_FCF_GVOL_EN	= true;
+	public static final boolean APP_FBS9600_CURR_EN	= false;
+	public static final boolean APP_FBS9600_GVOL_EN	= false;
+	public static final boolean APP_FCF_GVOL_EN	= false;
 	public static final boolean APP_FBS9600_ZDHJ_EN = true;
 	public static final boolean APP_BTSM_EN = false;
-	public static final boolean APP_NTM_EN = true;
-	public static final boolean APP_NTM_LORA_EN = true;
+	public static final boolean APP_NTM_EN = false;
+	public static final boolean APP_NTM_LORA_EN = false;
 	public static final boolean APP_BYBB_EN = false;
 	public static final boolean APP_FBO4830_EN = false;
 	public static final boolean APP_BTS4810_EN = true;
@@ -127,7 +127,7 @@
 	public static final boolean APP_IEC61850_EN = true;	 	  		//IEC61850
 	public static final boolean APP_UKEY_EN = true;	 	  			//UKEY
 	
-	public int CommDevType = 8;				//默认显示tab选项卡
+	public int CommDevType = 2;				//默认显示tab选项卡
 	
 	public static final int DebugMode_TYPE_Debug 	= 0;	//调试模拟
 	public static final int DebugMode_TYPE_Package 	= 1;	//电脑打包模式

--
Gitblit v1.9.1