Release 6.64
This commit is contained in:
parent
1cf4cb7714
commit
e523981c1b
4 changed files with 31 additions and 4 deletions
BIN
image/anmi/arrow_1.png
Normal file
BIN
image/anmi/arrow_1.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1 KiB |
|
|
@ -241,7 +241,7 @@
|
||||||
|
|
||||||
<Button>
|
<Button>
|
||||||
<X> 784 </X>
|
<X> 784 </X>
|
||||||
<Y> 1415 </Y>
|
<Y> 1425 </Y>
|
||||||
<State> "Enable" </State>
|
<State> "Enable" </State>
|
||||||
<Filename> Var( DirImage + "/bn_shoot.png" )</Filename>
|
<Filename> Var( DirImage + "/bn_shoot.png" )</Filename>
|
||||||
<FilenamePress> Var( DirImage + "/bp_shoot.png" )</FilenamePress>
|
<FilenamePress> Var( DirImage + "/bp_shoot.png" )</FilenamePress>
|
||||||
|
|
@ -269,7 +269,7 @@
|
||||||
|
|
||||||
<CameraX>
|
<CameraX>
|
||||||
<X> 735 </X>
|
<X> 735 </X>
|
||||||
<Y> 1189 </Y>
|
<Y> 1179 </Y>
|
||||||
<Name>"usbfront"</Name>
|
<Name>"usbfront"</Name>
|
||||||
<Width> 326 </Width>
|
<Width> 326 </Width>
|
||||||
<Height> 235 </Height>
|
<Height> 235 </Height>
|
||||||
|
|
@ -279,5 +279,11 @@
|
||||||
|
|
||||||
|
|
||||||
</EventCamera>
|
</EventCamera>
|
||||||
|
<EventIDCard>
|
||||||
|
|
||||||
|
DEBUGVAR IDCardStatus
|
||||||
|
DEBUGVAR IDCardReady
|
||||||
|
DEBUGVAR IDCardData
|
||||||
|
DEBUGVAR IDBirthdate
|
||||||
|
</EventIDCard>
|
||||||
</Popup>
|
</Popup>
|
||||||
|
|
|
||||||
|
|
@ -1933,6 +1933,27 @@
|
||||||
<Filename> Var( DirImage + "/img_popup4.png" )</Filename>
|
<Filename> Var( DirImage + "/img_popup4.png" )</Filename>
|
||||||
</Image>
|
</Image>
|
||||||
|
|
||||||
|
<Image>
|
||||||
|
<X> 838 </X>
|
||||||
|
<Y> 1350 </Y>
|
||||||
|
<State> eval(
|
||||||
|
Var return = "Invisible"
|
||||||
|
|
||||||
|
If AdultState1 = "Enable" Then
|
||||||
|
If AdultState2 = "Invisible" Then
|
||||||
|
Var return = "Enable"
|
||||||
|
EndIf
|
||||||
|
EndIf
|
||||||
|
DEBUGVAR return
|
||||||
|
)
|
||||||
|
</State>
|
||||||
|
<Animation>
|
||||||
|
<Style> "Bounce" </Style>
|
||||||
|
<OnEvent> "TimerSec=3" </OnEvent>
|
||||||
|
</Animation>
|
||||||
|
<Filename> "ROOT/taobin_project/image/anmi/arrow_1.png" </Filename>
|
||||||
|
</Image>
|
||||||
|
|
||||||
<Button>
|
<Button>
|
||||||
<X> 360 </X>
|
<X> 360 </X>
|
||||||
<Y> 1373 </Y>
|
<Y> 1373 </Y>
|
||||||
|
|
|
||||||
|
|
@ -106,8 +106,8 @@
|
||||||
Var RandomPromotionMyworld = 0
|
Var RandomPromotionMyworld = 0
|
||||||
Var RandomSalePackage = 0
|
Var RandomSalePackage = 0
|
||||||
|
|
||||||
Var XMLPageVersion = "6.63"
|
Var XMLPageVersion = "6.64"
|
||||||
Var XMLPageVersionInt = 663
|
Var XMLPageVersionInt = 664
|
||||||
</EventOpen>
|
</EventOpen>
|
||||||
|
|
||||||
<Text>
|
<Text>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue