# Form implementation generated from reading ui file 'addFlight2.ui' # # Created by: PyQt6 UI code generator 6.5.1 # # WARNING: Any manual changes made to this file will be lost when pyuic6 is # run again. Do not edit this file unless you know what you are doing. from PyQt6 import QtCore, QtWidgets class Ui_FormAdduser(object): def setupUi(self, FormAdduser): FormAdduser.setObjectName("FormAdduser") FormAdduser.resize(199, 317) FormAdduser.setMaximumSize(QtCore.QSize(199, 317)) self.gridLayout = QtWidgets.QGridLayout(FormAdduser) self.gridLayout.setObjectName("gridLayout") self.verticalLayout = QtWidgets.QVBoxLayout() self.verticalLayout.setObjectName("verticalLayout") self.horizontalLayout_6 = QtWidgets.QHBoxLayout() self.horizontalLayout_6.setObjectName("horizontalLayout_6") self.label_10 = QtWidgets.QLabel(parent=FormAdduser) self.label_10.setStyleSheet("color: rgb(255, 0, 0);\n" "font: 9pt \"黑体\";") self.label_10.setTextFormat(QtCore.Qt.TextFormat.RichText) self.label_10.setScaledContents(False) self.label_10.setAlignment(QtCore.Qt.AlignmentFlag.AlignCenter) self.label_10.setWordWrap(True) self.label_10.setObjectName("label_10") self.horizontalLayout_6.addWidget(self.label_10) self.verticalLayout.addLayout(self.horizontalLayout_6) self.horizontalLayout = QtWidgets.QHBoxLayout() self.horizontalLayout.setObjectName("horizontalLayout") self.label_3 = QtWidgets.QLabel(parent=FormAdduser) self.label_3.setMaximumSize(QtCore.QSize(50, 16777215)) self.label_3.setObjectName("label_3") self.horizontalLayout.addWidget(self.label_3) self.comboBox = QtWidgets.QComboBox(parent=FormAdduser) self.comboBox.setMaximumSize(QtCore.QSize(150, 16777215)) self.comboBox.setObjectName("comboBox") self.horizontalLayout.addWidget(self.comboBox) self.verticalLayout.addLayout(self.horizontalLayout) self.horizontalLayout_2 = QtWidgets.QHBoxLayout() self.horizontalLayout_2.setObjectName("horizontalLayout_2") self.label_2 = QtWidgets.QLabel(parent=FormAdduser) self.label_2.setMaximumSize(QtCore.QSize(80, 16777215)) self.label_2.setObjectName("label_2") self.horizontalLayout_2.addWidget(self.label_2) self.lineEditPWD = QtWidgets.QLineEdit(parent=FormAdduser) self.lineEditPWD.setMaximumSize(QtCore.QSize(150, 16777215)) self.lineEditPWD.setObjectName("lineEditPWD") self.horizontalLayout_2.addWidget(self.lineEditPWD) self.verticalLayout.addLayout(self.horizontalLayout_2) self.horizontalLayout_3 = QtWidgets.QHBoxLayout() self.horizontalLayout_3.setObjectName("horizontalLayout_3") self.label = QtWidgets.QLabel(parent=FormAdduser) self.label.setObjectName("label") self.horizontalLayout_3.addWidget(self.label) self.lineEditUser = QtWidgets.QLineEdit(parent=FormAdduser) self.lineEditUser.setObjectName("lineEditUser") self.horizontalLayout_3.addWidget(self.lineEditUser) self.verticalLayout.addLayout(self.horizontalLayout_3) self.horizontalLayout_4 = QtWidgets.QHBoxLayout() self.horizontalLayout_4.setObjectName("horizontalLayout_4") self.label_4 = QtWidgets.QLabel(parent=FormAdduser) self.label_4.setObjectName("label_4") self.horizontalLayout_4.addWidget(self.label_4) self.lineEditPeople = QtWidgets.QLineEdit(parent=FormAdduser) self.lineEditPeople.setObjectName("lineEditPeople") self.horizontalLayout_4.addWidget(self.lineEditPeople) self.verticalLayout.addLayout(self.horizontalLayout_4) self.horizontalLayout_5 = QtWidgets.QHBoxLayout() self.horizontalLayout_5.setObjectName("horizontalLayout_5") self.label_5 = QtWidgets.QLabel(parent=FormAdduser) self.label_5.setObjectName("label_5") self.horizontalLayout_5.addWidget(self.label_5) self.lineEdit = QtWidgets.QLineEdit(parent=FormAdduser) self.lineEdit.setObjectName("lineEdit") self.horizontalLayout_5.addWidget(self.lineEdit) self.verticalLayout.addLayout(self.horizontalLayout_5) self.horizontalLayout_7 = QtWidgets.QHBoxLayout() self.horizontalLayout_7.setObjectName("horizontalLayout_7") self.label_6 = QtWidgets.QLabel(parent=FormAdduser) self.label_6.setMaximumSize(QtCore.QSize(45, 16777215)) self.label_6.setObjectName("label_6") self.horizontalLayout_7.addWidget(self.label_6) self.dateEdit = QtWidgets.QDateEdit(parent=FormAdduser) self.dateEdit.setObjectName("dateEdit") self.horizontalLayout_7.addWidget(self.dateEdit) self.verticalLayout.addLayout(self.horizontalLayout_7) self.horizontalLayout_8 = QtWidgets.QHBoxLayout() self.horizontalLayout_8.setObjectName("horizontalLayout_8") self.label_7 = QtWidgets.QLabel(parent=FormAdduser) self.label_7.setObjectName("label_7") self.horizontalLayout_8.addWidget(self.label_7) self.lineEdit_2 = QtWidgets.QLineEdit(parent=FormAdduser) self.lineEdit_2.setObjectName("lineEdit_2") self.horizontalLayout_8.addWidget(self.lineEdit_2) self.verticalLayout.addLayout(self.horizontalLayout_8) self.horizontalLayout_10 = QtWidgets.QHBoxLayout() self.horizontalLayout_10.setObjectName("horizontalLayout_10") self.label_8 = QtWidgets.QLabel(parent=FormAdduser) self.label_8.setEnabled(True) self.label_8.setMaximumSize(QtCore.QSize(45, 16777215)) self.label_8.setObjectName("label_8") self.horizontalLayout_10.addWidget(self.label_8) self.dateTimeEdit = QtWidgets.QDateTimeEdit(parent=FormAdduser) self.dateTimeEdit.setObjectName("dateTimeEdit") self.horizontalLayout_10.addWidget(self.dateTimeEdit) self.verticalLayout.addLayout(self.horizontalLayout_10) self.horizontalLayout_9 = QtWidgets.QHBoxLayout() self.horizontalLayout_9.setObjectName("horizontalLayout_9") self.label_9 = QtWidgets.QLabel(parent=FormAdduser) self.label_9.setMaximumSize(QtCore.QSize(45, 16777215)) self.label_9.setObjectName("label_9") self.horizontalLayout_9.addWidget(self.label_9) self.dateTimeEdit_2 = QtWidgets.QDateTimeEdit(parent=FormAdduser) self.dateTimeEdit_2.setObjectName("dateTimeEdit_2") self.horizontalLayout_9.addWidget(self.dateTimeEdit_2) self.verticalLayout.addLayout(self.horizontalLayout_9) self.gridLayout.addLayout(self.verticalLayout, 0, 0, 1, 1) self.pushButton = QtWidgets.QPushButton(parent=FormAdduser) self.pushButton.setObjectName("pushButton") self.gridLayout.addWidget(self.pushButton, 1, 0, 1, 1) self.retranslateUi(FormAdduser) QtCore.QMetaObject.connectSlotsByName(FormAdduser) def retranslateUi(self, FormAdduser): _translate = QtCore.QCoreApplication.translate FormAdduser.setWindowTitle(_translate("FormAdduser", "Form")) self.label_10.setText(_translate("FormAdduser", "注意:人工添加请确认航班信息准确性,人工添加航班无法进行派工操作!无法自动获取航班状态!")) self.label_3.setText(_translate("FormAdduser", "航班类型")) self.label_2.setText(_translate("FormAdduser", "机 号")) self.label.setText(_translate("FormAdduser", "发 动 机")) self.label_4.setText(_translate("FormAdduser", "机 型")) self.label_5.setText(_translate("FormAdduser", "航 班 号")) self.label_6.setText(_translate("FormAdduser", "航班日期")) self.dateEdit.setDisplayFormat(_translate("FormAdduser", "yyyy-M-d")) self.label_7.setText(_translate("FormAdduser", "机 位")) self.label_8.setText(_translate("FormAdduser", "预计到达")) self.dateTimeEdit.setDisplayFormat(_translate("FormAdduser", "yyyy-M-d HH:mm:ss")) self.label_9.setText(_translate("FormAdduser", "预计起飞")) self.dateTimeEdit_2.setDisplayFormat(_translate("FormAdduser", "yyyy-M-d HH:mm:ss")) self.pushButton.setText(_translate("FormAdduser", "提交"))