wangxichen 5 дней назад
Родитель
Сommit
7e1e7f86ce
1 измененных файлов с 6 добавлено и 4 удалено
  1. 6 4
      src/com/mes/ui/MesClient.java

+ 6 - 4
src/com/mes/ui/MesClient.java

@@ -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() {