|
|
@@ -823,11 +823,13 @@ public class MesClient extends JFrame {
|
|
|
finish_ng_bt.setVisible(false);
|
|
|
indexPanelA.add(finish_ng_bt);
|
|
|
|
|
|
- // ===== 手动提交面板 =====
|
|
|
- JLabel debugTitle = new JLabel("手动提交");
|
|
|
+ // ===== 手动模式面板 =====
|
|
|
+ JLabel debugTitle = new JLabel("手动模式");
|
|
|
debugTitle.setFont(new Font("微软雅黑", Font.PLAIN, 16));
|
|
|
debugTitle.setForeground(Color.GRAY);
|
|
|
- debugTitle.setBounds(760, 40, 260, 30);
|
|
|
+ debugTitle.setHorizontalAlignment(SwingConstants.CENTER);
|
|
|
+ debugTitle.setVisible(true);
|
|
|
+ debugTitle.setBounds(760, 40, 220, 30);
|
|
|
indexPanelA.add(debugTitle);
|
|
|
|
|
|
manualSteelSnInput = new JTextField();
|
|
|
@@ -902,7 +904,7 @@ public class MesClient extends JFrame {
|
|
|
}
|
|
|
});
|
|
|
indexPanelA.add(debugGenSnBtn);
|
|
|
- // ===== 手动提交面板结束 =====
|
|
|
+ // ===== 手动模式面板结束 =====
|
|
|
|
|
|
JButton modbusBtn = new JButton("关");
|
|
|
modbusBtn.addActionListener(new ActionListener() {
|