/********************************************************************************
** Form generated from reading UI file 'armorleg.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_ARMORLEG_H
#define UI_ARMORLEG_H

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

QT_BEGIN_NAMESPACE

class Ui_ArmOrLeg
{
public:
    QStackedWidget *stackedWidget;
    QWidget *armOrLeg_Page;
    QGroupBox *groupBox_10;
    QGroupBox *groupBox_2;
    QPushButton *passive1_Button;
    QPushButton *active1_Button;
    QPushButton *assistant1_Button;
    QPushButton *speedTrain_Button;
    QPushButton *activePassive1_Button;
    QLabel *label_15;
    QLabel *label_16;
    QLabel *label_19;
    QLabel *label_22;
    QLabel *label_23;
    QGroupBox *groupBox_9;
    QPushButton *gameDisplay_Btn;
    QPushButton *backward_Btn;
    QPushButton *forward_Btn;
    QGroupBox *groupBox;
    QPushButton *upLimp_Button;
    QPushButton *verticalUpLimp_Button;
    QPushButton *downLimp_Button;
    QPushButton *upDownLimp_Button;
    QLabel *label_11;
    QLabel *label_12;
    QLabel *label_13;
    QLabel *label_14;
    QGroupBox *groupBox_20;
    QPushButton *moreConfigure_Btn;
    QPushButton *importPrescription_Btn;
    QLabel *label_24;
    QLabel *label_25;
    QWidget *armAndLeg_Page;
    QGroupBox *groupBox_11;
    QGroupBox *groupBox_12;
    QRadioButton *activePassive2_RadioButton;
    QRadioButton *passive2_RadioButton;
    QGroupBox *groupBox_35;
    QGroupBox *groupBox_13;
    QComboBox *upTrainTime2_ComboBox;
    QLabel *label_10;
    QGroupBox *groupBox_36;
    QGroupBox *groupBox_14;
    QLabel *label_18;
    QComboBox *upResistance2_ComboBox;
    QGroupBox *groupBox_37;
    QGroupBox *groupBox_15;
    QLabel *label_21;
    QComboBox *upSpeed2_ComboBox;
    QGroupBox *groupBox_38;
    QGroupBox *groupBox_16;
    QRadioButton *game1_radioButton;
    QRadioButton *game2_radioButton;
    QGroupBox *groupBox_39;
    QRadioButton *game3_radioButton;
    QGroupBox *groupBox_17;
    QRadioButton *spasmHigh2_RadioButton;
    QRadioButton *spasmMidd2_RadioButton;
    QRadioButton *spasmLow2_RadioButton;
    QGroupBox *groupBox_40;
    QGroupBox *groupBox_18;
    QRadioButton *spasmACW2_RadioButton;
    QRadioButton *spasmClose2_RadioButton;
    QGroupBox *groupBox_41;
    QGroupBox *groupBox_19;
    QRadioButton *CW2_RadioButton;
    QRadioButton *ACW2_RadioButton;
    QGroupBox *groupBox_42;
    QGroupBox *groupBox_21;
    QPushButton *next_Btn;
    QPushButton *confirm_Btn;
    QGroupBox *groupBox_8;
    QGroupBox *groupBox_7;
    QLabel *label_2;
    QLabel *label;
    QLabel *label_3;
    QLabel *label_4;
    QLabel *label_5;
    QLabel *label_6;
    QGroupBox *groupBox_4;
    QGroupBox *groupBox_5;
    QGroupBox *groupBox_6;
    QGroupBox *groupBox_3;
    QPushButton *advanced1_Btn;
    QPushButton *YiJianShangJi_Btn;

    void setupUi(QWidget *ArmOrLeg)
    {
        if (ArmOrLeg->objectName().isEmpty())
            ArmOrLeg->setObjectName(QString::fromUtf8("ArmOrLeg"));
        ArmOrLeg->resize(1920, 980);
        ArmOrLeg->setStyleSheet(QString::fromUtf8("#ArmOrLeg{background:white;}"));
        stackedWidget = new QStackedWidget(ArmOrLeg);
        stackedWidget->setObjectName(QString::fromUtf8("stackedWidget"));
        stackedWidget->setGeometry(QRect(0, 112, 1891, 751));
        stackedWidget->setStyleSheet(QString::fromUtf8(""));
        armOrLeg_Page = new QWidget();
        armOrLeg_Page->setObjectName(QString::fromUtf8("armOrLeg_Page"));
        groupBox_10 = new QGroupBox(armOrLeg_Page);
        groupBox_10->setObjectName(QString::fromUtf8("groupBox_10"));
        groupBox_10->setGeometry(QRect(-10, -30, 1920, 831));
        groupBox_10->setStyleSheet(QString::fromUtf8("#groupBox_10{border:none;background:white;}"));
        groupBox_2 = new QGroupBox(groupBox_10);
        groupBox_2->setObjectName(QString::fromUtf8("groupBox_2"));
        groupBox_2->setGeometry(QRect(610, 50, 702, 702));
        groupBox_2->setStyleSheet(QString::fromUtf8("background: #EEF7FD;\n"
"border-radius: 12px;"));
        passive1_Button = new QPushButton(groupBox_2);
        passive1_Button->setObjectName(QString::fromUtf8("passive1_Button"));
        passive1_Button->setGeometry(QRect(260, 70, 161, 161));
        passive1_Button->setStyleSheet(QString::fromUtf8("border-image: url(:/DependFile/Source/trainPage/passiveModel_unchecked.png);"));
        passive1_Button->setCheckable(true);
        passive1_Button->setAutoExclusive(true);
        active1_Button = new QPushButton(groupBox_2);
        active1_Button->setObjectName(QString::fromUtf8("active1_Button"));
        active1_Button->setGeometry(QRect(470, 70, 161, 161));
        active1_Button->setStyleSheet(QString::fromUtf8("border-image:url(:/DependFile/Source/trainDisplayPage/activeTrain_unchecked.png);"));
        active1_Button->setCheckable(true);
        active1_Button->setAutoExclusive(true);
        assistant1_Button = new QPushButton(groupBox_2);
        assistant1_Button->setObjectName(QString::fromUtf8("assistant1_Button"));
        assistant1_Button->setGeometry(QRect(40, 360, 161, 161));
        assistant1_Button->setStyleSheet(QString::fromUtf8("\n"
"border-image: url(:/DependFile/Source/trainPage/assiatedModel_unchecked.png);"));
        assistant1_Button->setCheckable(true);
        assistant1_Button->setAutoExclusive(true);
        speedTrain_Button = new QPushButton(groupBox_2);
        speedTrain_Button->setObjectName(QString::fromUtf8("speedTrain_Button"));
        speedTrain_Button->setGeometry(QRect(260, 360, 161, 161));
        speedTrain_Button->setStyleSheet(QString::fromUtf8("border-image: url(:/DependFile/Source/trainPage/speedModel_forbidcheck.png);"));
        speedTrain_Button->setCheckable(true);
        speedTrain_Button->setAutoExclusive(true);
        activePassive1_Button = new QPushButton(groupBox_2);
        activePassive1_Button->setObjectName(QString::fromUtf8("activePassive1_Button"));
        activePassive1_Button->setGeometry(QRect(40, 70, 161, 161));
        activePassive1_Button->setStyleSheet(QString::fromUtf8("border-image: url(:/DependFile/Source/trainPage/activePassiveModel_unchecked.png);"));
        activePassive1_Button->setCheckable(true);
        activePassive1_Button->setChecked(true);
        activePassive1_Button->setAutoExclusive(true);
        label_15 = new QLabel(groupBox_2);
        label_15->setObjectName(QString::fromUtf8("label_15"));
        label_15->setGeometry(QRect(22, 230, 201, 90));
        QFont font;
        font.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
        font.setPointSize(18);
        font.setBold(true);
        font.setWeight(62);
        label_15->setFont(font);
        label_15->setStyleSheet(QString::fromUtf8("width: 112px;\n"
"height: 28px;\n"
"\n"
"\n"
"font-weight: 500;\n"
"color: #333333;\n"
"line-height: 42px;"));
        label_15->setAlignment(Qt::AlignHCenter|Qt::AlignTop);
        label_15->setWordWrap(true);
        label_16 = new QLabel(groupBox_2);
        label_16->setObjectName(QString::fromUtf8("label_16"));
        label_16->setGeometry(QRect(240, 230, 201, 90));
        label_16->setFont(font);
        label_16->setStyleSheet(QString::fromUtf8("width: 112px;\n"
"height: 28px;\n"
"\n"
"\n"
"font-weight: 500;\n"
"color: #333333;\n"
"line-height: 42px;"));
        label_16->setAlignment(Qt::AlignHCenter|Qt::AlignTop);
        label_16->setWordWrap(true);
        label_19 = new QLabel(groupBox_2);
        label_19->setObjectName(QString::fromUtf8("label_19"));
        label_19->setGeometry(QRect(450, 230, 221, 90));
        label_19->setFont(font);
        label_19->setStyleSheet(QString::fromUtf8("width: 112px;\n"
"height: 28px;\n"
"\n"
"\n"
"font-weight: 500;\n"
"color: #333333;\n"
"line-height: 42px;"));
        label_19->setAlignment(Qt::AlignHCenter|Qt::AlignTop);
        label_19->setWordWrap(true);
        label_22 = new QLabel(groupBox_2);
        label_22->setObjectName(QString::fromUtf8("label_22"));
        label_22->setGeometry(QRect(10, 530, 221, 90));
        label_22->setFont(font);
        label_22->setStyleSheet(QString::fromUtf8("width: 112px;\n"
"height: 28px;\n"
"\n"
"\n"
"font-weight: 500;\n"
"color: #333333;\n"
"line-height: 42px;"));
        label_22->setAlignment(Qt::AlignHCenter|Qt::AlignTop);
        label_23 = new QLabel(groupBox_2);
        label_23->setObjectName(QString::fromUtf8("label_23"));
        label_23->setGeometry(QRect(220, 530, 261, 90));
        label_23->setFont(font);
        label_23->setStyleSheet(QString::fromUtf8("width: 112px;\n"
"height: 28px;\n"
"\n"
"\n"
"font-weight: 500;\n"
"color: #333333;\n"
"line-height: 42px;"));
        label_23->setAlignment(Qt::AlignHCenter|Qt::AlignTop);
        groupBox_9 = new QGroupBox(groupBox_10);
        groupBox_9->setObjectName(QString::fromUtf8("groupBox_9"));
        groupBox_9->setGeometry(QRect(1350, 50, 510, 374));
        groupBox_9->setStyleSheet(QString::fromUtf8("\n"
"#groupBox_9{background: #FFFCF0;\n"
"border-radius: 12px;\n"
"border:none}"));
        gameDisplay_Btn = new QPushButton(groupBox_9);
        gameDisplay_Btn->setObjectName(QString::fromUtf8("gameDisplay_Btn"));
        gameDisplay_Btn->setGeometry(QRect(150, 60, 200, 200));
        gameDisplay_Btn->setStyleSheet(QString::fromUtf8("width: 200px;\n"
"height: 200px;\n"
"background: linear-gradient(180deg, #D7FEFF 0%, #FDFFFF 100%);\n"
"border-radius: 9px;\n"
"border: 3px solid;\n"
"border-image: linear-gradient(180deg, rgba(10, 53, 232, 1), rgba(50, 255, 252, 1)) 3 3;\n"
"border-image: url(:/DependFile/Source/gamePage/game_fish.png);"));
        gameDisplay_Btn->setCheckable(true);
        gameDisplay_Btn->setAutoExclusive(true);
        backward_Btn = new QPushButton(groupBox_9);
        backward_Btn->setObjectName(QString::fromUtf8("backward_Btn"));
        backward_Btn->setGeometry(QRect(50, 130, 60, 60));
        backward_Btn->setStyleSheet(QString::fromUtf8("border-image: url(:/DependFile/Source/gamePage/leftChange.png);"));
        forward_Btn = new QPushButton(groupBox_9);
        forward_Btn->setObjectName(QString::fromUtf8("forward_Btn"));
        forward_Btn->setGeometry(QRect(410, 130, 60, 60));
        forward_Btn->setStyleSheet(QString::fromUtf8("border-image: url(:/DependFile/Source/gamePage/rightChange.png);"));
        groupBox = new QGroupBox(groupBox_10);
        groupBox->setObjectName(QString::fromUtf8("groupBox"));
        groupBox->setGeometry(QRect(60, 50, 510, 702));
        groupBox->setStyleSheet(QString::fromUtf8("\n"
"background: #EEF7FD;\n"
"border-radius: 12px;"));
        upLimp_Button = new QPushButton(groupBox);
        upLimp_Button->setObjectName(QString::fromUtf8("upLimp_Button"));
        upLimp_Button->setGeometry(QRect(40, 70, 161, 161));
        upLimp_Button->setStyleSheet(QString::fromUtf8("border-image: url(:/DependFile/Source/trainDisplayPage/horizontalUp_checked.png);\n"
"border:none;"));
        upLimp_Button->setCheckable(true);
        upLimp_Button->setChecked(true);
        upLimp_Button->setAutoExclusive(true);
        verticalUpLimp_Button = new QPushButton(groupBox);
        verticalUpLimp_Button->setObjectName(QString::fromUtf8("verticalUpLimp_Button"));
        verticalUpLimp_Button->setGeometry(QRect(280, 70, 161, 161));
        verticalUpLimp_Button->setStyleSheet(QString::fromUtf8("border-image: url(:/DependFile/Source/trainDisplayPage/veritcalLimb_unChecked.png);\n"
"border:none;"));
        verticalUpLimp_Button->setCheckable(true);
        verticalUpLimp_Button->setAutoExclusive(true);
        downLimp_Button = new QPushButton(groupBox);
        downLimp_Button->setObjectName(QString::fromUtf8("downLimp_Button"));
        downLimp_Button->setGeometry(QRect(40, 360, 161, 161));
        downLimp_Button->setStyleSheet(QString::fromUtf8("border-image: url(:/DependFile/Source/trainPage/uplimb_unchecked.png);"));
        downLimp_Button->setCheckable(true);
        downLimp_Button->setAutoExclusive(true);
        upDownLimp_Button = new QPushButton(groupBox);
        upDownLimp_Button->setObjectName(QString::fromUtf8("upDownLimp_Button"));
        upDownLimp_Button->setGeometry(QRect(280, 360, 161, 161));
        upDownLimp_Button->setStyleSheet(QString::fromUtf8("border-image: url(:/DependFile/Source/trainPage/upDownLimb_checked.png);"));
        upDownLimp_Button->setCheckable(true);
        upDownLimp_Button->setAutoExclusive(true);
        label_11 = new QLabel(groupBox);
        label_11->setObjectName(QString::fromUtf8("label_11"));
        label_11->setGeometry(QRect(2, 230, 241, 91));
        label_11->setFont(font);
        label_11->setStyleSheet(QString::fromUtf8("width: 112px;\n"
"height: 28px;\n"
"\n"
"\n"
"font-weight: 500;\n"
"color: #333333;\n"
"line-height: 42px;"));
        label_11->setAlignment(Qt::AlignHCenter|Qt::AlignTop);
        label_11->setWordWrap(true);
        label_12 = new QLabel(groupBox);
        label_12->setObjectName(QString::fromUtf8("label_12"));
        label_12->setGeometry(QRect(252, 230, 221, 90));
        label_12->setFont(font);
        label_12->setStyleSheet(QString::fromUtf8("width: 112px;\n"
"height: 28px;\n"
"\n"
"\n"
"font-weight: 500;\n"
"color: #333333;\n"
"line-height: 42px;"));
        label_12->setAlignment(Qt::AlignHCenter|Qt::AlignTop);
        label_12->setWordWrap(true);
        label_13 = new QLabel(groupBox);
        label_13->setObjectName(QString::fromUtf8("label_13"));
        label_13->setGeometry(QRect(20, 530, 201, 90));
        label_13->setFont(font);
        label_13->setStyleSheet(QString::fromUtf8("width: 112px;\n"
"height: 28px;\n"
"\n"
"\n"
"font-weight: 500;\n"
"color: #333333;\n"
"line-height: 42px;"));
        label_13->setAlignment(Qt::AlignHCenter|Qt::AlignTop);
        label_13->setWordWrap(true);
        label_14 = new QLabel(groupBox);
        label_14->setObjectName(QString::fromUtf8("label_14"));
        label_14->setGeometry(QRect(246, 530, 221, 90));
        label_14->setFont(font);
        label_14->setStyleSheet(QString::fromUtf8("width: 112px;\n"
"height: 28px;\n"
"\n"
"\n"
"font-weight: 500;\n"
"color: #333333;\n"
"line-height: 42px;"));
        label_14->setAlignment(Qt::AlignHCenter|Qt::AlignTop);
        label_14->setWordWrap(true);
        upLimp_Button->raise();
        verticalUpLimp_Button->raise();
        downLimp_Button->raise();
        upDownLimp_Button->raise();
        label_12->raise();
        label_13->raise();
        label_14->raise();
        label_11->raise();
        groupBox_20 = new QGroupBox(groupBox_10);
        groupBox_20->setObjectName(QString::fromUtf8("groupBox_20"));
        groupBox_20->setGeometry(QRect(1350, 450, 510, 301));
        groupBox_20->setStyleSheet(QString::fromUtf8("background: #F5F4FF;\n"
"border-radius: 8px;"));
        moreConfigure_Btn = new QPushButton(groupBox_20);
        moreConfigure_Btn->setObjectName(QString::fromUtf8("moreConfigure_Btn"));
        moreConfigure_Btn->setGeometry(QRect(60, 60, 110, 100));
        QFont font1;
        font1.setPointSize(18);
        font1.setBold(true);
        font1.setWeight(75);
        moreConfigure_Btn->setFont(font1);
        moreConfigure_Btn->setStyleSheet(QString::fromUtf8("background: #05A6EC;\n"
"border-image: url(:/DependFile/Source/trainPage/moreconfigure.png);\n"
"border-radius: 4px;\n"
"color:white;"));
        importPrescription_Btn = new QPushButton(groupBox_20);
        importPrescription_Btn->setObjectName(QString::fromUtf8("importPrescription_Btn"));
        importPrescription_Btn->setGeometry(QRect(320, 60, 110, 100));
        importPrescription_Btn->setFont(font1);
        importPrescription_Btn->setStyleSheet(QString::fromUtf8("background: #05A6EC;\n"
"border-image: url(:/DependFile/Source/trainPage/importprescription.png);\n"
"border-radius: 4px;\n"
"color:white;"));
        label_24 = new QLabel(groupBox_20);
        label_24->setObjectName(QString::fromUtf8("label_24"));
        label_24->setGeometry(QRect(30, 170, 171, 91));
        label_24->setFont(font);
        label_24->setStyleSheet(QString::fromUtf8("width: 112px;\n"
"height: 28px;\n"
"\n"
"\n"
"font-weight: 500;\n"
"color: #333333;\n"
"line-height: 42px;"));
        label_24->setAlignment(Qt::AlignHCenter|Qt::AlignTop);
        label_24->setWordWrap(true);
        label_25 = new QLabel(groupBox_20);
        label_25->setObjectName(QString::fromUtf8("label_25"));
        label_25->setGeometry(QRect(260, 170, 231, 90));
        label_25->setFont(font);
        label_25->setStyleSheet(QString::fromUtf8("width: 112px;\n"
"height: 28px;\n"
"\n"
"\n"
"font-weight: 500;\n"
"color: #333333;\n"
"line-height: 42px;"));
        label_25->setAlignment(Qt::AlignHCenter|Qt::AlignTop);
        label_25->setWordWrap(true);
        stackedWidget->addWidget(armOrLeg_Page);
        armAndLeg_Page = new QWidget();
        armAndLeg_Page->setObjectName(QString::fromUtf8("armAndLeg_Page"));
        groupBox_11 = new QGroupBox(armAndLeg_Page);
        groupBox_11->setObjectName(QString::fromUtf8("groupBox_11"));
        groupBox_11->setGeometry(QRect(0, 0, 1891, 751));
        groupBox_11->setStyleSheet(QString::fromUtf8("#groupBox_11{border:none;background:white;}"));
        groupBox_12 = new QGroupBox(groupBox_11);
        groupBox_12->setObjectName(QString::fromUtf8("groupBox_12"));
        groupBox_12->setGeometry(QRect(0, 0, 1421, 92));
        groupBox_12->setStyleSheet(QString::fromUtf8("#groupBox_12{border:none;}"));
        activePassive2_RadioButton = new QRadioButton(groupBox_12);
        activePassive2_RadioButton->setObjectName(QString::fromUtf8("activePassive2_RadioButton"));
        activePassive2_RadioButton->setGeometry(QRect(350, 30, 211, 40));
        QFont font2;
        font2.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
        font2.setPointSize(18);
        font2.setBold(true);
        font2.setWeight(75);
        activePassive2_RadioButton->setFont(font2);
        activePassive2_RadioButton->setChecked(true);
        passive2_RadioButton = new QRadioButton(groupBox_12);
        passive2_RadioButton->setObjectName(QString::fromUtf8("passive2_RadioButton"));
        passive2_RadioButton->setGeometry(QRect(572, 30, 201, 40));
        passive2_RadioButton->setFont(font2);
        groupBox_35 = new QGroupBox(groupBox_12);
        groupBox_35->setObjectName(QString::fromUtf8("groupBox_35"));
        groupBox_35->setGeometry(QRect(50, 1, 240, 90));
        groupBox_35->setStyleSheet(QString::fromUtf8("border-image: url(:/DependFile/Source/trainPage/train_mode.png);"));
        groupBox_13 = new QGroupBox(groupBox_11);
        groupBox_13->setObjectName(QString::fromUtf8("groupBox_13"));
        groupBox_13->setGeometry(QRect(0, 94, 1841, 92));
        groupBox_13->setStyleSheet(QString::fromUtf8("#groupBox_13{border:none;}"));
        upTrainTime2_ComboBox = new QComboBox(groupBox_13);
        upTrainTime2_ComboBox->setObjectName(QString::fromUtf8("upTrainTime2_ComboBox"));
        upTrainTime2_ComboBox->setGeometry(QRect(350, 25, 101, 41));
        upTrainTime2_ComboBox->setFont(font2);
        label_10 = new QLabel(groupBox_13);
        label_10->setObjectName(QString::fromUtf8("label_10"));
        label_10->setGeometry(QRect(472, 30, 91, 31));
        QFont font3;
        font3.setFamily(QString::fromUtf8("\345\276\256\350\275\257\351\233\205\351\273\221"));
        font3.setPointSize(15);
        font3.setBold(true);
        font3.setWeight(75);
        label_10->setFont(font3);
        label_10->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
        groupBox_36 = new QGroupBox(groupBox_13);
        groupBox_36->setObjectName(QString::fromUtf8("groupBox_36"));
        groupBox_36->setGeometry(QRect(50, 0, 240, 90));
        groupBox_36->setStyleSheet(QString::fromUtf8("border-image: url(:/DependFile/Source/trainPage/train_time.png);"));
        groupBox_14 = new QGroupBox(groupBox_11);
        groupBox_14->setObjectName(QString::fromUtf8("groupBox_14"));
        groupBox_14->setGeometry(QRect(0, 187, 1841, 92));
        groupBox_14->setStyleSheet(QString::fromUtf8("#groupBox_14{border:none;}"));
        label_18 = new QLabel(groupBox_14);
        label_18->setObjectName(QString::fromUtf8("label_18"));
        label_18->setGeometry(QRect(472, 30, 71, 31));
        label_18->setFont(font3);
        label_18->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
        upResistance2_ComboBox = new QComboBox(groupBox_14);
        upResistance2_ComboBox->setObjectName(QString::fromUtf8("upResistance2_ComboBox"));
        upResistance2_ComboBox->setGeometry(QRect(350, 25, 100, 40));
        upResistance2_ComboBox->setFont(font2);
        groupBox_37 = new QGroupBox(groupBox_14);
        groupBox_37->setObjectName(QString::fromUtf8("groupBox_37"));
        groupBox_37->setGeometry(QRect(50, 0, 240, 90));
        groupBox_37->setStyleSheet(QString::fromUtf8("border-image: url(:/DependFile/Source/trainPage/train_force.png);"));
        groupBox_15 = new QGroupBox(groupBox_11);
        groupBox_15->setObjectName(QString::fromUtf8("groupBox_15"));
        groupBox_15->setGeometry(QRect(0, 280, 1851, 92));
        groupBox_15->setStyleSheet(QString::fromUtf8("#groupBox_15{border:none;}"));
        label_21 = new QLabel(groupBox_15);
        label_21->setObjectName(QString::fromUtf8("label_21"));
        label_21->setGeometry(QRect(472, 30, 81, 31));
        label_21->setFont(font3);
        label_21->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
        upSpeed2_ComboBox = new QComboBox(groupBox_15);
        upSpeed2_ComboBox->setObjectName(QString::fromUtf8("upSpeed2_ComboBox"));
        upSpeed2_ComboBox->setGeometry(QRect(350, 25, 100, 40));
        upSpeed2_ComboBox->setFont(font2);
        groupBox_38 = new QGroupBox(groupBox_15);
        groupBox_38->setObjectName(QString::fromUtf8("groupBox_38"));
        groupBox_38->setGeometry(QRect(50, 0, 240, 90));
        groupBox_38->setStyleSheet(QString::fromUtf8("border-image: url(:/DependFile/Source/trainPage/train_speed.png);"));
        groupBox_16 = new QGroupBox(groupBox_11);
        groupBox_16->setObjectName(QString::fromUtf8("groupBox_16"));
        groupBox_16->setGeometry(QRect(0, 652, 1081, 92));
        groupBox_16->setStyleSheet(QString::fromUtf8("#groupBox_16{border:none;}"));
        game1_radioButton = new QRadioButton(groupBox_16);
        game1_radioButton->setObjectName(QString::fromUtf8("game1_radioButton"));
        game1_radioButton->setGeometry(QRect(350, 23, 101, 40));
        game2_radioButton = new QRadioButton(groupBox_16);
        game2_radioButton->setObjectName(QString::fromUtf8("game2_radioButton"));
        game2_radioButton->setGeometry(QRect(572, 23, 101, 40));
        groupBox_39 = new QGroupBox(groupBox_16);
        groupBox_39->setObjectName(QString::fromUtf8("groupBox_39"));
        groupBox_39->setGeometry(QRect(50, 0, 240, 90));
        groupBox_39->setStyleSheet(QString::fromUtf8("border-image: url(:/DependFile/Source/trainPage/train_game.png);"));
        game3_radioButton = new QRadioButton(groupBox_16);
        game3_radioButton->setObjectName(QString::fromUtf8("game3_radioButton"));
        game3_radioButton->setGeometry(QRect(790, 23, 101, 40));
        groupBox_17 = new QGroupBox(groupBox_11);
        groupBox_17->setObjectName(QString::fromUtf8("groupBox_17"));
        groupBox_17->setGeometry(QRect(0, 559, 1861, 92));
        groupBox_17->setStyleSheet(QString::fromUtf8("#groupBox_17{border:none;}"));
        spasmHigh2_RadioButton = new QRadioButton(groupBox_17);
        spasmHigh2_RadioButton->setObjectName(QString::fromUtf8("spasmHigh2_RadioButton"));
        spasmHigh2_RadioButton->setGeometry(QRect(350, 30, 141, 40));
        spasmHigh2_RadioButton->setFont(font2);
        spasmMidd2_RadioButton = new QRadioButton(groupBox_17);
        spasmMidd2_RadioButton->setObjectName(QString::fromUtf8("spasmMidd2_RadioButton"));
        spasmMidd2_RadioButton->setGeometry(QRect(572, 30, 151, 40));
        spasmMidd2_RadioButton->setFont(font2);
        spasmLow2_RadioButton = new QRadioButton(groupBox_17);
        spasmLow2_RadioButton->setObjectName(QString::fromUtf8("spasmLow2_RadioButton"));
        spasmLow2_RadioButton->setGeometry(QRect(790, 30, 191, 40));
        spasmLow2_RadioButton->setFont(font2);
        spasmLow2_RadioButton->setChecked(true);
        groupBox_40 = new QGroupBox(groupBox_17);
        groupBox_40->setObjectName(QString::fromUtf8("groupBox_40"));
        groupBox_40->setGeometry(QRect(50, 0, 240, 90));
        groupBox_40->setStyleSheet(QString::fromUtf8("border-image: url(:/DependFile/Source/trainPage/spasm_level.png);"));
        groupBox_18 = new QGroupBox(groupBox_11);
        groupBox_18->setObjectName(QString::fromUtf8("groupBox_18"));
        groupBox_18->setGeometry(QRect(0, 466, 1861, 92));
        groupBox_18->setStyleSheet(QString::fromUtf8("#groupBox_18{border:none;}"));
        spasmACW2_RadioButton = new QRadioButton(groupBox_18);
        spasmACW2_RadioButton->setObjectName(QString::fromUtf8("spasmACW2_RadioButton"));
        spasmACW2_RadioButton->setGeometry(QRect(352, 30, 151, 40));
        spasmACW2_RadioButton->setFont(font2);
        spasmACW2_RadioButton->setChecked(true);
        spasmClose2_RadioButton = new QRadioButton(groupBox_18);
        spasmClose2_RadioButton->setObjectName(QString::fromUtf8("spasmClose2_RadioButton"));
        spasmClose2_RadioButton->setGeometry(QRect(570, 30, 151, 40));
        spasmClose2_RadioButton->setFont(font2);
        groupBox_41 = new QGroupBox(groupBox_18);
        groupBox_41->setObjectName(QString::fromUtf8("groupBox_41"));
        groupBox_41->setGeometry(QRect(50, 0, 240, 90));
        groupBox_41->setStyleSheet(QString::fromUtf8("border-image: url(:/DependFile/Source/trainPage/spasm_control.png);"));
        groupBox_19 = new QGroupBox(groupBox_11);
        groupBox_19->setObjectName(QString::fromUtf8("groupBox_19"));
        groupBox_19->setGeometry(QRect(0, 373, 1861, 92));
        groupBox_19->setStyleSheet(QString::fromUtf8("#groupBox_19{border:none;}"));
        CW2_RadioButton = new QRadioButton(groupBox_19);
        CW2_RadioButton->setObjectName(QString::fromUtf8("CW2_RadioButton"));
        CW2_RadioButton->setGeometry(QRect(350, 30, 151, 40));
        CW2_RadioButton->setFont(font2);
        CW2_RadioButton->setChecked(true);
        ACW2_RadioButton = new QRadioButton(groupBox_19);
        ACW2_RadioButton->setObjectName(QString::fromUtf8("ACW2_RadioButton"));
        ACW2_RadioButton->setGeometry(QRect(572, 30, 191, 40));
        ACW2_RadioButton->setFont(font2);
        groupBox_42 = new QGroupBox(groupBox_19);
        groupBox_42->setObjectName(QString::fromUtf8("groupBox_42"));
        groupBox_42->setGeometry(QRect(50, 0, 240, 90));
        groupBox_42->setStyleSheet(QString::fromUtf8("border-image: url(:/DependFile/Source/trainPage/train_turn.png);"));
        stackedWidget->addWidget(armAndLeg_Page);
        groupBox_21 = new QGroupBox(ArmOrLeg);
        groupBox_21->setObjectName(QString::fromUtf8("groupBox_21"));
        groupBox_21->setGeometry(QRect(0, 0, 1920, 1160));
        groupBox_21->setStyleSheet(QString::fromUtf8("#groupBox_21{background:white;border:none;}"));
        next_Btn = new QPushButton(groupBox_21);
        next_Btn->setObjectName(QString::fromUtf8("next_Btn"));
        next_Btn->setGeometry(QRect(1700, 870, 160, 70));
        next_Btn->setFont(font2);
        next_Btn->setStyleSheet(QString::fromUtf8("background: #05A6EC;\n"
"border-radius: 4px;\n"
"color:white;"));
        confirm_Btn = new QPushButton(groupBox_21);
        confirm_Btn->setObjectName(QString::fromUtf8("confirm_Btn"));
        confirm_Btn->setGeometry(QRect(1700, 870, 160, 70));
        confirm_Btn->setFont(font1);
        confirm_Btn->setStyleSheet(QString::fromUtf8("background: #05A6EC;\n"
"border-radius: 4px;\n"
"color:white;"));
        groupBox_8 = new QGroupBox(groupBox_21);
        groupBox_8->setObjectName(QString::fromUtf8("groupBox_8"));
        groupBox_8->setGeometry(QRect(340, 880, 171, 91));
        groupBox_8->setStyleSheet(QString::fromUtf8("#groupBox_8{border:none;}"));
        groupBox_7 = new QGroupBox(groupBox_21);
        groupBox_7->setObjectName(QString::fromUtf8("groupBox_7"));
        groupBox_7->setGeometry(QRect(890, 890, 211, 51));
        groupBox_7->setStyleSheet(QString::fromUtf8("#groupBox_7{border:none;}"));
        label_2 = new QLabel(groupBox_21);
        label_2->setObjectName(QString::fromUtf8("label_2"));
        label_2->setGeometry(QRect(110, 50, 351, 50));
        QFont font4;
        font4.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
        font4.setBold(true);
        font4.setWeight(62);
        label_2->setFont(font4);
        label_2->setStyleSheet(QString::fromUtf8("width: 176px;\n"
"height: 44px;\n"
"font-size: 44px;\n"
"\n"
"font-weight: 500;\n"
"color: #333333;\n"
"line-height: 66px;"));
        label = new QLabel(groupBox_21);
        label->setObjectName(QString::fromUtf8("label"));
        label->setGeometry(QRect(60, 50, 50, 50));
        label->setPixmap(QPixmap(QString::fromUtf8(":/DependFile/Source/trainPage/train_part_new.png")));
        label_3 = new QLabel(groupBox_21);
        label_3->setObjectName(QString::fromUtf8("label_3"));
        label_3->setGeometry(QRect(670, 50, 351, 51));
        label_3->setFont(font4);
        label_3->setStyleSheet(QString::fromUtf8("width: 176px;\n"
"height: 44px;\n"
"font-size: 44px;\n"
"\n"
"font-weight: 500;\n"
"color: #333333;\n"
"line-height: 66px;"));
        label_4 = new QLabel(groupBox_21);
        label_4->setObjectName(QString::fromUtf8("label_4"));
        label_4->setGeometry(QRect(610, 50, 50, 50));
        label_4->setPixmap(QPixmap(QString::fromUtf8(":/DependFile/Source/trainPage/train_model_new.png")));
        label_5 = new QLabel(groupBox_21);
        label_5->setObjectName(QString::fromUtf8("label_5"));
        label_5->setGeometry(QRect(1420, 50, 161, 51));
        label_5->setFont(font4);
        label_5->setStyleSheet(QString::fromUtf8("width: 176px;\n"
"height: 44px;\n"
"font-size: 44px;\n"
"\n"
"font-weight: 500;\n"
"color: #333333;\n"
"line-height: 66px;"));
        label_6 = new QLabel(groupBox_21);
        label_6->setObjectName(QString::fromUtf8("label_6"));
        label_6->setGeometry(QRect(1360, 50, 50, 50));
        label_6->setPixmap(QPixmap(QString::fromUtf8(":/DependFile/Source/trainPage/train_game_new.png")));
        groupBox_4 = new QGroupBox(groupBox_21);
        groupBox_4->setObjectName(QString::fromUtf8("groupBox_4"));
        groupBox_4->setGeometry(QRect(530, 890, 161, 61));
        groupBox_4->setStyleSheet(QString::fromUtf8("#groupBox_4{border:none;}"));
        groupBox_5 = new QGroupBox(groupBox_21);
        groupBox_5->setObjectName(QString::fromUtf8("groupBox_5"));
        groupBox_5->setGeometry(QRect(690, 890, 181, 61));
        groupBox_5->setStyleSheet(QString::fromUtf8("#groupBox_5{border:none;}"));
        groupBox_6 = new QGroupBox(groupBox_21);
        groupBox_6->setObjectName(QString::fromUtf8("groupBox_6"));
        groupBox_6->setGeometry(QRect(1060, 890, 161, 71));
        groupBox_6->setStyleSheet(QString::fromUtf8("#groupBox_6{border:none;}"));
        groupBox_3 = new QGroupBox(groupBox_21);
        groupBox_3->setObjectName(QString::fromUtf8("groupBox_3"));
        groupBox_3->setGeometry(QRect(1210, 890, 211, 81));
        groupBox_3->setStyleSheet(QString::fromUtf8("#groupBox_3{border:none;}"));
        advanced1_Btn = new QPushButton(groupBox_3);
        advanced1_Btn->setObjectName(QString::fromUtf8("advanced1_Btn"));
        advanced1_Btn->setGeometry(QRect(1680, 20, 140, 50));
        QFont font5;
        font5.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
        font5.setPointSize(12);
        advanced1_Btn->setFont(font5);
        advanced1_Btn->setStyleSheet(QString::fromUtf8("border-radius: 25px;\n"
"border: 1px solid #00A6F5;\n"
"color:#00A6F5;"));
        YiJianShangJi_Btn = new QPushButton(groupBox_21);
        YiJianShangJi_Btn->setObjectName(QString::fromUtf8("YiJianShangJi_Btn"));
        YiJianShangJi_Btn->setGeometry(QRect(50, 870, 181, 70));
        YiJianShangJi_Btn->setFont(font1);
        YiJianShangJi_Btn->setStyleSheet(QString::fromUtf8("background: #05A6EC;\n"
"border-radius: 4px;\n"
"color:white;"));
        YiJianShangJi_Btn->setAutoRepeat(true);
        groupBox_21->raise();
        stackedWidget->raise();

        retranslateUi(ArmOrLeg);

        stackedWidget->setCurrentIndex(0);


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

    void retranslateUi(QWidget *ArmOrLeg)
    {
        ArmOrLeg->setWindowTitle(QCoreApplication::translate("ArmOrLeg", "Form", nullptr));
        groupBox_10->setTitle(QString());
        groupBox_2->setTitle(QString());
        passive1_Button->setText(QString());
        active1_Button->setText(QString());
        assistant1_Button->setText(QString());
        speedTrain_Button->setText(QString());
        activePassive1_Button->setText(QString());
        label_15->setText(QCoreApplication::translate("ArmOrLeg", "\344\270\273\350\242\253\345\212\250\350\256\255\347\273\203", nullptr));
        label_16->setText(QCoreApplication::translate("ArmOrLeg", "\350\242\253\345\212\250\350\256\255\347\273\203", nullptr));
        label_19->setText(QCoreApplication::translate("ArmOrLeg", "\344\270\273\345\212\250\350\256\255\347\273\203", nullptr));
        label_22->setText(QCoreApplication::translate("ArmOrLeg", "\345\212\251\345\212\233\350\256\255\347\273\203", nullptr));
        label_23->setText(QCoreApplication::translate("ArmOrLeg", "\347\255\211\351\200\237\350\256\255\347\273\203", nullptr));
        groupBox_9->setTitle(QString());
        gameDisplay_Btn->setText(QString());
        backward_Btn->setText(QString());
        forward_Btn->setText(QString());
        groupBox->setTitle(QString());
        upLimp_Button->setText(QString());
        verticalUpLimp_Button->setText(QString());
        downLimp_Button->setText(QString());
        upDownLimp_Button->setText(QString());
        label_11->setText(QCoreApplication::translate("ArmOrLeg", "\346\260\264\345\271\263\344\270\212\350\202\242", nullptr));
        label_12->setText(QCoreApplication::translate("ArmOrLeg", "\345\236\202\347\233\264\344\270\212\350\202\242", nullptr));
        label_13->setText(QCoreApplication::translate("ArmOrLeg", "\344\270\213\350\202\242", nullptr));
        label_14->setText(QCoreApplication::translate("ArmOrLeg", "\344\270\212\344\270\213\350\202\242", nullptr));
        groupBox_20->setTitle(QString());
        moreConfigure_Btn->setText(QString());
        importPrescription_Btn->setText(QString());
        label_24->setText(QCoreApplication::translate("ArmOrLeg", "\346\233\264\345\244\232\350\256\276\347\275\256", nullptr));
        label_25->setText(QCoreApplication::translate("ArmOrLeg", "\345\257\274\345\205\245\345\244\204\346\226\271", nullptr));
        groupBox_11->setTitle(QString());
        groupBox_12->setTitle(QString());
        activePassive2_RadioButton->setText(QCoreApplication::translate("ArmOrLeg", "\344\270\273\350\242\253\345\212\250", nullptr));
        passive2_RadioButton->setText(QCoreApplication::translate("ArmOrLeg", "\350\242\253\345\212\250", nullptr));
        groupBox_35->setTitle(QString());
        groupBox_13->setTitle(QString());
        label_10->setText(QCoreApplication::translate("ArmOrLeg", "min", nullptr));
        groupBox_36->setTitle(QString());
        groupBox_14->setTitle(QString());
        label_18->setText(QCoreApplication::translate("ArmOrLeg", "\346\241\243", nullptr));
        groupBox_37->setTitle(QString());
        groupBox_15->setTitle(QString());
        label_21->setText(QCoreApplication::translate("ArmOrLeg", "r/min", nullptr));
        groupBox_38->setTitle(QString());
        groupBox_16->setTitle(QString());
        game1_radioButton->setText(QString());
        game2_radioButton->setText(QString());
        groupBox_39->setTitle(QString());
        game3_radioButton->setText(QString());
        groupBox_17->setTitle(QString());
        spasmHigh2_RadioButton->setText(QCoreApplication::translate("ArmOrLeg", "\351\253\230", nullptr));
        spasmMidd2_RadioButton->setText(QCoreApplication::translate("ArmOrLeg", "\344\270\255", nullptr));
        spasmLow2_RadioButton->setText(QCoreApplication::translate("ArmOrLeg", "\344\275\216", nullptr));
        groupBox_40->setTitle(QString());
        groupBox_18->setTitle(QString());
        spasmACW2_RadioButton->setText(QCoreApplication::translate("ArmOrLeg", "\345\217\215\350\275\254", nullptr));
        spasmClose2_RadioButton->setText(QCoreApplication::translate("ArmOrLeg", "\345\205\263\351\227\255", nullptr));
        groupBox_41->setTitle(QString());
        groupBox_19->setTitle(QString());
        CW2_RadioButton->setText(QCoreApplication::translate("ArmOrLeg", "\346\255\243\350\275\254", nullptr));
        ACW2_RadioButton->setText(QCoreApplication::translate("ArmOrLeg", "\345\217\215\350\275\254", nullptr));
        groupBox_42->setTitle(QString());
        groupBox_21->setTitle(QString());
        next_Btn->setText(QCoreApplication::translate("ArmOrLeg", "\344\270\213\344\270\200\346\255\245", nullptr));
        confirm_Btn->setText(QCoreApplication::translate("ArmOrLeg", "\347\241\256\345\256\232", nullptr));
        groupBox_8->setTitle(QString());
        groupBox_7->setTitle(QString());
        label_2->setText(QCoreApplication::translate("ArmOrLeg", "\350\256\255\347\273\203\351\203\250\344\275\215", nullptr));
        label->setText(QString());
        label_3->setText(QCoreApplication::translate("ArmOrLeg", "\350\256\255\347\273\203\346\250\241\345\274\217", nullptr));
        label_4->setText(QString());
        label_5->setText(QCoreApplication::translate("ArmOrLeg", "\346\270\270\346\210\217", nullptr));
        label_6->setText(QString());
        groupBox_4->setTitle(QString());
        groupBox_5->setTitle(QString());
        groupBox_6->setTitle(QString());
        groupBox_3->setTitle(QString());
        advanced1_Btn->setText(QCoreApplication::translate("ArmOrLeg", "\351\253\230\347\272\247\350\256\276\347\275\256", nullptr));
        YiJianShangJi_Btn->setText(QCoreApplication::translate("ArmOrLeg", "\344\270\200\351\224\256\344\270\212\346\234\272", nullptr));
    } // retranslateUi

};

namespace Ui {
    class ArmOrLeg: public Ui_ArmOrLeg {};
} // namespace Ui

QT_END_NAMESPACE

#endif // UI_ARMORLEG_H