Monitor: Fix SQL, add Icon
This commit is contained in:
parent
c558df75a9
commit
6085fba151
BIN
GUIs.Monitor/ChartType_Line.ico
Normal file
BIN
GUIs.Monitor/ChartType_Line.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 41 KiB |
@ -42,6 +42,9 @@
|
||||
<PropertyGroup>
|
||||
<StartupObject>DigitalData.GUIs.Monitor.My.MyApplication</StartupObject>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<ApplicationIcon>ChartType_Line.ico</ApplicationIcon>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="DevExpress.BonusSkins.v19.2" />
|
||||
<Reference Include="DevExpress.Data.v19.2" />
|
||||
@ -192,6 +195,9 @@
|
||||
<ItemGroup>
|
||||
<None Include="Resources\export.svg" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="ChartType_Line.ico" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
|
||||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
||||
Other similar extension points exist, see Microsoft.Common.targets.
|
||||
|
||||
@ -143,7 +143,7 @@ Public Class frmMonitor
|
||||
|
||||
Private Function LoadData() As Boolean
|
||||
Try
|
||||
Dim oSQL As String = "EXEC PRDD_MONITORING_GET_TREEVIEW_RESULT 'TYPE1','sdsdd',2"
|
||||
Dim oSQL As String = "EXEC [IDB].[dbo].[PRDD_MONITORING_GET_TREEVIEW_RESULT] 'TYPE1','sdsdd',2"
|
||||
Dim oTable As DataTable = Database.GetDatatable(oSQL)
|
||||
|
||||
TreeListResults.DataSource = oTable
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user