ADV
This commit is contained in:
parent
683ec3ba17
commit
ad0d08204f
1 changed files with 50 additions and 2 deletions
|
|
@ -99,6 +99,16 @@
|
|||
|
||||
Var Text1_8 = "IP " + MobileIPNetwork
|
||||
|
||||
|
||||
Var Text1_10 = "Spiral=" + SpiralStatus1
|
||||
Var Text1_10 = Text1_10 + " Err="
|
||||
Var Text1_10 = Text1_10 + SpiralErrcause1
|
||||
|
||||
|
||||
Var Text2_10 = "Spiral=" + SpiralStatus2
|
||||
Var Text2_10 = Text2_10 + " Err="
|
||||
Var Text2_10 = Text2_10 + SpiralErrcause2
|
||||
|
||||
Var GoToCamera = 0
|
||||
|
||||
</EventOpen>
|
||||
|
|
@ -510,8 +520,6 @@
|
|||
</EventClick>
|
||||
</Image>
|
||||
|
||||
|
||||
|
||||
<Text>
|
||||
<X> info_text_startX </X>
|
||||
<Y> info_text_9Y </Y>
|
||||
|
|
@ -531,6 +539,46 @@
|
|||
</Text>
|
||||
|
||||
|
||||
|
||||
<Image>
|
||||
<X> info1_startX </X>
|
||||
<Y> info_10Y </Y>
|
||||
<Filename> "ROOT/taobin_project/image/tab_1.png" </Filename>
|
||||
<EventClick>
|
||||
|
||||
</EventClick>
|
||||
</Image>
|
||||
|
||||
|
||||
<Text>
|
||||
<X> info_text_startX </X>
|
||||
<Y> info_text_10Y </Y>
|
||||
<Size> 30 </Size>
|
||||
<Font> fontType1 </Font>
|
||||
<Color> 0x000000 </Color>
|
||||
<Value> Text1_10 </Value>
|
||||
</Text>
|
||||
|
||||
<Image>
|
||||
<X> info2_startX </X>
|
||||
<Y> info_10Y </Y>
|
||||
<Filename> "ROOT/taobin_project/image/tab_1.png" </Filename>
|
||||
<EventClick>
|
||||
|
||||
</EventClick>
|
||||
</Image>
|
||||
|
||||
|
||||
<Text>
|
||||
<X> info2_text_startX </X>
|
||||
<Y> info_text_10Y </Y>
|
||||
<Size> 30 </Size>
|
||||
<Font> fontType1 </Font>
|
||||
<Color> 0x000000 </Color>
|
||||
<Value> Text2_10 </Value>
|
||||
</Text>
|
||||
|
||||
|
||||
<Button>
|
||||
<X> 431 </X>
|
||||
<Y> info_cancel_y </Y>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue