| | |
| | | public static int CommDevType_IEC61850 = -1; //13 IEC61850 |
| | | public static int CommDevType_UKEY = -1; //14 UKEY |
| | | public static int CommDevType_SIMPOWER = -1; //15 极简化电源 |
| | | public static int CommDevType_ICA_200KW = -1; //15 ICA_200KW |
| | | public static int CommDevType_ICA_200KW = -1; //16 ICA_200KW |
| | | public static int CommDevType_Elect_Lock = -1; //17 电子锁 |
| | | |
| | | public static final int CommDevType_MAX = 17; |
| | | public static final int CommDevType_MAX = 18; |
| | | |
| | | public static int LANG_TYPE_CN = 0; |
| | | public static int LANG_TYPE_EN = 1; |
| | |
| | | public static final boolean APP_BYBB_EN = false; |
| | | public static final boolean APP_FBO4830_EN = false; |
| | | public static final boolean APP_BTS4810_EN = true; |
| | | public static final boolean APP_SwitchDevice_EN = true; //切换装置 |
| | | public static final boolean APP_SwitchDevice_EN = true; //切换装置 |
| | | public static final boolean APP_DummyLoad_EN = true; //假负载 |
| | | public static final boolean APP_IEC61850_EN = true; //IEC61850 |
| | | public static final boolean APP_UKEY_EN = true; //UKEY |
| | | public static final boolean APP_SIMPOWER_EN = true; //极简化电源 |
| | | |
| | | public static final boolean APP_ICA_200KW_EN = true; //ICA-200KW |
| | | public static final boolean APP_Elect_Lock_EN = true; //电子锁调试工具 |
| | | |
| | | public int CommDevType = 4; //默认显示tab选项卡 |
| | | |
| | |
| | | main_TabbedPane.setEnabled(false); |
| | | |
| | | int comm_type = tab_comm_type.getSelectedIndex(); |
| | | btn_connet.setEnabled(false); |
| | | |
| | | //System.out.println(comm_type); |
| | | String spname_or_ipaddr; |
| | |
| | | } |
| | | } |
| | | |
| | | btn_connet.setEnabled(false); |
| | | //使用table选中的列表 |
| | | int main_DevType = main_TabbedPane.getSelectedIndex(); |
| | | //int main_DevType = CommDevType; |