Commit 9f3ca040 authored by 潘栩锋's avatar 潘栩锋 🚴

更新安装包生成方式

parent fc44b61b
#-----------------------------------------------------------------
$root_path = $PSScriptRoot + "\.."
$dest_path = $root_path + "\Project.FLY.Thick.Blowing\FLY.Thick.Blowing.UI.Fix.Client\bin\Debug"
echo main_module\*
cp ($PSScriptRoot + "\main_module\*") ($dest_path+"\main_module")
#-----------------------------------------------------------------
echo Ƴɹ
pause
\ No newline at end of file
...@@ -11,9 +11,6 @@ cp ($src_path + "\FLY.FeedbackRenZiJia.dll") $dest_path ...@@ -11,9 +11,6 @@ cp ($src_path + "\FLY.FeedbackRenZiJia.dll") $dest_path
echo 复制 FLY.FeedbackRenZiJia.UI.Client.dll echo 复制 FLY.FeedbackRenZiJia.UI.Client.dll
cp ($src_path + "\FLY.FeedbackRenZiJia.UI.Client.dll") $dest_path cp ($src_path + "\FLY.FeedbackRenZiJia.UI.Client.dll") $dest_path
echo 复制 main_module\AirRing
cp ($PSScriptRoot + "\main_module\AirRing") ($dest_path+"\main_module")
#----------------------------------------------------------------- #-----------------------------------------------------------------
#IBC #IBC
...@@ -25,9 +22,6 @@ cp ($src_path + "\FLY.IBC.dll") $dest_path ...@@ -25,9 +22,6 @@ cp ($src_path + "\FLY.IBC.dll") $dest_path
echo 复制 FLY.IBC.UI.Client.dll echo 复制 FLY.IBC.UI.Client.dll
cp ($src_path + "\FLY.IBC.UI.Client.dll") $dest_path cp ($src_path + "\FLY.IBC.UI.Client.dll") $dest_path
echo 复制 main_module\IBC
cp ($PSScriptRoot + "\main_module\IBC") ($dest_path+"\main_module")
#----------------------------------------------------------------- #-----------------------------------------------------------------
#Winder #Winder
...@@ -39,9 +33,6 @@ cp ($src_path + "\FLY.Winder.dll") $dest_path ...@@ -39,9 +33,6 @@ cp ($src_path + "\FLY.Winder.dll") $dest_path
echo 复制 FLY.Winder.UI.Client.dll echo 复制 FLY.Winder.UI.Client.dll
cp ($src_path + "\FLY.Winder.UI.Client.dll") $dest_path cp ($src_path + "\FLY.Winder.UI.Client.dll") $dest_path
echo 复制 main_module\Winder
cp ($PSScriptRoot + "\main_module\Winder") ($dest_path+"\main_module")
#----------------------------------------------------------------- #-----------------------------------------------------------------
#Weight #Weight
...@@ -53,9 +44,6 @@ cp ($src_path + "\FLY.Weight.dll") $dest_path ...@@ -53,9 +44,6 @@ cp ($src_path + "\FLY.Weight.dll") $dest_path
echo 复制 FLY.Weight.UI.Client.dll echo 复制 FLY.Weight.UI.Client.dll
cp ($src_path + "\FLY.Weight.UI.Client.dll") $dest_path cp ($src_path + "\FLY.Weight.UI.Client.dll") $dest_path
echo 复制 main_module\Weight
cp ($PSScriptRoot + "\main_module\Weight") ($dest_path+"\main_module")
#----------------------------------------------------------------- #-----------------------------------------------------------------
echo 复制成功 echo 复制成功
pause pause
\ No newline at end of file
$src_path = $PSScriptRoot+ "\graphcustom\graphcustom_justAirRing.xml"
$root_path = $PSScriptRoot + "\.."
$dest_path = $root_path + "\Project.FLY.Thick.Blowing\FLY.Thick.Blowing.UI.Fix.Client\bin\Debug\layout\graphcustom.xml"
cp $src_path $dest_path
#-----------------------------------------------------------------
echo Ƴɹ
pause
\ No newline at end of file
$src_path = $PSScriptRoot+ "\graphcustom\graphcustom_AirRingWeight3.xml"
$root_path = $PSScriptRoot + "\.."
$dest_path = $root_path + "\Project.FLY.Thick.Blowing\FLY.Thick.Blowing.UI.Fix.Client\bin\Debug\layout\graphcustom.xml"
cp $src_path $dest_path
#-----------------------------------------------------------------
echo Ƴɹ
pause
\ No newline at end of file
$src_path = $PSScriptRoot+ "\graphcustom\graphcustom_AirRingWeight5.xml"
$root_path = $PSScriptRoot + "\.."
$dest_path = $root_path + "\Project.FLY.Thick.Blowing\FLY.Thick.Blowing.UI.Fix.Client\bin\Debug\layout\graphcustom.xml"
cp $src_path $dest_path
#-----------------------------------------------------------------
echo Ƴɹ
pause
\ No newline at end of file
$src_path = $PSScriptRoot+ "\graphcustom\graphcustom.xml"
$root_path = $PSScriptRoot + "\.."
$dest_path = $root_path + "\Project.FLY.Thick.Blowing\FLY.Thick.Blowing.UI.Fix.Client\bin\Debug\layout\graphcustom.xml"
cp $src_path $dest_path
#-----------------------------------------------------------------
echo Ƴɹ
pause
\ No newline at end of file
...@@ -32,6 +32,18 @@ ...@@ -32,6 +32,18 @@
<Path>佛山市枫莱尔自动化技术有限公司\windows\FLY.Weight.UI.Server</Path> <Path>佛山市枫莱尔自动化技术有限公司\windows\FLY.Weight.UI.Server</Path>
<Exe>FLY.Weight.UI.Server.exe</Exe> <Exe>FLY.Weight.UI.Server.exe</Exe>
</SoftwareItem> </SoftwareItem>
<SoftwareItem>
<IsAutoRun>true</IsAutoRun>
<Name>收卷</Name>
<Path>佛山市枫莱尔自动化技术有限公司\windows\FLY.Winder.UI.Server</Path>
<Exe>FLY.Winder.UI.Server.exe</Exe>
</SoftwareItem>
<SoftwareItem>
<IsAutoRun>true</IsAutoRun>
<Name>IBC</Name>
<Path>佛山市枫莱尔自动化技术有限公司\windows\FLY.IBC.UI.Server</Path>
<Exe>FLY.IBC.UI.Server.exe</Exe>
</SoftwareItem>
<SoftwareItem> <SoftwareItem>
<IsAutoRun>true</IsAutoRun> <IsAutoRun>true</IsAutoRun>
<Name>LP2</Name> <Name>LP2</Name>
......
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<FLYLayout DynAreaWidth="250" IsDynAreaVisible="True" Left="0" Top="2" Width="1366" Height="768" WindowState="Maximized"> <FLYLayout DynAreaWidth="250" IsDynAreaVisible="True" Left="0" Top="2" Width="1366" Height="768" WindowState="Maximized">
<Items> <Items>
<GraphTabItem Header="称 重" ColumnCount="1" RowCount="1">
<ColumnDefinitions>
<Boolean value="False" />
</ColumnDefinitions>
<RowDefinitions>
<Boolean value="False" />
</RowDefinitions>
<Graphs>
<GraphComponent ID="60426628" Module="FLY.Weight.UI.Client.UIModule.UIModule_Main" Row="0" Column="0" RowSpan="1" ColumnSpan="1" />
</Graphs>
</GraphTabItem>
<GraphTabItem Header="风 环" ColumnCount="1" RowCount="4"> <GraphTabItem Header="风 环" ColumnCount="1" RowCount="4">
<ColumnDefinitions> <ColumnDefinitions>
<Boolean value="False" /> <Boolean value="False" />
...@@ -66,7 +55,6 @@ ...@@ -66,7 +55,6 @@
</RowDefinitions> </RowDefinitions>
<Graphs> <Graphs>
<GraphComponent ID="56082556" Module="trendgraph" Row="0" Column="0" RowSpan="1" ColumnSpan="1" /> <GraphComponent ID="56082556" Module="trendgraph" Row="0" Column="0" RowSpan="1" ColumnSpan="1" />
<GraphComponent ID="36196647" Module="FLY.Weight.UI.Client.UIModule.UIModule_FlowGraph" Row="1" Column="0" RowSpan="1" ColumnSpan="1" />
</Graphs> </Graphs>
</GraphTabItem> </GraphTabItem>
<GraphTabItem Header="定 点" ColumnCount="1" RowCount="2"> <GraphTabItem Header="定 点" ColumnCount="1" RowCount="2">
...@@ -89,6 +77,5 @@ ...@@ -89,6 +77,5 @@
</ControllerStates> </ControllerStates>
<DynAreaItems> <DynAreaItems>
<DynAreaComponent ID="43395070" Module="FLY.FeedbackRenZiJia.UI.Client.UIModule.UIModule_DynAreaFB" /> <DynAreaComponent ID="43395070" Module="FLY.FeedbackRenZiJia.UI.Client.UIModule.UIModule_DynAreaFB" />
<DynAreaComponent ID="25339754" Module="FLY.Weight.UI.Client.UIModule.UIModule_DynArea" />
</DynAreaItems> </DynAreaItems>
</FLYLayout> </FLYLayout>
\ No newline at end of file
<?xml version="1.0"?>
<ArrayOfUIModuleParam xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<UIModuleParam>
<dll_filename>FLY.IBC.UI.Client.dll</dll_filename>
<assembly_name>FLY.IBC.UI.Client.UIModule</assembly_name>
<class_name>UIModule_Main</class_name>
<IsDynAreaComponent>false</IsDynAreaComponent>
<IsGraphCompnonent>true</IsGraphCompnonent>
<IsMenuCompnonent>false</IsMenuCompnonent>
<IsUnique>true</IsUnique>
</UIModuleParam>
<UIModuleParam>
<dll_filename>FLY.IBC.UI.Client.dll</dll_filename>
<assembly_name>FLY.IBC.UI.Client.UIModule</assembly_name>
<class_name>UIModule_DynArea</class_name>
<IsDynAreaComponent>true</IsDynAreaComponent>
<IsGraphCompnonent>false</IsGraphCompnonent>
<IsMenuCompnonent>false</IsMenuCompnonent>
<IsUnique>true</IsUnique>
</UIModuleParam>
<UIModuleParam>
<dll_filename>FLY.IBC.UI.Client.dll</dll_filename>
<assembly_name>FLY.IBC.UI.Client.UIModule</assembly_name>
<class_name>UIModule_Menu</class_name>
<IsDynAreaComponent>false</IsDynAreaComponent>
<IsGraphCompnonent>false</IsGraphCompnonent>
<IsMenuCompnonent>true</IsMenuCompnonent>
<IsUnique>true</IsUnique>
</UIModuleParam>
</ArrayOfUIModuleParam>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment