This commit is contained in:
LexAndYacc 2022-08-22 15:07:45 +08:00
commit 557729915c
1278 changed files with 375526 additions and 0 deletions
.gitignore
00Project
DataCenter南通大剧院
DataCenter扬州运河大剧院 多功能厅
DataCenter扬州运河大剧院 戏剧厅

355
.gitignore vendored Normal file
View File

@ -0,0 +1,355 @@
## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.
##
## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
.svn/
# User-specific files
*.rsuser
*.suo
*.user
*.userosscache
*.sln.docstates
# User-specific files (MonoDevelop/Xamarin Studio)
*.userprefs
# Mono auto generated files
mono_crash.*
# Build results
[Dd]ebug/
[Dd]ebugPublic/
[Rr]elease/
[Rr]eleases/
x64/
x86/
[Aa][Rr][Mm]/
[Aa][Rr][Mm]64/
bld/
[Bb]in/
[Oo]bj/
[Ll]og/
[Ll]ogs/
# Visual Studio 2015/2017 cache/options directory
.vs/
# Uncomment if you have tasks that create the project's static files in wwwroot
#wwwroot/
# Visual Studio 2017 auto generated files
Generated\ Files/
# MSTest test Results
[Tt]est[Rr]esult*/
[Bb]uild[Ll]og.*
# NUnit
*.VisualState.xml
TestResult.xml
nunit-*.xml
# Build Results of an ATL Project
[Dd]ebugPS/
[Rr]eleasePS/
dlldata.c
# Benchmark Results
BenchmarkDotNet.Artifacts/
# .NET Core
project.lock.json
project.fragment.lock.json
artifacts/
# StyleCop
StyleCopReport.xml
# Files built by Visual Studio
*_i.c
*_p.c
*_h.h
*.ilk
*.meta
*.obj
*.iobj
*.pch
*.pdb
*.ipdb
*.pgc
*.pgd
*.rsp
*.sbr
*.tlb
*.tli
*.tlh
*.tmp
*.tmp_proj
*_wpftmp.csproj
*.log
*.vspscc
*.vssscc
.builds
*.pidb
*.svclog
*.scc
# Chutzpah Test files
_Chutzpah*
# Visual C++ cache files
ipch/
*.aps
*.ncb
*.opendb
*.opensdf
*.sdf
*.cachefile
*.VC.db
*.VC.VC.opendb
# Visual Studio profiler
*.psess
*.vsp
*.vspx
*.sap
# Visual Studio Trace Files
*.e2e
# TFS 2012 Local Workspace
$tf/
# Guidance Automation Toolkit
*.gpState
# ReSharper is a .NET coding add-in
_ReSharper*/
*.[Rr]e[Ss]harper
*.DotSettings.user
# TeamCity is a build add-in
_TeamCity*
# DotCover is a Code Coverage Tool
*.dotCover
# AxoCover is a Code Coverage Tool
.axoCover/*
!.axoCover/settings.json
# Visual Studio code coverage results
*.coverage
*.coveragexml
# NCrunch
_NCrunch_*
.*crunch*.local.xml
nCrunchTemp_*
# MightyMoose
*.mm.*
AutoTest.Net/
# Web workbench (sass)
.sass-cache/
# Installshield output folder
[Ee]xpress/
# DocProject is a documentation generator add-in
DocProject/buildhelp/
DocProject/Help/*.HxT
DocProject/Help/*.HxC
DocProject/Help/*.hhc
DocProject/Help/*.hhk
DocProject/Help/*.hhp
DocProject/Help/Html2
DocProject/Help/html
# Click-Once directory
publish/
# Publish Web Output
*.[Pp]ublish.xml
*.azurePubxml
# Note: Comment the next line if you want to checkin your web deploy settings,
# but database connection strings (with potential passwords) will be unencrypted
*.pubxml
*.publishproj
# Microsoft Azure Web App publish settings. Comment the next line if you want to
# checkin your Azure Web App publish settings, but sensitive information contained
# in these scripts will be unencrypted
PublishScripts/
# NuGet Packages
*.nupkg
# NuGet Symbol Packages
*.snupkg
# The packages folder can be ignored because of Package Restore
**/[Pp]ackages/*
# except build/, which is used as an MSBuild target.
!**/[Pp]ackages/build/
# Uncomment if necessary however generally it will be regenerated when needed
#!**/[Pp]ackages/repositories.config
# NuGet v3's project.json files produces more ignorable files
*.nuget.props
*.nuget.targets
# Microsoft Azure Build Output
csx/
*.build.csdef
# Microsoft Azure Emulator
ecf/
rcf/
# Windows Store app package directories and files
AppPackages/
BundleArtifacts/
Package.StoreAssociation.xml
_pkginfo.txt
*.appx
*.appxbundle
*.appxupload
# Visual Studio cache files
# files ending in .cache can be ignored
*.[Cc]ache
# but keep track of directories ending in .cache
!?*.[Cc]ache/
# Others
ClientBin/
~$*
*~
*.dbmdl
*.dbproj.schemaview
*.jfm
*.pfx
*.publishsettings
orleans.codegen.cs
# Including strong name files can present a security risk
# (https://github.com/github/gitignore/pull/2483#issue-259490424)
#*.snk
# Since there are multiple workflows, uncomment next line to ignore bower_components
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
#bower_components/
# RIA/Silverlight projects
Generated_Code/
# Backup & report files from converting an old project file
# to a newer Visual Studio version. Backup files are not needed,
# because we have git ;-)
_UpgradeReport_Files/
Backup*/
UpgradeLog*.XML
UpgradeLog*.htm
ServiceFabricBackup/
*.rptproj.bak
# SQL Server files
*.mdf
*.ldf
*.ndf
# Business Intelligence projects
*.rdl.data
*.bim.layout
*.bim_*.settings
*.rptproj.rsuser
*- [Bb]ackup.rdl
*- [Bb]ackup ([0-9]).rdl
*- [Bb]ackup ([0-9][0-9]).rdl
# Microsoft Fakes
FakesAssemblies/
# GhostDoc plugin setting file
*.GhostDoc.xml
# Node.js Tools for Visual Studio
.ntvs_analysis.dat
node_modules/
# Visual Studio 6 build log
*.plg
# Visual Studio 6 workspace options file
*.opt
# Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
*.vbw
# Visual Studio LightSwitch build output
**/*.HTMLClient/GeneratedArtifacts
**/*.DesktopClient/GeneratedArtifacts
**/*.DesktopClient/ModelManifest.xml
**/*.Server/GeneratedArtifacts
**/*.Server/ModelManifest.xml
_Pvt_Extensions
# Paket dependency manager
.paket/paket.exe
paket-files/
# FAKE - F# Make
.fake/
# CodeRush personal settings
.cr/personal
# Python Tools for Visual Studio (PTVS)
__pycache__/
*.pyc
# Cake - Uncomment if you are using it
# tools/**
# !tools/packages.config
# Tabs Studio
*.tss
# Telerik's JustMock configuration file
*.jmconfig
# BizTalk build output
*.btp.cs
*.btm.cs
*.odx.cs
*.xsd.cs
# OpenCover UI analysis results
OpenCover/
# Azure Stream Analytics local run output
ASALocalRun/
# MSBuild Binary and Structured Log
*.binlog
# NVidia Nsight GPU debugger configuration file
*.nvuser
# MFractors (Xamarin productivity tool) working folder
.mfractor/
# Local History for Visual Studio
.localhistory/
# BeatPulse healthcheck temp database
healthchecksdb
# Backup folder for Package Reference Convert tool in Visual Studio 2017
MigrationBackup/
# Ionide (cross platform F# VS Code tools) working folder
.ionide/

Binary file not shown.

After

(image error) Size: 24 KiB

Binary file not shown.

After

(image error) Size: 20 KiB

Binary file not shown.

After

(image error) Size: 3.1 MiB

Binary file not shown.

After

(image error) Size: 3.7 MiB

View File

@ -0,0 +1,31 @@
<?xml version="1.0" encoding="utf-8"?>
<Consoles>
<Console IID="1" PCID="1" ConsoleName="1#操作台" PCName="DF-HXT-ASUS" BoardIP="192.168.10.231" LocalIP="192.168.10.241" Type="SSTS_V8">
<Joystick PUID="1" DriverID="4" Name="1#" Color="#FF00FFFF" Enable="True" Default="False" Type="Roker" MinSpeedRate="5" DefaultSpeedRate="5" UpAdcX="4090" DownAdcX="130" MiddleAdcX="2705" Tolerance="100" />
<Joystick PUID="2" DriverID="0" Name="2#" Color="#FFFF0000" Enable="True" Default="True" Type="Encoder" MinSpeedRate="5" DefaultSpeedRate="5" />
<Joystick PUID="3" DriverID="1" Name="3#" Color="#FF00FF00" Enable="True" Default="False" Type="Encoder" MinSpeedRate="5" DefaultSpeedRate="5" />
<Joystick PUID="4" DriverID="2" Name="4#" Color="#FF0000FF" Enable="True" Default="False" Type="Encoder" MinSpeedRate="5" DefaultSpeedRate="5" />
<Joystick PUID="5" DriverID="3" Name="5#" Color="#FFFFFF00" Enable="True" Default="False" Type="Encoder" MinSpeedRate="5" DefaultSpeedRate="5" />
<Joystick PUID="6" DriverID="5" Name="6#" Color="#FFFF00FF" Enable="True" Default="False" Type="Roker" MinSpeedRate="5" DefaultSpeedRate="5" UpAdcX="4090" DownAdcX="130" MiddleAdcX="2705" Tolerance="100" />
</Console>
<Console IID="2" PCID="2" ConsoleName="2#操作台" PCName="DF-02" BoardIP="192.168.10.232" LocalIP="192.168.10.242" Type="SSTS_V8">
<Joystick PUID="7" DriverID="4" Name="1#" Color="#FF00FFFF" Enable="True" Default="False" Type="Roker" MinSpeedRate="5" DefaultSpeedRate="5" UpAdcX="4090" DownAdcX="25" MiddleAdcX="2705" Tolerance="100" />
<Joystick PUID="8" DriverID="0" Name="2#" Color="#FFFF0000" Enable="True" Default="True" Type="Encoder" MinSpeedRate="5" DefaultSpeedRate="5" />
<Joystick PUID="9" DriverID="1" Name="3#" Color="#FF00FF00" Enable="True" Default="False" Type="Encoder" MinSpeedRate="5" DefaultSpeedRate="5" />
<Joystick PUID="10" DriverID="2" Name="4#" Color="#FF0000FF" Enable="True" Default="False" Type="Encoder" MinSpeedRate="5" DefaultSpeedRate="5" />
<Joystick PUID="11" DriverID="3" Name="5#" Color="#FFFFFF00" Enable="True" Default="False" Type="Encoder" MinSpeedRate="5" DefaultSpeedRate="5" />
<Joystick PUID="12" DriverID="5" Name="6#" Color="#FFFF00FF" Enable="True" Default="False" Type="Roker" MinSpeedRate="5" DefaultSpeedRate="5" UpAdcX="4090" DownAdcX="90" MiddleAdcX="2705" Tolerance="100" />
</Console>
<Console IID="3" PCID="3" ConsoleName="3#操作台" PCName="DF-03" BoardIP="192.168.10.233" LocalIP="192.168.10.243" Type="SSTS_V8">
<Joystick PUID="13" DriverID="0" Name="1#" Color="#FFFF0000" Enable="True" Default="True" Type="Encoder" MinSpeedRate="5" DefaultSpeedRate="5" />
<Joystick PUID="14" DriverID="1" Name="2#" Color="#FF00FF00" Enable="True" Default="False" Type="Encoder" MinSpeedRate="5" DefaultSpeedRate="5" />
<Joystick PUID="15" DriverID="2" Name="3#" Color="#FF0000FF" Enable="True" Default="False" Type="Encoder" MinSpeedRate="5" DefaultSpeedRate="5" />
<Joystick PUID="16" DriverID="3" Name="4#" Color="#FFFFFF00" Enable="True" Default="False" Type="Encoder" MinSpeedRate="5" DefaultSpeedRate="5" />
</Console>
<Console IID="4" PCID="4" ConsoleName="便捷盘1" PCName="DF-04" BoardIP="192.168.10.234" LocalIP="192.168.10.244" Type="SSTS_V6">
<Joystick PUID="19" DriverID="0" Name="1#" Color="#FF00FFFF" Enable="True" Default="False" Type="Roker" MinSpeedRate="5" DefaultSpeedRate="5" UpAdcX="4001" DownAdcX="801" MiddleAdcX="2471" Tolerance="100" />
</Console>
<Console IID="4" PCID="4" ConsoleName="便捷盘2" PCName="DF-05" BoardIP="192.168.10.234" LocalIP="192.168.10.245" Type="SSTS_V6">
<Joystick PUID="19" DriverID="0" Name="1#" Color="#FF00FFFF" Enable="True" Default="False" Type="Roker" MinSpeedRate="5" DefaultSpeedRate="5" UpAdcX="4001" DownAdcX="801" MiddleAdcX="2471" Tolerance="100" />
</Console>
</Consoles>

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/>
</startup>
</configuration>

View File

@ -0,0 +1,4 @@
<Languages CurrentLanguage="Chinese">
<Language Key="Chinese" Name="中文" />
<Language Key="English" Name="English" />
</Languages>

View File

@ -0,0 +1,25 @@
<?xml version="1.0" encoding="utf-8"?>
<AllNotes>
<Notes PropmtDate="2020/05/18" />
<Notes PropmtDate="2020/05/21">
<Note CreateTime="2020/05/21 03:31:50" Creater="a" Readers="" IsPropmt="false">今天完成了
1、强制信号
2、声光报警
3、故障复位</Note>
</Notes>
<Notes PropmtDate="2020/05/22">
<Note CreateTime="2020/05/21 03:36:28" Creater="a" Readers="" IsPropmt="false">今日安排:
1、剧目编辑以及场景编辑
2、编组的调试
未完成:
1、位置标记的运用
2、软键盘的挂载以及优化
3、实时信息输出
5、系统面板制作
6、权限
7、日志查询的优化
8、......</Note>
</Notes>
<Notes PropmtDate="2020/11/19" />
</AllNotes>

View File

@ -0,0 +1,6 @@
<Play Name="2019春晚" CreateTime="2019/3/29 13:50" Describe="2019年春晚联排剧目文件">
<Cue Name="开场" Describe="开场,主持人上场" StartTime="00:00:00" Midi="#0xFF">
<Motion DeviceID="1" Pos="1000" Speed="80" Time="0" Type="">
<Motion DeviceID="2" Pos="1000" Speed="80" Time="0" Type="">
</Cue>
</Play>

View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<PosMarks>
<Device DeviceID="1">
<PosMark Index="1" Name="M1" Pos="8888" />
</Device>
</PosMarks>

View File

@ -0,0 +1,3 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<GlobalPosMarks>
</GlobalPosMarks>

View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<Screens>
<Screen Index="1" Type="Main" Views="" />
<Screen Index="3" Type="Mirror" Views="3D视图" />
<Screen Index="2" Type="Mirror" Views="系统面板," />
</Screens>

View File

@ -0,0 +1,3 @@
<Skins CurrentSkin="BlackSkin">
<Skin Key="BlackSkin" Name="黑白样式" PreviewColor="#FF000000" />
</Skins>

View File

@ -0,0 +1,26 @@
<Software>
<!--客户名称-->
<ClientName>南通大剧院</ClientName>
<!--Motionlist的Columns定义-->
<MotionlistColumns>511</MotionlistColumns>
<!--软键盘-->
<KeyboardAutoShow>True</KeyboardAutoShow>
<!--计量单位-->
<Units>
<PosUnit>Millimetre</PosUnit>
<TimeFLoatDigits>1</TimeFLoatDigits>
<AngleFLoatDigits>1</AngleFLoatDigits>
<LoadFLoatDigits>3</LoadFLoatDigits>
<PulseEquivalentFLoatDigits>3</PulseEquivalentFLoatDigits>
</Units>
<Others>
<RealInfosMaxCount>500</RealInfosMaxCount>
<ShowAlarmStatusOnly>True</ShowAlarmStatusOnly>
<ShowSafetyStatus>False</ShowSafetyStatus>
<CamEnable>True</CamEnable>
<SafetyEnable>True</SafetyEnable>
<LoadEnable>False</LoadEnable>
<PollingEnable>True</PollingEnable>
<TriggerPollingCount>100</TriggerPollingCount>
</Others>
</Software>

View File

@ -0,0 +1,10 @@
<View Name="3D视图"
Width="1400"
Height="800"
Padding="20"
BackColor="Transparent"
Type="D3D"
D3DModalFile="v3d.obj"
D3dConfigFile="View3DConfiger.xml"
UIElementTypeFullName="DfStageV8.Views.Device3DView" >
</View>

View File

@ -0,0 +1,10 @@
<View Name="3D视图"
Width="1400"
Height="800"
Padding="20"
BackColor="Transparent"
Type="D3D"
D3DModalFile="bar.obj"
D3dConfigFile="View3DConfiger.xml"
UIElementTypeFullName="DfStageV8.Views.Device3DView" >
</View>

View File

@ -0,0 +1,273 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<View Name="全部编组" Width="3400" Height="2180" Type="BuiltInAllDevices" BackColor="#00000000" Padding="20,20,20,20">
<Object PrimaryKey="105" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="790" Top="564" Width="80" Height="80" />
<Object PrimaryKey="106" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="875" Top="564" Width="80" Height="80" />
<Object PrimaryKey="107" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="960" Top="564" Width="80" Height="80" />
<Object PrimaryKey="108" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="1045" Top="564" Width="80" Height="80" />
<Object PrimaryKey="109" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="1130" Top="564" Width="80" Height="80" />
<Object PrimaryKey="1" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="330" Top="366" Width="80" Height="80" />
<Object PrimaryKey="2" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="415" Top="366" Width="80" Height="80" />
<Object PrimaryKey="3" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="500" Top="366" Width="80" Height="80" />
<Object PrimaryKey="4" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="585" Top="366" Width="80" Height="80" />
<Object PrimaryKey="5" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="670" Top="366" Width="80" Height="80" />
<Object PrimaryKey="6" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="755" Top="366" Width="80" Height="80" />
<Object PrimaryKey="7" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="840" Top="366" Width="80" Height="80" />
<Object PrimaryKey="8" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="925" Top="366" Width="80" Height="80" />
<Object PrimaryKey="9" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="1010" Top="366" Width="80" Height="80" />
<Object PrimaryKey="10" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="1095" Top="366" Width="80" Height="80" />
<Object PrimaryKey="11" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="1180" Top="366" Width="80" Height="80" />
<Object PrimaryKey="12" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="1265" Top="366" Width="80" Height="80" />
<Object PrimaryKey="13" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="1350" Top="366" Width="80" Height="80" />
<Object PrimaryKey="14" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="1435" Top="366" Width="80" Height="80" />
<Object PrimaryKey="15" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="1520" Top="366" Width="80" Height="80" />
<Object PrimaryKey="16" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="1605" Top="366" Width="80" Height="80" />
<Object PrimaryKey="17" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="330" Top="281" Width="80" Height="80" />
<Object PrimaryKey="18" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="415" Top="281" Width="80" Height="80" />
<Object PrimaryKey="19" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="499.999999999999" Top="281" Width="80" Height="80" />
<Object PrimaryKey="20" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="584.999999999999" Top="281" Width="80" Height="80" />
<Object PrimaryKey="21" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="670" Top="281" Width="80" Height="80" />
<Object PrimaryKey="22" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="755" Top="281" Width="80" Height="80" />
<Object PrimaryKey="23" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="840" Top="281" Width="80" Height="80" />
<Object PrimaryKey="24" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="924.999999999999" Top="281" Width="80" Height="80" />
<Object PrimaryKey="25" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="1010" Top="281" Width="80" Height="80" />
<Object PrimaryKey="26" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="1095" Top="281" Width="80" Height="80" />
<Object PrimaryKey="27" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="1180" Top="281" Width="80" Height="80" />
<Object PrimaryKey="28" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="1265" Top="281" Width="80" Height="80" />
<Object PrimaryKey="29" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="1350" Top="281" Width="80" Height="80" />
<Object PrimaryKey="30" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="1435" Top="281" Width="80" Height="80" />
<Object PrimaryKey="31" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="1520" Top="281" Width="80" Height="80" />
<Object PrimaryKey="32" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="1605" Top="281" Width="80" Height="80" />
<Object PrimaryKey="33" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="330" Top="196" Width="80" Height="80" />
<Object PrimaryKey="34" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="415" Top="196" Width="80" Height="80" />
<Object PrimaryKey="35" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="500" Top="196" Width="80" Height="80" />
<Object PrimaryKey="36" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="584" Top="196" Width="80" Height="80" />
<Object PrimaryKey="37" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="669" Top="196" Width="80" Height="80" />
<Object PrimaryKey="38" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="754" Top="196" Width="80" Height="80" />
<Object PrimaryKey="39" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="839" Top="196" Width="80" Height="80" />
<Object PrimaryKey="40" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="924" Top="196" Width="80" Height="80" />
<Object PrimaryKey="41" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="1009" Top="196" Width="80" Height="80" />
<Object PrimaryKey="42" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="1094" Top="196" Width="80" Height="80" />
<Object PrimaryKey="43" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="1179" Top="196" Width="80" Height="80" />
<Object PrimaryKey="44" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="1264" Top="196" Width="80" Height="80" />
<Object PrimaryKey="45" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="1349" Top="196" Width="80" Height="80" />
<Object PrimaryKey="46" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="1434" Top="196" Width="80" Height="80" />
<Object PrimaryKey="47" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="1519" Top="196" Width="80" Height="80" />
<Object PrimaryKey="48" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="1604" Top="196" Width="80" Height="80" />
<Object PrimaryKey="49" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="329" Top="112" Width="80" Height="80" />
<Object PrimaryKey="50" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="414" Top="112" Width="80" Height="80" />
<Object PrimaryKey="51" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="499" Top="112" Width="80" Height="80" />
<Object PrimaryKey="52" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="584" Top="112" Width="80" Height="80" />
<Object PrimaryKey="53" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="669" Top="112" Width="80" Height="80" />
<Object PrimaryKey="54" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="754" Top="112" Width="80" Height="80" />
<Object PrimaryKey="55" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="839" Top="112" Width="80" Height="80" />
<Object PrimaryKey="56" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="924" Top="112" Width="80" Height="80" />
<Object PrimaryKey="57" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="1009" Top="112" Width="80" Height="80" />
<Object PrimaryKey="58" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="1094" Top="112" Width="80" Height="80" />
<Object PrimaryKey="59" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="1179" Top="112" Width="80" Height="80" />
<Object PrimaryKey="60" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="1264" Top="112" Width="80" Height="80" />
<Object PrimaryKey="61" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="1349" Top="112" Width="80" Height="80" />
<Object PrimaryKey="62" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="1434" Top="112" Width="80" Height="80" />
<Object PrimaryKey="63" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="1519" Top="112" Width="80" Height="80" />
<Object PrimaryKey="64" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="1604" Top="112" Width="80" Height="80" />
<Object PrimaryKey="79" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="753.999999999999" Top="452" Width="80" Height="80" />
<Object PrimaryKey="80" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="838.999999999999" Top="452" Width="80" Height="80" />
<Object PrimaryKey="81" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="924" Top="452" Width="80" Height="80" />
<Object PrimaryKey="82" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="1009" Top="452" Width="80" Height="80" />
<Object PrimaryKey="83" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="1094" Top="452" Width="80" Height="80" />
<Object PrimaryKey="84" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="1179" Top="452" Width="80" Height="80" />
<Object PrimaryKey="67" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="496" Top="29" Width="80" Height="80" />
<Object PrimaryKey="68" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="581" Top="29" Width="80" Height="80" />
<Object PrimaryKey="69" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="666" Top="29" Width="80" Height="80" />
<Object PrimaryKey="70" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="751" Top="29" Width="80" Height="80" />
<Object PrimaryKey="71" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="836" Top="29" Width="80" Height="80" />
<Object PrimaryKey="72" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="921" Top="28" Width="80" Height="80" />
<Object PrimaryKey="73" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="1006" Top="28" Width="80" Height="80" />
<Object PrimaryKey="74" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="1091" Top="28" Width="80" Height="80" />
<Object PrimaryKey="75" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="1176" Top="28" Width="80" Height="80" />
<Object PrimaryKey="76" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="1261" Top="28" Width="80" Height="80" />
<Object PrimaryKey="77" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="1346" Top="28" Width="80" Height="80" />
<Object PrimaryKey="78" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="1431" Top="28" Width="80" Height="80" />
<Object PrimaryKey="85" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="308" Top="567" Width="80" Height="80" />
<Object PrimaryKey="86" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="393" Top="567" Width="80" Height="80" />
<Object PrimaryKey="87" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="478" Top="567" Width="80" Height="80" />
<Object PrimaryKey="88" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="563" Top="567" Width="80" Height="80" />
<Object PrimaryKey="89" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="648" Top="567" Width="80" Height="80" />
<Object PrimaryKey="90" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="309" Top="483" Width="80" Height="80" />
<Object PrimaryKey="91" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="394" Top="483" Width="80" Height="80" />
<Object PrimaryKey="92" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="479" Top="483" Width="80" Height="80" />
<Object PrimaryKey="93" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="564" Top="483" Width="80" Height="80" />
<Object PrimaryKey="94" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="649" Top="483" Width="80" Height="80" />
<Object PrimaryKey="95" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="1346" Top="571" Width="80" Height="80" />
<Object PrimaryKey="96" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="1431" Top="571" Width="80" Height="80" />
<Object PrimaryKey="97" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="1516" Top="571" Width="80" Height="80" />
<Object PrimaryKey="98" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="1601" Top="571" Width="80" Height="80" />
<Object PrimaryKey="99" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="1347" Top="486" Width="80" Height="80" />
<Object PrimaryKey="100" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="1432" Top="486" Width="80" Height="80" />
<Object PrimaryKey="101" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="1517" Top="486" Width="80" Height="80" />
<Object PrimaryKey="102" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="1602" Top="486" Width="80" Height="80" />
<Object PrimaryKey="103" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="834.999999999999" Top="655" Width="80" Height="80" />
<Object PrimaryKey="104" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="919.999999999999" Top="655" Width="80" Height="80" />
<Object PrimaryKey="200" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="1005" Top="655" Width="80" Height="80" />
<Object PrimaryKey="201" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="1090" Top="655" Width="80" Height="80" />
<Object PrimaryKey="110" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="9.9999999999996" Top="369" Width="80" Height="80" />
<Object PrimaryKey="111" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="9.99999999999955" Top="285" Width="80" Height="80" />
<Object PrimaryKey="112" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="8" Top="201" Width="80" Height="80" />
<Object PrimaryKey="113" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="8" Top="116" Width="80" Height="80" />
<Object PrimaryKey="114" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="6.99999999999954" Top="30" Width="80" Height="80" />
<Object PrimaryKey="115" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="1918" Top="366" Width="80" Height="80" />
<Object PrimaryKey="116" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="1918" Top="281.5" Width="80" Height="80" />
<Object PrimaryKey="117" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="1918" Top="197" Width="80" Height="80" />
<Object PrimaryKey="118" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="1918" Top="112.5" Width="80" Height="80" />
<Object PrimaryKey="119" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="1918" Top="28" Width="80" Height="80" />
<Object PrimaryKey="206" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="93.9999999999999" Top="370" Width="80" Height="80" />
<Object PrimaryKey="207" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="93" Top="285" Width="80" Height="80" />
<Object PrimaryKey="208" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="94" Top="202" Width="80" Height="80" />
<Object PrimaryKey="209" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="94" Top="116" Width="80" Height="80" />
<Object PrimaryKey="210" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="93.9999999999999" Top="28.9999999999999" Width="80" Height="80" />
<Object PrimaryKey="211" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="1833" Top="366" Width="80" Height="80" />
<Object PrimaryKey="212" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="1833" Top="281.5" Width="80" Height="80" />
<Object PrimaryKey="213" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="1833" Top="197" Width="80" Height="80" />
<Object PrimaryKey="214" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="1833" Top="112.5" Width="80" Height="80" />
<Object PrimaryKey="215" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="1833" Top="28" Width="80" Height="80" />
<Object PrimaryKey="65" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="200" Top="111" Width="80" Height="80" />
<Object PrimaryKey="66" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="1721" Top="112" Width="80" Height="80" />
<Object PrimaryKey="202" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="835" Top="743" Width="80" Height="80" />
<Object PrimaryKey="203" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="920" Top="743" Width="80" Height="80" />
<Object PrimaryKey="204" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="1005" Top="743" Width="80" Height="80" />
<Object PrimaryKey="205" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="1090" Top="743" Width="80" Height="80" />
<Object PrimaryKey="123" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="577" Top="1777" Width="156" Height="80" />
<Object PrimaryKey="124" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="576" Top="1694" Width="156" Height="80" />
<Object PrimaryKey="222" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="576" Top="1862" Width="158" Height="80" />
<Object PrimaryKey="125" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="580.01051840721" Top="1596" Width="156" Height="80" />
<Object PrimaryKey="126" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="738.50788880541" Top="1596" Width="80" Height="80" />
<Object PrimaryKey="127" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="578" Top="1511" Width="156" Height="80" />
<Object PrimaryKey="128" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="739" Top="1511" Width="80" Height="80" />
<Object PrimaryKey="129" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="578" Top="1426" Width="156" Height="80" />
<Object PrimaryKey="130" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="740" Top="1426" Width="80" Height="80" />
<Object PrimaryKey="131" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="578" Top="1341" Width="156" Height="80" />
<Object PrimaryKey="132" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="739" Top="1341" Width="80" Height="80" />
<Object PrimaryKey="133" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="578" Top="1256" Width="156" Height="80" />
<Object PrimaryKey="134" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="739" Top="1256" Width="80" Height="80" />
<Object PrimaryKey="135" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="579" Top="1171" Width="156" Height="80" />
<Object PrimaryKey="136" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="739" Top="1171" Width="80" Height="80" />
<Object PrimaryKey="216" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="1480" Top="1589" Width="80" Height="80" />
<Object PrimaryKey="217" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="1480" Top="1503" Width="80" Height="80" />
<Object PrimaryKey="218" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="1480" Top="1420" Width="80" Height="80" />
<Object PrimaryKey="219" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="1480" Top="1336" Width="80" Height="80" />
<Object PrimaryKey="220" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="1480" Top="1253" Width="80" Height="80" />
<Object PrimaryKey="221" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="1480" Top="1168" Width="80" Height="80" />
<Object PrimaryKey="137" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="198" Top="1595" Width="156" Height="80" />
<Object PrimaryKey="138" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="357" Top="1595" Width="80" Height="80" />
<Object PrimaryKey="139" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="197" Top="1510" Width="156" Height="80" />
<Object PrimaryKey="140" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="356" Top="1510" Width="80" Height="80" />
<Object PrimaryKey="141" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="197" Top="1425" Width="156" Height="80" />
<Object PrimaryKey="142" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="356" Top="1425" Width="80" Height="80" />
<Object PrimaryKey="143" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="196" Top="1340" Width="156" Height="80" />
<Object PrimaryKey="144" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="355" Top="1340" Width="80" Height="80" />
<Object PrimaryKey="145" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="196" Top="1255" Width="156" Height="80" />
<Object PrimaryKey="146" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="355" Top="1255" Width="80" Height="80" />
<Object PrimaryKey="147" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="196" Top="1170" Width="156" Height="80" />
<Object PrimaryKey="148" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="355" Top="1170" Width="80" Height="80" />
<Object PrimaryKey="149" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="985" Top="1595" Width="156" Height="80" />
<Object PrimaryKey="150" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="1144" Top="1595" Width="80" Height="80" />
<Object PrimaryKey="151" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="985" Top="1510" Width="156" Height="80" />
<Object PrimaryKey="152" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="1144" Top="1510" Width="80" Height="80" />
<Object PrimaryKey="153" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="985" Top="1425" Width="156" Height="80" />
<Object PrimaryKey="154" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="1144" Top="1425" Width="80" Height="80" />
<Object PrimaryKey="155" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="985" Top="1340" Width="156" Height="80" />
<Object PrimaryKey="156" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="1144" Top="1340" Width="80" Height="80" />
<Object PrimaryKey="157" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="984" Top="1255" Width="156" Height="80" />
<Object PrimaryKey="158" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="1144" Top="1255" Width="80" Height="80" />
<Object PrimaryKey="159" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="983" Top="1170" Width="156" Height="80" />
<Object PrimaryKey="160" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="1144" Top="1170" Width="80" Height="80" />
<Object PrimaryKey="223" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="472" Top="1595" Width="80" Height="80" />
<Object PrimaryKey="224" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="472" Top="1510" Width="80" Height="80" />
<Object PrimaryKey="225" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="472" Top="1425" Width="80" Height="80" />
<Object PrimaryKey="226" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="472" Top="1340" Width="80" Height="80" />
<Object PrimaryKey="227" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="472" Top="1255" Width="80" Height="80" />
<Object PrimaryKey="228" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="472" Top="1170" Width="80" Height="80" />
<Object PrimaryKey="229" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="866" Top="1594" Width="80" Height="80" />
<Object PrimaryKey="230" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="866" Top="1509" Width="80" Height="80" />
<Object PrimaryKey="231" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="866" Top="1424" Width="80" Height="80" />
<Object PrimaryKey="232" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="866" Top="1339" Width="80" Height="80" />
<Object PrimaryKey="233" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="866" Top="1254" Width="80" Height="80" />
<Object PrimaryKey="234" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="866" Top="1169" Width="80" Height="80" />
<Object PrimaryKey="235" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="5" Top="1595" Width="156" Height="80" />
<Object PrimaryKey="236" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="5" Top="1510" Width="156" Height="80" />
<Object PrimaryKey="237" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="5" Top="1425" Width="156" Height="80" />
<Object PrimaryKey="238" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="5" Top="1340" Width="156" Height="80" />
<Object PrimaryKey="239" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="5" Top="1255" Width="156" Height="80" />
<Object PrimaryKey="240" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="5" Top="1170" Width="156" Height="80" />
<Object PrimaryKey="241" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="1256" Top="1595" Width="156" Height="80" />
<Object PrimaryKey="242" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="1256" Top="1510" Width="156" Height="80" />
<Object PrimaryKey="243" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="1256" Top="1425" Width="156" Height="80" />
<Object PrimaryKey="244" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="1256" Top="1340" Width="156" Height="80" />
<Object PrimaryKey="245" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="1256" Top="1255" Width="156" Height="80" />
<Object PrimaryKey="246" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="1256" Top="1170" Width="156" Height="80" />
<Object PrimaryKey="120" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="579" Top="894" Width="240" Height="167" />
<Object PrimaryKey="247" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="579" Top="1064" Width="240" Height="80" />
<Object PrimaryKey="248" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="300" Top="979" Width="80" Height="80" />
<Object PrimaryKey="249" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="385" Top="979" Width="80" Height="80" />
<Object PrimaryKey="250" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="470" Top="979" Width="80" Height="80" />
<Object PrimaryKey="251" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="300" Top="894" Width="80" Height="80" />
<Object PrimaryKey="252" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="385" Top="894" Width="80" Height="80" />
<Object PrimaryKey="253" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="470" Top="894" Width="80" Height="80" />
<Object PrimaryKey="121" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="852" Top="893" Width="80" Height="80" />
<Object PrimaryKey="122" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="937" Top="893" Width="80" Height="80" />
<Object PrimaryKey="254" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="1835.2539444027" Top="1201" Width="117" Height="80" />
<Object PrimaryKey="255" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="2212.2539444027" Top="1197" Width="117" Height="80" />
<Object PrimaryKey="274" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="1958.4169797145" Top="1907.9196093163" Width="117" Height="80" />
<Object PrimaryKey="275" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="1958.9196093163" Top="1990.02103681442" Width="117" Height="80" />
<Object PrimaryKey="276" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="2081.50788880541" Top="1908.1630353118" Width="117" Height="80" />
<Object PrimaryKey="277" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="2081.50788880541" Top="1989.76709241172" Width="117" Height="80" />
<Object PrimaryKey="278" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="1958.4169797145" Top="1823.69722013524" Width="117" Height="80" />
<Object PrimaryKey="279" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="1958.4169797145" Top="1739.69722013524" Width="117" Height="80" />
<Object PrimaryKey="280" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="2081.50788880541" Top="1826.69722013524" Width="117" Height="80" />
<Object PrimaryKey="281" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="2081.50788880541" Top="1743.69722013524" Width="117" Height="80" />
<Object PrimaryKey="282" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="1958.4169797145" Top="1657.69722013524" Width="117" Height="80" />
<Object PrimaryKey="283" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="1958.4169797145" Top="1574.69722013524" Width="117" Height="80" />
<Object PrimaryKey="284" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="2081.50788880541" Top="1659.69722013524" Width="117" Height="80" />
<Object PrimaryKey="285" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="2081.50788880541" Top="1577.69722013524" Width="117" Height="80" />
<Object PrimaryKey="286" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="1958.4169797145" Top="1493.69722013524" Width="117" Height="80" />
<Object PrimaryKey="287" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="1958.4169797145" Top="1411.69722013524" Width="117" Height="80" />
<Object PrimaryKey="288" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="2081.50788880541" Top="1495.69722013524" Width="117" Height="80" />
<Object PrimaryKey="289" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="2081.50788880541" Top="1411.69722013524" Width="117" Height="80" />
<Object PrimaryKey="290" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="1958.4169797145" Top="1323.69722013524" Width="117" Height="80" />
<Object PrimaryKey="291" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="1958.4169797145" Top="1242.69722013524" Width="117" Height="80" />
<Object PrimaryKey="292" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="2081.50788880541" Top="1325.69722013524" Width="117" Height="80" />
<Object PrimaryKey="293" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="2081.50788880541" Top="1241.69722013524" Width="117" Height="80" />
<Object PrimaryKey="294" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="1958.4169797145" Top="1157.69722013524" Width="117" Height="80" />
<Object PrimaryKey="295" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="1958.4169797145" Top="1074.69722013524" Width="117" Height="80" />
<Object PrimaryKey="296" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="2081.50788880541" Top="1157.69722013524" Width="117" Height="80" />
<Object PrimaryKey="297" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="2081.50788880541" Top="1074.69722013524" Width="117" Height="80" />
<Object PrimaryKey="298" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="1835.2539444027" Top="1706" Width="117" Height="80" />
<Object PrimaryKey="299" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="2212.2539444027" Top="1701" Width="117" Height="80" />
<Object PrimaryKey="300" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="1835.2539444027" Top="1621" Width="117" Height="80" />
<Object PrimaryKey="301" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="2212.2539444027" Top="1616" Width="117" Height="80" />
<Object PrimaryKey="302" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="1835.2539444027" Top="1536" Width="117" Height="80" />
<Object PrimaryKey="303" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="2212.2539444027" Top="1531" Width="117" Height="80" />
<Object PrimaryKey="304" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="1835.2539444027" Top="1451" Width="117" Height="80" />
<Object PrimaryKey="305" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="2212.2539444027" Top="1446" Width="117" Height="80" />
<Object PrimaryKey="306" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="1835.2539444027" Top="1366" Width="117" Height="80" />
<Object PrimaryKey="307" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="2212.2539444027" Top="1361" Width="117" Height="80" />
<Object PrimaryKey="308" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="1835.2539444027" Top="1281" Width="117" Height="80" />
<Object PrimaryKey="309" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="2212.2539444027" Top="1276" Width="117" Height="80" />
<Object PrimaryKey="256" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="1569" Top="1589" Width="80" Height="80" />
<Object PrimaryKey="257" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="1654" Top="1589" Width="80" Height="80" />
<Object PrimaryKey="258" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="1739" Top="1589" Width="80" Height="80" />
<Object PrimaryKey="259" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="1567" Top="1505" Width="80" Height="80" />
<Object PrimaryKey="260" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="1652" Top="1505" Width="80" Height="80" />
<Object PrimaryKey="261" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="1737" Top="1505" Width="80" Height="80" />
<Object PrimaryKey="262" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="1567" Top="1422" Width="80" Height="80" />
<Object PrimaryKey="263" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="1653" Top="1422" Width="80" Height="80" />
<Object PrimaryKey="264" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="1738" Top="1422" Width="80" Height="80" />
<Object PrimaryKey="265" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="1569" Top="1337" Width="80" Height="80" />
<Object PrimaryKey="266" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="1654" Top="1337" Width="80" Height="80" />
<Object PrimaryKey="267" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="1739" Top="1337" Width="80" Height="80" />
<Object PrimaryKey="268" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="1568" Top="1252" Width="80" Height="80" />
<Object PrimaryKey="269" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="1653" Top="1252" Width="80" Height="80" />
<Object PrimaryKey="270" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="1738" Top="1252" Width="80" Height="80" />
<Object PrimaryKey="271" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="1570" Top="1170" Width="80" Height="80" />
<Object PrimaryKey="272" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="1655" Top="1170" Width="80" Height="80" />
<Object PrimaryKey="273" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="1740" Top="1170" Width="80" Height="80" />
</View>

View File

@ -0,0 +1,3 @@
<DOF>
<Visual3D name="3D info" adjustview="1" offsetX="0" offsetY="47" offsetZ="513" rotationX="-8" rotationY="-180" rotationZ="0" fieldview="36" light_rotationx="-93" light_rotationy="-4" light_rotationz="-22" />
</DOF>

View File

@ -0,0 +1,5 @@
<DOF>
<configer name="configer" maxpos="10000" minpos="100" time="100" maxspeed="100" />
<GridAxis name="GridAxis info" AxisXPos="40" AxisYPos="10" AxisZPos="30" GridAxisX="0" GridAxisY="0" FontSize="5" />
<Visual3D name="3D info" adjustview="1" offsetX="0" offsetY="100" offsetZ="497" rotationX="-3" rotationY="-3" rotationZ="0" fieldview="78" light_rotationx="33" light_rotationy="5" light_rotationz="11" />
</DOF>

View File

@ -0,0 +1,3 @@
<View Name="环境监测" Width="1400" Height="800" Padding="20" BackColor="Transparent" Type="ExternControl" UIElementTypeFullName="DataCenter\Env\EnvMonitorDemo.exe">
</View>

View File

@ -0,0 +1,42 @@
<View Name="系统面板" Width="1920" Height="1000" Type="BuiltInAllDevices" BackColor="#00000000" Padding="20,20,20,20">
<Object PrimaryKey="301" SecondaryKey="400" DictionaryID="-1" ObjectType="DeviceState" UIElementTypeFullName="ZH.StageControls.SDeviceState" Left="149" Top="6" Width="180" Height="40" />
<Object PrimaryKey="302" SecondaryKey="400" DictionaryID="-1" ObjectType="DeviceState" UIElementTypeFullName="ZH.StageControls.SDeviceState" Left="149" Top="71.6923076923077" Width="180" Height="40" />
<Object PrimaryKey="303" SecondaryKey="400" DictionaryID="-1" ObjectType="DeviceState" UIElementTypeFullName="ZH.StageControls.SDeviceState" Left="149" Top="137.384615384615" Width="180" Height="40" />
<Object PrimaryKey="304" SecondaryKey="400" DictionaryID="-1" ObjectType="DeviceState" UIElementTypeFullName="ZH.StageControls.SDeviceState" Left="149" Top="203.076923076923" Width="180" Height="40" />
<Object PrimaryKey="305" SecondaryKey="400" DictionaryID="-1" ObjectType="DeviceState" UIElementTypeFullName="ZH.StageControls.SDeviceState" Left="149" Top="268.769230769231" Width="180" Height="40" />
<Object PrimaryKey="306" SecondaryKey="400" DictionaryID="-1" ObjectType="DeviceState" UIElementTypeFullName="ZH.StageControls.SDeviceState" Left="149" Top="334.461538461538" Width="180" Height="40" />
<Object PrimaryKey="307" SecondaryKey="400" DictionaryID="-1" ObjectType="DeviceState" UIElementTypeFullName="ZH.StageControls.SDeviceState" Left="149" Top="400.153846153846" Width="180" Height="40" />
<Object PrimaryKey="308" SecondaryKey="400" DictionaryID="-1" ObjectType="DeviceState" UIElementTypeFullName="ZH.StageControls.SDeviceState" Left="149" Top="465.846153846154" Width="180" Height="40" />
<Object PrimaryKey="309" SecondaryKey="400" DictionaryID="-1" ObjectType="DeviceState" UIElementTypeFullName="ZH.StageControls.SDeviceState" Left="149" Top="531.538461538462" Width="180" Height="40" />
<Object PrimaryKey="310" SecondaryKey="400" DictionaryID="-1" ObjectType="DeviceState" UIElementTypeFullName="ZH.StageControls.SDeviceState" Left="149" Top="597.230769230769" Width="180" Height="40" />
<Object PrimaryKey="311" SecondaryKey="400" DictionaryID="-1" ObjectType="DeviceState" UIElementTypeFullName="ZH.StageControls.SDeviceState" Left="149" Top="662.923076923077" Width="180" Height="40" />
<Object PrimaryKey="312" SecondaryKey="400" DictionaryID="-1" ObjectType="DeviceState" UIElementTypeFullName="ZH.StageControls.SDeviceState" Left="149" Top="728.615384615385" Width="180" Height="40" />
<Object PrimaryKey="313" SecondaryKey="400" DictionaryID="-1" ObjectType="DeviceState" UIElementTypeFullName="ZH.StageControls.SDeviceState" Left="149" Top="794.307692307692" Width="180" Height="40" />
<Object PrimaryKey="314" SecondaryKey="400" DictionaryID="-1" ObjectType="DeviceState" UIElementTypeFullName="ZH.StageControls.SDeviceState" Left="149" Top="860" Width="180" Height="40" />
<Object PrimaryKey="315" SecondaryKey="400" DictionaryID="-1" ObjectType="DeviceState" UIElementTypeFullName="ZH.StageControls.SDeviceState" Left="437.666666666667" Top="6" Width="180" Height="40" />
<Object PrimaryKey="317" SecondaryKey="400" DictionaryID="-1" ObjectType="DeviceState" UIElementTypeFullName="ZH.StageControls.SDeviceState" Left="437.666666666667" Top="71.6923076923077" Width="180" Height="40" />
<Object PrimaryKey="318" SecondaryKey="400" DictionaryID="-1" ObjectType="DeviceState" UIElementTypeFullName="ZH.StageControls.SDeviceState" Left="437.666666666667" Top="137.384615384615" Width="180" Height="40" />
<Object PrimaryKey="319" SecondaryKey="400" DictionaryID="-1" ObjectType="DeviceState" UIElementTypeFullName="ZH.StageControls.SDeviceState" Left="437.666666666667" Top="203.076923076923" Width="180" Height="40" />
<Object PrimaryKey="321" SecondaryKey="400" DictionaryID="-1" ObjectType="DeviceState" UIElementTypeFullName="ZH.StageControls.SDeviceState" Left="437.666666666667" Top="268.769230769231" Width="180" Height="40" />
<Object PrimaryKey="322" SecondaryKey="400" DictionaryID="-1" ObjectType="DeviceState" UIElementTypeFullName="ZH.StageControls.SDeviceState" Left="437.666666666667" Top="334.461538461538" Width="180" Height="40" />
<Object PrimaryKey="323" SecondaryKey="400" DictionaryID="-1" ObjectType="DeviceState" UIElementTypeFullName="ZH.StageControls.SDeviceState" Left="437.666666666667" Top="400.153846153846" Width="180" Height="40" />
<Object PrimaryKey="324" SecondaryKey="400" DictionaryID="-1" ObjectType="DeviceState" UIElementTypeFullName="ZH.StageControls.SDeviceState" Left="437.666666666667" Top="465.846153846154" Width="180" Height="40" />
<Object PrimaryKey="325" SecondaryKey="400" DictionaryID="-1" ObjectType="DeviceState" UIElementTypeFullName="ZH.StageControls.SDeviceState" Left="437.666666666667" Top="531.538461538462" Width="180" Height="40" />
<Object PrimaryKey="326" SecondaryKey="400" DictionaryID="-1" ObjectType="DeviceState" UIElementTypeFullName="ZH.StageControls.SDeviceState" Left="437.666666666667" Top="597.230769230769" Width="180" Height="40" />
<Object PrimaryKey="327" SecondaryKey="400" DictionaryID="-1" ObjectType="DeviceState" UIElementTypeFullName="ZH.StageControls.SDeviceState" Left="437.666666666667" Top="662.923076923077" Width="180" Height="40" />
<Object PrimaryKey="328" SecondaryKey="400" DictionaryID="-1" ObjectType="DeviceState" UIElementTypeFullName="ZH.StageControls.SDeviceState" Left="437.666666666667" Top="728.615384615385" Width="180" Height="40" />
<Object PrimaryKey="329" SecondaryKey="400" DictionaryID="-1" ObjectType="DeviceState" UIElementTypeFullName="ZH.StageControls.SDeviceState" Left="437.666666666667" Top="794.307692307692" Width="180" Height="40" />
<Object PrimaryKey="330" SecondaryKey="400" DictionaryID="-1" ObjectType="DeviceState" UIElementTypeFullName="ZH.StageControls.SDeviceState" Left="437.666666666667" Top="860" Width="180" Height="40" />
<Object PrimaryKey="331" SecondaryKey="400" DictionaryID="-1" ObjectType="DeviceState" UIElementTypeFullName="ZH.StageControls.SDeviceState" Left="700.333333333333" Top="6" Width="180" Height="40" />
<Object PrimaryKey="332" SecondaryKey="400" DictionaryID="-1" ObjectType="DeviceState" UIElementTypeFullName="ZH.StageControls.SDeviceState" Left="700.333333333333" Top="71.6923076923077" Width="180" Height="40" />
<Object PrimaryKey="333" SecondaryKey="400" DictionaryID="-1" ObjectType="DeviceState" UIElementTypeFullName="ZH.StageControls.SDeviceState" Left="700.333333333333" Top="137.384615384615" Width="180" Height="40" />
<Object PrimaryKey="334" SecondaryKey="400" DictionaryID="-1" ObjectType="DeviceState" UIElementTypeFullName="ZH.StageControls.SDeviceState" Left="700.333333333333" Top="203.076923076923" Width="180" Height="40" />
<Object PrimaryKey="335" SecondaryKey="400" DictionaryID="-1" ObjectType="DeviceState" UIElementTypeFullName="ZH.StageControls.SDeviceState" Left="700.333333333333" Top="268.769230769231" Width="180" Height="40" />
<Object PrimaryKey="336" SecondaryKey="400" DictionaryID="-1" ObjectType="DeviceState" UIElementTypeFullName="ZH.StageControls.SDeviceState" Left="700.333333333333" Top="334.461538461538" Width="180" Height="40" />
<Object PrimaryKey="401" SecondaryKey="401" DictionaryID="-1" ObjectType="DeviceState" UIElementTypeFullName="ZH.StageControls.SDeviceState" Left="989" Top="6" Width="180" Height="40" />
<Object PrimaryKey="402" SecondaryKey="401" DictionaryID="-1" ObjectType="DeviceState" UIElementTypeFullName="ZH.StageControls.SDeviceState" Left="989" Top="71.6923076923077" Width="180" Height="40" />
<Object PrimaryKey="404" SecondaryKey="401" DictionaryID="-1" ObjectType="DeviceState" UIElementTypeFullName="ZH.StageControls.SDeviceState" Left="989" Top="137.384615384615" Width="180" Height="40" />
<Object PrimaryKey="405" SecondaryKey="401" DictionaryID="-1" ObjectType="DeviceState" UIElementTypeFullName="ZH.StageControls.SDeviceState" Left="989" Top="203.076923076923" Width="180" Height="40" />
<Object PrimaryKey="406" SecondaryKey="401" DictionaryID="-1" ObjectType="DeviceState" UIElementTypeFullName="ZH.StageControls.SDeviceState" Left="989" Top="268.769230769231" Width="180" Height="40" />
<Object PrimaryKey="407" SecondaryKey="401" DictionaryID="-1" ObjectType="DeviceState" UIElementTypeFullName="ZH.StageControls.SDeviceState" Left="1289" Top="6" Width="240" Height="40" />
</View>

Binary file not shown.

After

(image error) Size: 120 KiB

Binary file not shown.

After

(image error) Size: 165 KiB

Binary file not shown.

After

(image error) Size: 3.1 MiB

Binary file not shown.

After

(image error) Size: 3.7 MiB

View File

@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
<Consoles>
<Console PCID="1" ConsoleName="1#操作台" PCName="pc1" BoardIP="192.168.10.231" LocalIP="192.168.10.241" Type="SSTS_V6">
<Joystick PUID="1" DriverID="4" Name="1#" Color="#FFFF0000" Enable="True" Default="True" Type="Roker" MinSpeedRate="5" DefaultSpeedRate="5" UpAdcX="4001" DownAdcX="801" MiddleAdcX="2471" Tolerance="100" />
<Joystick PUID="2" DriverID="0" Name="2#" Color="#FF00FF00" Enable="True" Default="False" Type="Encoder" MinSpeedRate="5" DefaultSpeedRate="5" />
</Console>
<Console PCID="2" ConsoleName="2#操作台" PCName="pc2" BoardIP="192.168.10.232" LocalIP="192.168.10.242" Type="SSTS_V6">
<Joystick PUID="7" DriverID="4" Name="1#" Color="#FFFF0000" Enable="True" Default="True" Type="Roker" MinSpeedRate="5" DefaultSpeedRate="5" UpAdcX="4001" DownAdcX="801" MiddleAdcX="2471" Tolerance="100" />
<Joystick PUID="8" DriverID="0" Name="2#" Color="#FF00FF00" Enable="True" Default="False" Type="Encoder" MinSpeedRate="5" DefaultSpeedRate="5" />
</Console>
<Console PCID="3" ConsoleName="3#操作台" PCName="pc3" BoardIP="192.168.10.233" LocalIP="192.168.10.243" Type="SSTS_V6">
<Joystick PUID="13" DriverID="0" Name="1#" Color="#FFFF0000" Enable="True" Default="True" Type="Encoder" MinSpeedRate="5" DefaultSpeedRate="5" />
<Joystick PUID="14" DriverID="1" Name="2#" Color="#FF00FF00" Enable="True" Default="False" Type="Encoder" MinSpeedRate="5" DefaultSpeedRate="5" />
</Console>
<Console PCID="4" ConsoleName="3#操作台" PCName="DF-HXT-ASUS" BoardIP="192.168.10.233" LocalIP="192.168.10.243" Type="SSTS_V6">
<Joystick PUID="19" DriverID="4" Name="1#" Color="#FFFF0000" Enable="True" Default="False" Type="Roker" MinSpeedRate="5" DefaultSpeedRate="5" UpAdcX="4001" DownAdcX="801" MiddleAdcX="2471" Tolerance="100" />
<Joystick PUID="20" DriverID="0" Name="2#" Color="#FF00FF00" Enable="True" Default="True" Type="Encoder" MinSpeedRate="5" DefaultSpeedRate="5" />
</Console>
</Consoles>

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/>
</startup>
</configuration>

View File

@ -0,0 +1,4 @@
<Languages CurrentLanguage="Chinese">
<Language Key="Chinese" Name="中文" />
<Language Key="English" Name="English" />
</Languages>

View File

@ -0,0 +1,25 @@
<?xml version="1.0" encoding="utf-8"?>
<AllNotes>
<Notes PropmtDate="2020/05/18" />
<Notes PropmtDate="2020/05/21">
<Note CreateTime="2020/05/21 03:31:50" Creater="a" Readers="" IsPropmt="false">今天完成了
1、强制信号
2、声光报警
3、故障复位</Note>
</Notes>
<Notes PropmtDate="2020/05/22">
<Note CreateTime="2020/05/21 03:36:28" Creater="a" Readers="" IsPropmt="false">今日安排:
1、剧目编辑以及场景编辑
2、编组的调试
未完成:
1、位置标记的运用
2、软键盘的挂载以及优化
3、实时信息输出
5、系统面板制作
6、权限
7、日志查询的优化
8、......</Note>
</Notes>
<Notes PropmtDate="2020/11/19" />
</AllNotes>

View File

@ -0,0 +1,6 @@
<Play Name="2019春晚" CreateTime="2019/3/29 13:50" Describe="2019年春晚联排剧目文件">
<Cue Name="开场" Describe="开场,主持人上场" StartTime="00:00:00" Midi="#0xFF">
<Motion DeviceID="1" Pos="1000" Speed="80" Time="0" Type="">
<Motion DeviceID="2" Pos="1000" Speed="80" Time="0" Type="">
</Cue>
</Play>

View File

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<Screens>
<Screen Index="1" Type="Main" Views="" />
<Screen Index="2" Type="Mirror" Views="系统面板,急停面板,3D视图" />
</Screens>

View File

@ -0,0 +1,3 @@
<Skins CurrentSkin="BlackSkin">
<Skin Key="BlackSkin" Name="黑白样式" PreviewColor="#FF000000" />
</Skins>

View File

@ -0,0 +1,24 @@
<Software>
<!--客户名称-->
<ClientName>扬州运河大剧院-多功能厅</ClientName>
<!--Motionlist的Columns定义-->
<MotionlistColumns>511</MotionlistColumns>
<!--软键盘-->
<KeyboardAutoShow>True</KeyboardAutoShow>
<!--计量单位-->
<Units>
<PosUnit>Millimetre</PosUnit>
<TimeFLoatDigits>1</TimeFLoatDigits>
<AngleFLoatDigits>1</AngleFLoatDigits>
<LoadFLoatDigits>3</LoadFLoatDigits>
<PulseEquivalentFLoatDigits>3</PulseEquivalentFLoatDigits>
</Units>
<Others>
<RealInfosMaxCount>500</RealInfosMaxCount>
<ShowAlarmStatusOnly>False</ShowAlarmStatusOnly>
<ShowSafetyStatus>False</ShowSafetyStatus>
<CamEnable>True</CamEnable>
<SafetyEnable>False</SafetyEnable>
<PollingEnable>True</PollingEnable>
</Others>
</Software>

View File

@ -0,0 +1,10 @@
<View Name="3D视图"
Width="1280"
Height="1024"
Padding="20"
BackColor="Transparent"
Type="D3D"
D3DModalFile="v3d.obj"
D3dConfigFile="View3DConfiger.xml"
UIElementTypeFullName="DfStageV8.Views.Device3DView" >
</View>

View File

@ -0,0 +1,10 @@
<View Name="3D视图"
Width="1400"
Height="800"
Padding="20"
BackColor="Transparent"
Type="D3D"
D3DModalFile="bar.obj"
D3dConfigFile="View3DConfiger.xml"
UIElementTypeFullName="DfStageV8.Views.Device3DView" >
</View>

View File

@ -0,0 +1,33 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<View Name="全部编组" Width="1800" Height="2180" Type="BuiltInAllDevices" BackColor="#00000000" Padding="20,20,20,20">
<Object PrimaryKey="1" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="35.4153846153848" Top="383.400000000002" Width="100.8" Height="76" />
<Object PrimaryKey="2" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="35.4153846153848" Top="308.520000000001" Width="100.8" Height="76" />
<Object PrimaryKey="3" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="35.4153846153848" Top="233.640000000001" Width="100.8" Height="76" />
<Object PrimaryKey="4" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="35.4153846153848" Top="158.760000000001" Width="100.8" Height="76" />
<Object PrimaryKey="5" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="35.4153846153848" Top="83.8800000000003" Width="100.8" Height="76" />
<Object PrimaryKey="6" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="35.4153846153848" Top="8.99999999999994" Width="100.8" Height="76" />
<Object PrimaryKey="7" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="205.415384615385" Top="379.400000000001" Width="100.8" Height="76" />
<Object PrimaryKey="8" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="205.415384615385" Top="304.520000000001" Width="100.8" Height="76" />
<Object PrimaryKey="9" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="205.415384615385" Top="229.640000000001" Width="100.8" Height="76" />
<Object PrimaryKey="10" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="205.415384615385" Top="154.760000000001" Width="100.8" Height="76" />
<Object PrimaryKey="11" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="205.415384615385" Top="79.8800000000002" Width="100.8" Height="76" />
<Object PrimaryKey="12" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="205.415384615385" Top="4.99999999999994" Width="100.8" Height="76" />
<Object PrimaryKey="13" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="375.415384615385" Top="379.400000000001" Width="100.8" Height="76" />
<Object PrimaryKey="14" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="375.415384615385" Top="304.520000000001" Width="100.8" Height="76" />
<Object PrimaryKey="15" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="375.415384615385" Top="229.640000000001" Width="100.8" Height="76" />
<Object PrimaryKey="16" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="375.415384615385" Top="154.76" Width="100.8" Height="76" />
<Object PrimaryKey="17" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="375.415384615385" Top="79.8800000000002" Width="100.8" Height="76" />
<Object PrimaryKey="18" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="375.415384615385" Top="4.99999999999994" Width="100.8" Height="76" />
<Object PrimaryKey="19" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="545.415384615385" Top="378.600000000001" Width="100.8" Height="76" />
<Object PrimaryKey="20" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="545.415384615385" Top="303.720000000001" Width="100.8" Height="76" />
<Object PrimaryKey="21" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="545.415384615385" Top="228.840000000001" Width="100.8" Height="76" />
<Object PrimaryKey="22" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="545.415384615385" Top="153.960000000001" Width="100.8" Height="76" />
<Object PrimaryKey="23" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="545.415384615385" Top="79.0800000000002" Width="100.8" Height="76" />
<Object PrimaryKey="24" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="545.415384615385" Top="4.19999999999993" Width="100.8" Height="76" />
<Object PrimaryKey="25" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="715.415384615385" Top="380.200000000001" Width="100.8" Height="76" />
<Object PrimaryKey="26" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="715.415384615385" Top="305.320000000001" Width="100.8" Height="76" />
<Object PrimaryKey="27" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="715.415384615385" Top="230.440000000001" Width="100.8" Height="76" />
<Object PrimaryKey="28" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="715.415384615385" Top="155.560000000001" Width="100.8" Height="76" />
<Object PrimaryKey="29" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="715.415384615385" Top="80.6800000000002" Width="100.8" Height="76" />
<Object PrimaryKey="30" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="715.415384615385" Top="5.79999999999995" Width="100.8" Height="76" />
</View>

View File

@ -0,0 +1,3 @@
<DOF>
<Visual3D name="3D info" adjustview="1" offsetX="0" offsetY="47" offsetZ="513" rotationX="-8" rotationY="-180" rotationZ="0" fieldview="36" light_rotationx="-93" light_rotationy="-4" light_rotationz="-22" />
</DOF>

View File

@ -0,0 +1,5 @@
<DOF>
<configer name="configer" maxpos="10000" minpos="100" time="100" maxspeed="100" />
<GridAxis name="GridAxis info" AxisXPos="40" AxisYPos="10" AxisZPos="30" GridAxisX="0" GridAxisY="0" FontSize="5" />
<Visual3D name="3D info" adjustview="1" offsetX="0" offsetY="100" offsetZ="497" rotationX="-3" rotationY="-3" rotationZ="0" fieldview="78" light_rotationx="33" light_rotationy="5" light_rotationz="11" />
</DOF>

View File

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<View Name="常用设备" Width="Auto" Height="Auto" Type="BuiltInCommonDevices" BackColor="#00000000" Padding="20,20,20,20">
<Object PrimaryKey="22" SecondaryKey="0" DictionaryID="2" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="0" Top="0" Width="68.8" Height="76" />
</View>

View File

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<View Name="急停面板" Width="1280" Height="1024" Type="BuiltInAllDevices" BackColor="#00000000" Padding="20,20,20,20">
<Object PrimaryKey="301" SecondaryKey="400" DictionaryID="-1" ObjectType="DeviceState" UIElementTypeFullName="ZH.StageControls.SDeviceState" Left="149" Top="12.0615384615369" Width="180" Height="40" />
<Object PrimaryKey="302" SecondaryKey="400" DictionaryID="-1" ObjectType="DeviceState" UIElementTypeFullName="ZH.StageControls.SDeviceState" Left="149" Top="77.0803418803405" Width="180" Height="40" />
<Object PrimaryKey="303" SecondaryKey="400" DictionaryID="-1" ObjectType="DeviceState" UIElementTypeFullName="ZH.StageControls.SDeviceState" Left="149" Top="142.099145299144" Width="180" Height="40" />
<Object PrimaryKey="304" SecondaryKey="400" DictionaryID="-1" ObjectType="DeviceState" UIElementTypeFullName="ZH.StageControls.SDeviceState" Left="149" Top="207.117948717948" Width="180" Height="40" />
<Object PrimaryKey="305" SecondaryKey="400" DictionaryID="-1" ObjectType="DeviceState" UIElementTypeFullName="ZH.StageControls.SDeviceState" Left="149" Top="272.136752136751" Width="180" Height="40" />
</View>

View File

@ -0,0 +1,3 @@
<View Name="环境监测" Width="1400" Height="800" Padding="20" BackColor="Transparent" Type="ExternControl" UIElementTypeFullName="DataCenter\Env\EnvMonitorDemo.exe">
</View>

View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<View Name="系统面板" Width="1280" Height="1024" Type="BuiltInAllDevices" BackColor="#00000000" Padding="20,20,20,20">
<Object PrimaryKey="401" SecondaryKey="401" DictionaryID="-1" ObjectType="DeviceState" UIElementTypeFullName="ZH.StageControls.SDeviceState" Left="86.6" Top="14.627912087915" Width="180" Height="40" />
<Object PrimaryKey="403" SecondaryKey="401" DictionaryID="-1" ObjectType="DeviceState" UIElementTypeFullName="ZH.StageControls.SDeviceState" Left="86.6" Top="79.1024285714314" Width="180" Height="40" />
<Object PrimaryKey="404" SecondaryKey="401" DictionaryID="-1" ObjectType="DeviceState" UIElementTypeFullName="ZH.StageControls.SDeviceState" Left="86.6" Top="143.576945054948" Width="180" Height="40" />
<Object PrimaryKey="407" SecondaryKey="401" DictionaryID="-1" ObjectType="DeviceState" UIElementTypeFullName="ZH.StageControls.SDeviceState" Left="86.6" Top="208.051461538464" Width="180" Height="40" />
</View>

Binary file not shown.

After

(image error) Size: 120 KiB

Binary file not shown.

After

(image error) Size: 120 KiB

Binary file not shown.

After

(image error) Size: 3.1 MiB

Binary file not shown.

After

(image error) Size: 3.7 MiB

View File

@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
<Consoles>
<Console PCID="1" ConsoleName="1#操作台" PCName="pc1" BoardIP="192.168.10.231" LocalIP="192.168.10.241" Type="SSTS_V6">
<Joystick PUID="1" DriverID="4" Name="1#" Color="#FFFF0000" Enable="True" Default="True" Type="Roker" MinSpeedRate="5" DefaultSpeedRate="5" UpAdcX="4001" DownAdcX="801" MiddleAdcX="2471" Tolerance="100" />
<Joystick PUID="2" DriverID="0" Name="2#" Color="#FF00FF00" Enable="True" Default="False" Type="Encoder" MinSpeedRate="5" DefaultSpeedRate="5" />
</Console>
<Console PCID="2" ConsoleName="2#操作台" PCName="pc2" BoardIP="192.168.10.232" LocalIP="192.168.10.242" Type="SSTS_V6">
<Joystick PUID="7" DriverID="4" Name="1#" Color="#FFFF0000" Enable="True" Default="True" Type="Roker" MinSpeedRate="5" DefaultSpeedRate="5" UpAdcX="4001" DownAdcX="801" MiddleAdcX="2471" Tolerance="100" />
<Joystick PUID="8" DriverID="0" Name="2#" Color="#FF00FF00" Enable="True" Default="False" Type="Encoder" MinSpeedRate="5" DefaultSpeedRate="5" />
</Console>
<Console PCID="3" ConsoleName="3#操作台" PCName="pc3" BoardIP="192.168.10.233" LocalIP="192.168.10.243" Type="SSTS_V6">
<Joystick PUID="13" DriverID="0" Name="1#" Color="#FFFF0000" Enable="True" Default="True" Type="Encoder" MinSpeedRate="5" DefaultSpeedRate="5" />
<Joystick PUID="14" DriverID="1" Name="2#" Color="#FF00FF00" Enable="True" Default="False" Type="Encoder" MinSpeedRate="5" DefaultSpeedRate="5" />
</Console>
<Console PCID="4" ConsoleName="3#操作台" PCName="DF-HXT-ASUS" BoardIP="192.168.10.233" LocalIP="192.168.10.243" Type="SSTS_V6">
<Joystick PUID="19" DriverID="4" Name="1#" Color="#FFFF0000" Enable="True" Default="False" Type="Roker" MinSpeedRate="5" DefaultSpeedRate="5" UpAdcX="4001" DownAdcX="801" MiddleAdcX="2471" Tolerance="100" />
<Joystick PUID="20" DriverID="0" Name="2#" Color="#FF00FF00" Enable="True" Default="True" Type="Encoder" MinSpeedRate="5" DefaultSpeedRate="5" />
</Console>
</Consoles>

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/>
</startup>
</configuration>

View File

@ -0,0 +1,4 @@
<Languages CurrentLanguage="Chinese">
<Language Key="Chinese" Name="中文" />
<Language Key="English" Name="English" />
</Languages>

View File

@ -0,0 +1,25 @@
<?xml version="1.0" encoding="utf-8"?>
<AllNotes>
<Notes PropmtDate="2020/05/18" />
<Notes PropmtDate="2020/05/21">
<Note CreateTime="2020/05/21 03:31:50" Creater="a" Readers="" IsPropmt="false">今天完成了
1、强制信号
2、声光报警
3、故障复位</Note>
</Notes>
<Notes PropmtDate="2020/05/22">
<Note CreateTime="2020/05/21 03:36:28" Creater="a" Readers="" IsPropmt="false">今日安排:
1、剧目编辑以及场景编辑
2、编组的调试
未完成:
1、位置标记的运用
2、软键盘的挂载以及优化
3、实时信息输出
5、系统面板制作
6、权限
7、日志查询的优化
8、......</Note>
</Notes>
<Notes PropmtDate="2020/11/19" />
</AllNotes>

View File

@ -0,0 +1,6 @@
<Play Name="2019春晚" CreateTime="2019/3/29 13:50" Describe="2019年春晚联排剧目文件">
<Cue Name="开场" Describe="开场,主持人上场" StartTime="00:00:00" Midi="#0xFF">
<Motion DeviceID="1" Pos="1000" Speed="80" Time="0" Type="">
<Motion DeviceID="2" Pos="1000" Speed="80" Time="0" Type="">
</Cue>
</Play>

View File

@ -0,0 +1,3 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<PosMarks>
</PosMarks>

View File

@ -0,0 +1,3 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<GlobalPosMarks>
</GlobalPosMarks>

View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<Screens>
<Screen Index="1" Type="Mirror" Views="" />
<Screen Index="3" Type="Main" Views="" />
<Screen Index="2" Type="Mirror" Views="系统面板,急停面板" />
</Screens>

View File

@ -0,0 +1,3 @@
<Skins CurrentSkin="BlackSkin">
<Skin Key="BlackSkin" Name="黑白样式" PreviewColor="#FF000000" />
</Skins>

View File

@ -0,0 +1,24 @@
<Software>
<!--客户名称-->
<ClientName>
</ClientName>
<!--Motionlist的Columns定义-->
<MotionlistColumns>511</MotionlistColumns>
<!--软键盘-->
<KeyboardAutoShow>True</KeyboardAutoShow>
<!--计量单位-->
<Units>
<PosUnit>Millimetre</PosUnit>
<TimeFLoatDigits>1</TimeFLoatDigits>
<AngleFLoatDigits>1</AngleFLoatDigits>
<LoadFLoatDigits>3</LoadFLoatDigits>
<PulseEquivalentFLoatDigits>3</PulseEquivalentFLoatDigits>
</Units>
<Others>
<RealInfosMaxCount>500</RealInfosMaxCount>
<ShowAlarmStatusOnly>True</ShowAlarmStatusOnly>
<ShowSafetyStatus>False</ShowSafetyStatus>
<CamEnable>True</CamEnable>
<PollingEnable>True</PollingEnable>
</Others>
</Software>

View File

@ -0,0 +1,10 @@
<View Name="3D视图"
Width="1280"
Height="1024"
Padding="20"
BackColor="Transparent"
Type="D3D"
D3DModalFile="v3d.obj"
D3dConfigFile="View3DConfiger.xml"
UIElementTypeFullName="DfStageV8.Views.Device3DView" >
</View>

View File

@ -0,0 +1,10 @@
<View Name="3D视图"
Width="1400"
Height="800"
Padding="20"
BackColor="Transparent"
Type="D3D"
D3DModalFile="bar.obj"
D3dConfigFile="View3DConfiger.xml"
UIElementTypeFullName="DfStageV8.Views.Device3DView" >
</View>

View File

@ -0,0 +1,76 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<View Name="全部编组" Width="1800" Height="2180" Type="BuiltInAllDevices" BackColor="#00000000" Padding="20,20,20,20">
<Object PrimaryKey="1" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="27.4153846153848" Top="256.2" Width="68.8" Height="76" />
<Object PrimaryKey="2" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="99.2265734265736" Top="256.2" Width="68.8" Height="76" />
<Object PrimaryKey="3" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="171.037762237762" Top="256.2" Width="68.8" Height="76" />
<Object PrimaryKey="4" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="242.848951048951" Top="256.2" Width="68.8" Height="76" />
<Object PrimaryKey="5" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="314.66013986014" Top="256.2" Width="68.8" Height="76" />
<Object PrimaryKey="6" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="386.471328671329" Top="256.2" Width="68.8" Height="76" />
<Object PrimaryKey="7" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="458.282517482518" Top="256.2" Width="68.8" Height="76" />
<Object PrimaryKey="8" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="530.093706293706" Top="256.2" Width="68.8" Height="76" />
<Object PrimaryKey="9" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="601.904895104895" Top="256.2" Width="68.8" Height="76" />
<Object PrimaryKey="10" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="673.716083916084" Top="256.2" Width="68.8" Height="76" />
<Object PrimaryKey="11" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="745.527272727273" Top="256.2" Width="68.8" Height="76" />
<Object PrimaryKey="12" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="817.338461538462" Top="256.2" Width="68.8" Height="76" />
<Object PrimaryKey="13" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="27.4153846153848" Top="177" Width="68.8" Height="76" />
<Object PrimaryKey="14" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="99.2265734265736" Top="177" Width="68.8" Height="76" />
<Object PrimaryKey="15" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="171.037762237762" Top="177" Width="68.8" Height="76" />
<Object PrimaryKey="16" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="242.848951048951" Top="177" Width="68.8" Height="76" />
<Object PrimaryKey="17" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="314.66013986014" Top="177" Width="68.8" Height="76" />
<Object PrimaryKey="18" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="386.471328671329" Top="177" Width="68.8" Height="76" />
<Object PrimaryKey="19" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="458.282517482518" Top="177" Width="68.8" Height="76" />
<Object PrimaryKey="20" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="530.093706293706" Top="177" Width="68.8" Height="76" />
<Object PrimaryKey="21" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="601.904895104895" Top="177" Width="68.8" Height="76" />
<Object PrimaryKey="22" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="673.716083916084" Top="177" Width="68.8" Height="76" />
<Object PrimaryKey="23" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="745.527272727273" Top="177" Width="68.8" Height="76" />
<Object PrimaryKey="24" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="817.338461538462" Top="177" Width="68.8" Height="76" />
<Object PrimaryKey="25" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="27.4153846153848" Top="90.1999999999998" Width="68.8" Height="76" />
<Object PrimaryKey="26" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="99.2265734265736" Top="90.1999999999998" Width="68.8" Height="76" />
<Object PrimaryKey="27" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="171.037762237762" Top="90.1999999999998" Width="68.8" Height="76" />
<Object PrimaryKey="28" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="242.848951048951" Top="90.1999999999998" Width="68.8" Height="76" />
<Object PrimaryKey="29" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="314.66013986014" Top="90.1999999999998" Width="68.8" Height="76" />
<Object PrimaryKey="30" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="386.471328671329" Top="90.1999999999998" Width="68.8" Height="76" />
<Object PrimaryKey="31" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="458.282517482518" Top="90.1999999999998" Width="68.8" Height="76" />
<Object PrimaryKey="32" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="530.093706293706" Top="90.1999999999998" Width="68.8" Height="76" />
<Object PrimaryKey="33" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="601.904895104895" Top="90.1999999999998" Width="68.8" Height="76" />
<Object PrimaryKey="34" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="673.716083916084" Top="90.1999999999998" Width="68.8" Height="76" />
<Object PrimaryKey="35" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="745.527272727273" Top="90.1999999999998" Width="68.8" Height="76" />
<Object PrimaryKey="36" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="817.338461538462" Top="90.1999999999998" Width="68.8" Height="76" />
<Object PrimaryKey="37" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="27.4153846153848" Top="4.39999999999989" Width="68.8" Height="76" />
<Object PrimaryKey="38" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="99.0923076923077" Top="4.39999999999989" Width="68.8" Height="76" />
<Object PrimaryKey="39" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="171.569230769231" Top="4.39999999999989" Width="68.8" Height="76" />
<Object PrimaryKey="40" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="244.046153846154" Top="4.39999999999989" Width="68.8" Height="76" />
<Object PrimaryKey="41" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="27.4153846153848" Top="348.4" Width="68.8" Height="76" />
<Object PrimaryKey="42" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="99.2265734265736" Top="348.4" Width="68.8" Height="76" />
<Object PrimaryKey="43" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="171.037762237762" Top="347.8" Width="68.8" Height="76" />
<Object PrimaryKey="44" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="242.848951048951" Top="347.8" Width="68.8" Height="76" />
<Object PrimaryKey="45" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="314.66013986014" Top="347.8" Width="68.8" Height="76" />
<Object PrimaryKey="46" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="601.904895104895" Top="347" Width="68.8" Height="76" />
<Object PrimaryKey="47" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="673.716083916084" Top="347" Width="68.8" Height="76" />
<Object PrimaryKey="48" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="745.527272727273" Top="347" Width="68.8" Height="76" />
<Object PrimaryKey="49" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="817.338461538462" Top="347" Width="68.8" Height="76" />
<Object PrimaryKey="50" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="596.538461538462" Top="4.39999999999989" Width="68.8" Height="76" />
<Object PrimaryKey="51" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="669.015384615385" Top="4.39999999999989" Width="68.8" Height="76" />
<Object PrimaryKey="52" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="27.4153846153848" Top="446.200000000004" Width="68.8" Height="76" />
<Object PrimaryKey="53" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="27.4153846153848" Top="527.000000000007" Width="68.8" Height="76" />
<Object PrimaryKey="54" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="744.046153846154" Top="4.39999999999989" Width="68.8" Height="76" />
<Object PrimaryKey="55" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="817.338461538462" Top="4.39999999999989" Width="68.8" Height="76" />
<Object PrimaryKey="56" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="715.892307692308" Top="447.2" Width="68.8" Height="76" />
<Object PrimaryKey="57" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="788.369230769231" Top="447.2" Width="68.8" Height="76" />
<Object PrimaryKey="200" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="643.415384615385" Top="447.2" Width="68.8" Height="76" />
<Object PrimaryKey="201" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="276.763636363637" Top="447.400000000004" Width="68.8" Height="76" />
<Object PrimaryKey="202" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="352.393333333334" Top="447.400000000004" Width="68.8" Height="76" />
<Object PrimaryKey="203" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="428.823030303031" Top="447.400000000004" Width="68.8" Height="76" />
<Object PrimaryKey="204" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="276.763636363637" Top="614.600000000007" Width="68.8" Height="76" />
<Object PrimaryKey="205" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="352.393333333334" Top="614.600000000007" Width="68.8" Height="76" />
<Object PrimaryKey="206" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="428.823030303031" Top="614.600000000007" Width="68.8" Height="76" />
<Object PrimaryKey="207" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="175.8" Top="445.800000000004" Width="68.8" Height="76" />
<Object PrimaryKey="208" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="175.8" Top="524.400000000006" Width="68.8" Height="76" />
<Object PrimaryKey="209" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="175.8" Top="603.000000000004" Width="68.8" Height="76" />
<Object PrimaryKey="210" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="529" Top="608.600000000004" Width="68.8" Height="76" />
<Object PrimaryKey="211" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="529" Top="530.000000000006" Width="68.8" Height="76" />
<Object PrimaryKey="212" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="529" Top="451.400000000004" Width="68.8" Height="76" />
<Object PrimaryKey="213" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="276.763636363637" Top="531.400000000007" Width="68.8" Height="76" />
<Object PrimaryKey="214" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="352.393333333334" Top="531.400000000007" Width="68.8" Height="76" />
<Object PrimaryKey="215" SecondaryKey="0" DictionaryID="-1" ObjectType="Device" UIElementTypeFullName="ZH.StageControls.SDevice" Left="428.823030303031" Top="531.400000000007" Width="68.8" Height="76" />
</View>

View File

@ -0,0 +1,3 @@
<DOF>
<Visual3D name="3D info" adjustview="1" offsetX="0" offsetY="47" offsetZ="513" rotationX="-8" rotationY="-180" rotationZ="0" fieldview="36" light_rotationx="-93" light_rotationy="-4" light_rotationz="-22" />
</DOF>

Some files were not shown because too many files have changed in this diff Show More