| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117 |
- /********************************************************************************
- ** Form generated from reading UI file 'formbzjccharge.ui'
- **
- ** Created: Mon Apr 22 11:54:11 2019
- ** by: Qt User Interface Compiler version 4.8.4
- **
- ** WARNING! All changes made in this file will be lost when recompiling UI file!
- ********************************************************************************/
- #ifndef UI_FORMBZJCCHARGE_H
- #define UI_FORMBZJCCHARGE_H
- #include <QtCore/QVariant>
- #include <QtGui/QAction>
- #include <QtGui/QApplication>
- #include <QtGui/QButtonGroup>
- #include <QtGui/QDateEdit>
- #include <QtGui/QHBoxLayout>
- #include <QtGui/QHeaderView>
- #include <QtGui/QLabel>
- #include <QtGui/QPushButton>
- #include <QtGui/QSpacerItem>
- #include <QtGui/QTableWidget>
- #include <QtGui/QVBoxLayout>
- #include <QtGui/QWidget>
- QT_BEGIN_NAMESPACE
- class Ui_FormBzjcCharge
- {
- public:
- QVBoxLayout *verticalLayout;
- QHBoxLayout *horizontalLayout_2;
- QSpacerItem *horizontalSpacer_2;
- QLabel *labelState;
- QLabel *label_5;
- QDateEdit *dateEditStart;
- QLabel *label_6;
- QDateEdit *dateEditEnd;
- QPushButton *pushButtonQuery;
- QTableWidget *tableWidget;
- void setupUi(QWidget *FormBzjcCharge)
- {
- if (FormBzjcCharge->objectName().isEmpty())
- FormBzjcCharge->setObjectName(QString::fromUtf8("FormBzjcCharge"));
- FormBzjcCharge->resize(400, 300);
- verticalLayout = new QVBoxLayout(FormBzjcCharge);
- verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
- horizontalLayout_2 = new QHBoxLayout();
- horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2"));
- horizontalSpacer_2 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
- horizontalLayout_2->addItem(horizontalSpacer_2);
- labelState = new QLabel(FormBzjcCharge);
- labelState->setObjectName(QString::fromUtf8("labelState"));
- horizontalLayout_2->addWidget(labelState);
- label_5 = new QLabel(FormBzjcCharge);
- label_5->setObjectName(QString::fromUtf8("label_5"));
- horizontalLayout_2->addWidget(label_5);
- dateEditStart = new QDateEdit(FormBzjcCharge);
- dateEditStart->setObjectName(QString::fromUtf8("dateEditStart"));
- horizontalLayout_2->addWidget(dateEditStart);
- label_6 = new QLabel(FormBzjcCharge);
- label_6->setObjectName(QString::fromUtf8("label_6"));
- horizontalLayout_2->addWidget(label_6);
- dateEditEnd = new QDateEdit(FormBzjcCharge);
- dateEditEnd->setObjectName(QString::fromUtf8("dateEditEnd"));
- horizontalLayout_2->addWidget(dateEditEnd);
- pushButtonQuery = new QPushButton(FormBzjcCharge);
- pushButtonQuery->setObjectName(QString::fromUtf8("pushButtonQuery"));
- horizontalLayout_2->addWidget(pushButtonQuery);
- verticalLayout->addLayout(horizontalLayout_2);
- tableWidget = new QTableWidget(FormBzjcCharge);
- tableWidget->setObjectName(QString::fromUtf8("tableWidget"));
- verticalLayout->addWidget(tableWidget);
- retranslateUi(FormBzjcCharge);
- QMetaObject::connectSlotsByName(FormBzjcCharge);
- } // setupUi
- void retranslateUi(QWidget *FormBzjcCharge)
- {
- FormBzjcCharge->setWindowTitle(QApplication::translate("FormBzjcCharge", "Form", 0, QApplication::UnicodeUTF8));
- labelState->setText(QString());
- label_5->setText(QApplication::translate("FormBzjcCharge", "\345\274\200\345\247\213\346\227\245\346\234\237\357\274\232", 0, QApplication::UnicodeUTF8));
- label_6->setText(QApplication::translate("FormBzjcCharge", "\347\273\223\346\235\237\346\227\245\346\234\237\357\274\232", 0, QApplication::UnicodeUTF8));
- pushButtonQuery->setText(QApplication::translate("FormBzjcCharge", "\346\237\245\350\257\242", 0, QApplication::UnicodeUTF8));
- } // retranslateUi
- };
- namespace Ui {
- class FormBzjcCharge: public Ui_FormBzjcCharge {};
- } // namespace Ui
- QT_END_NAMESPACE
- #endif // UI_FORMBZJCCHARGE_H
|