Browse Source

fix bug in tagconfig

pull/16/head
Gavin 8 years ago
parent
commit
ef94dbbad1
  1. BIN
      SCADA/Example/TagConfig.exe
  2. BIN
      SCADA/Program/.vs/DataExchange/v15/.suo
  3. BIN
      SCADA/Program/.vs/DataExchange/v15/Server/sqlite3/storage.ide
  4. BIN
      SCADA/Program/.vs/DataExchange/v15/sqlite3/storage.ide
  5. 2
      SCADA/Program/DDEDriver/DDEDriver.csproj
  6. 2
      SCADA/Program/TagConfig/TagConfig/Form1.cs

BIN
SCADA/Example/TagConfig.exe

Binary file not shown.

BIN
SCADA/Program/.vs/DataExchange/v15/.suo

Binary file not shown.

BIN
SCADA/Program/.vs/DataExchange/v15/Server/sqlite3/storage.ide

Binary file not shown.

BIN
SCADA/Program/.vs/DataExchange/v15/sqlite3/storage.ide

Binary file not shown.

2
SCADA/Program/DDEDriver/DDEDriver.csproj

@ -48,7 +48,7 @@
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="C:\Users\ADOLF\Documents\GitHub\SharpSCADA\SCADA\SourceCode\DataService\DataService.csproj">
<ProjectReference Include="..\DataService\DataService.csproj">
<Project>{8965e389-6466-4b30-bd43-83c909044637}</Project>
<Name>DataService</Name>
</ProjectReference>

2
SCADA/Program/TagConfig/TagConfig/Form1.cs

@ -40,7 +40,7 @@ namespace TagConfig
new DataTypeSource (1,"开关型"),new DataTypeSource (3,"字节"), new DataTypeSource (4,"短整型"),
new DataTypeSource (5,"单字型"),new DataTypeSource (6,"双字型"),new DataTypeSource (7,"长整型"),
new DataTypeSource (8,"浮点型"),new DataTypeSource (9,"系统型"),new DataTypeSource (10,"ASCII字符串"),
new DataTypeSource (11,"UNICODE字符串"),new DataTypeSource(0,"")
new DataTypeSource(0,"")
};

Loading…
Cancel
Save