Skip to content

Commit ef94dbb

Browse files
committed
fix bug in tagconfig
1 parent 2c63d87 commit ef94dbb

File tree

6 files changed

+2
-2
lines changed

6 files changed

+2
-2
lines changed

SCADA/Example/TagConfig.exe

0 Bytes
Binary file not shown.
32 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.

SCADA/Program/DDEDriver/DDEDriver.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<Compile Include="Properties\AssemblyInfo.cs" />
4949
</ItemGroup>
5050
<ItemGroup>
51-
<ProjectReference Include="C:\Users\ADOLF\Documents\GitHub\SharpSCADA\SCADA\SourceCode\DataService\DataService.csproj">
51+
<ProjectReference Include="..\DataService\DataService.csproj">
5252
<Project>{8965e389-6466-4b30-bd43-83c909044637}</Project>
5353
<Name>DataService</Name>
5454
</ProjectReference>

SCADA/Program/TagConfig/TagConfig/Form1.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public partial class Form1 : Form
4040
new DataTypeSource (1,"开关型"),new DataTypeSource (3,"字节"), new DataTypeSource (4,"短整型"),
4141
new DataTypeSource (5,"单字型"),new DataTypeSource (6,"双字型"),new DataTypeSource (7,"长整型"),
4242
new DataTypeSource (8,"浮点型"),new DataTypeSource (9,"系统型"),new DataTypeSource (10,"ASCII字符串"),
43-
new DataTypeSource (11,"UNICODE字符串"),new DataTypeSource(0,"")
43+
new DataTypeSource(0,"")
4444
};
4545

4646

0 commit comments

Comments
 (0)