|
@@ -16,38 +16,6 @@
|
|
|
<UserControl.Resources />
|
|
|
<UserControl.Triggers>
|
|
|
<EventTrigger RoutedEvent="Loaded">
|
|
|
- <BeginStoryboard>
|
|
|
- <Storyboard RepeatBehavior="Forever" Duration="0:0:7">
|
|
|
- <PointAnimation
|
|
|
- Storyboard.TargetName="uxSolarEnergyLightBrush"
|
|
|
- Storyboard.TargetProperty="StartPoint"
|
|
|
- From="-100,-100"
|
|
|
- To="1788,460"
|
|
|
- Duration="0:0:1" />
|
|
|
- <PointAnimation
|
|
|
- Storyboard.TargetName="uxSolarEnergyLightBrush"
|
|
|
- Storyboard.TargetProperty="EndPoint"
|
|
|
- From="0,0"
|
|
|
- To="1888,560"
|
|
|
- Duration="0:0:1" />
|
|
|
- </Storyboard>
|
|
|
- </BeginStoryboard>
|
|
|
- <BeginStoryboard>
|
|
|
- <Storyboard RepeatBehavior="Forever" Duration="0:0:5">
|
|
|
- <PointAnimation
|
|
|
- Storyboard.TargetName="uxDatetimeLightBrush"
|
|
|
- Storyboard.TargetProperty="StartPoint"
|
|
|
- From="-50,-50"
|
|
|
- To="943,230"
|
|
|
- Duration="0:0:1" />
|
|
|
- <PointAnimation
|
|
|
- Storyboard.TargetName="uxDatetimeLightBrush"
|
|
|
- Storyboard.TargetProperty="EndPoint"
|
|
|
- From="0,0"
|
|
|
- To="993,280"
|
|
|
- Duration="0:0:1" />
|
|
|
- </Storyboard>
|
|
|
- </BeginStoryboard>
|
|
|
<BeginStoryboard>
|
|
|
<Storyboard RepeatBehavior="Forever">
|
|
|
<Storyboard BeginTime="0:0:10">
|
|
@@ -122,404 +90,418 @@
|
|
|
RenderOptions.BitmapScalingMode="HighQuality"
|
|
|
Source="pack://application:,,,/Bellwether;component/Images/0_bg.png"
|
|
|
Stretch="Fill" />
|
|
|
+ <Image
|
|
|
+ x:Name="uxBg"
|
|
|
+ VerticalAlignment="Top"
|
|
|
+ HorizontalAlignment="Left"
|
|
|
+ Width="1920"
|
|
|
+ Height="1080"
|
|
|
+ Source="pack://application:,,,/Bellwether;component/Images/bg.png"
|
|
|
+ />
|
|
|
+ <Image
|
|
|
+ x:Name="uxTest"
|
|
|
+ VerticalAlignment="Top"
|
|
|
+ HorizontalAlignment="Left"
|
|
|
+ Width="1920"
|
|
|
+ Height="1080"
|
|
|
+ Opacity="0"
|
|
|
+ Source="pack://application:,,,/Bellwether;component/Images/Final Solar_Show3.png"/>
|
|
|
<Grid
|
|
|
- Width="943"
|
|
|
- Height="230"
|
|
|
+ Width="575"
|
|
|
+ Height="182"
|
|
|
Margin="53,0,0,0"
|
|
|
HorizontalAlignment="Left"
|
|
|
VerticalAlignment="Top">
|
|
|
- <Image Source="pack://application:,,,/Bellwether;component/Images/date_panel.png" />
|
|
|
- <Image Source="pack://application:,,,/Bellwether;component/Images/date_panel_effect.png">
|
|
|
- <Image.OpacityMask>
|
|
|
- <LinearGradientBrush x:Name="uxDatetimeLightBrush" MappingMode="Absolute" StartPoint="100,100" EndPoint="150,150">
|
|
|
- <GradientStop Offset="0" Color="#00000000" />
|
|
|
- <GradientStop Offset="0.4" Color="#DD000000" />
|
|
|
- <GradientStop Offset="0.5" Color="#DD000000" />
|
|
|
- <GradientStop Offset="1" Color="#00000000" />
|
|
|
- </LinearGradientBrush>
|
|
|
- </Image.OpacityMask>
|
|
|
- </Image>
|
|
|
<uicomponent:SpacedLabel
|
|
|
x:Name="uxDate"
|
|
|
- Margin="88,47,0,0"
|
|
|
- Text="2021/12/05"
|
|
|
- FontSize="48"
|
|
|
- FontFamily="Arial"
|
|
|
- Spaceing="-5" />
|
|
|
+ Margin="25,3,64,43"
|
|
|
+ Text="2021.12.05"
|
|
|
+ FontSize="47"
|
|
|
+ FontFamily="Microsoft JhengHei"
|
|
|
+ Spaceing="-11" />
|
|
|
<uicomponent:SpacedLabel
|
|
|
x:Name="uxWeek"
|
|
|
- Margin="88,104,0,0"
|
|
|
+ Margin="24,63,63,41"
|
|
|
Text="星期日"
|
|
|
- FontSize="40"
|
|
|
+ FontSize="42"
|
|
|
FontFamily="Microsoft JhengHei UI"
|
|
|
- Spaceing="-6" />
|
|
|
+ Spaceing="-7" />
|
|
|
<uicomponent:SpacedLabel
|
|
|
x:Name="uxTime"
|
|
|
- Margin="424,35,0,0"
|
|
|
+ Margin="289,-1,0,36"
|
|
|
Text="09:54"
|
|
|
- FontSize="100"
|
|
|
- FontFamily="Arial"
|
|
|
+ FontSize="89"
|
|
|
FontWeight="Bold"
|
|
|
- Spaceing="0" />
|
|
|
+ FontFamily="Microsoft JhengHei"
|
|
|
+ Spaceing="-13" />
|
|
|
</Grid>
|
|
|
- <Grid HorizontalAlignment="Left" VerticalAlignment="Bottom">
|
|
|
+ <Grid Margin="765,-8,0,0" HorizontalAlignment="Left" VerticalAlignment="Top">
|
|
|
<uicomponent:SpacedLabel
|
|
|
- Margin="71,0,0,690"
|
|
|
- HorizontalAlignment="Left"
|
|
|
- VerticalAlignment="Bottom"
|
|
|
- Text="太陽能監控系統"
|
|
|
- FontSize="90"
|
|
|
- FontFamily="Microsoft JhengHei UI"
|
|
|
+ x:Name="uxTitleText1"
|
|
|
+ Margin="0,0,0,0"
|
|
|
+ Text="一二集團參訪人數量"
|
|
|
+ FontSize="80"
|
|
|
FontWeight="Bold"
|
|
|
- Spaceing="26">
|
|
|
- <uicomponent:SpacedLabel.BitmapEffect>
|
|
|
- <DropShadowBitmapEffect />
|
|
|
- </uicomponent:SpacedLabel.BitmapEffect>
|
|
|
- </uicomponent:SpacedLabel>
|
|
|
- <Image
|
|
|
- Width="1788"
|
|
|
- Height="460"
|
|
|
- Margin="68,0,-8,207"
|
|
|
- HorizontalAlignment="Left"
|
|
|
- VerticalAlignment="Bottom"
|
|
|
- Source="pack://application:,,,/Bellwether;component/Images/SolarMonitor/solar_panel.png" />
|
|
|
- <Image
|
|
|
- Width="1788"
|
|
|
- Height="460"
|
|
|
- Margin="68,0,-8,207"
|
|
|
- HorizontalAlignment="Left"
|
|
|
- VerticalAlignment="Bottom"
|
|
|
- Source="pack://application:,,,/Bellwether;component/Images/SolarMonitor/solar_panel_effect.png">
|
|
|
- <Image.OpacityMask>
|
|
|
- <LinearGradientBrush x:Name="uxSolarEnergyLightBrush" MappingMode="Absolute" StartPoint="300.0,300.0" EndPoint="400,400">
|
|
|
- <GradientStop Offset="0" Color="#00000000" />
|
|
|
- <GradientStop Offset="0.425" Color="#DD000000" />
|
|
|
- <GradientStop Offset="0.475" Color="#DD000000" />
|
|
|
- <GradientStop Offset="1" Color="#00000000" />
|
|
|
- </LinearGradientBrush>
|
|
|
- </Image.OpacityMask>
|
|
|
- </Image>
|
|
|
- <Image
|
|
|
- Width="80"
|
|
|
- Height="80"
|
|
|
- Margin="964,0,0,649"
|
|
|
- HorizontalAlignment="Left"
|
|
|
- VerticalAlignment="Bottom"
|
|
|
- Source="pack://application:,,,/Bellwether;component/Images/SolarMonitor/solar_icon1.png" />
|
|
|
- <Image
|
|
|
- Width="70"
|
|
|
- Height="70"
|
|
|
- Margin="116,238,777,516"
|
|
|
- HorizontalAlignment="Left"
|
|
|
- VerticalAlignment="Bottom"
|
|
|
- Source="pack://application:,,,/Bellwether;component/Images/SolarMonitor/solar_icon1.png" />
|
|
|
- <Image
|
|
|
- Width="60"
|
|
|
- Height="60"
|
|
|
- Margin="116,0,0,426"
|
|
|
- HorizontalAlignment="Left"
|
|
|
- VerticalAlignment="Bottom"
|
|
|
- Source="pack://application:,,,/Bellwether;component/Images/SolarMonitor/solar_icon3.png" />
|
|
|
- <Image
|
|
|
- Width="60"
|
|
|
- Height="60"
|
|
|
- Margin="121,436,782,328"
|
|
|
- HorizontalAlignment="Left"
|
|
|
- VerticalAlignment="Bottom"
|
|
|
- Source="pack://application:,,,/Bellwether;component/Images/SolarMonitor/solar_icon4.png" />
|
|
|
- <Image
|
|
|
- Width="70"
|
|
|
- Height="70"
|
|
|
- Margin="974,0,0,470"
|
|
|
- HorizontalAlignment="Left"
|
|
|
- VerticalAlignment="Bottom"
|
|
|
- Source="pack://application:,,,/Bellwether;component/Images/SolarMonitor/solar_icon1.png" />
|
|
|
- <Image
|
|
|
- Width="60"
|
|
|
- Height="60"
|
|
|
- Margin="973,0,0,379"
|
|
|
- HorizontalAlignment="Left"
|
|
|
- VerticalAlignment="Bottom"
|
|
|
- Source="pack://application:,,,/Bellwether;component/Images/SolarMonitor/solar_icon3.png" />
|
|
|
- <Image
|
|
|
- Width="60"
|
|
|
- Height="60"
|
|
|
- Margin="978,0,0,281"
|
|
|
- HorizontalAlignment="Left"
|
|
|
- VerticalAlignment="Bottom"
|
|
|
- Source="pack://application:,,,/Bellwether;component/Images/SolarMonitor/solar_icon4.png" />
|
|
|
- <Image
|
|
|
- Width="488"
|
|
|
- Height="60"
|
|
|
- Margin="1245,0,0,662"
|
|
|
- HorizontalAlignment="Left"
|
|
|
- VerticalAlignment="Bottom"
|
|
|
- Source="pack://application:,,,/Bellwether;component/Images/SolarMonitor/solar_text_bg_l.png"
|
|
|
- Stretch="Fill" />
|
|
|
- <Image
|
|
|
- Width="263"
|
|
|
- Height="60"
|
|
|
- Margin="428,0,0,526"
|
|
|
- HorizontalAlignment="Left"
|
|
|
- VerticalAlignment="Bottom"
|
|
|
- Source="pack://application:,,,/Bellwether;component/Images/SolarMonitor/solar_text_bg_s.png" />
|
|
|
- <Image
|
|
|
- Width="263"
|
|
|
- Height="60"
|
|
|
- Margin="429,0,0,426"
|
|
|
- HorizontalAlignment="Left"
|
|
|
- VerticalAlignment="Bottom"
|
|
|
- Source="pack://application:,,,/Bellwether;component/Images/SolarMonitor/solar_text_bg_s.png" />
|
|
|
- <Image
|
|
|
- Width="263"
|
|
|
- Height="60"
|
|
|
- Margin="429,0,0,329"
|
|
|
- HorizontalAlignment="Left"
|
|
|
- VerticalAlignment="Bottom"
|
|
|
- Source="pack://application:,,,/Bellwether;component/Images/SolarMonitor/solar_text_bg_s.png" />
|
|
|
- <uicomponent:SpacedLabel
|
|
|
- Margin="1031,0,0,660"
|
|
|
- HorizontalAlignment="Left"
|
|
|
- VerticalAlignment="Bottom"
|
|
|
- Text="裝置容量"
|
|
|
- FontSize="44"
|
|
|
- FontFamily="Microsoft JhengHei UI"
|
|
|
+ FontFamily="Microsoft JhengHei"
|
|
|
Spaceing="-10" />
|
|
|
<uicomponent:SpacedLabel
|
|
|
- Width="200"
|
|
|
- Margin="182,0,0,529"
|
|
|
- HorizontalAlignment="Left"
|
|
|
- VerticalAlignment="Bottom"
|
|
|
- Text="今日發電量"
|
|
|
- FontSize="34"
|
|
|
- FontFamily="Microsoft JhengHei UI"
|
|
|
- Spaceing="-12" />
|
|
|
- <uicomponent:SpacedLabel
|
|
|
- Margin="182,0,0,428"
|
|
|
- HorizontalAlignment="Left"
|
|
|
- VerticalAlignment="Bottom"
|
|
|
- Text="今日減碳量"
|
|
|
- FontSize="34"
|
|
|
- FontFamily="Microsoft JhengHei UI"
|
|
|
- Spaceing="-12" />
|
|
|
- <uicomponent:SpacedLabel
|
|
|
- Margin="182,0,0,330"
|
|
|
- HorizontalAlignment="Left"
|
|
|
- VerticalAlignment="Bottom"
|
|
|
- Text="今日造林效益值"
|
|
|
- FontSize="34"
|
|
|
- FontFamily="Microsoft JhengHei UI"
|
|
|
- Spaceing="-12" />
|
|
|
-
|
|
|
- <uicomponent:SpacedLabel
|
|
|
- Width="200"
|
|
|
- Margin="1040,0,0,482"
|
|
|
- HorizontalAlignment="Left"
|
|
|
- VerticalAlignment="Bottom"
|
|
|
- Text="今年發電量"
|
|
|
- FontSize="34"
|
|
|
- FontFamily="Microsoft JhengHei UI"
|
|
|
- Spaceing="-12" />
|
|
|
- <uicomponent:SpacedLabel
|
|
|
- Margin="1039,0,0,380"
|
|
|
- HorizontalAlignment="Left"
|
|
|
- VerticalAlignment="Bottom"
|
|
|
- Text="今年減碳量"
|
|
|
- FontSize="34"
|
|
|
- FontFamily="Microsoft JhengHei UI"
|
|
|
- Spaceing="-12" />
|
|
|
- <uicomponent:SpacedLabel
|
|
|
- Margin="1039,0,0,283"
|
|
|
- HorizontalAlignment="Left"
|
|
|
- VerticalAlignment="Bottom"
|
|
|
- Text="今年造林效益值"
|
|
|
- FontSize="34"
|
|
|
- FontFamily="Microsoft JhengHei UI"
|
|
|
- Spaceing="-12" />
|
|
|
- <uicomponent:SpacedLabel
|
|
|
- Margin="1744,0,0,660"
|
|
|
- HorizontalAlignment="Left"
|
|
|
- VerticalAlignment="Bottom"
|
|
|
- Text="kWp"
|
|
|
- FontSize="44"
|
|
|
- FontFamily="Microsoft JhengHei UI"
|
|
|
+ x:Name="uxTitleText2"
|
|
|
+ Margin="0,77,0,13"
|
|
|
+ Text="一二集團參訪國別量"
|
|
|
+ FontSize="80"
|
|
|
+ FontWeight="Bold"
|
|
|
+ FontFamily="Microsoft JhengHei"
|
|
|
Spaceing="-10" />
|
|
|
<uicomponent:SpacedLabel
|
|
|
- Margin="700,0,0,428"
|
|
|
- HorizontalAlignment="Left"
|
|
|
- VerticalAlignment="Bottom"
|
|
|
- Text="公斤(kg)"
|
|
|
- FontSize="34"
|
|
|
- FontFamily="Microsoft JhengHei UI"
|
|
|
- Spaceing="-9" />
|
|
|
- <uicomponent:SpacedLabel
|
|
|
- Width="130"
|
|
|
- Margin="701,0,0,529"
|
|
|
- HorizontalAlignment="Left"
|
|
|
- VerticalAlignment="Bottom"
|
|
|
- Text="kWh"
|
|
|
- FontSize="34"
|
|
|
- FontFamily="Microsoft JhengHei UI"
|
|
|
+ x:Name="uxTitleNNum1"
|
|
|
+ Margin="740,0,0,0"
|
|
|
+ Text="12345678"
|
|
|
+ FontSize="80"
|
|
|
+ FontWeight="Bold"
|
|
|
+ FontFamily="Microsoft JhengHei"
|
|
|
Spaceing="-10" />
|
|
|
<uicomponent:SpacedLabel
|
|
|
- Margin="702,0,0,330"
|
|
|
- HorizontalAlignment="Left"
|
|
|
- VerticalAlignment="Bottom"
|
|
|
- Text="棵樹日減碳量"
|
|
|
- FontSize="34"
|
|
|
- FontFamily="Microsoft JhengHei UI"
|
|
|
- Spaceing="-12" />
|
|
|
+ x:Name="uxTitleNNum2"
|
|
|
+ Margin="739,77,1,13"
|
|
|
+ Text="1,234/567"
|
|
|
+ FontSize="80"
|
|
|
+ FontWeight="Bold"
|
|
|
+ FontFamily="Microsoft JhengHei"
|
|
|
+ Spaceing="-10" />
|
|
|
+ </Grid>
|
|
|
+ <Grid Margin="0,383,0,0" HorizontalAlignment="Left" Width="1920">
|
|
|
+ <Grid x:Name="uxSolarPrimaryForm" Height="125" VerticalAlignment="Top" Margin="100,65,0,190">
|
|
|
+ <Grid.ColumnDefinitions>
|
|
|
+ <ColumnDefinition Width="206"/>
|
|
|
+ <ColumnDefinition Width="186"/>
|
|
|
+ <ColumnDefinition Width="253"/>
|
|
|
+ <ColumnDefinition Width="429"/>
|
|
|
+ <ColumnDefinition Width="531"/>
|
|
|
+ </Grid.ColumnDefinitions>
|
|
|
+ <Grid.RowDefinitions>
|
|
|
+ <RowDefinition Height="*"/>
|
|
|
+ <RowDefinition Height="*"/>
|
|
|
+ </Grid.RowDefinitions>
|
|
|
+ <uicomponent:SpacedLabel
|
|
|
+ x:Name="uxPrimarySolarInfo00"
|
|
|
+ Text="集團"
|
|
|
+ FontWeight="Bold"
|
|
|
+ FontSize="43"
|
|
|
+ FontColor="White"
|
|
|
+ HorizontalAlignment="Center"
|
|
|
+ FontFamily="Microsoft JhengHei"
|
|
|
+ VerticalAlignment="Center"
|
|
|
+ Spaceing="-10" />
|
|
|
+ <uicomponent:SpacedLabel
|
|
|
+ x:Name="uxPrimarySolarInfo10"
|
|
|
+ Grid.Row="1"
|
|
|
+ Text="集團"
|
|
|
+ FontSize="43"
|
|
|
+ FontWeight="Bold"
|
|
|
+ FontColor="White"
|
|
|
+ HorizontalAlignment="Center"
|
|
|
+ FontFamily="Microsoft JhengHei"
|
|
|
+ VerticalAlignment="Center"
|
|
|
+ Spaceing="-10" />
|
|
|
+ <uicomponent:SpacedLabel
|
|
|
+ x:Name="uxPrimarySolarInfo01"
|
|
|
+ Grid.Column="1"
|
|
|
+ Text="年"
|
|
|
+ FontWeight="Bold"
|
|
|
+ FontSize="44"
|
|
|
+ FontColor="White"
|
|
|
+ HorizontalAlignment="Center"
|
|
|
+ FontFamily="Microsoft JhengHei"
|
|
|
+ VerticalAlignment="Center"
|
|
|
+ Spaceing="-10" />
|
|
|
+ <uicomponent:SpacedLabel
|
|
|
+ x:Name="uxPrimarySolarInfo11"
|
|
|
+ Grid.Row="1"
|
|
|
+ Grid.Column="1"
|
|
|
+ Text="日"
|
|
|
+ FontWeight="Bold"
|
|
|
+ FontSize="44"
|
|
|
+ FontColor="White"
|
|
|
+ HorizontalAlignment="Center"
|
|
|
+ FontFamily="Microsoft JhengHei"
|
|
|
+ VerticalAlignment="Center"
|
|
|
+ Spaceing="-10" />
|
|
|
+ <uicomponent:SpacedLabel
|
|
|
+ x:Name="uxPrimarySolarInfo02"
|
|
|
+ Grid.Column="2"
|
|
|
+ Text="424,519"
|
|
|
+ FontSize="45"
|
|
|
+ FontColor="White"
|
|
|
+ HorizontalAlignment="Right"
|
|
|
+ FontFamily="Microsoft JhengHei"
|
|
|
+ VerticalAlignment="Center"
|
|
|
+ Spaceing="-10"/>
|
|
|
+ <uicomponent:SpacedLabel
|
|
|
+ x:Name="uxPrimarySolarInfo12"
|
|
|
+ Grid.Row="1"
|
|
|
+ Grid.Column="2"
|
|
|
+ Text="2,637"
|
|
|
+ FontSize="45"
|
|
|
+ FontColor="White"
|
|
|
+ HorizontalAlignment="Right"
|
|
|
+ FontFamily="Microsoft JhengHei"
|
|
|
+ VerticalAlignment="Center"
|
|
|
+ Spaceing="-10" />
|
|
|
+ <uicomponent:SpacedLabel
|
|
|
+ x:Name="uxPrimarySolarInfo03"
|
|
|
+ Grid.Column="3"
|
|
|
+ Text="205,836"
|
|
|
+ FontSize="45"
|
|
|
+ FontColor="White"
|
|
|
+ HorizontalAlignment="Right"
|
|
|
+ FontFamily="Microsoft JhengHei"
|
|
|
+ VerticalAlignment="Center"
|
|
|
+ Spaceing="-10" />
|
|
|
+ <uicomponent:SpacedLabel
|
|
|
+ x:Name="uxPrimarySolarInfo13"
|
|
|
+ Grid.Row="1"
|
|
|
+ Grid.Column="3"
|
|
|
+ Text="2,688"
|
|
|
+ FontSize="45"
|
|
|
+ FontColor="White"
|
|
|
+ HorizontalAlignment="Right"
|
|
|
+ FontFamily="Microsoft JhengHei"
|
|
|
+ VerticalAlignment="Center"
|
|
|
+ Spaceing="-10" />
|
|
|
+ <uicomponent:SpacedLabel
|
|
|
+ x:Name="uxPrimarySolarInfo04"
|
|
|
+ Grid.Column="4"
|
|
|
+ Text="2,983,510"
|
|
|
+ FontSize="45"
|
|
|
+ FontColor="White"
|
|
|
+ HorizontalAlignment="Right"
|
|
|
+ FontFamily="Microsoft JhengHei"
|
|
|
+ VerticalAlignment="Center"
|
|
|
+ Spaceing="-10" />
|
|
|
+ <uicomponent:SpacedLabel
|
|
|
+ x:Name="uxPrimarySolarInfo14"
|
|
|
+ Grid.Row="1"
|
|
|
+ Grid.Column="4"
|
|
|
+ Text="26,612"
|
|
|
+ FontSize="45"
|
|
|
+ FontColor="White"
|
|
|
+ HorizontalAlignment="Right"
|
|
|
+ FontFamily="Microsoft JhengHei"
|
|
|
+ VerticalAlignment="Center"
|
|
|
+ Spaceing="-10" />
|
|
|
+ </Grid>
|
|
|
+ <Grid x:Name="uxSolarSecondaryForm" Margin="100,250,0,0" VerticalAlignment="Top" Height="260">
|
|
|
+ <Grid.ColumnDefinitions>
|
|
|
+ <ColumnDefinition Width="206"/>
|
|
|
+ <ColumnDefinition Width="186"/>
|
|
|
+ <ColumnDefinition Width="253"/>
|
|
|
+ <ColumnDefinition Width="429"/>
|
|
|
+ <ColumnDefinition Width="531"/>
|
|
|
+ </Grid.ColumnDefinitions>
|
|
|
+ <Grid.RowDefinitions>
|
|
|
+ <RowDefinition Height="*"/>
|
|
|
+ <RowDefinition Height="*" />
|
|
|
+ <RowDefinition Height="*" />
|
|
|
+ <RowDefinition Height="*" />
|
|
|
+ <RowDefinition Height="*" />
|
|
|
+ </Grid.RowDefinitions>
|
|
|
+ <uicomponent:SpacedLabel
|
|
|
+ Text="平鎮"
|
|
|
+ FontWeight="Bold"
|
|
|
+ FontSize="43"
|
|
|
+ Margin="0,-10,0,0"
|
|
|
+ Foreground="White"
|
|
|
+ HorizontalAlignment="Center"
|
|
|
+ FontFamily="Microsoft JhengHei"
|
|
|
+ Spaceing="-10" />
|
|
|
+ <uicomponent:SpacedLabel
|
|
|
+ Grid.Row="1"
|
|
|
+ Text="崑山"
|
|
|
+ FontSize="43"
|
|
|
+ FontWeight="Bold"
|
|
|
+ Margin="0,-10,0,0"
|
|
|
+ Foreground="White"
|
|
|
+ HorizontalAlignment="Center"
|
|
|
+ FontFamily="Microsoft JhengHei"
|
|
|
+ Spaceing="-10" />
|
|
|
+ <uicomponent:SpacedLabel
|
|
|
+ Grid.Row="2"
|
|
|
+ Text="越南"
|
|
|
+ FontSize="43"
|
|
|
+ FontWeight="Bold"
|
|
|
+ Margin="0,-10,0,0"
|
|
|
+ Foreground="White"
|
|
|
+ HorizontalAlignment="Center"
|
|
|
+ FontFamily="Microsoft JhengHei"
|
|
|
+ Spaceing="-10" />
|
|
|
+ <uicomponent:SpacedLabel
|
|
|
+ Grid.Row="3"
|
|
|
+ Text="美洲"
|
|
|
+ FontSize="43"
|
|
|
+ Margin="0,-10,0,0"
|
|
|
+ FontWeight="Bold"
|
|
|
+ Foreground="White"
|
|
|
+ HorizontalAlignment="Center"
|
|
|
+ FontFamily="Microsoft JhengHei"
|
|
|
+ Spaceing="-10" />
|
|
|
+ <uicomponent:SpacedLabel
|
|
|
+ Grid.Column="1"
|
|
|
+ Grid.Row="0"
|
|
|
+ Text="日"
|
|
|
+ FontSize="43"
|
|
|
+ Margin="0,-10,0,0"
|
|
|
+ FontWeight="Bold"
|
|
|
+ Foreground="White"
|
|
|
+ HorizontalAlignment="Center"
|
|
|
+ FontFamily="Microsoft JhengHei"
|
|
|
+ Spaceing="-10" />
|
|
|
+ <uicomponent:SpacedLabel
|
|
|
+ Grid.Column="2"
|
|
|
+ Grid.Row="0"
|
|
|
+ Text="1,488"
|
|
|
+ FontSize="45"
|
|
|
+ Margin="0,-10,0,0"
|
|
|
+ Foreground="White"
|
|
|
+ HorizontalAlignment="Right"
|
|
|
+ FontFamily="Microsoft JhengHei"
|
|
|
+ Spaceing="-10" />
|
|
|
+ <uicomponent:SpacedLabel
|
|
|
+ Grid.Column="3"
|
|
|
+ Grid.Row="0"
|
|
|
+ Text="123"
|
|
|
+ FontSize="45"
|
|
|
+ Margin="0,-10,0,0"
|
|
|
+ Foreground="White"
|
|
|
+ HorizontalAlignment="Right"
|
|
|
+ FontFamily="Microsoft JhengHei"
|
|
|
+ Spaceing="-10" />
|
|
|
+ <uicomponent:SpacedLabel
|
|
|
+ Grid.Column="4"
|
|
|
+ Grid.Row="0"
|
|
|
+ Text="26,611"
|
|
|
+ FontSize="45"
|
|
|
+ Margin="0,-10,0,0"
|
|
|
+ Foreground="White"
|
|
|
+ HorizontalAlignment="Right"
|
|
|
+ FontFamily="Microsoft JhengHei"
|
|
|
+ Spaceing="-10" />
|
|
|
+ </Grid>
|
|
|
+ </Grid>
|
|
|
+ <Grid VerticalAlignment="Bottom" HorizontalAlignment="Left"
|
|
|
+ Margin="379,0,0,115"
|
|
|
+ Width="1000">
|
|
|
<uicomponent:SpacedLabel
|
|
|
- Margin="1558,0,0,381"
|
|
|
+ Text="裝置容量(kWp)"
|
|
|
+ FontSize="35"
|
|
|
+ FontWeight="Bold"
|
|
|
+ FontColor="#254298"
|
|
|
+ Margin="0,-5,0,0"
|
|
|
HorizontalAlignment="Left"
|
|
|
- VerticalAlignment="Bottom"
|
|
|
- Text="公斤(kg)"
|
|
|
- FontSize="34"
|
|
|
- FontFamily="Microsoft JhengHei UI"
|
|
|
- Spaceing="-9" />
|
|
|
+ FontFamily="Microsoft JhengHei"
|
|
|
+ Spaceing="-10" />
|
|
|
+ <Grid x:Name="uxSolarCapacityPanel" Margin="270,0,-333,0">
|
|
|
+ <Grid>
|
|
|
+ <Grid.ColumnDefinitions>
|
|
|
+ <ColumnDefinition Width="Auto"/>
|
|
|
+ <ColumnDefinition Width="30"/>
|
|
|
+ <ColumnDefinition Width="Auto"/>
|
|
|
+ </Grid.ColumnDefinitions>
|
|
|
+ <uicomponent:SpacedLabel
|
|
|
+ Text="平鎮"
|
|
|
+ FontSize="35"
|
|
|
+ FontWeight="Bold"
|
|
|
+ FontColor="#254298"
|
|
|
+ FontFamily="Microsoft JhengHei"
|
|
|
+ Spaceing="-10" />
|
|
|
+ <uicomponent:SpacedLabel
|
|
|
+ Grid.Column="1"
|
|
|
+ Text="▸"
|
|
|
+ FontSize="35"
|
|
|
+ Margin="-5,0,0,0"
|
|
|
+ FontColor="#0068E8"
|
|
|
+ FontFamily="Microsoft JhengHei"
|
|
|
+ Spaceing="-10" />
|
|
|
+ <uicomponent:SpacedLabel
|
|
|
+ Grid.Column="2"
|
|
|
+ Text="573"
|
|
|
+ FontSize="35"
|
|
|
+ Margin="-7,0,0,0"
|
|
|
+ FontColor="#0068E8"
|
|
|
+ HorizontalAlignment="Left"
|
|
|
+ FontFamily="Microsoft JhengHei"
|
|
|
+ Spaceing="-10" />
|
|
|
+ </Grid>
|
|
|
+ </Grid>
|
|
|
+ </Grid>
|
|
|
+ <Grid HorizontalAlignment="Left" VerticalAlignment="Bottom">
|
|
|
+ <Grid.ColumnDefinitions>
|
|
|
+ <ColumnDefinition Width="538*"/>
|
|
|
+ <ColumnDefinition Width="329*"/>
|
|
|
+ </Grid.ColumnDefinitions>
|
|
|
<uicomponent:SpacedLabel
|
|
|
- Width="130"
|
|
|
- Margin="1558,0,0,482"
|
|
|
+ Margin="652,-181,0,0"
|
|
|
HorizontalAlignment="Left"
|
|
|
- VerticalAlignment="Bottom"
|
|
|
- Text="kWh"
|
|
|
- FontSize="34"
|
|
|
+ VerticalAlignment="Top"
|
|
|
+ Text="太陽能戰情"
|
|
|
+ FontSize="98"
|
|
|
FontFamily="Microsoft JhengHei UI"
|
|
|
- Spaceing="-10" />
|
|
|
+ FontWeight="Bold"
|
|
|
+ Spaceing="14" Grid.ColumnSpan="2">
|
|
|
+ <uicomponent:SpacedLabel.BitmapEffect>
|
|
|
+ <DropShadowBitmapEffect />
|
|
|
+ </uicomponent:SpacedLabel.BitmapEffect>
|
|
|
+ </uicomponent:SpacedLabel>
|
|
|
<uicomponent:SpacedLabel
|
|
|
- Margin="1559,0,0,282"
|
|
|
+ Margin="84,-69,0,0"
|
|
|
HorizontalAlignment="Left"
|
|
|
- VerticalAlignment="Bottom"
|
|
|
- Text="棵樹日減碳量"
|
|
|
- FontSize="34"
|
|
|
+ VerticalAlignment="Top"
|
|
|
+ Text="Solar Dashboard"
|
|
|
+ FontSize="43"
|
|
|
FontFamily="Microsoft JhengHei UI"
|
|
|
- Spaceing="-12" />
|
|
|
- <Image
|
|
|
- Width="263"
|
|
|
- Height="60"
|
|
|
- Margin="1282,0,0,479"
|
|
|
- HorizontalAlignment="Left"
|
|
|
- VerticalAlignment="Bottom"
|
|
|
- Source="/Bellwether;component/Images/SolarMonitor/solar_text_bg_s.png" />
|
|
|
- <Image
|
|
|
- Width="263"
|
|
|
- Height="60"
|
|
|
- Margin="1282,0,0,379"
|
|
|
- HorizontalAlignment="Left"
|
|
|
- VerticalAlignment="Bottom"
|
|
|
- Source="/Bellwether;component/Images/SolarMonitor/solar_text_bg_s.png" />
|
|
|
- <Image
|
|
|
- Width="263"
|
|
|
- Height="60"
|
|
|
- Margin="1282,0,0,282"
|
|
|
- HorizontalAlignment="Left"
|
|
|
- VerticalAlignment="Bottom"
|
|
|
- Source="/Bellwether;component/Images/SolarMonitor/solar_text_bg_s.png" />
|
|
|
+ FontWeight="Bold"
|
|
|
+ Spaceing="-9" Grid.Column="1"/>
|
|
|
<Grid
|
|
|
Width="488"
|
|
|
Height="60"
|
|
|
- Margin="1245,0,0,662"
|
|
|
+ Margin="169.5,0,0,662"
|
|
|
HorizontalAlignment="Left"
|
|
|
- VerticalAlignment="Bottom">
|
|
|
- <uicomponent:SpacedLabel
|
|
|
- x:Name="uxCapacity"
|
|
|
- HorizontalAlignment="Center"
|
|
|
- VerticalAlignment="Center"
|
|
|
- Text="0000"
|
|
|
- FontSize="34"
|
|
|
- FontFamily="Microsoft JhengHei UI"
|
|
|
- Spaceing="-5" />
|
|
|
- </Grid>
|
|
|
+ VerticalAlignment="Bottom" Grid.Column="1"/>
|
|
|
<Grid
|
|
|
Width="263"
|
|
|
Height="60"
|
|
|
Margin="428,0,0,526"
|
|
|
HorizontalAlignment="Left"
|
|
|
- VerticalAlignment="Bottom">
|
|
|
- <uicomponent:SpacedLabel
|
|
|
- x:Name="uxEnergy_Today"
|
|
|
- HorizontalAlignment="Center"
|
|
|
- VerticalAlignment="Center"
|
|
|
- Text="1234567890"
|
|
|
- FontSize="34"
|
|
|
- FontFamily="Microsoft JhengHei UI"
|
|
|
- Spaceing="-5" />
|
|
|
- </Grid>
|
|
|
+ VerticalAlignment="Bottom"/>
|
|
|
<Grid
|
|
|
Width="263"
|
|
|
Height="60"
|
|
|
Margin="429,0,0,426"
|
|
|
HorizontalAlignment="Left"
|
|
|
- VerticalAlignment="Bottom">
|
|
|
- <uicomponent:SpacedLabel
|
|
|
- x:Name="uxCO2EmissionSaved_Today"
|
|
|
- HorizontalAlignment="Center"
|
|
|
- VerticalAlignment="Center"
|
|
|
- Text="0000"
|
|
|
- FontSize="34"
|
|
|
- FontFamily="Microsoft JhengHei UI"
|
|
|
- Spaceing="-5" />
|
|
|
- </Grid>
|
|
|
+ VerticalAlignment="Bottom"/>
|
|
|
<Grid
|
|
|
Width="263"
|
|
|
Height="60"
|
|
|
Margin="429,0,0,329"
|
|
|
HorizontalAlignment="Left"
|
|
|
- VerticalAlignment="Bottom">
|
|
|
- <uicomponent:SpacedLabel
|
|
|
- x:Name="uxEquivalentTreesPlanted_Today"
|
|
|
- HorizontalAlignment="Center"
|
|
|
- VerticalAlignment="Center"
|
|
|
- Text="0000"
|
|
|
- FontSize="34"
|
|
|
- FontFamily="Microsoft JhengHei UI"
|
|
|
- Spaceing="-5" />
|
|
|
- </Grid>
|
|
|
+ VerticalAlignment="Bottom"/>
|
|
|
<Grid
|
|
|
Width="263"
|
|
|
Height="60"
|
|
|
- Margin="1282,0,0,479"
|
|
|
+ Margin="206.5,0,0,479"
|
|
|
HorizontalAlignment="Left"
|
|
|
- VerticalAlignment="Bottom">
|
|
|
- <uicomponent:SpacedLabel
|
|
|
- x:Name="uxEnergy_ThisYear"
|
|
|
- HorizontalAlignment="Center"
|
|
|
- VerticalAlignment="Center"
|
|
|
- Text="1234567890"
|
|
|
- FontSize="34"
|
|
|
- FontFamily="Microsoft JhengHei UI"
|
|
|
- Spaceing="-5" />
|
|
|
- </Grid>
|
|
|
+ VerticalAlignment="Bottom" Grid.Column="1"/>
|
|
|
<Grid
|
|
|
Width="263"
|
|
|
Height="60"
|
|
|
- Margin="1282,0,0,379"
|
|
|
+ Margin="206.5,0,0,379"
|
|
|
HorizontalAlignment="Left"
|
|
|
- VerticalAlignment="Bottom">
|
|
|
- <uicomponent:SpacedLabel
|
|
|
- x:Name="uxCO2EmissionSaved_ThisYear"
|
|
|
- HorizontalAlignment="Center"
|
|
|
- VerticalAlignment="Center"
|
|
|
- Text="85775.123"
|
|
|
- FontSize="34"
|
|
|
- FontFamily="Microsoft JhengHei UI"
|
|
|
- Spaceing="-5" />
|
|
|
- </Grid>
|
|
|
+ VerticalAlignment="Bottom" Grid.Column="1"/>
|
|
|
<Grid
|
|
|
Width="263"
|
|
|
Height="60"
|
|
|
- Margin="1282,0,0,282"
|
|
|
+ Margin="206.5,0,0,282"
|
|
|
HorizontalAlignment="Left"
|
|
|
- VerticalAlignment="Bottom">
|
|
|
- <uicomponent:SpacedLabel
|
|
|
- x:Name="uxEquivalentTreesPlanted_ThisYear"
|
|
|
- HorizontalAlignment="Center"
|
|
|
- VerticalAlignment="Center"
|
|
|
- Text="0000"
|
|
|
- FontSize="34"
|
|
|
- FontFamily="Microsoft JhengHei UI"
|
|
|
- Spaceing="-5" />
|
|
|
- </Grid>
|
|
|
+ VerticalAlignment="Bottom" Grid.Column="1"/>
|
|
|
</Grid>
|
|
|
<Grid HorizontalAlignment="Left" VerticalAlignment="Top">
|
|
|
<Image
|
|
@@ -699,7 +681,7 @@
|
|
|
<Grid
|
|
|
Width="100"
|
|
|
Height="100"
|
|
|
- Margin="78,282,0,0"
|
|
|
+ Margin="652,196,0,0"
|
|
|
HorizontalAlignment="Left"
|
|
|
VerticalAlignment="Top"
|
|
|
Background="Transparent"
|
|
@@ -708,7 +690,7 @@
|
|
|
<Grid
|
|
|
Width="100"
|
|
|
Height="100"
|
|
|
- Margin="207,280,0,0"
|
|
|
+ Margin="782,194,0,0"
|
|
|
HorizontalAlignment="Left"
|
|
|
VerticalAlignment="Top"
|
|
|
Background="Transparent"
|
|
@@ -726,7 +708,7 @@
|
|
|
<Grid
|
|
|
Width="100"
|
|
|
Height="100"
|
|
|
- Margin="702,280,0,0"
|
|
|
+ Margin="1150,198,0,0"
|
|
|
HorizontalAlignment="Left"
|
|
|
VerticalAlignment="Top"
|
|
|
Background="Transparent"
|
|
@@ -735,7 +717,7 @@
|
|
|
<Grid
|
|
|
Width="100"
|
|
|
Height="100"
|
|
|
- Margin="830,277,0,0"
|
|
|
+ Margin="1024,195,0,0"
|
|
|
HorizontalAlignment="Left"
|
|
|
VerticalAlignment="Top"
|
|
|
Background="Transparent"
|