You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

785 lines
33 KiB
XML

2 years ago
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<ScrollView
android:id="@+id/sv"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_weight="9">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="@dimen/px_2"
2 years ago
android:maxHeight="120px"
android:minHeight="@dimen/px_50">
2 years ago
<TextView
android:layout_width="@dimen/cjwidth"
android:layout_height="match_parent"
android:gravity="center_vertical|right"
android:maxHeight="120px"
2 years ago
android:text="区域名称:"
1 year ago
android:textSize="@dimen/sbtextSize" />
2 years ago
<TextView
android:id="@+id/tv_sbmc"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:gravity="center_vertical|left"
android:maxHeight="120px"
2 years ago
android:text=""
1 year ago
android:textSize="@dimen/sbtextSize" />
2 years ago
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="@dimen/px_2"
2 years ago
android:maxHeight="120px"
android:minHeight="@dimen/px_50">
2 years ago
<TextView
android:layout_width="@dimen/cjwidth"
android:layout_height="match_parent"
android:gravity="center_vertical|right"
android:maxHeight="120px"
2 years ago
android:text="系统名称:"
1 year ago
android:textSize="@dimen/sbtextSize" />
2 years ago
<TextView
android:id="@+id/tv_bjmc"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:gravity="center_vertical|left"
android:maxHeight="120px"
2 years ago
android:text=""
1 year ago
android:textSize="@dimen/sbtextSize" />
2 years ago
</LinearLayout>
1 year ago
<LinearLayout
style="@style/dagerListMarginTopStyle"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="@dimen/px_2"
android:minHeight="@dimen/px_50"
android:orientation="horizontal">
2 years ago
<LinearLayout
style="@style/dagerListMarginTopStyle"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:orientation="horizontal">
<TextView
android:layout_width="@dimen/cjwidth"
android:layout_height="wrap_content"
android:gravity="center_vertical|right"
1 year ago
android:text="专业名称:"
android:textSize="@dimen/sbtextSize" />
<TextView
android:id="@+id/tv_zymc"
style="@style/xjcjRightStyle"
android:layout_width="0dp"
android:layout_height="wrap_content"
1 year ago
android:layout_weight="1"
2 years ago
android:text=""
1 year ago
android:textSize="@dimen/sbtextSize" />
</LinearLayout>
<LinearLayout
style="@style/dagerListMarginTopStyle"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:orientation="horizontal">
<TextView
android:layout_width="@dimen/cjwidth"
android:layout_height="match_parent"
android:gravity="center_vertical|right"
android:text="点类型:"
1 year ago
android:textSize="@dimen/sbtextSize" />
<TextView
android:id="@+id/tv_dian_type"
style="@style/xjcjRightStyle"
android:layout_width="0dp"
android:layout_height="wrap_content"
1 year ago
android:layout_weight="1"
2 years ago
android:text=""
1 year ago
android:textSize="@dimen/sbtextSize" />
</LinearLayout>
</LinearLayout>
2 years ago
<LinearLayout
1 year ago
android:id="@+id/ll_jz"
style="@style/dagerListMarginTopStyle"
2 years ago
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="@dimen/px_2"
android:minHeight="@dimen/px_50"
android:orientation="horizontal">
2 years ago
<LinearLayout
style="@style/dagerListMarginTopStyle"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:orientation="horizontal">
<TextView
android:layout_width="@dimen/cjwidth"
android:layout_height="wrap_content"
android:gravity="center_vertical|right"
1 year ago
android:text="所属机组:"
android:textSize="@dimen/sbtextSize" />
<TextView
1 year ago
android:id="@+id/tv_jz"
style="@style/xjcjRightStyle"
android:layout_width="0dp"
android:layout_height="wrap_content"
1 year ago
android:layout_weight="1"
2 years ago
android:text=""
1 year ago
android:textSize="@dimen/sbtextSize" />
</LinearLayout>
<LinearLayout
style="@style/dagerListMarginTopStyle"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:orientation="horizontal">
<TextView
android:layout_width="@dimen/cjwidth"
android:layout_height="match_parent"
android:gravity="center_vertical|right"
1 year ago
android:text="机组状态:"
android:textSize="@dimen/sbtextSize" />
<TextView
1 year ago
android:id="@+id/tv_jzzt"
style="@style/xjcjRightStyle"
android:layout_width="0dp"
android:layout_height="wrap_content"
1 year ago
android:layout_weight="1"
2 years ago
android:text=""
1 year ago
android:textSize="@dimen/sbtextSize" />
</LinearLayout>
2 years ago
</LinearLayout>
1 year ago
<LinearLayout
1 year ago
android:id="@+id/ll_jz_running"
android:layout_width="match_parent"
android:layout_height="wrap_content"
1 year ago
android:orientation="vertical">
<LinearLayout
1 year ago
android:id="@+id/ll_action"
style="@style/dagerListMarginTopStyle"
1 year ago
android:layout_width="match_parent"
android:layout_height="wrap_content"
1 year ago
android:layout_margin="@dimen/px_2"
android:minHeight="@dimen/px_50"
android:orientation="horizontal">
1 year ago
<LinearLayout
style="@style/dagerListMarginTopStyle"
android:layout_width="0dp"
android:layout_height="wrap_content"
1 year ago
android:layout_weight="1"
android:orientation="horizontal">
<TextView
android:layout_width="@dimen/cjwidth"
android:layout_height="wrap_content"
android:gravity="center_vertical|right"
android:text="超限上限:"
android:textSize="@dimen/sbtextSize" />
<TextView
android:id="@+id/tv_upper_action"
style="@style/xjcjRightStyle"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:text=""
android:textSize="@dimen/sbtextSize" />
</LinearLayout>
<LinearLayout
style="@style/dagerListMarginTopStyle"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:orientation="horizontal">
<TextView
android:layout_width="@dimen/cjwidth"
android:layout_height="match_parent"
android:gravity="center_vertical|right"
android:text="超限下限:"
android:textSize="@dimen/sbtextSize" />
<TextView
android:id="@+id/tv_lower_action"
style="@style/xjcjRightStyle"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:text=""
android:textSize="@dimen/sbtextSize" />
</LinearLayout>
</LinearLayout>
1 year ago
<LinearLayout
android:id="@+id/ll_warnning"
style="@style/dagerListMarginTopStyle"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="@dimen/px_2"
android:minHeight="@dimen/px_50"
android:orientation="horizontal">
<LinearLayout
style="@style/dagerListMarginTopStyle"
android:layout_width="0dp"
android:layout_height="wrap_content"
1 year ago
android:layout_weight="1"
android:orientation="horizontal">
<TextView
android:layout_width="@dimen/cjwidth"
android:layout_height="wrap_content"
android:gravity="center_vertical|right"
android:text="报警上限:"
android:textSize="@dimen/sbtextSize" />
<TextView
android:id="@+id/tv_upper_warning"
style="@style/xjcjRightStyle"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:text=""
android:textSize="@dimen/sbtextSize" />
</LinearLayout>
<LinearLayout
style="@style/dagerListMarginTopStyle"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:orientation="horizontal">
<TextView
android:layout_width="@dimen/cjwidth"
android:layout_height="match_parent"
android:gravity="center_vertical|right"
android:text="报警下限:"
android:textSize="@dimen/sbtextSize" />
<TextView
android:id="@+id/tv_lower_warning"
style="@style/xjcjRightStyle"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:text=""
android:textSize="@dimen/sbtextSize" />
</LinearLayout>
</LinearLayout>
1 year ago
</LinearLayout>
<LinearLayout
android:id="@+id/ll_jz_stop"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical">
<LinearLayout
1 year ago
android:id="@+id/ll_action_stop"
style="@style/dagerListMarginTopStyle"
1 year ago
android:layout_width="match_parent"
android:layout_height="wrap_content"
1 year ago
android:layout_margin="@dimen/px_2"
android:minHeight="@dimen/px_50"
android:orientation="horizontal">
1 year ago
<LinearLayout
style="@style/dagerListMarginTopStyle"
android:layout_width="0dp"
android:layout_height="wrap_content"
1 year ago
android:layout_weight="1"
android:orientation="horizontal">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:gravity="center_vertical|right"
android:text="停机超限上限:"
android:textSize="@dimen/sbtextSize" />
<TextView
android:id="@+id/tv_upper_action_stop"
style="@style/xjcjRightStyle"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:text=""
android:textSize="@dimen/sbtextSize" />
</LinearLayout>
<LinearLayout
style="@style/dagerListMarginTopStyle"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:orientation="horizontal">
<TextView
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:gravity="center_vertical|right"
android:text="停机超限下限:"
android:textSize="@dimen/sbtextSize" />
<TextView
android:id="@+id/tv_lower_action_stop"
style="@style/xjcjRightStyle"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:text=""
android:textSize="@dimen/sbtextSize" />
</LinearLayout>
</LinearLayout>
<LinearLayout
android:id="@+id/ll_warnning_stop"
style="@style/dagerListMarginTopStyle"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="@dimen/px_2"
android:minHeight="@dimen/px_50"
android:orientation="horizontal">
1 year ago
<LinearLayout
style="@style/dagerListMarginTopStyle"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:orientation="horizontal">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:gravity="center_vertical|right"
android:text="停机报警上限:"
android:textSize="@dimen/sbtextSize" />
<TextView
android:id="@+id/tv_upper_warning_stop"
style="@style/xjcjRightStyle"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:text=""
android:textSize="@dimen/sbtextSize" />
</LinearLayout>
<LinearLayout
style="@style/dagerListMarginTopStyle"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:orientation="horizontal">
<TextView
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:gravity="center_vertical|right"
android:text="停机报警下限:"
android:textSize="@dimen/sbtextSize" />
<TextView
android:id="@+id/tv_lower_warning_stop"
style="@style/xjcjRightStyle"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:text=""
android:textSize="@dimen/sbtextSize" />
</LinearLayout>
</LinearLayout>
</LinearLayout>
2 years ago
<LinearLayout
android:id="@+id/ll_check_option"
style="@style/dagerListMarginTopStyle"
2 years ago
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="@dimen/px_2"
android:minHeight="@dimen/px_50"
android:orientation="horizontal">
<LinearLayout
style="@style/dagerListMarginTopStyle"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:orientation="horizontal">
<TextView
android:layout_width="@dimen/cjwidth"
android:layout_height="match_parent"
android:gravity="center_vertical|right"
android:text="检查项:"
1 year ago
android:textSize="@dimen/sbtextSize" />
<TextView
android:id="@+id/tv_point_type"
style="@style/xjcjRightStyle"
android:layout_width="0dp"
android:layout_height="wrap_content"
1 year ago
android:layout_weight="1"
2 years ago
android:text=""
1 year ago
android:textSize="@dimen/sbtextSize" />
</LinearLayout>
</LinearLayout>
<LinearLayout
style="@style/dagerListMarginTopStyle"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="@dimen/px_2"
android:minHeight="@dimen/px_50"
android:orientation="horizontal">
1 year ago
<TextView
android:layout_width="@dimen/cjwidth"
android:layout_height="match_parent"
android:gravity="center_vertical|right"
android:text="sis实时数据"
android:textSize="@dimen/sbtextSize" />
<TextView
android:id="@+id/tv_sis_value"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:gravity="center_vertical|left"
android:text=""
android:textSize="@dimen/sbtextSize" />
</LinearLayout>
<LinearLayout
style="@style/dagerListMarginTopStyle"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="@dimen/px_2"
android:minHeight="@dimen/px_50"
android:orientation="horizontal">
<LinearLayout
style="@style/dagerListMarginTopStyle"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:orientation="horizontal">
<TextView
android:layout_width="@dimen/cjwidth"
android:layout_height="wrap_content"
android:gravity="center_vertical|right"
1 year ago
android:text="kks编码"
android:textSize="@dimen/sbtextSize" />
<TextView
android:id="@+id/tv_kks"
style="@style/xjcjRightStyle"
android:layout_width="0dp"
android:layout_height="wrap_content"
1 year ago
android:layout_weight="1"
2 years ago
android:text=""
1 year ago
android:textSize="@dimen/sbtextSize" />
</LinearLayout>
</LinearLayout>
<LinearLayout
style="@style/dagerListMarginTopStyle"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="@dimen/px_2"
android:minHeight="@dimen/px_50"
android:orientation="horizontal">
2 years ago
<TextView
android:layout_width="@dimen/cjwidth"
android:layout_height="match_parent"
android:gravity="center_vertical|right"
android:text="kks描述"
1 year ago
android:textSize="@dimen/sbtextSize" />
2 years ago
<TextView
android:id="@+id/tv_kks_desc"
2 years ago
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:gravity="center_vertical|left"
android:text=""
1 year ago
android:textSize="@dimen/sbtextSize" />
2 years ago
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_margin="@dimen/px_5"
android:minHeight="50px"
android:visibility="gone">
<TextView
android:layout_width="@dimen/cjwidth"
android:layout_height="match_parent"
android:gravity="center_vertical|right"
android:text="低值:"
android:textSize="@dimen/sbtextSize"
1 year ago
android:visibility="gone" />
2 years ago
<TextView
android:id="@+id/tv_dz"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:gravity="center_vertical|left"
android:text="低值"
android:textSize="@dimen/sbtextSize"
1 year ago
android:visibility="gone" />
2 years ago
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="@dimen/px_5"
android:maxHeight="120px"
android:minHeight="@dimen/px_60"
android:visibility="gone">
<TextView
android:layout_width="@dimen/cjwidth"
android:layout_height="match_parent"
android:gravity="center_vertical|right"
android:maxHeight="120px"
android:text="高值:"
android:textSize="@dimen/sbtextSize"
1 year ago
android:visibility="gone" />
2 years ago
<TextView
android:id="@+id/tv_gz"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:gravity="center_vertical|left"
android:maxHeight="120px"
android:text="高值"
android:textSize="@dimen/sbtextSize"
1 year ago
android:visibility="gone" />
2 years ago
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="@dimen/px_5"
android:maxHeight="120px"
1 year ago
android:minHeight="@dimen/px_60"
android:visibility="gone">
2 years ago
<TextView
android:layout_width="@dimen/cjwidth"
android:layout_height="match_parent"
android:gravity="center_vertical|right"
android:maxHeight="120px"
android:text="正常状态:"
1 year ago
android:textSize="@dimen/sbtextSize" />
2 years ago
<TextView
android:id="@+id/tv_zczt"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:gravity="center_vertical|left"
android:maxHeight="120px"
android:text="正常状态"
1 year ago
android:textSize="@dimen/sbtextSize" />
2 years ago
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="@dimen/px_2"
2 years ago
android:maxHeight="650px"
android:minHeight="@dimen/px_50">
2 years ago
<TextView
android:layout_width="@dimen/cjwidth"
android:layout_height="match_parent"
android:gravity="center_vertical|right"
android:text="巡查内容:"
1 year ago
android:textSize="@dimen/sbtextSize" />
2 years ago
<TextView
android:id="@+id/tv_xcnr"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:gravity="center_vertical|left"
2 years ago
android:text=""
1 year ago
android:textSize="@dimen/sbtextSize" />
2 years ago
</LinearLayout>
1 year ago
2 years ago
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="@dimen/px_5"
android:maxHeight="120px"
android:minHeight="@dimen/px_60"
android:visibility="gone">
<TextView
android:layout_width="@dimen/cjwidth"
android:layout_height="match_parent"
android:gravity="center_vertical|right"
android:maxHeight="120px"
android:text="闭锁压力:"
android:textSize="@dimen/sbtextSize"
1 year ago
android:visibility="gone" />
2 years ago
<TextView
android:id="@+id/tv_bsyl"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:gravity="center_vertical|left"
android:maxHeight="120px"
android:text="闭锁压力"
android:textSize="@dimen/sbtextSize"
1 year ago
android:visibility="gone" />
2 years ago
</LinearLayout>
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="@dimen/px_100"
android:layout_margin="@dimen/px_5">
<TextView
android:id="@+id/textView2"
android:layout_width="@dimen/cjwidth"
android:layout_height="@dimen/sbHeight"
android:layout_alignParentStart="true"
1 year ago
android:layout_alignParentLeft="true"
android:layout_centerVertical="true"
2 years ago
android:gravity="center_vertical|right"
android:text="采集结果:"
1 year ago
android:textSize="@dimen/sbtextSize" />
2 years ago
<EditText
android:id="@+id/et_jg"
style="@style/editTextTheme"
android:layout_width="350px"
2 years ago
android:layout_alignParentTop="true"
android:layout_marginStart="22dp"
1 year ago
android:layout_marginLeft="22dp"
2 years ago
android:layout_toEndOf="@+id/textView2"
android:layout_toRightOf="@+id/textView2"
android:inputType="numberSigned|numberDecimal"
android:textSize="16sp"
1 year ago
android:visibility="visible" />
2 years ago
<TextView
android:id="@+id/tv_dw"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerVertical="true"
android:layout_marginStart="5dp"
1 year ago
android:layout_toEndOf="@+id/et_jg"
2 years ago
android:text=""
1 year ago
android:textSize="24sp" />
2 years ago
<Button
android:id="@+id/et_button"
android:layout_width="400px"
android:layout_height="@dimen/px_70"
android:layout_centerVertical="true"
android:layout_marginStart="10dp"
android:layout_toEndOf="@+id/textView2"
android:layout_toRightOf="@+id/textView2"
android:background="@drawable/border_line_while"
android:text="请点击获取采集结果"
android:textColor="@color/colorPrimary"
1 year ago
android:visibility="gone" />
2 years ago
</RelativeLayout>
</LinearLayout>
</ScrollView>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="@dimen/px_60"
android:layout_below="@id/sv"
android:layout_weight="1">
<TextView
android:layout_width="wrap_content"
android:layout_height="@dimen/sbHeight"
android:gravity="center_vertical"
android:text="当前点检点:"
1 year ago
android:textSize="@dimen/sbtextSize" />
2 years ago
<TextView
android:id="@+id/tv_yjzj"
android:layout_width="@dimen/px_150"
android:layout_height="@dimen/sbHeight"
android:layout_marginLeft="@dimen/px_10"
android:gravity="center_vertical"
android:text="2/40"
1 year ago
android:textSize="@dimen/sbtextSize" />
2 years ago
<TextView
android:layout_width="wrap_content"
android:layout_height="@dimen/sbHeight"
android:layout_marginLeft="@dimen/px_40"
android:gravity="center_vertical"
android:text="状态:"
1 year ago
android:textSize="@dimen/sbtextSize" />
2 years ago
<TextView
android:id="@+id/tv_zt"
android:layout_width="wrap_content"
android:layout_height="@dimen/sbHeight"
android:gravity="center_vertical"
android:text="未检"
1 year ago
android:textSize="@dimen/sbtextSize" />
2 years ago
</LinearLayout>
</LinearLayout>