New menu and release 5.74
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 9.4 KiB |
|
Before Width: | Height: | Size: 9.1 KiB After Width: | Height: | Size: 8.3 KiB |
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |
|
Before Width: | Height: | Size: 9.9 KiB After Width: | Height: | Size: 9.9 KiB |
|
Before Width: | Height: | Size: 9.7 KiB After Width: | Height: | Size: 9.1 KiB |
|
Before Width: | Height: | Size: 9.1 KiB After Width: | Height: | Size: 8.1 KiB |
|
|
@ -1,4 +1,6 @@
|
||||||
17/1/21
|
17/1/21
|
||||||
|
12-03-02-0011
|
||||||
|
12-03-02-0010
|
||||||
12-03-03-0009
|
12-03-03-0009
|
||||||
12-03-03-0002
|
12-03-03-0002
|
||||||
12-02-03-0004
|
12-02-03-0004
|
||||||
|
|
|
||||||
|
Can't render this file because it has a wrong number of fields in line 2.
|
|
|
@ -174,6 +174,8 @@
|
||||||
|
|
||||||
LED LedDoorLid Off 255 255 255 255
|
LED LedDoorLid Off 255 255 255 255
|
||||||
|
|
||||||
|
DEBUGVAR AdvertiseProfile
|
||||||
|
|
||||||
SPLIT AdvertiseProfile "/" 1 AdvertiseProfile1
|
SPLIT AdvertiseProfile "/" 1 AdvertiseProfile1
|
||||||
SPLIT AdvertiseProfile "/" 2 AdvertiseProfile2
|
SPLIT AdvertiseProfile "/" 2 AdvertiseProfile2
|
||||||
SPLIT AdvertiseProfile "/" 3 AdvertiseProfile3
|
SPLIT AdvertiseProfile "/" 3 AdvertiseProfile3
|
||||||
|
|
|
||||||
|
|
@ -19,6 +19,9 @@
|
||||||
|
|
||||||
product_code.append('12-03-02-0004')
|
product_code.append('12-03-02-0004')
|
||||||
product_code.append('12-03-02-0006')
|
product_code.append('12-03-02-0006')
|
||||||
|
product_code.append('12-03-02-0011')
|
||||||
|
product_code.append('12-03-02-0010')
|
||||||
|
|
||||||
product_code.append('12-03-02-0005')
|
product_code.append('12-03-02-0005')
|
||||||
#product_code.append('12-03-02-0002')
|
#product_code.append('12-03-02-0002')
|
||||||
product_code.append('12-03-02-0007')
|
product_code.append('12-03-02-0007')
|
||||||
|
|
|
||||||
|
|
@ -1328,7 +1328,219 @@
|
||||||
<Filename> "ROOT/taobin_project/image/topping2/blender_icon.png" </Filename>
|
<Filename> "ROOT/taobin_project/image/topping2/blender_icon.png" </Filename>
|
||||||
</Image>
|
</Image>
|
||||||
</Block>
|
</Block>
|
||||||
; button i=11 12-03-02-0005
|
; button i=11 12-03-02-0011
|
||||||
|
<Block>
|
||||||
|
<MarginLeft> 33 </MarginLeft>
|
||||||
|
<MarginTop> 22 </MarginTop>
|
||||||
|
<Width> 225 </Width>
|
||||||
|
<Height> 296 </Height>
|
||||||
|
<State> $12-03-02-0011.Button </State>
|
||||||
|
<Button>
|
||||||
|
<State> $12-03-02-0011.Button </State>
|
||||||
|
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $12-03-02-0011.image ) </Filename>
|
||||||
|
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $12-03-02-0011.image ) " </FilenamePress>
|
||||||
|
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $12-03-02-0011.image ) " </FilenameDisable>
|
||||||
|
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||||
|
<Volume> SoundVolume </Volume>
|
||||||
|
<EventOnClick>
|
||||||
|
Var SelectDrink = $12-03-02-0011.Self
|
||||||
|
Var NameDrink = $12-03-02-0011.NameE
|
||||||
|
Var NameDrinkTH = $12-03-02-0011.Name
|
||||||
|
Var DrinkDescriptionTH = $12-03-02-0011.description
|
||||||
|
Var DrinkDescription = $12-03-02-0011.descriptionE
|
||||||
|
Var PriceDrink = $12-03-02-0011.Price
|
||||||
|
Var PictureDrink = "ROOT/taobin_project/image/page_drink_select/" + $12-03-02-0011.image
|
||||||
|
Topping "Load" SelectDrink
|
||||||
|
SAVELOG NameDrink
|
||||||
|
Var PriceShowValue = charOfBaht + PriceDrink
|
||||||
|
Var OpenFromXML = CurrentXMLFileName2
|
||||||
|
STRCONTAIN "Smoothie" $12-03-02-0011.Button IsSmoRet
|
||||||
|
Open "ROOT/taobin_project/xml/page_topping_alter.xml"
|
||||||
|
</EventOnClick>
|
||||||
|
</Button>
|
||||||
|
<Text>
|
||||||
|
<X> 182 </X>
|
||||||
|
<Y> 12 </Y>
|
||||||
|
<State> ShowPrice </State>
|
||||||
|
<Align> "Hurr" </Align>
|
||||||
|
<Width>150</Width>
|
||||||
|
<Size> 27 </Size>
|
||||||
|
<Font> KanitTTF </Font>
|
||||||
|
<Color> 0xB78F24 </Color>
|
||||||
|
<Value> $12-03-02-0011.Price </Value>
|
||||||
|
</Text>
|
||||||
|
<Text>
|
||||||
|
<X> 164 </X>
|
||||||
|
<Y> 12 </Y>
|
||||||
|
<State> ShowPrice </State>
|
||||||
|
<Width>20</Width>
|
||||||
|
<Size> 27 </Size>
|
||||||
|
<Font> KanitTTF </Font>
|
||||||
|
<Color> 0xB78F24 </Color>
|
||||||
|
<Value> "฿"" </Value>
|
||||||
|
</Text>
|
||||||
|
<Text>
|
||||||
|
<X> 16 </X>
|
||||||
|
<Y> 190 </Y>
|
||||||
|
<Size> 24 </Size>
|
||||||
|
<Width>220</Width>
|
||||||
|
<Mode> "multi2" </Mode>
|
||||||
|
<Font> KanitMediumTTF </Font>
|
||||||
|
<Color> 0x322B26 </Color>
|
||||||
|
<State> showthaiText </State>
|
||||||
|
<Value> $12-03-02-0011.Name </Value>
|
||||||
|
</Text>
|
||||||
|
<Text>
|
||||||
|
<X> 16 </X>
|
||||||
|
<Y> 246 </Y>
|
||||||
|
<Size> 14 </Size>
|
||||||
|
<Width>220</Width>
|
||||||
|
<Font> KanitMediumTTF </Font>
|
||||||
|
<Color> 0x6F5F51 </Color>
|
||||||
|
<State> showthaiText </State>
|
||||||
|
<Value> $12-03-02-0011.description </Value>
|
||||||
|
</Text>
|
||||||
|
<Text>
|
||||||
|
<X> 16 </X>
|
||||||
|
<Y> 190 </Y>
|
||||||
|
<Size> 22 </Size>
|
||||||
|
<Width>220</Width>
|
||||||
|
<Mode> "multi2" </Mode>
|
||||||
|
<Font> KanitMediumTTF </Font>
|
||||||
|
<Color> 0x322B26 </Color>
|
||||||
|
<State> showengText </State>
|
||||||
|
<Value> $12-03-02-0011.NameE </Value>
|
||||||
|
</Text>
|
||||||
|
<Text>
|
||||||
|
<X> 16 </X>
|
||||||
|
<Y> 246 </Y>
|
||||||
|
<Size> 14 </Size>
|
||||||
|
<Width>220</Width>
|
||||||
|
<Font> KanitMediumTTF </Font>
|
||||||
|
<Color> 0x6F5F51 </Color>
|
||||||
|
<State> showengText </State>
|
||||||
|
<Value> $12-03-02-0011.descriptionE </Value>
|
||||||
|
</Text>
|
||||||
|
<Image>
|
||||||
|
<X> 2 </X>
|
||||||
|
<Y> 2 </Y>
|
||||||
|
<State> eval( STRCONTAIN "Smoothie" $12-03-02-0011.Button SmoRet
|
||||||
|
If SmoRet = "true" Then
|
||||||
|
Var return = "Enable"
|
||||||
|
Else
|
||||||
|
Var return = "Invisible"
|
||||||
|
EndIf
|
||||||
|
) </State>
|
||||||
|
<Filename> "ROOT/taobin_project/image/topping2/blender_icon.png" </Filename>
|
||||||
|
</Image>
|
||||||
|
</Block>
|
||||||
|
; button i=12 12-03-02-0010
|
||||||
|
<Block>
|
||||||
|
<MarginLeft> 33 </MarginLeft>
|
||||||
|
<MarginTop> 22 </MarginTop>
|
||||||
|
<Width> 225 </Width>
|
||||||
|
<Height> 296 </Height>
|
||||||
|
<State> $12-03-02-0010.Button </State>
|
||||||
|
<Button>
|
||||||
|
<State> $12-03-02-0010.Button </State>
|
||||||
|
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $12-03-02-0010.image ) </Filename>
|
||||||
|
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $12-03-02-0010.image ) " </FilenamePress>
|
||||||
|
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $12-03-02-0010.image ) " </FilenameDisable>
|
||||||
|
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||||
|
<Volume> SoundVolume </Volume>
|
||||||
|
<EventOnClick>
|
||||||
|
Var SelectDrink = $12-03-02-0010.Self
|
||||||
|
Var NameDrink = $12-03-02-0010.NameE
|
||||||
|
Var NameDrinkTH = $12-03-02-0010.Name
|
||||||
|
Var DrinkDescriptionTH = $12-03-02-0010.description
|
||||||
|
Var DrinkDescription = $12-03-02-0010.descriptionE
|
||||||
|
Var PriceDrink = $12-03-02-0010.Price
|
||||||
|
Var PictureDrink = "ROOT/taobin_project/image/page_drink_select/" + $12-03-02-0010.image
|
||||||
|
Topping "Load" SelectDrink
|
||||||
|
SAVELOG NameDrink
|
||||||
|
Var PriceShowValue = charOfBaht + PriceDrink
|
||||||
|
Var OpenFromXML = CurrentXMLFileName2
|
||||||
|
STRCONTAIN "Smoothie" $12-03-02-0010.Button IsSmoRet
|
||||||
|
Open "ROOT/taobin_project/xml/page_topping_alter.xml"
|
||||||
|
</EventOnClick>
|
||||||
|
</Button>
|
||||||
|
<Text>
|
||||||
|
<X> 182 </X>
|
||||||
|
<Y> 12 </Y>
|
||||||
|
<State> ShowPrice </State>
|
||||||
|
<Align> "Hurr" </Align>
|
||||||
|
<Width>150</Width>
|
||||||
|
<Size> 27 </Size>
|
||||||
|
<Font> KanitTTF </Font>
|
||||||
|
<Color> 0xB78F24 </Color>
|
||||||
|
<Value> $12-03-02-0010.Price </Value>
|
||||||
|
</Text>
|
||||||
|
<Text>
|
||||||
|
<X> 164 </X>
|
||||||
|
<Y> 12 </Y>
|
||||||
|
<State> ShowPrice </State>
|
||||||
|
<Width>20</Width>
|
||||||
|
<Size> 27 </Size>
|
||||||
|
<Font> KanitTTF </Font>
|
||||||
|
<Color> 0xB78F24 </Color>
|
||||||
|
<Value> "฿"" </Value>
|
||||||
|
</Text>
|
||||||
|
<Text>
|
||||||
|
<X> 16 </X>
|
||||||
|
<Y> 190 </Y>
|
||||||
|
<Size> 24 </Size>
|
||||||
|
<Width>220</Width>
|
||||||
|
<Mode> "multi2" </Mode>
|
||||||
|
<Font> KanitMediumTTF </Font>
|
||||||
|
<Color> 0x322B26 </Color>
|
||||||
|
<State> showthaiText </State>
|
||||||
|
<Value> $12-03-02-0010.Name </Value>
|
||||||
|
</Text>
|
||||||
|
<Text>
|
||||||
|
<X> 16 </X>
|
||||||
|
<Y> 246 </Y>
|
||||||
|
<Size> 14 </Size>
|
||||||
|
<Width>220</Width>
|
||||||
|
<Font> KanitMediumTTF </Font>
|
||||||
|
<Color> 0x6F5F51 </Color>
|
||||||
|
<State> showthaiText </State>
|
||||||
|
<Value> $12-03-02-0010.description </Value>
|
||||||
|
</Text>
|
||||||
|
<Text>
|
||||||
|
<X> 16 </X>
|
||||||
|
<Y> 190 </Y>
|
||||||
|
<Size> 22 </Size>
|
||||||
|
<Width>220</Width>
|
||||||
|
<Mode> "multi2" </Mode>
|
||||||
|
<Font> KanitMediumTTF </Font>
|
||||||
|
<Color> 0x322B26 </Color>
|
||||||
|
<State> showengText </State>
|
||||||
|
<Value> $12-03-02-0010.NameE </Value>
|
||||||
|
</Text>
|
||||||
|
<Text>
|
||||||
|
<X> 16 </X>
|
||||||
|
<Y> 246 </Y>
|
||||||
|
<Size> 14 </Size>
|
||||||
|
<Width>220</Width>
|
||||||
|
<Font> KanitMediumTTF </Font>
|
||||||
|
<Color> 0x6F5F51 </Color>
|
||||||
|
<State> showengText </State>
|
||||||
|
<Value> $12-03-02-0010.descriptionE </Value>
|
||||||
|
</Text>
|
||||||
|
<Image>
|
||||||
|
<X> 2 </X>
|
||||||
|
<Y> 2 </Y>
|
||||||
|
<State> eval( STRCONTAIN "Smoothie" $12-03-02-0010.Button SmoRet
|
||||||
|
If SmoRet = "true" Then
|
||||||
|
Var return = "Enable"
|
||||||
|
Else
|
||||||
|
Var return = "Invisible"
|
||||||
|
EndIf
|
||||||
|
) </State>
|
||||||
|
<Filename> "ROOT/taobin_project/image/topping2/blender_icon.png" </Filename>
|
||||||
|
</Image>
|
||||||
|
</Block>
|
||||||
|
; button i=13 12-03-02-0005
|
||||||
<Block>
|
<Block>
|
||||||
<MarginLeft> 33 </MarginLeft>
|
<MarginLeft> 33 </MarginLeft>
|
||||||
<MarginTop> 22 </MarginTop>
|
<MarginTop> 22 </MarginTop>
|
||||||
|
|
@ -1434,7 +1646,7 @@
|
||||||
<Filename> "ROOT/taobin_project/image/topping2/blender_icon.png" </Filename>
|
<Filename> "ROOT/taobin_project/image/topping2/blender_icon.png" </Filename>
|
||||||
</Image>
|
</Image>
|
||||||
</Block>
|
</Block>
|
||||||
; button i=12 12-03-02-0007
|
; button i=14 12-03-02-0007
|
||||||
<Block>
|
<Block>
|
||||||
<MarginLeft> 33 </MarginLeft>
|
<MarginLeft> 33 </MarginLeft>
|
||||||
<MarginTop> 22 </MarginTop>
|
<MarginTop> 22 </MarginTop>
|
||||||
|
|
@ -1540,7 +1752,7 @@
|
||||||
<Filename> "ROOT/taobin_project/image/topping2/blender_icon.png" </Filename>
|
<Filename> "ROOT/taobin_project/image/topping2/blender_icon.png" </Filename>
|
||||||
</Image>
|
</Image>
|
||||||
</Block>
|
</Block>
|
||||||
; button i=13 12-03-03-0009
|
; button i=15 12-03-03-0009
|
||||||
<Block>
|
<Block>
|
||||||
<MarginLeft> 33 </MarginLeft>
|
<MarginLeft> 33 </MarginLeft>
|
||||||
<MarginTop> 22 </MarginTop>
|
<MarginTop> 22 </MarginTop>
|
||||||
|
|
|
||||||
|
|
@ -18,6 +18,7 @@
|
||||||
product_code.append('12-04-02-0009')
|
product_code.append('12-04-02-0009')
|
||||||
product_code.append('12-04-02-0010')
|
product_code.append('12-04-02-0010')
|
||||||
product_code.append('12-04-02-0011')
|
product_code.append('12-04-02-0011')
|
||||||
|
product_code.append('12-04-02-0014')
|
||||||
|
|
||||||
|
|
||||||
menu_count = len( product_code)
|
menu_count = len( product_code)
|
||||||
|
|
|
||||||
|
|
@ -1539,6 +1539,112 @@
|
||||||
) </State>
|
) </State>
|
||||||
<Filename> "ROOT/taobin_project/image/topping2/blender_icon.png" </Filename>
|
<Filename> "ROOT/taobin_project/image/topping2/blender_icon.png" </Filename>
|
||||||
</Image>
|
</Image>
|
||||||
|
</Block>
|
||||||
|
; button i=13 12-04-02-0014
|
||||||
|
<Block>
|
||||||
|
<MarginLeft> 33 </MarginLeft>
|
||||||
|
<MarginTop> 22 </MarginTop>
|
||||||
|
<Width> 225 </Width>
|
||||||
|
<Height> 296 </Height>
|
||||||
|
<State> $12-04-02-0014.Button </State>
|
||||||
|
<Button>
|
||||||
|
<State> $12-04-02-0014.Button </State>
|
||||||
|
<Filename> Var( "ROOT/taobin_project/image/page_drink/" + $12-04-02-0014.image ) </Filename>
|
||||||
|
<FilenamePress> Var( "ROOT/taobin_project/image/page_drink_press/" + $12-04-02-0014.image ) " </FilenamePress>
|
||||||
|
<FilenameDisable> Var( "ROOT/taobin_project/image/page_drink_disable/" + $12-04-02-0014.image ) " </FilenameDisable>
|
||||||
|
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||||
|
<Volume> SoundVolume </Volume>
|
||||||
|
<EventOnClick>
|
||||||
|
Var SelectDrink = $12-04-02-0014.Self
|
||||||
|
Var NameDrink = $12-04-02-0014.NameE
|
||||||
|
Var NameDrinkTH = $12-04-02-0014.Name
|
||||||
|
Var DrinkDescriptionTH = $12-04-02-0014.description
|
||||||
|
Var DrinkDescription = $12-04-02-0014.descriptionE
|
||||||
|
Var PriceDrink = $12-04-02-0014.Price
|
||||||
|
Var PictureDrink = "ROOT/taobin_project/image/page_drink_select/" + $12-04-02-0014.image
|
||||||
|
Topping "Load" SelectDrink
|
||||||
|
SAVELOG NameDrink
|
||||||
|
Var PriceShowValue = charOfBaht + PriceDrink
|
||||||
|
Var OpenFromXML = CurrentXMLFileName2
|
||||||
|
STRCONTAIN "Smoothie" $12-04-02-0014.Button IsSmoRet
|
||||||
|
Open "ROOT/taobin_project/xml/page_topping_alter.xml"
|
||||||
|
</EventOnClick>
|
||||||
|
</Button>
|
||||||
|
<Text>
|
||||||
|
<X> 182 </X>
|
||||||
|
<Y> 12 </Y>
|
||||||
|
<State> ShowPrice </State>
|
||||||
|
<Align> "Hurr" </Align>
|
||||||
|
<Width>150</Width>
|
||||||
|
<Size> 27 </Size>
|
||||||
|
<Font> KanitTTF </Font>
|
||||||
|
<Color> 0xB78F24 </Color>
|
||||||
|
<Value> $12-04-02-0014.Price </Value>
|
||||||
|
</Text>
|
||||||
|
<Text>
|
||||||
|
<X> 164 </X>
|
||||||
|
<Y> 12 </Y>
|
||||||
|
<State> ShowPrice </State>
|
||||||
|
<Width>20</Width>
|
||||||
|
<Size> 27 </Size>
|
||||||
|
<Font> KanitTTF </Font>
|
||||||
|
<Color> 0xB78F24 </Color>
|
||||||
|
<Value> "฿"" </Value>
|
||||||
|
</Text>
|
||||||
|
<Text>
|
||||||
|
<X> 16 </X>
|
||||||
|
<Y> 190 </Y>
|
||||||
|
<Size> 24 </Size>
|
||||||
|
<Width>220</Width>
|
||||||
|
<Mode> "multi2" </Mode>
|
||||||
|
<Font> KanitMediumTTF </Font>
|
||||||
|
<Color> 0x322B26 </Color>
|
||||||
|
<State> showthaiText </State>
|
||||||
|
<Value> $12-04-02-0014.Name </Value>
|
||||||
|
</Text>
|
||||||
|
<Text>
|
||||||
|
<X> 16 </X>
|
||||||
|
<Y> 246 </Y>
|
||||||
|
<Size> 14 </Size>
|
||||||
|
<Width>220</Width>
|
||||||
|
<Font> KanitMediumTTF </Font>
|
||||||
|
<Color> 0x6F5F51 </Color>
|
||||||
|
<State> showthaiText </State>
|
||||||
|
<Value> $12-04-02-0014.description </Value>
|
||||||
|
</Text>
|
||||||
|
<Text>
|
||||||
|
<X> 16 </X>
|
||||||
|
<Y> 190 </Y>
|
||||||
|
<Size> 22 </Size>
|
||||||
|
<Width>220</Width>
|
||||||
|
<Mode> "multi2" </Mode>
|
||||||
|
<Font> KanitMediumTTF </Font>
|
||||||
|
<Color> 0x322B26 </Color>
|
||||||
|
<State> showengText </State>
|
||||||
|
<Value> $12-04-02-0014.NameE </Value>
|
||||||
|
</Text>
|
||||||
|
<Text>
|
||||||
|
<X> 16 </X>
|
||||||
|
<Y> 246 </Y>
|
||||||
|
<Size> 14 </Size>
|
||||||
|
<Width>220</Width>
|
||||||
|
<Font> KanitMediumTTF </Font>
|
||||||
|
<Color> 0x6F5F51 </Color>
|
||||||
|
<State> showengText </State>
|
||||||
|
<Value> $12-04-02-0014.descriptionE </Value>
|
||||||
|
</Text>
|
||||||
|
<Image>
|
||||||
|
<X> 2 </X>
|
||||||
|
<Y> 2 </Y>
|
||||||
|
<State> eval( STRCONTAIN "Smoothie" $12-04-02-0014.Button SmoRet
|
||||||
|
If SmoRet = "true" Then
|
||||||
|
Var return = "Enable"
|
||||||
|
Else
|
||||||
|
Var return = "Invisible"
|
||||||
|
EndIf
|
||||||
|
) </State>
|
||||||
|
<Filename> "ROOT/taobin_project/image/topping2/blender_icon.png" </Filename>
|
||||||
|
</Image>
|
||||||
</Block>
|
</Block>
|
||||||
</FrameScroll>
|
</FrameScroll>
|
||||||
; Cart
|
; Cart
|
||||||
|
|
|
||||||
|
|
@ -88,9 +88,11 @@
|
||||||
|
|
||||||
Var Timeout = Timeout + 1
|
Var Timeout = Timeout + 1
|
||||||
If Timeout > 15 Then
|
If Timeout > 15 Then
|
||||||
Open "ROOT/xml/page_board.xml"
|
Open "ROOT/taobin_project/xml/page_board.xml"
|
||||||
EndIf
|
EndIf
|
||||||
|
|
||||||
|
DEBUGVAR AdvertiseProfile
|
||||||
|
|
||||||
Refresh
|
Refresh
|
||||||
TimerReset
|
TimerReset
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -34,7 +34,7 @@
|
||||||
Var AdvAmount = ""
|
Var AdvAmount = ""
|
||||||
Var AdvMobile = ""
|
Var AdvMobile = ""
|
||||||
Var AdvId = "00"
|
Var AdvId = "00"
|
||||||
Var AdvertiseProfile = "00/00/00/00/00/00/00/00/00/00/00/00/00/00/00/00/00/00"
|
;Var AdvertiseProfile = "00/00/00/00/00/00/00/00/00/00/00/00/00/00/00/00/00/00"
|
||||||
Var AdvertiseProfile1 = "00"
|
Var AdvertiseProfile1 = "00"
|
||||||
Var AdvertiseProfile2 = "00"
|
Var AdvertiseProfile2 = "00"
|
||||||
Var AdvertiseProfile3 = "00"
|
Var AdvertiseProfile3 = "00"
|
||||||
|
|
|
||||||