/********************************************************************************
** Form generated from reading UI file 'settingwidget.ui'
**
** Created by: Qt User Interface Compiler version 5.13.0
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
********************************************************************************/

#ifndef UI_SETTINGWIDGET_H
#define UI_SETTINGWIDGET_H

#include <QtCore/QVariant>
#include <QtWidgets/QApplication>
#include <QtWidgets/QGroupBox>
#include <QtWidgets/QLabel>
#include <QtWidgets/QLineEdit>
#include <QtWidgets/QPushButton>
#include <QtWidgets/QRadioButton>
#include <QtWidgets/QStackedWidget>
#include <QtWidgets/QWidget>

QT_BEGIN_NAMESPACE

class Ui_SettingWidget
{
public:
    QPushButton *systemSetting_Btn;
    QPushButton *secretManage_Btn;
    QPushButton *productMsg_Btn;
    QStackedWidget *stackedWidget;
    QWidget *systemSetting_Page;
    QGroupBox *groupBox;
    QLabel *label;
    QRadioButton *CH_RadioButton;
    QRadioButton *EN_RadioButton;
    QGroupBox *groupBox_5;
    QLabel *label_5;
    QLabel *bioelectricityState_Label;
    QPushButton *bioelectricity_Btn;
    QLabel *upperSoftware_Label;
    QLabel *lowerSoftware_Label;
    QGroupBox *groupBox_7;
    QGroupBox *groupBox_2;
    QLabel *label_2;
    QPushButton *resetPassword_Btn;
    QGroupBox *groupBox_13;
    QLabel *label_6;
    QPushButton *Up_Btn;
    QPushButton *down_Btn;
    QGroupBox *groupBox_14;
    QLabel *label_7;
    QRadioButton *torque_Low;
    QRadioButton *torque_Middle;
    QRadioButton *torque_Hign;
    QLabel *lowVersion_Label;
    QGroupBox *groupBox_3;
    QLabel *label_3;
    QPushButton *FESConfig_Btn;
    QPushButton *OpenFES_Btn;
    QLabel *upVersion_Label;
    QWidget *password_Page;
    QGroupBox *groupBox_8;
    QPushButton *savePassword_Btn;
    QLabel *label_8;
    QLabel *confirmPasswordTips_Label;
    QPushButton *cancelPassword_Btn;
    QLabel *originalPasswordTips_Label;
    QGroupBox *groupBox_9;
    QLineEdit *originalPassword_LineEdit;
    QGroupBox *groupBox_10;
    QLineEdit *newPassword_LineEdit;
    QGroupBox *groupBox_11;
    QLineEdit *confirmPassword_LineEdit;
    QLabel *label_11;
    QLabel *label_12;
    QWidget *product_Page;
    QGroupBox *groupBox_6;
    QLabel *label_9;
    QGroupBox *groupBox_12;

    void setupUi(QWidget *SettingWidget)
    {
        if (SettingWidget->objectName().isEmpty())
            SettingWidget->setObjectName(QString::fromUtf8("SettingWidget"));
        SettingWidget->resize(1920, 980);
        SettingWidget->setStyleSheet(QString::fromUtf8("#SettingWidget{background: #FFFFFF;}"));
        systemSetting_Btn = new QPushButton(SettingWidget);
        systemSetting_Btn->setObjectName(QString::fromUtf8("systemSetting_Btn"));
        systemSetting_Btn->setGeometry(QRect(50, 50, 210, 60));
        QFont font;
        font.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
        font.setPointSize(15);
        systemSetting_Btn->setFont(font);
        systemSetting_Btn->setStyleSheet(QString::fromUtf8("QPushButton{background: #EFEFEF;\n"
"border-radius: 4px;color:black;}\n"
"QPushButton:checked{background: #0D9DDB;;\n"
"border-radius: 4px;color:white;}"));
        systemSetting_Btn->setCheckable(true);
        systemSetting_Btn->setChecked(true);
        secretManage_Btn = new QPushButton(SettingWidget);
        secretManage_Btn->setObjectName(QString::fromUtf8("secretManage_Btn"));
        secretManage_Btn->setGeometry(QRect(270, 50, 210, 60));
        secretManage_Btn->setFont(font);
        secretManage_Btn->setStyleSheet(QString::fromUtf8("QPushButton{background: #EFEFEF;\n"
"border-radius: 4px;color:black;}\n"
"QPushButton:checked{background: #0D9DDB;;\n"
"border-radius: 4px;color:white;}"));
        secretManage_Btn->setCheckable(true);
        productMsg_Btn = new QPushButton(SettingWidget);
        productMsg_Btn->setObjectName(QString::fromUtf8("productMsg_Btn"));
        productMsg_Btn->setGeometry(QRect(490, 50, 251, 60));
        productMsg_Btn->setFont(font);
        productMsg_Btn->setStyleSheet(QString::fromUtf8("QPushButton{background: #EFEFEF;\n"
"border-radius: 4px;color:black;}\n"
"QPushButton:checked{background: #0D9DDB;;\n"
"border-radius: 4px;color:white;}"));
        productMsg_Btn->setCheckable(true);
        stackedWidget = new QStackedWidget(SettingWidget);
        stackedWidget->setObjectName(QString::fromUtf8("stackedWidget"));
        stackedWidget->setGeometry(QRect(50, 115, 1820, 815));
        stackedWidget->setStyleSheet(QString::fromUtf8(""));
        systemSetting_Page = new QWidget();
        systemSetting_Page->setObjectName(QString::fromUtf8("systemSetting_Page"));
        groupBox = new QGroupBox(systemSetting_Page);
        groupBox->setObjectName(QString::fromUtf8("groupBox"));
        groupBox->setGeometry(QRect(225, 112, 600, 115));
        groupBox->setStyleSheet(QString::fromUtf8("#groupBox{border-radius: 4px;\n"
"border: 1px solid #979797;}"));
        label = new QLabel(groupBox);
        label->setObjectName(QString::fromUtf8("label"));
        label->setGeometry(QRect(0, 40, 261, 40));
        QFont font1;
        font1.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
        font1.setPointSize(18);
        label->setFont(font1);
        label->setAlignment(Qt::AlignCenter);
        CH_RadioButton = new QRadioButton(groupBox);
        CH_RadioButton->setObjectName(QString::fromUtf8("CH_RadioButton"));
        CH_RadioButton->setGeometry(QRect(290, 40, 121, 40));
        CH_RadioButton->setFont(font);
        CH_RadioButton->setChecked(true);
        EN_RadioButton = new QRadioButton(groupBox);
        EN_RadioButton->setObjectName(QString::fromUtf8("EN_RadioButton"));
        EN_RadioButton->setGeometry(QRect(420, 40, 121, 40));
        EN_RadioButton->setFont(font);
        groupBox_5 = new QGroupBox(systemSetting_Page);
        groupBox_5->setObjectName(QString::fromUtf8("groupBox_5"));
        groupBox_5->setGeometry(QRect(875, 422, 600, 115));
        groupBox_5->setStyleSheet(QString::fromUtf8("#groupBox_5{border-radius: 4px;\n"
"border: 1px solid #979797;}"));
        label_5 = new QLabel(groupBox_5);
        label_5->setObjectName(QString::fromUtf8("label_5"));
        label_5->setGeometry(QRect(9, 40, 241, 40));
        label_5->setFont(font1);
        label_5->setAlignment(Qt::AlignCenter);
        bioelectricityState_Label = new QLabel(groupBox_5);
        bioelectricityState_Label->setObjectName(QString::fromUtf8("bioelectricityState_Label"));
        bioelectricityState_Label->setGeometry(QRect(260, 50, 80, 30));
        QFont font2;
        font2.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
        font2.setPointSize(12);
        bioelectricityState_Label->setFont(font2);
        bioelectricity_Btn = new QPushButton(groupBox_5);
        bioelectricity_Btn->setObjectName(QString::fromUtf8("bioelectricity_Btn"));
        bioelectricity_Btn->setGeometry(QRect(410, 38, 100, 45));
        bioelectricity_Btn->setFont(font);
        bioelectricity_Btn->setStyleSheet(QString::fromUtf8("background: #0D9DDB;border-radius: 8px;color:white;"));
        upperSoftware_Label = new QLabel(systemSetting_Page);
        upperSoftware_Label->setObjectName(QString::fromUtf8("upperSoftware_Label"));
        upperSoftware_Label->setGeometry(QRect(1200, 670, 401, 50));
        upperSoftware_Label->setFont(font2);
        lowerSoftware_Label = new QLabel(systemSetting_Page);
        lowerSoftware_Label->setObjectName(QString::fromUtf8("lowerSoftware_Label"));
        lowerSoftware_Label->setGeometry(QRect(1200, 720, 401, 50));
        lowerSoftware_Label->setFont(font2);
        groupBox_7 = new QGroupBox(systemSetting_Page);
        groupBox_7->setObjectName(QString::fromUtf8("groupBox_7"));
        groupBox_7->setGeometry(QRect(0, 0, 1820, 815));
        groupBox_7->setStyleSheet(QString::fromUtf8("#groupBox_7{background: #F1F9FD;\n"
"border-radius: 10px;}"));
        groupBox_2 = new QGroupBox(groupBox_7);
        groupBox_2->setObjectName(QString::fromUtf8("groupBox_2"));
        groupBox_2->setGeometry(QRect(875, 112, 600, 115));
        groupBox_2->setStyleSheet(QString::fromUtf8("#groupBox_2{border-radius: 4px;\n"
"border: 1px solid #979797;}"));
        label_2 = new QLabel(groupBox_2);
        label_2->setObjectName(QString::fromUtf8("label_2"));
        label_2->setGeometry(QRect(10, 40, 261, 40));
        label_2->setFont(font1);
        label_2->setAlignment(Qt::AlignCenter);
        resetPassword_Btn = new QPushButton(groupBox_2);
        resetPassword_Btn->setObjectName(QString::fromUtf8("resetPassword_Btn"));
        resetPassword_Btn->setGeometry(QRect(440, 35, 100, 45));
        resetPassword_Btn->setFont(font);
        resetPassword_Btn->setStyleSheet(QString::fromUtf8("background: #0D9DDB;\n"
"border-radius: 8px;\n"
"color:white;"));
        groupBox_13 = new QGroupBox(groupBox_7);
        groupBox_13->setObjectName(QString::fromUtf8("groupBox_13"));
        groupBox_13->setGeometry(QRect(225, 422, 600, 115));
        groupBox_13->setStyleSheet(QString::fromUtf8("#groupBox_13{border-radius: 4px;\n"
"border: 1px solid #979797;}"));
        label_6 = new QLabel(groupBox_13);
        label_6->setObjectName(QString::fromUtf8("label_6"));
        label_6->setGeometry(QRect(10, 40, 251, 40));
        label_6->setFont(font1);
        label_6->setAlignment(Qt::AlignCenter);
        Up_Btn = new QPushButton(groupBox_13);
        Up_Btn->setObjectName(QString::fromUtf8("Up_Btn"));
        Up_Btn->setGeometry(QRect(290, 35, 100, 45));
        Up_Btn->setFont(font);
        Up_Btn->setStyleSheet(QString::fromUtf8("QPushButton{background: #0D9DDB;\n"
"border-radius: 8px;\n"
"color:white;}\n"
"QPushButton:pressed{background: #0F88BD;\n"
"border-radius: 8px;\n"
"color:white;}\n"
""));
        Up_Btn->setAutoRepeat(true);
        down_Btn = new QPushButton(groupBox_13);
        down_Btn->setObjectName(QString::fromUtf8("down_Btn"));
        down_Btn->setGeometry(QRect(440, 35, 100, 45));
        down_Btn->setFont(font);
        down_Btn->setStyleSheet(QString::fromUtf8("QPushButton{background: #0D9DDB;\n"
"border-radius: 8px;\n"
"color:white;}\n"
"QPushButton:pressed{background: #0F88BD;\n"
"border-radius: 8px;\n"
"color:white;}"));
        down_Btn->setAutoRepeat(true);
        groupBox_14 = new QGroupBox(groupBox_7);
        groupBox_14->setObjectName(QString::fromUtf8("groupBox_14"));
        groupBox_14->setGeometry(QRect(227, 270, 600, 115));
        groupBox_14->setStyleSheet(QString::fromUtf8("#groupBox_14{border-radius: 4px;\n"
"border: 1px solid #979797;}"));
        label_7 = new QLabel(groupBox_14);
        label_7->setObjectName(QString::fromUtf8("label_7"));
        label_7->setGeometry(QRect(0, 40, 261, 40));
        label_7->setFont(font1);
        label_7->setAlignment(Qt::AlignCenter);
        torque_Low = new QRadioButton(groupBox_14);
        torque_Low->setObjectName(QString::fromUtf8("torque_Low"));
        torque_Low->setGeometry(QRect(260, 40, 101, 40));
        torque_Low->setFont(font);
        torque_Low->setChecked(true);
        torque_Middle = new QRadioButton(groupBox_14);
        torque_Middle->setObjectName(QString::fromUtf8("torque_Middle"));
        torque_Middle->setGeometry(QRect(370, 40, 111, 40));
        torque_Middle->setFont(font);
        torque_Hign = new QRadioButton(groupBox_14);
        torque_Hign->setObjectName(QString::fromUtf8("torque_Hign"));
        torque_Hign->setGeometry(QRect(490, 40, 101, 40));
        torque_Hign->setFont(font);
        lowVersion_Label = new QLabel(groupBox_7);
        lowVersion_Label->setObjectName(QString::fromUtf8("lowVersion_Label"));
        lowVersion_Label->setGeometry(QRect(1380, 720, 171, 51));
        groupBox_3 = new QGroupBox(groupBox_7);
        groupBox_3->setObjectName(QString::fromUtf8("groupBox_3"));
        groupBox_3->setGeometry(QRect(875, 270, 600, 115));
        groupBox_3->setStyleSheet(QString::fromUtf8("#groupBox_3{border-radius: 4px;\n"
"border: 1px solid #979797;}"));
        label_3 = new QLabel(groupBox_3);
        label_3->setObjectName(QString::fromUtf8("label_3"));
        label_3->setGeometry(QRect(9, 40, 241, 40));
        label_3->setFont(font1);
        label_3->setAlignment(Qt::AlignCenter);
        FESConfig_Btn = new QPushButton(groupBox_3);
        FESConfig_Btn->setObjectName(QString::fromUtf8("FESConfig_Btn"));
        FESConfig_Btn->setGeometry(QRect(440, 39, 100, 45));
        FESConfig_Btn->setFont(font);
        FESConfig_Btn->setStyleSheet(QString::fromUtf8("background: #0D9DDB;\n"
"border-radius: 8px;\n"
"color:white;"));
        OpenFES_Btn = new QPushButton(groupBox_3);
        OpenFES_Btn->setObjectName(QString::fromUtf8("OpenFES_Btn"));
        OpenFES_Btn->setGeometry(QRect(290, 40, 100, 45));
        OpenFES_Btn->setFont(font);
        OpenFES_Btn->setStyleSheet(QString::fromUtf8("background: #0D9DDB;\n"
"border-radius: 8px;\n"
"color:white;"));
        upVersion_Label = new QLabel(systemSetting_Page);
        upVersion_Label->setObjectName(QString::fromUtf8("upVersion_Label"));
        upVersion_Label->setGeometry(QRect(1380, 670, 201, 51));
        stackedWidget->addWidget(systemSetting_Page);
        groupBox_7->raise();
        groupBox->raise();
        groupBox_5->raise();
        upperSoftware_Label->raise();
        lowerSoftware_Label->raise();
        upVersion_Label->raise();
        password_Page = new QWidget();
        password_Page->setObjectName(QString::fromUtf8("password_Page"));
        groupBox_8 = new QGroupBox(password_Page);
        groupBox_8->setObjectName(QString::fromUtf8("groupBox_8"));
        groupBox_8->setGeometry(QRect(0, 0, 1820, 815));
        groupBox_8->setFont(font2);
        groupBox_8->setStyleSheet(QString::fromUtf8("#groupBox_8{background: #F1F9FD;\n"
"border-radius: 10px;}"));
        savePassword_Btn = new QPushButton(groupBox_8);
        savePassword_Btn->setObjectName(QString::fromUtf8("savePassword_Btn"));
        savePassword_Btn->setGeometry(QRect(832, 408, 120, 45));
        savePassword_Btn->setFont(font);
        savePassword_Btn->setStyleSheet(QString::fromUtf8("background: #07A8E7;\n"
"border-radius: 8px;\n"
"color:white;"));
        label_8 = new QLabel(groupBox_8);
        label_8->setObjectName(QString::fromUtf8("label_8"));
        label_8->setGeometry(QRect(319, 247, 231, 70));
        label_8->setFont(font);
        label_8->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
        confirmPasswordTips_Label = new QLabel(groupBox_8);
        confirmPasswordTips_Label->setObjectName(QString::fromUtf8("confirmPasswordTips_Label"));
        confirmPasswordTips_Label->setGeometry(QRect(1040, 283, 441, 40));
        confirmPasswordTips_Label->setFont(font2);
        confirmPasswordTips_Label->setStyleSheet(QString::fromUtf8("color:#F47E4B;"));
        cancelPassword_Btn = new QPushButton(groupBox_8);
        cancelPassword_Btn->setObjectName(QString::fromUtf8("cancelPassword_Btn"));
        cancelPassword_Btn->setGeometry(QRect(632, 408, 120, 45));
        cancelPassword_Btn->setFont(font);
        cancelPassword_Btn->setStyleSheet(QString::fromUtf8("border-radius: 4px;\n"
"border: 1px solid #009EE4;\n"
"color:#009EE4;"));
        originalPasswordTips_Label = new QLabel(groupBox_8);
        originalPasswordTips_Label->setObjectName(QString::fromUtf8("originalPasswordTips_Label"));
        originalPasswordTips_Label->setGeometry(QRect(1040, 117, 411, 40));
        originalPasswordTips_Label->setFont(font2);
        originalPasswordTips_Label->setStyleSheet(QString::fromUtf8("color:#F47E4B;"));
        groupBox_9 = new QGroupBox(groupBox_8);
        groupBox_9->setObjectName(QString::fromUtf8("groupBox_9"));
        groupBox_9->setGeometry(QRect(562, 78, 460, 70));
        groupBox_9->setStyleSheet(QString::fromUtf8("#groupBox_9{border-radius: 4px;\n"
"border: 1px solid #979797;background:white;}"));
        originalPassword_LineEdit = new QLineEdit(groupBox_9);
        originalPassword_LineEdit->setObjectName(QString::fromUtf8("originalPassword_LineEdit"));
        originalPassword_LineEdit->setGeometry(QRect(30, 5, 401, 60));
        originalPassword_LineEdit->setFont(font);
        originalPassword_LineEdit->setStyleSheet(QString::fromUtf8("border:none;"));
        groupBox_10 = new QGroupBox(groupBox_8);
        groupBox_10->setObjectName(QString::fromUtf8("groupBox_10"));
        groupBox_10->setGeometry(QRect(560, 163, 460, 70));
        groupBox_10->setStyleSheet(QString::fromUtf8("#groupBox_10{border-radius: 4px;\n"
"border: 1px solid #979797;background:white;}"));
        newPassword_LineEdit = new QLineEdit(groupBox_10);
        newPassword_LineEdit->setObjectName(QString::fromUtf8("newPassword_LineEdit"));
        newPassword_LineEdit->setGeometry(QRect(30, 5, 401, 60));
        newPassword_LineEdit->setFont(font);
        newPassword_LineEdit->setStyleSheet(QString::fromUtf8("border:none;"));
        groupBox_11 = new QGroupBox(groupBox_8);
        groupBox_11->setObjectName(QString::fromUtf8("groupBox_11"));
        groupBox_11->setGeometry(QRect(560, 248, 460, 70));
        groupBox_11->setStyleSheet(QString::fromUtf8("#groupBox_11{border-radius: 4px;\n"
"border: 1px solid #979797;background:white;}"));
        confirmPassword_LineEdit = new QLineEdit(groupBox_11);
        confirmPassword_LineEdit->setObjectName(QString::fromUtf8("confirmPassword_LineEdit"));
        confirmPassword_LineEdit->setGeometry(QRect(30, 5, 401, 60));
        confirmPassword_LineEdit->setFont(font);
        confirmPassword_LineEdit->setStyleSheet(QString::fromUtf8("border:none;"));
        label_11 = new QLabel(groupBox_8);
        label_11->setObjectName(QString::fromUtf8("label_11"));
        label_11->setGeometry(QRect(319, 162, 231, 70));
        label_11->setFont(font);
        label_11->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
        label_12 = new QLabel(groupBox_8);
        label_12->setObjectName(QString::fromUtf8("label_12"));
        label_12->setGeometry(QRect(319, 79, 231, 70));
        label_12->setFont(font);
        label_12->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
        stackedWidget->addWidget(password_Page);
        product_Page = new QWidget();
        product_Page->setObjectName(QString::fromUtf8("product_Page"));
        groupBox_6 = new QGroupBox(product_Page);
        groupBox_6->setObjectName(QString::fromUtf8("groupBox_6"));
        groupBox_6->setGeometry(QRect(0, 0, 1820, 815));
        groupBox_6->setStyleSheet(QString::fromUtf8("#groupBox_6{background: #F1F9FD;\n"
"border-radius: 10px;}"));
        label_9 = new QLabel(groupBox_6);
        label_9->setObjectName(QString::fromUtf8("label_9"));
        label_9->setGeometry(QRect(0, 0, 1820, 815));
        label_9->setStyleSheet(QString::fromUtf8("border-image: url(:/DependFile/Source/channel/IIIDLH_CH.png);"));
        stackedWidget->addWidget(product_Page);
        groupBox_12 = new QGroupBox(SettingWidget);
        groupBox_12->setObjectName(QString::fromUtf8("groupBox_12"));
        groupBox_12->setGeometry(QRect(0, 0, 1920, 980));
        groupBox_12->setStyleSheet(QString::fromUtf8("#groupBox_12{background:white;}"));
        groupBox_12->raise();
        systemSetting_Btn->raise();
        secretManage_Btn->raise();
        productMsg_Btn->raise();
        stackedWidget->raise();

        retranslateUi(SettingWidget);

        stackedWidget->setCurrentIndex(0);


        QMetaObject::connectSlotsByName(SettingWidget);
    } // setupUi

    void retranslateUi(QWidget *SettingWidget)
    {
        SettingWidget->setWindowTitle(QCoreApplication::translate("SettingWidget", "Form", nullptr));
        systemSetting_Btn->setText(QCoreApplication::translate("SettingWidget", "\347\263\273\347\273\237\350\256\276\347\275\256", nullptr));
        secretManage_Btn->setText(QCoreApplication::translate("SettingWidget", "\345\257\206\347\240\201\347\256\241\347\220\206", nullptr));
        productMsg_Btn->setText(QCoreApplication::translate("SettingWidget", "\344\272\247\345\223\201\344\273\213\347\273\215", nullptr));
        groupBox->setTitle(QString());
        label->setText(QCoreApplication::translate("SettingWidget", "\350\257\255 \350\250\200 \350\256\276 \347\275\256", nullptr));
        CH_RadioButton->setText(QCoreApplication::translate("SettingWidget", "\344\270\255\346\226\207", nullptr));
        EN_RadioButton->setText(QCoreApplication::translate("SettingWidget", "\350\213\261\346\226\207", nullptr));
        groupBox_5->setTitle(QString());
        label_5->setText(QCoreApplication::translate("SettingWidget", "\350\204\211 \346\220\217 \350\241\200 \346\260\247", nullptr));
        bioelectricityState_Label->setText(QCoreApplication::translate("SettingWidget", "\346\234\252\350\277\236\346\216\245", nullptr));
        bioelectricity_Btn->setText(QCoreApplication::translate("SettingWidget", "\351\205\215\347\275\256", nullptr));
        upperSoftware_Label->setText(QCoreApplication::translate("SettingWidget", "\344\270\212\344\275\215\346\234\272\350\275\257\344\273\266\347\211\210\346\234\254\345\217\267 V1.0.0.1", nullptr));
        lowerSoftware_Label->setText(QCoreApplication::translate("SettingWidget", "\344\270\213\344\275\215\346\234\272\350\275\257\344\273\266\347\211\210\346\234\254\345\217\267 V1.0.0.1", nullptr));
        groupBox_7->setTitle(QString());
        groupBox_2->setTitle(QString());
        label_2->setText(QCoreApplication::translate("SettingWidget", "\351\207\215 \347\275\256 \345\257\206 \347\240\201", nullptr));
        resetPassword_Btn->setText(QCoreApplication::translate("SettingWidget", "\351\207\215\347\275\256", nullptr));
        groupBox_13->setTitle(QString());
        label_6->setText(QCoreApplication::translate("SettingWidget", "\345\215\207 \351\231\215 \350\260\203 \350\212\202", nullptr));
        Up_Btn->setText(QCoreApplication::translate("SettingWidget", "\344\270\212\345\215\207", nullptr));
        down_Btn->setText(QCoreApplication::translate("SettingWidget", "\344\270\213\351\231\215", nullptr));
        groupBox_14->setTitle(QString());
        label_7->setText(QCoreApplication::translate("SettingWidget", "\350\276\223 \345\207\272 \346\211\255 \347\237\251", nullptr));
        torque_Low->setText(QCoreApplication::translate("SettingWidget", "\344\275\216", nullptr));
        torque_Middle->setText(QCoreApplication::translate("SettingWidget", "\344\270\255", nullptr));
        torque_Hign->setText(QCoreApplication::translate("SettingWidget", "\351\253\230", nullptr));
        lowVersion_Label->setText(QString());
        groupBox_3->setTitle(QString());
        label_3->setText(QCoreApplication::translate("SettingWidget", "\347\224\265 \345\210\272 \346\277\200 \347\233\222", nullptr));
        FESConfig_Btn->setText(QCoreApplication::translate("SettingWidget", "\351\205\215\347\275\256", nullptr));
        OpenFES_Btn->setText(QCoreApplication::translate("SettingWidget", "\345\220\257\347\224\250", nullptr));
        upVersion_Label->setText(QString());
        groupBox_8->setTitle(QString());
        savePassword_Btn->setText(QCoreApplication::translate("SettingWidget", "\344\277\235\345\255\230", nullptr));
        label_8->setText(QCoreApplication::translate("SettingWidget", "\347\241\256\350\256\244\345\257\206\347\240\201\357\274\232", nullptr));
        confirmPasswordTips_Label->setText(QCoreApplication::translate("SettingWidget", "\344\270\244\346\254\241\350\276\223\345\205\245\347\232\204\345\257\206\347\240\201\344\270\215\345\220\214", nullptr));
        cancelPassword_Btn->setText(QCoreApplication::translate("SettingWidget", "\345\217\226\346\266\210", nullptr));
        originalPasswordTips_Label->setText(QCoreApplication::translate("SettingWidget", "\345\216\237\345\257\206\347\240\201\350\276\223\345\205\245\351\224\231\350\257\257", nullptr));
        groupBox_9->setTitle(QString());
        originalPassword_LineEdit->setPlaceholderText(QCoreApplication::translate("SettingWidget", "\350\257\267\350\276\223\345\205\245\345\216\237\345\257\206\347\240\201", nullptr));
        groupBox_10->setTitle(QString());
        newPassword_LineEdit->setPlaceholderText(QCoreApplication::translate("SettingWidget", "\350\257\267\350\276\223\345\205\245\346\226\260\345\257\206\347\240\201", nullptr));
        groupBox_11->setTitle(QString());
        confirmPassword_LineEdit->setPlaceholderText(QCoreApplication::translate("SettingWidget", "\350\257\267\347\241\256\350\256\244\346\226\260\345\257\206\347\240\201", nullptr));
        label_11->setText(QCoreApplication::translate("SettingWidget", "\346\226\260 \345\257\206 \347\240\201\357\274\232", nullptr));
        label_12->setText(QCoreApplication::translate("SettingWidget", "\345\216\237 \345\257\206 \347\240\201\357\274\232", nullptr));
        groupBox_6->setTitle(QString());
        label_9->setText(QString());
        groupBox_12->setTitle(QString());
    } // retranslateUi

};

namespace Ui {
    class SettingWidget: public Ui_SettingWidget {};
} // namespace Ui

QT_END_NAMESPACE

#endif // UI_SETTINGWIDGET_H