|
|
@ -6,8 +6,8 @@
|
|
|
|
<rect>
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<y>0</y>
|
|
|
|
<width>954</width>
|
|
|
|
<width>1113</width>
|
|
|
|
<height>594</height>
|
|
|
|
<height>572</height>
|
|
|
|
</rect>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
</property>
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<property name="sizePolicy">
|
|
|
@ -20,13 +20,13 @@
|
|
|
|
<string>MainWindow</string>
|
|
|
|
<string>MainWindow</string>
|
|
|
|
</property>
|
|
|
|
</property>
|
|
|
|
<property name="layoutDirection">
|
|
|
|
<property name="layoutDirection">
|
|
|
|
<enum>Qt::LeftToRight</enum>
|
|
|
|
<enum>Qt::LayoutDirection::LeftToRight</enum>
|
|
|
|
</property>
|
|
|
|
</property>
|
|
|
|
<property name="styleSheet">
|
|
|
|
<property name="styleSheet">
|
|
|
|
<string notr="true"/>
|
|
|
|
<string notr="true"/>
|
|
|
|
</property>
|
|
|
|
</property>
|
|
|
|
<property name="toolButtonStyle">
|
|
|
|
<property name="toolButtonStyle">
|
|
|
|
<enum>Qt::ToolButtonTextBesideIcon</enum>
|
|
|
|
<enum>Qt::ToolButtonStyle::ToolButtonTextBesideIcon</enum>
|
|
|
|
</property>
|
|
|
|
</property>
|
|
|
|
<widget class="QWidget" name="centralwidget">
|
|
|
|
<widget class="QWidget" name="centralwidget">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<property name="sizePolicy">
|
|
|
@ -36,10 +36,10 @@
|
|
|
|
</sizepolicy>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
</property>
|
|
|
|
<property name="focusPolicy">
|
|
|
|
<property name="focusPolicy">
|
|
|
|
<enum>Qt::NoFocus</enum>
|
|
|
|
<enum>Qt::FocusPolicy::NoFocus</enum>
|
|
|
|
</property>
|
|
|
|
</property>
|
|
|
|
<property name="contextMenuPolicy">
|
|
|
|
<property name="contextMenuPolicy">
|
|
|
|
<enum>Qt::NoContextMenu</enum>
|
|
|
|
<enum>Qt::ContextMenuPolicy::NoContextMenu</enum>
|
|
|
|
</property>
|
|
|
|
</property>
|
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
|
|
<property name="leftMargin">
|
|
|
|
<property name="leftMargin">
|
|
|
@ -57,55 +57,38 @@
|
|
|
|
<property name="spacing">
|
|
|
|
<property name="spacing">
|
|
|
|
<number>0</number>
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
</property>
|
|
|
|
<item row="3" column="2">
|
|
|
|
<item row="0" column="0">
|
|
|
|
<spacer name="horizontalSpacer">
|
|
|
|
|
|
|
|
<property name="orientation">
|
|
|
|
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
|
|
|
|
<size>
|
|
|
|
|
|
|
|
<width>40</width>
|
|
|
|
|
|
|
|
<height>0</height>
|
|
|
|
|
|
|
|
</size>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
</spacer>
|
|
|
|
|
|
|
|
</item>
|
|
|
|
|
|
|
|
<item row="2" column="2">
|
|
|
|
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
|
|
|
|
|
|
|
<item>
|
|
|
|
|
|
|
|
<layout class="QVBoxLayout" name="SubPage"/>
|
|
|
|
|
|
|
|
</item>
|
|
|
|
|
|
|
|
</layout>
|
|
|
|
|
|
|
|
</item>
|
|
|
|
|
|
|
|
<item row="2" column="1">
|
|
|
|
|
|
|
|
<widget class="QFrame" name="frame">
|
|
|
|
<widget class="QFrame" name="frame">
|
|
|
|
|
|
|
|
<property name="sizePolicy">
|
|
|
|
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
|
|
|
|
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
|
|
|
|
</sizepolicy>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
<property name="styleSheet">
|
|
|
|
<property name="styleSheet">
|
|
|
|
<string notr="true">background-color: rgb(40, 40, 40);</string>
|
|
|
|
<string notr="true">background-color: rgb(40, 40, 40);</string>
|
|
|
|
</property>
|
|
|
|
</property>
|
|
|
|
<property name="frameShape">
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<enum>QFrame::StyledPanel</enum>
|
|
|
|
<item>
|
|
|
|
</property>
|
|
|
|
<widget class="QWidget" name="widget_2" native="true"/>
|
|
|
|
<property name="frameShadow">
|
|
|
|
</item>
|
|
|
|
<enum>QFrame::Raised</enum>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
|
|
|
|
|
|
<item>
|
|
|
|
<item>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
|
|
<item>
|
|
|
|
<item>
|
|
|
|
<spacer name="verticalSpacer_2">
|
|
|
|
<widget class="QToolButton" name="toolButton_9">
|
|
|
|
<property name="orientation">
|
|
|
|
<property name="text">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
<string>...</string>
|
|
|
|
</property>
|
|
|
|
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
|
|
|
|
<size>
|
|
|
|
|
|
|
|
<width>20</width>
|
|
|
|
|
|
|
|
<height>40</height>
|
|
|
|
|
|
|
|
</size>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<item>
|
|
|
|
<widget class="QToolButton" name="toolButton">
|
|
|
|
<widget class="QToolButton" name="toolButton">
|
|
|
|
|
|
|
|
<property name="sizePolicy">
|
|
|
|
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
|
|
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
|
|
|
|
</sizepolicy>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<property name="text">
|
|
|
|
<string>...</string>
|
|
|
|
<string>...</string>
|
|
|
|
</property>
|
|
|
|
</property>
|
|
|
@ -113,6 +96,12 @@
|
|
|
|
</item>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<item>
|
|
|
|
<widget class="QToolButton" name="toolButton_2">
|
|
|
|
<widget class="QToolButton" name="toolButton_2">
|
|
|
|
|
|
|
|
<property name="sizePolicy">
|
|
|
|
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
|
|
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
|
|
|
|
</sizepolicy>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<property name="text">
|
|
|
|
<string>...</string>
|
|
|
|
<string>...</string>
|
|
|
|
</property>
|
|
|
|
</property>
|
|
|
@ -120,6 +109,12 @@
|
|
|
|
</item>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<item>
|
|
|
|
<widget class="QToolButton" name="toolButton_3">
|
|
|
|
<widget class="QToolButton" name="toolButton_3">
|
|
|
|
|
|
|
|
<property name="sizePolicy">
|
|
|
|
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
|
|
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
|
|
|
|
</sizepolicy>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<property name="text">
|
|
|
|
<string>...</string>
|
|
|
|
<string>...</string>
|
|
|
|
</property>
|
|
|
|
</property>
|
|
|
@ -127,6 +122,12 @@
|
|
|
|
</item>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<item>
|
|
|
|
<widget class="QToolButton" name="toolButton_4">
|
|
|
|
<widget class="QToolButton" name="toolButton_4">
|
|
|
|
|
|
|
|
<property name="sizePolicy">
|
|
|
|
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
|
|
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
|
|
|
|
</sizepolicy>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<property name="text">
|
|
|
|
<string>...</string>
|
|
|
|
<string>...</string>
|
|
|
|
</property>
|
|
|
|
</property>
|
|
|
@ -134,6 +135,12 @@
|
|
|
|
</item>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<item>
|
|
|
|
<widget class="QToolButton" name="toolButton_5">
|
|
|
|
<widget class="QToolButton" name="toolButton_5">
|
|
|
|
|
|
|
|
<property name="sizePolicy">
|
|
|
|
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
|
|
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
|
|
|
|
</sizepolicy>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<property name="text">
|
|
|
|
<string>...</string>
|
|
|
|
<string>...</string>
|
|
|
|
</property>
|
|
|
|
</property>
|
|
|
@ -141,6 +148,12 @@
|
|
|
|
</item>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<item>
|
|
|
|
<widget class="QToolButton" name="toolButton_6">
|
|
|
|
<widget class="QToolButton" name="toolButton_6">
|
|
|
|
|
|
|
|
<property name="sizePolicy">
|
|
|
|
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
|
|
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
|
|
|
|
</sizepolicy>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<property name="text">
|
|
|
|
<string>...</string>
|
|
|
|
<string>...</string>
|
|
|
|
</property>
|
|
|
|
</property>
|
|
|
@ -148,6 +161,12 @@
|
|
|
|
</item>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<item>
|
|
|
|
<widget class="QToolButton" name="toolButton_7">
|
|
|
|
<widget class="QToolButton" name="toolButton_7">
|
|
|
|
|
|
|
|
<property name="sizePolicy">
|
|
|
|
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
|
|
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
|
|
|
|
</sizepolicy>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<property name="text">
|
|
|
|
<string>...</string>
|
|
|
|
<string>...</string>
|
|
|
|
</property>
|
|
|
|
</property>
|
|
|
@ -155,52 +174,31 @@
|
|
|
|
</item>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<item>
|
|
|
|
<widget class="QToolButton" name="toolButton_8">
|
|
|
|
<widget class="QToolButton" name="toolButton_8">
|
|
|
|
|
|
|
|
<property name="sizePolicy">
|
|
|
|
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
|
|
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
|
|
|
|
</sizepolicy>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<property name="text">
|
|
|
|
<string>...</string>
|
|
|
|
<string>...</string>
|
|
|
|
</property>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
|
|
|
|
<spacer name="verticalSpacer">
|
|
|
|
|
|
|
|
<property name="orientation">
|
|
|
|
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
|
|
|
|
<size>
|
|
|
|
|
|
|
|
<width>20</width>
|
|
|
|
|
|
|
|
<height>40</height>
|
|
|
|
|
|
|
|
</size>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
</spacer>
|
|
|
|
|
|
|
|
</item>
|
|
|
|
|
|
|
|
</layout>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</item>
|
|
|
|
|
|
|
|
<item>
|
|
|
|
|
|
|
|
<widget class="QWidget" name="widget" native="true"/>
|
|
|
|
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="2">
|
|
|
|
<item row="0" column="1">
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
|
|
|
<widget class="QStackedWidget" name="stackedWidget">
|
|
|
|
<item>
|
|
|
|
<widget class="QWidget" name="Page1">
|
|
|
|
<widget class="QStackedWidget" name="stackedWidget">
|
|
|
|
<layout class="QVBoxLayout" name="SubPage"/>
|
|
|
|
<widget class="QWidget" name="Page1">
|
|
|
|
</widget>
|
|
|
|
<layout class="QVBoxLayout" name="SubPage"/>
|
|
|
|
</widget>
|
|
|
|
</widget>
|
|
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
|
|
</item>
|
|
|
|
|
|
|
|
</layout>
|
|
|
|
|
|
|
|
</item>
|
|
|
|
|
|
|
|
<item row="3" column="2">
|
|
|
|
|
|
|
|
<spacer name="horizontalSpacer">
|
|
|
|
|
|
|
|
<property name="orientation">
|
|
|
|
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
|
|
|
|
<size>
|
|
|
|
|
|
|
|
<width>40</width>
|
|
|
|
|
|
|
|
<height>0</height>
|
|
|
|
|
|
|
|
</size>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
</spacer>
|
|
|
|
|
|
|
|
</item>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</widget>
|
|
|
@ -221,7 +219,7 @@
|
|
|
|
<string>帮助</string>
|
|
|
|
<string>帮助</string>
|
|
|
|
</property>
|
|
|
|
</property>
|
|
|
|
<property name="menuRole">
|
|
|
|
<property name="menuRole">
|
|
|
|
<enum>QAction::TextHeuristicRole</enum>
|
|
|
|
<enum>QAction::MenuRole::TextHeuristicRole</enum>
|
|
|
|
</property>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
</action>
|
|
|
|
<action name="toolbar2_action2">
|
|
|
|
<action name="toolbar2_action2">
|
|
|
@ -259,19 +257,19 @@
|
|
|
|
</action>
|
|
|
|
</action>
|
|
|
|
<action name="toolbar_action2">
|
|
|
|
<action name="toolbar_action2">
|
|
|
|
<property name="icon">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="mainwindow.qrc">
|
|
|
|
<iconset>
|
|
|
|
<normaloff>:/res/GDDC.png</normaloff>:/res/GDDC.png</iconset>
|
|
|
|
<normaloff>:/res/GDDC.png</normaloff>:/res/GDDC.png</iconset>
|
|
|
|
</property>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<property name="text">
|
|
|
|
<string>光电吊舱</string>
|
|
|
|
<string>光电吊舱</string>
|
|
|
|
</property>
|
|
|
|
</property>
|
|
|
|
<property name="menuRole">
|
|
|
|
<property name="menuRole">
|
|
|
|
<enum>QAction::TextHeuristicRole</enum>
|
|
|
|
<enum>QAction::MenuRole::TextHeuristicRole</enum>
|
|
|
|
</property>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
</action>
|
|
|
|
<action name="toolbar_action3">
|
|
|
|
<action name="toolbar_action3">
|
|
|
|
<property name="icon">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="mainwindow.qrc">
|
|
|
|
<iconset>
|
|
|
|
<normaloff>:/res/LChain.png</normaloff>:/res/LChain.png</iconset>
|
|
|
|
<normaloff>:/res/LChain.png</normaloff>:/res/LChain.png</iconset>
|
|
|
|
</property>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<property name="text">
|
|
|
@ -281,7 +279,7 @@
|
|
|
|
<string>L链</string>
|
|
|
|
<string>L链</string>
|
|
|
|
</property>
|
|
|
|
</property>
|
|
|
|
<property name="menuRole">
|
|
|
|
<property name="menuRole">
|
|
|
|
<enum>QAction::TextHeuristicRole</enum>
|
|
|
|
<enum>QAction::MenuRole::TextHeuristicRole</enum>
|
|
|
|
</property>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
</action>
|
|
|
|
<action name="toolbar_action4">
|
|
|
|
<action name="toolbar_action4">
|
|
|
@ -293,7 +291,7 @@
|
|
|
|
<string>自 组 网</string>
|
|
|
|
<string>自 组 网</string>
|
|
|
|
</property>
|
|
|
|
</property>
|
|
|
|
<property name="menuRole">
|
|
|
|
<property name="menuRole">
|
|
|
|
<enum>QAction::TextHeuristicRole</enum>
|
|
|
|
<enum>QAction::MenuRole::TextHeuristicRole</enum>
|
|
|
|
</property>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
</action>
|
|
|
|
<action name="toolbar_action5">
|
|
|
|
<action name="toolbar_action5">
|
|
|
@ -305,7 +303,7 @@
|
|
|
|
<string>PDT集群</string>
|
|
|
|
<string>PDT集群</string>
|
|
|
|
</property>
|
|
|
|
</property>
|
|
|
|
<property name="menuRole">
|
|
|
|
<property name="menuRole">
|
|
|
|
<enum>QAction::TextHeuristicRole</enum>
|
|
|
|
<enum>QAction::MenuRole::TextHeuristicRole</enum>
|
|
|
|
</property>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
</action>
|
|
|
|
<action name="toolbar_action6">
|
|
|
|
<action name="toolbar_action6">
|
|
|
@ -317,7 +315,7 @@
|
|
|
|
<string>Ku 卫 通</string>
|
|
|
|
<string>Ku 卫 通</string>
|
|
|
|
</property>
|
|
|
|
</property>
|
|
|
|
<property name="menuRole">
|
|
|
|
<property name="menuRole">
|
|
|
|
<enum>QAction::TextHeuristicRole</enum>
|
|
|
|
<enum>QAction::MenuRole::TextHeuristicRole</enum>
|
|
|
|
</property>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
</action>
|
|
|
|
<action name="toolbar_action7">
|
|
|
|
<action name="toolbar_action7">
|
|
|
@ -329,7 +327,7 @@
|
|
|
|
<string>搜救载荷</string>
|
|
|
|
<string>搜救载荷</string>
|
|
|
|
</property>
|
|
|
|
</property>
|
|
|
|
<property name="menuRole">
|
|
|
|
<property name="menuRole">
|
|
|
|
<enum>QAction::TextHeuristicRole</enum>
|
|
|
|
<enum>QAction::MenuRole::TextHeuristicRole</enum>
|
|
|
|
</property>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
</action>
|
|
|
|
<action name="toolbar_action8">
|
|
|
|
<action name="toolbar_action8">
|
|
|
@ -341,12 +339,10 @@
|
|
|
|
<string>三维建模</string>
|
|
|
|
<string>三维建模</string>
|
|
|
|
</property>
|
|
|
|
</property>
|
|
|
|
<property name="menuRole">
|
|
|
|
<property name="menuRole">
|
|
|
|
<enum>QAction::TextHeuristicRole</enum>
|
|
|
|
<enum>QAction::MenuRole::TextHeuristicRole</enum>
|
|
|
|
</property>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
</action>
|
|
|
|
</widget>
|
|
|
|
</widget>
|
|
|
|
<resources>
|
|
|
|
<resources/>
|
|
|
|
<include location="mainwindow.qrc"/>
|
|
|
|
|
|
|
|
</resources>
|
|
|
|
|
|
|
|
<connections/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|
|
|
|
</ui>
|
|
|
|