解决方案更名为SicAutoGE,以标识此项目针对含EFEM的自动设备。

软件信息中增加Auto-GE标识。
This commit is contained in:
Liang Su 2023-07-03 16:07:32 +08:00
parent 9aafd2062e
commit c48ce653f3
4 changed files with 9 additions and 3 deletions

View File

@ -14,7 +14,7 @@
;Name and file ;Name and file
Name "Sic ${ver1}.${ver2}.${ver3}.${ver4}" Name "Sic ${ver1}.${ver2}.${ver3}.${ver4}"
OutFile "Sic08_Setup_v${ver1}.${ver2}.${ver3}.${ver4}.exe" OutFile "Sic_Auto_GE_Setup_v${ver1}.${ver2}.${ver3}.${ver4}.exe"
;Default installation folder ;Default installation folder
;InstallDir "$LOCALAPPDATA\Modern UI Test" ;InstallDir "$LOCALAPPDATA\Modern UI Test"

View File

@ -875,7 +875,7 @@ namespace SicUI.Client
protected override void OnInitialize() protected override void OnInitialize()
{ {
//display system version or other info... //display system version or other info...
this.DisplayName = "Sic"; this.DisplayName = "Sic Auto-GE";
base.OnInitialize(); base.OnInitialize();
this.StartTimer(); this.StartTimer();

View File

@ -28,7 +28,13 @@
FontSize="12" FontSize="12"
Margin="78,0,0,132" Margin="78,0,0,132"
Width="674"/> Width="674"/>
<TextBlock
Text="Auto-GE"
VerticalAlignment="Top"
HorizontalAlignment="Left"
FontSize="12"
Margin="78,448,0,0"
Foreground="#7FFFFFFF" />
<!--<TextBlock Text="SiCentury Semiconductor Technology (Suzhou) Co., Ltd" VerticalAlignment="Bottom" HorizontalAlignment="Left" Margin="416,0,0,67" Foreground="White" FontWeight="Bold"/> <!--<TextBlock Text="SiCentury Semiconductor Technology (Suzhou) Co., Ltd" VerticalAlignment="Bottom" HorizontalAlignment="Left" Margin="416,0,0,67" Foreground="White" FontWeight="Bold"/>
<TextBlock Text="100 Sumu Road. Suzhou Industrial Park, Jiangsu, China" VerticalAlignment="Bottom" HorizontalAlignment="Left" Margin="426,0,0,47" Foreground="White" Opacity="0.6"/>--> <TextBlock Text="100 Sumu Road. Suzhou Industrial Park, Jiangsu, China" VerticalAlignment="Bottom" HorizontalAlignment="Left" Margin="426,0,0,47" Foreground="White" Opacity="0.6"/>-->
</Grid> </Grid>