Reconfigure for GIT

This commit is contained in:
2017-03-26 20:00:03 +02:00
commit 00637826ab
8056 changed files with 535977 additions and 0 deletions
@@ -0,0 +1,120 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
</root>
@@ -0,0 +1,219 @@
Imports Microsoft.VisualBasic
Imports System
Imports System.Collections.Generic
Imports System.ComponentModel
Imports DevExpress.ExpressApp.Web
Imports DevExpress.ExpressApp.Templates
Imports DevExpress.ExpressApp.SystemModule
Imports DevExpress.ExpressApp
Imports SISBusiness.Module
Imports DevExpress.Data.Filtering
Imports DevExpress.ExpressApp.Xpo
Imports DevExpress.Persistent.BaseImpl
Partial Public Class SISBusinessContractorAspNetApplication
Inherits WebApplication
Private _ocur As Xpo.XPObjectSpace
Private module1 As DevExpress.ExpressApp.SystemModule.SystemModule
Private module2 As DevExpress.ExpressApp.Web.SystemModule.SystemAspNetModule
Private module5 As DevExpress.ExpressApp.Validation.ValidationModule
Private module6 As DevExpress.ExpressApp.Objects.BusinessClassLibraryCustomizationModule
Private securityModule1 As DevExpress.ExpressApp.Security.SecurityModule
Friend WithEvents AuditTrailModule1 As DevExpress.ExpressApp.AuditTrail.AuditTrailModule
Friend WithEvents ConditionalAppearanceModule1 As DevExpress.ExpressApp.ConditionalAppearance.ConditionalAppearanceModule
Friend WithEvents FileAttachmentsAspNetModule1 As DevExpress.ExpressApp.FileAttachments.Web.FileAttachmentsAspNetModule
Friend WithEvents HtmlPropertyEditorAspNetModule1 As DevExpress.ExpressApp.HtmlPropertyEditor.Web.HtmlPropertyEditorAspNetModule
Friend WithEvents ViewVariantsModule1 As DevExpress.ExpressApp.ViewVariantsModule.ViewVariantsModule
Friend WithEvents SecurityComplex1 As DevExpress.ExpressApp.Security.SecurityComplex
Friend WithEvents AuthenticationStandard1 As DevExpress.ExpressApp.Security.AuthenticationStandard
Friend WithEvents ChartAspNetModule1 As DevExpress.ExpressApp.Chart.Web.ChartAspNetModule
Friend WithEvents ChartModule1 As DevExpress.ExpressApp.Chart.ChartModule
Friend WithEvents CloneObjectModule1 As DevExpress.ExpressApp.CloneObject.CloneObjectModule
Friend WithEvents PivotChartAspNetModule1 As DevExpress.ExpressApp.PivotChart.Web.PivotChartAspNetModule
Friend WithEvents PivotChartModuleBase1 As DevExpress.ExpressApp.PivotChart.PivotChartModuleBase
Friend WithEvents PivotGridAspNetModule1 As DevExpress.ExpressApp.PivotGrid.Web.PivotGridAspNetModule
Friend WithEvents PivotGridModule1 As DevExpress.ExpressApp.PivotGrid.PivotGridModule
Friend WithEvents TreeListEditorsAspNetModule1 As DevExpress.ExpressApp.TreeListEditors.Web.TreeListEditorsAspNetModule
Friend WithEvents TreeListEditorsModuleBase1 As DevExpress.ExpressApp.TreeListEditors.TreeListEditorsModuleBase
Friend WithEvents ReportsAspNetModule1 As DevExpress.ExpressApp.Reports.Web.ReportsAspNetModule
Friend WithEvents ReportsModule1 As DevExpress.ExpressApp.Reports.ReportsModule
Friend WithEvents SchedulerAspNetModule1 As DevExpress.ExpressApp.Scheduler.Web.SchedulerAspNetModule
Friend WithEvents SchedulerModuleBase1 As DevExpress.ExpressApp.Scheduler.SchedulerModuleBase
Friend WithEvents SisBusinessModule1 As SISBusiness.Module.SISBusinessModule
Friend WithEvents KpiModule1 As DevExpress.ExpressApp.Kpi.KpiModule
Friend WithEvents SisBusinessAspNetModule1 As SISBusiness.Module.Web.SISBusinessAspNetModule
Private sqlConnection1 As System.Data.SqlClient.SqlConnection
Public Sub New()
InitializeComponent()
End Sub
Private Sub SISBusinessContractorAspNetApplication_DatabaseVersionMismatch(ByVal sender As Object, ByVal e As DevExpress.ExpressApp.DatabaseVersionMismatchEventArgs) Handles MyBase.DatabaseVersionMismatch
#If EASYTEST Then
e.Updater.Update()
e.Handled = True
#Else
If System.Diagnostics.Debugger.IsAttached Then
e.Updater.Update()
e.Handled = True
Else
Throw New InvalidOperationException( _
"The application cannot connect to the specified database, because the latter doesn't exist or its version is older than that of the application." & Constants.vbCrLf & _
"This error occurred because the automatic database update was disabled when the application was started without debugging." & Constants.vbCrLf & _
"To avoid this error, you should either start the application under Visual Studio in debug mode, or modify the " & _
"source code of the 'DatabaseVersionMismatch' event handler to enable automatic database update, " & _
"or manually create a database using the 'DBUpdater' tool." & Constants.vbCrLf & _
"Anyway, refer to the 'Update Application and Database Versions' help topic at http://www.devexpress.com/Help/?document=ExpressApp/CustomDocument2795.htm " & _
"for more detailed information. If this doesn't help, please contact our Support Team at http://www.devexpress.com/Support/Center/")
End If
#End If
End Sub
Protected Overrides Sub CreateDefaultObjectSpaceProvider(args As CreateCustomObjectSpaceProviderEventArgs)
args.ObjectSpaceProvider = New XPObjectSpaceProvider(args.ConnectionString, args.Connection)
End Sub
Private Sub InitializeComponent()
Me.module1 = New DevExpress.ExpressApp.SystemModule.SystemModule()
Me.module2 = New DevExpress.ExpressApp.Web.SystemModule.SystemAspNetModule()
Me.module5 = New DevExpress.ExpressApp.Validation.ValidationModule()
Me.module6 = New DevExpress.ExpressApp.Objects.BusinessClassLibraryCustomizationModule()
Me.securityModule1 = New DevExpress.ExpressApp.Security.SecurityModule()
Me.sqlConnection1 = New System.Data.SqlClient.SqlConnection()
Me.AuditTrailModule1 = New DevExpress.ExpressApp.AuditTrail.AuditTrailModule()
Me.ConditionalAppearanceModule1 = New DevExpress.ExpressApp.ConditionalAppearance.ConditionalAppearanceModule()
Me.FileAttachmentsAspNetModule1 = New DevExpress.ExpressApp.FileAttachments.Web.FileAttachmentsAspNetModule()
Me.HtmlPropertyEditorAspNetModule1 = New DevExpress.ExpressApp.HtmlPropertyEditor.Web.HtmlPropertyEditorAspNetModule()
Me.ViewVariantsModule1 = New DevExpress.ExpressApp.ViewVariantsModule.ViewVariantsModule()
Me.SecurityComplex1 = New DevExpress.ExpressApp.Security.SecurityComplex()
Me.AuthenticationStandard1 = New DevExpress.ExpressApp.Security.AuthenticationStandard()
Me.ChartAspNetModule1 = New DevExpress.ExpressApp.Chart.Web.ChartAspNetModule()
Me.ChartModule1 = New DevExpress.ExpressApp.Chart.ChartModule()
Me.CloneObjectModule1 = New DevExpress.ExpressApp.CloneObject.CloneObjectModule()
Me.PivotChartAspNetModule1 = New DevExpress.ExpressApp.PivotChart.Web.PivotChartAspNetModule()
Me.PivotChartModuleBase1 = New DevExpress.ExpressApp.PivotChart.PivotChartModuleBase()
Me.PivotGridAspNetModule1 = New DevExpress.ExpressApp.PivotGrid.Web.PivotGridAspNetModule()
Me.PivotGridModule1 = New DevExpress.ExpressApp.PivotGrid.PivotGridModule()
Me.TreeListEditorsAspNetModule1 = New DevExpress.ExpressApp.TreeListEditors.Web.TreeListEditorsAspNetModule()
Me.TreeListEditorsModuleBase1 = New DevExpress.ExpressApp.TreeListEditors.TreeListEditorsModuleBase()
Me.ReportsAspNetModule1 = New DevExpress.ExpressApp.Reports.Web.ReportsAspNetModule()
Me.ReportsModule1 = New DevExpress.ExpressApp.Reports.ReportsModule()
Me.SchedulerAspNetModule1 = New DevExpress.ExpressApp.Scheduler.Web.SchedulerAspNetModule()
Me.SchedulerModuleBase1 = New DevExpress.ExpressApp.Scheduler.SchedulerModuleBase()
Me.SisBusinessModule1 = New SISBusiness.[Module].SISBusinessModule()
Me.KpiModule1 = New DevExpress.ExpressApp.Kpi.KpiModule()
Me.SisBusinessAspNetModule1 = New SISBusiness.[Module].Web.SISBusinessAspNetModule()
CType(Me, System.ComponentModel.ISupportInitialize).BeginInit()
'
'module5
'
Me.module5.AllowValidationDetailsAccess = True
'
'sqlConnection1
'
Me.sqlConnection1.ConnectionString = "Data Source=(local);Initial Catalog=SISSupport;Integrated Security=SSPI;Pooling=f" & _
"alse"
Me.sqlConnection1.FireInfoMessageEventOnUserErrors = False
'
'AuditTrailModule1
'
Me.AuditTrailModule1.AuditDataItemPersistentType = GetType(DevExpress.Persistent.BaseImpl.AuditDataItemPersistent)
'
'ViewVariantsModule1
'
Me.ViewVariantsModule1.GenerateVariantsNode = True
Me.ViewVariantsModule1.ShowAdditionalNavigation = False
'
'SecurityComplex1
'
Me.SecurityComplex1.Authentication = Me.AuthenticationStandard1
Me.SecurityComplex1.RoleType = GetType(DevExpress.Persistent.BaseImpl.Role)
Me.SecurityComplex1.UserType = GetType(DevExpress.Persistent.BaseImpl.User)
'
'AuthenticationStandard1
'
Me.AuthenticationStandard1.LogonParametersType = GetType(DevExpress.ExpressApp.Security.AuthenticationStandardLogonParameters)
'
'PivotChartModuleBase1
'
Me.PivotChartModuleBase1.ShowAdditionalNavigation = False
'
'ReportsModule1
'
Me.ReportsModule1.EnableInplaceReports = True
Me.ReportsModule1.ReportDataType = GetType(ReportData)
'
'SISBusinessContractorAspNetApplication
'
Me.ApplicationName = "SISBusiness"
Me.Connection = Me.sqlConnection1
Me.Modules.Add(Me.module1)
Me.Modules.Add(Me.module2)
Me.Modules.Add(Me.module6)
Me.Modules.Add(Me.ViewVariantsModule1)
Me.Modules.Add(Me.ConditionalAppearanceModule1)
Me.Modules.Add(Me.AuditTrailModule1)
Me.Modules.Add(Me.module5)
Me.Modules.Add(Me.HtmlPropertyEditorAspNetModule1)
Me.Modules.Add(Me.FileAttachmentsAspNetModule1)
Me.Modules.Add(Me.ChartModule1)
Me.Modules.Add(Me.ChartAspNetModule1)
Me.Modules.Add(Me.securityModule1)
Me.Modules.Add(Me.CloneObjectModule1)
Me.Modules.Add(Me.PivotChartModuleBase1)
Me.Modules.Add(Me.PivotChartAspNetModule1)
Me.Modules.Add(Me.PivotGridModule1)
Me.Modules.Add(Me.PivotGridAspNetModule1)
Me.Modules.Add(Me.TreeListEditorsModuleBase1)
Me.Modules.Add(Me.TreeListEditorsAspNetModule1)
Me.Modules.Add(Me.ReportsModule1)
Me.Modules.Add(Me.ReportsAspNetModule1)
Me.Modules.Add(Me.SchedulerModuleBase1)
Me.Modules.Add(Me.SchedulerAspNetModule1)
Me.Modules.Add(Me.SisBusinessModule1)
Me.Modules.Add(Me.KpiModule1)
Me.Modules.Add(Me.SisBusinessAspNetModule1)
Me.Security = Me.SecurityComplex1
CType(Me, System.ComponentModel.ISupportInitialize).EndInit()
End Sub
Protected Overrides Sub OnLoggedOn(ByVal e As DevExpress.ExpressApp.LogonEventArgs)
MyBase.OnLoggedOn(e)
CType(MyBase.ShowViewStrategy, ShowViewStrategy).CollectionsEditMode = _
DevExpress.ExpressApp.Editors.ViewEditMode.Edit
Dim _Contacts As Contacts = _ocur.FindObject(Of Contacts)(CriteriaOperator.Parse("User = ?", _ocur.GetObject(SecuritySystem.CurrentUser)))
If _Contacts IsNot Nothing Then
If _Contacts.Customers IsNot Nothing Then
Dim _Subcontractor As Subcontractor = _ocur.FindObject(Of Subcontractor)(CriteriaOperator.Parse("Customers.Oid=?", _Contacts.Customers.Oid))
If _Subcontractor Is Nothing Then
MsgBox("Ön nem jogosult a rendszer használatára !")
ForceLogout()
End If
Else
MsgBox("Ön nem jogosult a rendszer használatára !")
ForceLogout()
End If
Else
MsgBox("Ön nem jogosult a rendszer használatára !")
ForceLogout()
End If
End Sub
Protected Overrides Sub OnObjectSpaceCreated(objectSpace As DevExpress.ExpressApp.IObjectSpace)
MyBase.OnObjectSpaceCreated(objectSpace)
_ocur = objectSpace
End Sub
Private Sub ForceLogout()
SecuritySystem.Instance.Logoff()
HttpContext.Current.Session.Abandon()
FormsAuthentication.SignOut()
HttpContext.Current.Response.Redirect(HttpContext.Current.Request.Url.ToString())
End Sub
End Class
@@ -0,0 +1,18 @@
<%@ Page Language="vb" AutoEventWireup="false" CodeBehind="DashboardViewer.aspx.vb" Inherits=".DashboardViewer" %>
<%@ Register assembly="DevExpress.Dashboard.v15.2.Web, Version=15.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" namespace="DevExpress.DashboardWeb" tagprefix="dx" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
</head>
<body>
<form id="form1" runat="server">
<script src="../Scripts/jquery-1.7.2.min.js" type="text/javascript"></script>
<dx:ASPxDashboardViewer ID="ASPxDashboardViewer1" runat="server" FullscreenMode="True" RegisterJQuery="True" DashboardSource="~/Controls/MC_DASH_Test.xml" Height="100%" Width="100%">
</dx:ASPxDashboardViewer>
</form>
</body>
</html>
@@ -0,0 +1,33 @@
'------------------------------------------------------------------------------
' <auto-generated>
' This code was generated by a tool.
'
' Changes to this file may cause incorrect behavior and will be lost if
' the code is regenerated.
' </auto-generated>
'------------------------------------------------------------------------------
Option Strict On
Option Explicit On
Partial Public Class DashboardViewer
'''<summary>
'''form1 control.
'''</summary>
'''<remarks>
'''Auto-generated field.
'''To modify move field declaration from designer file to code-behind file.
'''</remarks>
Protected WithEvents form1 As Global.System.Web.UI.HtmlControls.HtmlForm
'''<summary>
'''ASPxDashboardViewer1 control.
'''</summary>
'''<remarks>
'''Auto-generated field.
'''To modify move field declaration from designer file to code-behind file.
'''</remarks>
Protected WithEvents ASPxDashboardViewer1 As Global.DevExpress.DashboardWeb.ASPxDashboardViewer
End Class
@@ -0,0 +1,39 @@
Imports SISBusiness.Module.GeneralFunction
Imports DevExpress.DashboardCommon
Imports DevExpress.DataAccess
Imports DevExpress.DataAccess.ConnectionParameters
Imports DevExpress.DataAccess.Sql
Public Class DashboardViewer
Inherits System.Web.UI.Page
Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
Me.ASPxDashboardViewer1.DashboardXmlFile = GLOBAL_DASHBOARD_XML_DashboardXmlFile
End Sub
Private Sub ASPxDashboardViewer1_ConfigureDataConnection(sender As Object, e As ConfigureDataConnectionEventArgs) Handles ASPxDashboardViewer1.ConfigureDataConnection
Select Case GLOBAL_DASHBOARD_XML_SQLType
Case "MSSQL"
Dim _ConnectionParameters_MSSQL As New MsSqlConnectionParameters
_ConnectionParameters_MSSQL.UserName = GLOBAL_DASHBOARD_XML_UserName
_ConnectionParameters_MSSQL.Password = GLOBAL_DASHBOARD_XML_Password
_ConnectionParameters_MSSQL.ServerName = GLOBAL_DASHBOARD_XML_ServerName
_ConnectionParameters_MSSQL.DatabaseName = GLOBAL_DASHBOARD_XML_DatabaseName
e.ConnectionParameters = _ConnectionParameters_MSSQL
Case "MYSQL"
Dim _ConnectionParameters_MYSQL As New MySqlConnectionParameters
_ConnectionParameters_MYSQL.UserName = GLOBAL_DASHBOARD_XML_UserName
_ConnectionParameters_MYSQL.Password = GLOBAL_DASHBOARD_XML_Password
_ConnectionParameters_MYSQL.ServerName = GLOBAL_DASHBOARD_XML_ServerName
_ConnectionParameters_MYSQL.DatabaseName = GLOBAL_DASHBOARD_XML_DatabaseName
e.ConnectionParameters = _ConnectionParameters_MYSQL
Case "PSQL"
Dim _ConnectionParameters_PSQL As New PostgreSqlConnectionParameters
_ConnectionParameters_PSQL.UserName = GLOBAL_DASHBOARD_XML_UserName
_ConnectionParameters_PSQL.Password = GLOBAL_DASHBOARD_XML_Password
_ConnectionParameters_PSQL.ServerName = GLOBAL_DASHBOARD_XML_ServerName
_ConnectionParameters_PSQL.DatabaseName = GLOBAL_DASHBOARD_XML_DatabaseName
e.ConnectionParameters = _ConnectionParameters_PSQL
End Select
End Sub
End Class
@@ -0,0 +1,57 @@
<?xml version="1.0" encoding="utf-8"?>
<Dashboard CurrencyCulture="hu-HU">
<DataConnections>
<DataConnection Name="78.131.7.14, 1433_SISBusinessConnection" ProviderKey="MSSqlServer" ConnectionString="XpoProvider=MSSqlServer;data source=78.131.7.14;user id=;password=;initial catalog=sisbusiness;Persist Security Info=true" RequirePassword="true">
<Parameters>
<Parameter Name="server" Value="78.131.7.14" />
<Parameter Name="database" Value="sisbusiness" />
<Parameter Name="useIntegratedSecurity" Value="False" />
<Parameter Name="read only" Value="1" />
<Parameter Name="generateConnectionHelper" Value="false" />
</Parameters>
</DataConnection>
</DataConnections>
<DataSources>
<DataSource Name="frinput">
<DataProvider DataConnection="78.131.7.14, 1433_SISBusinessConnection" SupportSql="true">
<Selection>
<Table Name="InvoiceRows">
<Columns>
<Column Name="DateExecution" />
<Column Name="SumPriceHUF" />
</Columns>
</Table>
<Table Name="InvoiceHeader">
<References>
<Reference Key="Oid" ParentKey="InvoiceHeader" ParentTable="InvoiceRows" />
</References>
<Columns>
<Column Name="CustomersFrom" />
<Column Name="Saved_Customers_Name" />
</Columns>
</Table>
</Selection>
</DataProvider>
</DataSource>
</DataSources>
<Items>
<Pie UniqueName="Pies 1" Name="Diagramm" DataSource="frinput">
<DataItems>
<Dimension DataMember="InvoiceHeader.Saved_Customers_Name" TopNEnabled="true" TopNCount="10" TopNMeasure="DataItem2" UniqueName="DataItem0" />
<Measure DataMember="InvoiceRows.SumPriceHUF" UniqueName="DataItem2" />
</DataItems>
<Arguments>
<Argument UniqueName="DataItem0" />
</Arguments>
<Values>
<Value UniqueName="DataItem2" />
</Values>
<Names>
<Name Value="DataItem2" Name="SumPriceHUF (Sum)" />
</Names>
</Pie>
</Items>
<Layout>
<LayoutItem Name="Pies 1" Left="0" Top="0" Right="1" Bottom="1" />
</Layout>
</Dashboard>
@@ -0,0 +1,22 @@
<%@ Page Language="C#" AutoEventWireup="true" Inherits="Default" EnableViewState="false"
ValidateRequest="false" CodeBehind="Default.aspx.cs" %>
<%@ Register Assembly="DevExpress.ExpressApp.Web.v15.2" Namespace="DevExpress.ExpressApp.Web.Templates"
TagPrefix="cc3" %>
<%@ Register Assembly="DevExpress.ExpressApp.Web.v15.2" Namespace="DevExpress.ExpressApp.Web.Controls"
TagPrefix="cc4" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head id="Head1" runat="server">
<title>Main Page</title>
<meta http-equiv="Expires" content="0" />
</head>
<body class="HorizontalTemplate BodyBackColor">
<form id="form2" runat="server">
<cc3:XafUpdatePanel ID="UPPopupWindowControl" runat="server">
<cc4:XafPopupWindowControl runat="server" ID="PopupWindowControl" />
</cc3:XafUpdatePanel>
<cc4:ASPxProgressControl ID="ProgressControl" runat="server" />
<div runat="server" id="Content" />
</form>
</body>
</html>
+71
View File
@@ -0,0 +1,71 @@
'------------------------------------------------------------------------------
' <auto-generated>
' This code was generated by a tool.
' Runtime Version:2.0.50727.5448
'
' Changes to this file may cause incorrect behavior and will be lost if
' the code is regenerated.
' </auto-generated>
'------------------------------------------------------------------------------
Option Strict On
Option Explicit On
Partial Public Class [Default]
'''<summary>
'''Head1 control.
'''</summary>
'''<remarks>
'''Auto-generated field.
'''To modify move field declaration from designer file to code-behind file.
'''</remarks>
Protected WithEvents Head1 As Global.System.Web.UI.HtmlControls.HtmlHead
'''<summary>
'''form2 control.
'''</summary>
'''<remarks>
'''Auto-generated field.
'''To modify move field declaration from designer file to code-behind file.
'''</remarks>
Protected WithEvents form2 As Global.System.Web.UI.HtmlControls.HtmlForm
'''<summary>
'''UPPopupWindowControl control.
'''</summary>
'''<remarks>
'''Auto-generated field.
'''To modify move field declaration from designer file to code-behind file.
'''</remarks>
Protected WithEvents UPPopupWindowControl As Global.DevExpress.ExpressApp.Web.Templates.XafUpdatePanel
'''<summary>
'''PopupWindowControl control.
'''</summary>
'''<remarks>
'''Auto-generated field.
'''To modify move field declaration from designer file to code-behind file.
'''</remarks>
Protected WithEvents PopupWindowControl As Global.DevExpress.ExpressApp.Web.Controls.XafPopupWindowControl
'''<summary>
'''ProgressControl control.
'''</summary>
'''<remarks>
'''Auto-generated field.
'''To modify move field declaration from designer file to code-behind file.
'''</remarks>
Protected WithEvents ProgressControl As Global.DevExpress.ExpressApp.Web.Controls.ASPxProgressControl
'''<summary>
'''Content control.
'''</summary>
'''<remarks>
'''Auto-generated field.
'''To modify move field declaration from designer file to code-behind file.
'''</remarks>
Protected WithEvents Content As Global.System.Web.UI.HtmlControls.HtmlGenericControl
End Class
@@ -0,0 +1,37 @@
Imports Microsoft.VisualBasic
Imports System
Imports System.Collections.Generic
Imports System.Web.UI
Imports DevExpress.ExpressApp.Templates
Imports DevExpress.ExpressApp.Web
Imports DevExpress.ExpressApp.Web.Templates
Imports DevExpress.ExpressApp.Web.Templates.ActionContainers
Partial Public Class [Default]
Inherits BaseXafPage
Shared Sub New()
End Sub
Protected Overrides Function CreateContextActionsMenu() As ContextActionsMenu
Return New ContextActionsMenu(Me, "Edit", "RecordEdit", "ObjectsCreation", "ListView", "Reports")
End Function
Protected Sub Page_Init()
AddHandler CustomizeTemplateContent, _
Sub(sender As Object, e As CustomizeTemplateContentEventArgs)
Dim _content As DefaultVerticalTemplateContent = TryCast(e.TemplateContent, DefaultVerticalTemplateContent)
If _content IsNot Nothing Then
_content.HeaderImageControl.DefaultThemeImageLocation = "Images"
_content.HeaderImageControl.ImageName = "Logo.png"
End If
End Sub
End Sub
Public Overrides ReadOnly Property InnerContentPlaceHolder() As Control
Get
Return Content
End Get
End Property
End Class
+80
View File
@@ -0,0 +1,80 @@
<%@ Page language="vb" AutoEventWireup="false" Inherits="ErrorPage" enableViewState="false" validateRequest="false" CodeBehind="Error.aspx.vb" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head id="Head1" runat="server">
<title>Error</title>
<meta http-equiv="Expires" content="0" />
</head>
<body class="Dialog Error">
<div id="PageContent" class="PageContent DialogPageContent">
<table id="formTable" cellpadding="0" cellspacing="0" width="100%"><tr><td>
<form id="form1" runat="server">
<div class="Header">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="ViewCaption">
<h1><asp:Literal ID="ApplicationTitle" runat="server" Text="Test Application"></asp:Literal></h1>
</td>
<td class="InfoMessagesPanel">
<asp:Literal ID="InfoMessagesPanel" runat="server" Text=""></asp:Literal>
</td>
</tr>
</table>
</div>
<table class="DialogContent Content" border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td class="ContentCell">
<asp:Table ID="Table1" runat="server" Width="100%" BorderWidth="0px" CellPadding="0" CellSpacing="0">
<asp:TableRow ID="TableRow2" runat="server">
<asp:TableCell runat="server" ID="ViewSite">
<h2 id="FormCaption">
<asp:Literal ID="ErrorTitleLiteral" runat="server" Text="Application Error"></asp:Literal></h2>
<asp:Panel runat="server" ID="ErrorPanel" Width="100%">
<p class="StaticText">
<asp:PlaceHolder ID="ReportResult" runat="server">Your report was sent. Thank you.<br /></asp:PlaceHolder>
<asp:PlaceHolder ID="ApologizeMessage" runat="server">We are currently unable to serve your request:&nbsp;<asp:HyperLink ID="RequestUrl" runat="server">RequestUrl</asp:HyperLink>.<br />
We apologize, but an error occurred and your request could not be completed.<br /></asp:PlaceHolder>
You could go&nbsp;<asp:HyperLink ID="HyperLink1" runat="server" NavigateUrl="javascript:history.go(-1)">back</asp:HyperLink>&nbsp;and try again
<asp:Literal ID="LiteralReturn" runat="server" Text=", or return to the "></asp:Literal>
<asp:HyperLink ID="HyperLinkReturn" runat="server">previous page</asp:HyperLink>
, or retry your request:&nbsp;<asp:HyperLink ID="RequestUrl2" runat="server">RequestUrl</asp:HyperLink>.</p>
<asp:Panel ID="Details" runat="server" Width="100%">
<a style="text-decoration:underline; cursor:hand;" id="ShowErrorDetails" onclick="javascript:ShowDetails();">Show Error details</a>
<div id="DetailsContent" style="display:none;">
<span class="StaticText" style="font-weight:bold;">Error details<hr width="100%" /></span>
<a style="text-decoration:underline; cursor:hand;" id="HideErrorDetails" onclick="javascript:HideDetails();">Hide Error details</a>
<pre class="ErrorDetails"><asp:Literal ID="DetailsText" runat="server"></asp:Literal></pre>
</div>
</asp:Panel>
<asp:Panel ID="ReportForm" runat="server" Width="100%">
<span class="StaticText" style="font-weight:bold;">Report error<hr width="100%" /></span>
<p class="StaticText">This error has been logged. If you have additional information that you believe may have caused this error please report the problem.</p>
<table cellpadding="0" cellspacing="0" border="0"><tr><td align="right" style="padding-bottom:10px">
<asp:TextBox ID="DescriptionTextBox" runat="server" Columns="60" Rows="8" TextMode="MultiLine"></asp:TextBox></td></tr><tr><td align="right">
<asp:Button ID="ReportButton" runat="server" Text="Send Report" OnClick="ReportButton_Click" /></td></tr>
</table>
</asp:Panel>
</asp:Panel>
</asp:TableCell>
</asp:TableRow>
</asp:Table>
</td></tr>
</table>
<div id="Spacer" class="Spacer"></div>
</form>
</td></tr></table>
<script type="text/javascript">
<!--
function ShowDetails() {
document.getElementById('DetailsContent').style.display ='block';
document.getElementById('ShowErrorDetails').style.display ='none';
return false;
}
function HideDetails() {
document.getElementById('DetailsContent').style.display ='none';
document.getElementById('ShowErrorDetails').style.display ='block';
return false;
}
//-->
</script>
</div>
</body>
</html>
+206
View File
@@ -0,0 +1,206 @@
'------------------------------------------------------------------------------
' <auto-generated>
' This code was generated by a tool.
' Runtime Version:2.0.50727.5446
'
' Changes to this file may cause incorrect behavior and will be lost if
' the code is regenerated.
' </auto-generated>
'------------------------------------------------------------------------------
Option Strict On
Option Explicit On
Partial Public Class ErrorPage
'''<summary>
'''Head1 control.
'''</summary>
'''<remarks>
'''Auto-generated field.
'''To modify move field declaration from designer file to code-behind file.
'''</remarks>
Protected WithEvents Head1 As Global.System.Web.UI.HtmlControls.HtmlHead
'''<summary>
'''form1 control.
'''</summary>
'''<remarks>
'''Auto-generated field.
'''To modify move field declaration from designer file to code-behind file.
'''</remarks>
Protected WithEvents form1 As Global.System.Web.UI.HtmlControls.HtmlForm
'''<summary>
'''ApplicationTitle control.
'''</summary>
'''<remarks>
'''Auto-generated field.
'''To modify move field declaration from designer file to code-behind file.
'''</remarks>
Protected WithEvents ApplicationTitle As Global.System.Web.UI.WebControls.Literal
'''<summary>
'''InfoMessagesPanel control.
'''</summary>
'''<remarks>
'''Auto-generated field.
'''To modify move field declaration from designer file to code-behind file.
'''</remarks>
Protected WithEvents InfoMessagesPanel As Global.System.Web.UI.WebControls.Literal
'''<summary>
'''Table1 control.
'''</summary>
'''<remarks>
'''Auto-generated field.
'''To modify move field declaration from designer file to code-behind file.
'''</remarks>
Protected WithEvents Table1 As Global.System.Web.UI.WebControls.Table
'''<summary>
'''TableRow2 control.
'''</summary>
'''<remarks>
'''Auto-generated field.
'''To modify move field declaration from designer file to code-behind file.
'''</remarks>
Protected WithEvents TableRow2 As Global.System.Web.UI.WebControls.TableRow
'''<summary>
'''ViewSite control.
'''</summary>
'''<remarks>
'''Auto-generated field.
'''To modify move field declaration from designer file to code-behind file.
'''</remarks>
Protected WithEvents ViewSite As Global.System.Web.UI.WebControls.TableCell
'''<summary>
'''ErrorTitleLiteral control.
'''</summary>
'''<remarks>
'''Auto-generated field.
'''To modify move field declaration from designer file to code-behind file.
'''</remarks>
Protected WithEvents ErrorTitleLiteral As Global.System.Web.UI.WebControls.Literal
'''<summary>
'''ErrorPanel control.
'''</summary>
'''<remarks>
'''Auto-generated field.
'''To modify move field declaration from designer file to code-behind file.
'''</remarks>
Protected WithEvents ErrorPanel As Global.System.Web.UI.WebControls.Panel
'''<summary>
'''ReportResult control.
'''</summary>
'''<remarks>
'''Auto-generated field.
'''To modify move field declaration from designer file to code-behind file.
'''</remarks>
Protected WithEvents ReportResult As Global.System.Web.UI.WebControls.PlaceHolder
'''<summary>
'''ApologizeMessage control.
'''</summary>
'''<remarks>
'''Auto-generated field.
'''To modify move field declaration from designer file to code-behind file.
'''</remarks>
Protected WithEvents ApologizeMessage As Global.System.Web.UI.WebControls.PlaceHolder
'''<summary>
'''RequestUrl control.
'''</summary>
'''<remarks>
'''Auto-generated field.
'''To modify move field declaration from designer file to code-behind file.
'''</remarks>
Protected WithEvents RequestUrl As Global.System.Web.UI.WebControls.HyperLink
'''<summary>
'''HyperLink1 control.
'''</summary>
'''<remarks>
'''Auto-generated field.
'''To modify move field declaration from designer file to code-behind file.
'''</remarks>
Protected WithEvents HyperLink1 As Global.System.Web.UI.WebControls.HyperLink
'''<summary>
'''LiteralReturn control.
'''</summary>
'''<remarks>
'''Auto-generated field.
'''To modify move field declaration from designer file to code-behind file.
'''</remarks>
Protected WithEvents LiteralReturn As Global.System.Web.UI.WebControls.Literal
'''<summary>
'''HyperLinkReturn control.
'''</summary>
'''<remarks>
'''Auto-generated field.
'''To modify move field declaration from designer file to code-behind file.
'''</remarks>
Protected WithEvents HyperLinkReturn As Global.System.Web.UI.WebControls.HyperLink
'''<summary>
'''RequestUrl2 control.
'''</summary>
'''<remarks>
'''Auto-generated field.
'''To modify move field declaration from designer file to code-behind file.
'''</remarks>
Protected WithEvents RequestUrl2 As Global.System.Web.UI.WebControls.HyperLink
'''<summary>
'''Details control.
'''</summary>
'''<remarks>
'''Auto-generated field.
'''To modify move field declaration from designer file to code-behind file.
'''</remarks>
Protected WithEvents Details As Global.System.Web.UI.WebControls.Panel
'''<summary>
'''DetailsText control.
'''</summary>
'''<remarks>
'''Auto-generated field.
'''To modify move field declaration from designer file to code-behind file.
'''</remarks>
Protected WithEvents DetailsText As Global.System.Web.UI.WebControls.Literal
'''<summary>
'''ReportForm control.
'''</summary>
'''<remarks>
'''Auto-generated field.
'''To modify move field declaration from designer file to code-behind file.
'''</remarks>
Protected WithEvents ReportForm As Global.System.Web.UI.WebControls.Panel
'''<summary>
'''DescriptionTextBox control.
'''</summary>
'''<remarks>
'''Auto-generated field.
'''To modify move field declaration from designer file to code-behind file.
'''</remarks>
Protected WithEvents DescriptionTextBox As Global.System.Web.UI.WebControls.TextBox
'''<summary>
'''ReportButton control.
'''</summary>
'''<remarks>
'''Auto-generated field.
'''To modify move field declaration from designer file to code-behind file.
'''</remarks>
Protected WithEvents ReportButton As Global.System.Web.UI.WebControls.Button
End Class
@@ -0,0 +1,97 @@
Imports Microsoft.VisualBasic
Imports System
Imports System.IO
Imports System.Collections
Imports System.ComponentModel
Imports System.Data
Imports System.Globalization
Imports System.Threading
Imports System.Drawing
Imports System.Web
Imports System.Web.SessionState
Imports System.Web.UI
Imports System.Web.UI.WebControls
Imports System.Web.UI.HtmlControls
Imports DevExpress.ExpressApp.Web
Imports DevExpress.ExpressApp.Web.TestScripts
Imports DevExpress.ExpressApp.Utils
Imports DevExpress.ExpressApp.SystemModule
Imports DevExpress.ExpressApp.Web.SystemModule
Partial Public Class ErrorPage
Inherits System.Web.UI.Page
Private Function GetApplicationInfoString() As String
AboutInfo.Instance.Init(WebApplication.Instance)
Return AboutInfo.Instance.AboutInfoString
End Function
Protected Overrides Sub InitializeCulture()
If WebApplication.Instance IsNot Nothing Then
WebApplication.Instance.InitializeCulture()
End If
End Sub
Private Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles MyBase.Load
Dim testScriptsManager As New TestScriptsManager(Page)
testScriptsManager.RegisterControl(JSLabelTestControl.ClassName, "FormCaption", TestControlType.Field, "FormCaption")
testScriptsManager.RegisterControl(JSLabelTestControl.ClassName, "RequestUrl", TestControlType.Field, "RequestUrl")
testScriptsManager.RegisterControl(JSLabelTestControl.ClassName, "DescriptionTextBox", TestControlType.Field, "Description")
testScriptsManager.RegisterControl(JSDefaultTestControl.ClassName, "ReportButton", TestControlType.Action, "Report")
testScriptsManager.AllControlRegistered("")
If WebApplication.Instance IsNot Nothing Then
ApplicationTitle.Text = WebApplication.Instance.Title
Else
ApplicationTitle.Text = "No application"
End If
Header.Title = "Application Error - " & ApplicationTitle.Text
Dim errorInfo As ErrorInfo = ErrorHandling.GetApplicationError()
If errorInfo IsNot Nothing Then
RequestUrl.NavigateUrl = errorInfo.Url
RequestUrl.Text = errorInfo.Url
RequestUrl2.NavigateUrl = errorInfo.Url
RequestUrl2.Text = errorInfo.Url
If (Not String.IsNullOrEmpty(errorInfo.UrlReferrer)) Then
HyperLinkReturn.NavigateUrl = errorInfo.UrlReferrer
Else
LiteralReturn.Visible = False
HyperLinkReturn.Visible = False
End If
If ErrorHandling.CanShowDetailedInformation Then
DetailsText.Text = errorInfo.GetTextualPresentation(True)
Else
Details.Visible = False
End If
ReportResult.Visible = False
ReportForm.Visible = ErrorHandling.CanSendAlertToAdmin
Else
ErrorPanel.Visible = False
End If
End Sub
#Region "Web Form Designer generated code"
Protected Overrides Sub OnInit(ByVal e As EventArgs)
InitializeComponent()
MyBase.OnInit(e)
End Sub
Private Sub InitializeComponent()
' Me.Load += New System.EventHandler(Me.Page_Load);
' Me.PreRender += New EventHandler(ErrorPage_PreRender);
End Sub
Private Sub ErrorPage_PreRender(ByVal sender As Object, ByVal e As EventArgs) Handles MyBase.PreRender
RegisterThemeAssemblyController.RegisterThemeResources(CType(sender, Page))
End Sub
#End Region
Protected Sub ReportButton_Click(ByVal sender As Object, ByVal e As EventArgs)
Dim errorInfo As ErrorInfo = ErrorHandling.GetApplicationError()
If errorInfo IsNot Nothing Then
ErrorHandling.SendAlertToAdmin(errorInfo.Id, DescriptionTextBox.Text, errorInfo.Exception.Message)
ErrorHandling.ClearApplicationError()
ApologizeMessage.Visible = False
ReportForm.Visible = False
Details.Visible = False
ReportResult.Visible = True
End If
End Sub
End Class
@@ -0,0 +1 @@
<%@ WebHandler Language="VB" CodeBehind="GetAttachments.ashx.vb" Class=".GetAttachments" %>
@@ -0,0 +1,42 @@
Imports System.Web
Imports System.Web.Services
Imports SISBusiness.Module
Imports DevExpress.ExpressApp.FileAttachments
Imports DevExpress.Persistent.BaseImpl
Imports DevExpress.Data.Filtering
Imports System.IO
Imports DevExpress.Web.Internal
Public Class GetAttachments
Implements System.Web.IHttpHandler
Private _Session As DevExpress.Xpo.Session
Sub ProcessRequest(ByVal context As HttpContext) Implements IHttpHandler.ProcessRequest
Dim _Oid As String
Dim _ConnectionString As String
Dim _Attachment As FileData
_Oid = context.Request.QueryString("id")
_ConnectionString = ConfigurationManager.ConnectionStrings("ConnectionString").ToString
_Session = New DevExpress.Xpo.Session
_Session.ConnectionString = _ConnectionString
_Session.Connect()
If _Session.IsConnected Then
_Attachment = _Session.FindObject(Of FileData)(CriteriaOperator.Parse("Oid=?", _Oid))
If _Attachment IsNot Nothing Then
Dim _Stream As New MemoryStream
_Attachment.SaveToStream(_Stream)
HttpUtils.WriteFileToResponse(Nothing, _Stream, _Attachment.FileName, True, "")
End If
End If
End Sub
ReadOnly Property IsReusable() As Boolean Implements IHttpHandler.IsReusable
Get
Return False
End Get
End Property
End Class
@@ -0,0 +1 @@
<%@ Application Language="vb" CodeBehind="Global.asax.vb" Inherits="Global"%>
@@ -0,0 +1,69 @@
Imports Microsoft.VisualBasic
Imports System
Imports System.Configuration
Imports System.Web.Configuration
Imports System.Web
Imports DevExpress.ExpressApp
Imports DevExpress.Persistent.Base
Imports DevExpress.Persistent.BaseImpl
Imports DevExpress.ExpressApp.Security
Imports DevExpress.ExpressApp.Web
Imports DevExpress.Web
Public Class [Global]
Inherits System.Web.HttpApplication
Public Sub New()
InitializeComponent()
End Sub
Protected Sub Application_Start(ByVal sender As Object, ByVal e As EventArgs)
AddHandler ASPxWebControl.CallbackError, AddressOf Application_Error
#If EASYTEST Then
DevExpress.ExpressApp.Web.TestScripts.TestScriptsManager.EasyTestEnabled = True
#End If
End Sub
Protected Sub Session_Start(ByVal sender As Object, ByVal e As EventArgs)
WebApplication.SetInstance(Session, New SISBusinessContractorAspNetApplication())
#If EASYTEST Then
If (Not ConfigurationManager.ConnectionStrings.Item("EasyTestConnectionString") Is Nothing) Then
WebApplication.Instance.ConnectionString = ConfigurationManager.ConnectionStrings.Item("EasyTestConnectionString").ConnectionString
End If
#End If
If (Not ConfigurationManager.ConnectionStrings.Item("ConnectionString") Is Nothing) Then
WebApplication.Instance.ConnectionString = ConfigurationManager.ConnectionStrings.Item("ConnectionString").ConnectionString
End If
'If System.Diagnostics.Debugger.IsAttached Then
' WebApplication.Instance.DatabaseUpdateMode = DatabaseUpdateMode.UpdateDatabaseAlways
'End If
WebApplication.Instance.Setup()
WebApplication.Instance.Start()
End Sub
Protected Sub Application_BeginRequest(ByVal sender As Object, ByVal e As EventArgs)
Dim filePath As String = HttpContext.Current.Request.PhysicalPath
If (Not String.IsNullOrEmpty(filePath)) AndAlso (filePath.IndexOf("Images") >= 0) AndAlso (Not System.IO.File.Exists(filePath)) Then
HttpContext.Current.Response.End()
End If
End Sub
Protected Sub Application_EndRequest(ByVal sender As Object, ByVal e As EventArgs)
End Sub
Protected Sub Application_AuthenticateRequest(ByVal sender As Object, ByVal e As EventArgs)
End Sub
Protected Sub Application_Error(ByVal sender As Object, ByVal e As EventArgs)
ErrorHandling.Instance.ProcessApplicationError()
End Sub
Protected Sub Session_End(ByVal sender As Object, ByVal e As EventArgs)
WebApplication.LogOff(Session)
WebApplication.DisposeInstance(Session)
End Sub
Protected Sub Application_End(ByVal sender As Object, ByVal e As EventArgs)
End Sub
#Region "Web Form Designer generated code"
''' <summary>
''' Required method for Designer support - do not modify
''' the contents of this method with the code editor.
''' </summary>
Private Sub InitializeComponent()
End Sub
#End Region
End Class
Binary file not shown.

After

Width:  |  Height:  |  Size: 571 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 148 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 149 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 152 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 152 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 151 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 607 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 231 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 608 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 232 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 170 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 169 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 158 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 150 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 599 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 603 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 495 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 786 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 801 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 718 B

+35
View File
@@ -0,0 +1,35 @@
<%@ Page Language="C#" AutoEventWireup="true" Inherits="LoginPage" CodeBehind="Login.aspx.cs" %>
<%@ Register Assembly="DevExpress.ExpressApp.Web.v15.2" Namespace="DevExpress.ExpressApp.Web.Templates.ActionContainers"
TagPrefix="cc2" %>
<%@ Register Assembly="DevExpress.ExpressApp.Web.v15.2" Namespace="DevExpress.ExpressApp.Web.Templates.Controls"
TagPrefix="tc" %>
<%@ Register Assembly="DevExpress.ExpressApp.Web.v15.2" Namespace="DevExpress.ExpressApp.Web.Controls"
TagPrefix="cc4" %>
<%@ Register Assembly="DevExpress.ExpressApp.Web.v15.2" Namespace="DevExpress.ExpressApp.Web.Templates"
TagPrefix="cc3" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head id="Head1" runat="server">
<title>Logon</title>
</head>
<body class="Dialog">
<div id="PageContent" class="PageContent DialogPageContent">
<form id="form1" runat="server">
<cc4:ASPxProgressControl ID="ProgressControl" runat="server" />
<div id="Content" runat="server" />
</form>
<div id="Spacer" class="Spacer">
</div>
<script type="text/javascript">
<!--
function OnLoad() {
DXMoveFooter();
DXattachEventToElement(document.getElementById('formTable'), "resize", DXWindowOnResize);
DXattachEventToElement(window, "resize", DXWindowOnResize);
detachElementEvent(document.body, "keypress", disableEnterKey);
}
//-->
</script>
</div>
</body>
</html>
+53
View File
@@ -0,0 +1,53 @@
'------------------------------------------------------------------------------
' <auto-generated>
' This code was generated by a tool.
' Runtime Version:2.0.50727.5448
'
' Changes to this file may cause incorrect behavior and will be lost if
' the code is regenerated.
' </auto-generated>
'------------------------------------------------------------------------------
Option Strict On
Option Explicit On
Partial Public Class LoginPage
'''<summary>
'''Head1 control.
'''</summary>
'''<remarks>
'''Auto-generated field.
'''To modify move field declaration from designer file to code-behind file.
'''</remarks>
Protected WithEvents Head1 As Global.System.Web.UI.HtmlControls.HtmlHead
'''<summary>
'''form1 control.
'''</summary>
'''<remarks>
'''Auto-generated field.
'''To modify move field declaration from designer file to code-behind file.
'''</remarks>
Protected WithEvents form1 As Global.System.Web.UI.HtmlControls.HtmlForm
'''<summary>
'''ProgressControl control.
'''</summary>
'''<remarks>
'''Auto-generated field.
'''To modify move field declaration from designer file to code-behind file.
'''</remarks>
Protected WithEvents ProgressControl As Global.DevExpress.ExpressApp.Web.Controls.ASPxProgressControl
'''<summary>
'''Content control.
'''</summary>
'''<remarks>
'''Auto-generated field.
'''To modify move field declaration from designer file to code-behind file.
'''</remarks>
Protected WithEvents Content As Global.System.Web.UI.HtmlControls.HtmlGenericControl
End Class
@@ -0,0 +1,17 @@
Imports Microsoft.VisualBasic
Imports System
Imports DevExpress.ExpressApp.Web
Imports DevExpress.ExpressApp.Web.Templates
Partial Public Class LoginPage
Inherits BaseXafPage
Protected Sub Page_Load(ByVal sender As Object, ByVal e As EventArgs)
End Sub
Public Overrides ReadOnly Property InnerContentPlaceHolder() As System.Web.UI.Control
Get
Return Content
End Get
End Property
End Class
+136
View File
@@ -0,0 +1,136 @@
<?xml version="1.0" encoding="utf-8"?>
<Application Logo="Logo" PreferredLanguage="hu" Copyright="2006-2013 SIS-Rendszerház Ltd.">
<ActionDesign>
<ActionToContainerMapping>
<ActionContainer Id="@Question_AC" IsNewNode="True">
<ActionLink ActionId="aCreateQuestion" IsNewNode="True" />
</ActionContainer>
</ActionToContainerMapping>
</ActionDesign>
<BOModel>
<Class Name="DevExpress.Persistent.BaseImpl.User" IsCloneable="False" />
</BOModel>
<NavigationItems NavigationStyle="NavBar" StartupNavigationItem="Question_ListView">
<Items>
<Item Id="Support" Index="1">
<Items>
<Item Id="Question_ListView" Index="0" ViewId="Question_ListView_Customers" />
<Item Id="Answer_ListView" Index="1" Removed="True" />
<Item Id="CustomersMeeting_ListView" Index="1" ViewId="CustomersMeeting_ListView_Subcontractor" />
<Item Id="Support_Documents" Index="1" ViewId="SubcontractorDocuments_ListView" Removed="True" />
<Item Id="@OperationalLog_ListView_Subcontractor" ViewId="OperationalLog_ListView_Subconractor" Index="2" IsNewNode="True" />
<Item Id="@OperationalLog_ListView_Subcontractor_HFR" ViewId="OperationalLog_ListView_Subconractor_HFR" Caption="Hő és füstelevezetési rendszer napló" ImageName="Fire" IsNewNode="True" />
</Items>
</Item>
<Item Id="@WorkSheetMain" Index="2" IsNewNode="True">
<Items IsNewNode="True">
<Item Id="@Question_Subcontractor" ViewId="Question_ListView_Subcontractor" Index="0" IsNewNode="True" />
<Item Id="@WorkSheet_Header_ListView_Subconstractor" Caption="WorkSheet_Header_ListView_Subconstractor" Index="1" ViewId="WorkSheet_Header_ListView_Subcontractor" IsNewNode="True" />
</Items>
</Item>
<Item Id="@Other" Index="3" IsNewNode="True">
<Items IsNewNode="True">
<Item Id="@HRPersonEvent_ListView_Subcontractor" ViewId="HRPersonEvent_ListView_Subcontractor" Index="0" IsNewNode="True" />
<Item Id="@CRM_Opportunities_ListView_Subcontractor" ViewId="CRM_Opportunities_ListView_Subcontractor" Index="1" IsNewNode="True" />
<Item Id="@OfferInHeader_ListView_Subcontractor" Index="2" ViewId="RegistryHeader_ListView_Subcontractor" IsNewNode="True" />
<Item Id="@Contracts_ListView_Subcontractor" ViewId="Contracts_ListView_Subcontractor" Index="3" IsNewNode="True" />
<Item Id="@AccountInfo" ViewId="PCIGroup_ListView_Subcontractor" Index="4" IsNewNode="True" />
<Item Id="Support_Documents" ViewId="SubcontractorDocuments_ListView" Index="5" IsNewNode="True" />
</Items>
</Item>
<Item Id="@Agricultural" Removed="True" />
<Item Id="@DocumentHandling" Removed="True" />
<Item Id="@ManagerInfo" Removed="True" />
<Item Id="@ProjectHandling" Removed="True" />
<Item Id="@SysTem" IsNewNode="True">
<Items IsNewNode="True">
<Item Id="@Rights" ViewId="SubcontractorRoles_ListView_Subcontractor" ImageName="BO_Role" IsNewNode="True" />
</Items>
</Item>
<Item Id="BusinessTransactions" Removed="True" />
<Item Id="Contracts" Removed="True" />
<Item Id="CRM" Removed="True" />
<Item Id="Default" Removed="True" />
<Item Id="FinancialTransactions" Removed="True" />
<Item Id="KPI" Removed="True" />
<Item Id="RealEstate" Removed="True" />
<Item Id="RegistrySystem" Removed="True" />
<Item Id="Reports" Removed="True" />
<Item Id="SQL Imports" Removed="True" />
<Item Id="Stocks" Removed="True" />
<Item Id="StorageTransactions" Removed="True" />
<Item Id="ToDo" Removed="True" />
</Items>
</NavigationItems>
<Options SaveListViewStateInCookies="True" />
<SchemaModules>
<SchemaModule Name="CloneObjectModule" Version="15.2.5.0" IsNewNode="True" />
<SchemaModule Name="SchedulerAspNetModule" Version="15.2.5.0" IsNewNode="True" />
<SchemaModule Name="SchedulerModuleBase" Version="15.2.5.0" IsNewNode="True" />
<SchemaModule Name="SystemAspNetModule" Version="15.2.5.0" IsNewNode="True" />
<SchemaModule Name="SystemModule" Version="15.2.5.0" IsNewNode="True" />
</SchemaModules>
<Views>
<DetailView Id="CustomersMeeting_DetailView_Subcontractor">
<Items>
<PropertyEditor Id="CustomersMeetingState" PropertyName="CustomersMeetingState" IsNewNode="True" />
</Items>
<Layout>
<TabbedGroup Id="Item1" RelativeSize="22">
<LayoutGroup Id="Main" ImageName="">
<LayoutGroup Id="SimpleEditors" RelativeSize="75" ImageName="">
<LayoutGroup Id="CustomersMeeting_col1" ImageName="">
<LayoutItem Id="DateExecution" RelativeSize="21" ViewItem="DateExecution" />
<LayoutItem Id="CustomersMeetingState" ViewItem="CustomersMeetingState" SizeConstraintsType="Default" Index="3" RelativeSize="27" IsNewNode="True" />
</LayoutGroup>
<LayoutGroup Id="CustomersMeeting_col2" RelativeSize="49" ImageName="" />
</LayoutGroup>
<LayoutGroup Id="SizeableEditors" RelativeSize="24" ImageName="" />
</LayoutGroup>
</TabbedGroup>
<LayoutGroup Id="Main" Index="1" ShowCaption="False" RelativeSize="77" IsNewNode="True">
<LayoutGroup Id="SizeableEditors" Index="0" ShowCaption="False" RelativeSize="100" Direction="Horizontal" IsNewNode="True" />
</LayoutGroup>
</Layout>
</DetailView>
<DetailView Id="User_DetailView" AllowDelete="False" AllowNew="False">
<Layout>
<LayoutGroup Id="Main" Caption="Main" ImageName="" CaptionLocation="Default" CaptionWordWrap="Default" CaptionHorizontalAlignment="Default" CaptionVerticalAlignment="Default" RelativeSize="100">
<LayoutGroup Id="SimpleEditors" RelativeSize="24" ImageName="" CaptionLocation="Default" CaptionWordWrap="Default" CaptionHorizontalAlignment="Default" CaptionVerticalAlignment="Default">
<LayoutGroup Id="User" RelativeSize="17" ImageName="" CaptionLocation="Default" CaptionWordWrap="Default" CaptionHorizontalAlignment="Default" CaptionVerticalAlignment="Default" Direction="Horizontal">
<LayoutItem Id="UserName" ViewItem="UserName" Index="0" RelativeSize="39" IsNewNode="True" Removed="True" />
<LayoutItem Id="ChangePasswordOnFirstLogon" ViewItem="ChangePasswordOnFirstLogon" Index="1" RelativeSize="29" IsNewNode="True" Removed="True" />
<LayoutItem Id="IsActive" RelativeSize="30" Index="2" ViewItem="IsActive" />
</LayoutGroup>
<LayoutGroup Id="52557208-08b9-4918-bd49-dcfe787d6247" ShowCaption="False" Caption="" Direction="Horizontal" Index="1" RelativeSize="42" IsNewNode="True">
<LayoutGroup Id="Person_col1" ShowCaption="False" Index="0" RelativeSize="39" IsNewNode="True">
<LayoutItem Id="FirstName" ViewItem="FirstName" Index="0" RelativeSize="35" IsNewNode="True" />
<LayoutItem Id="LastName" ViewItem="LastName" Index="1" RelativeSize="28" IsNewNode="True" />
<LayoutItem Id="MiddleName" ViewItem="MiddleName" Index="2" RelativeSize="35" IsNewNode="True" />
</LayoutGroup>
<LayoutGroup Id="Person_col2" ShowCaption="False" Index="1" RelativeSize="60" IsNewNode="True">
<LayoutItem Id="Birthday" ViewItem="Birthday" Index="0" RelativeSize="35" IsNewNode="True" />
<LayoutItem Id="FullName" ViewItem="FullName" Index="1" RelativeSize="28" IsNewNode="True" />
<LayoutItem Id="Email" ViewItem="Email" Index="2" RelativeSize="35" IsNewNode="True" />
</LayoutGroup>
</LayoutGroup>
<LayoutGroup Id="Party" RelativeSize="40" ImageName="" CaptionLocation="Default" CaptionWordWrap="Default" CaptionHorizontalAlignment="Default" CaptionVerticalAlignment="Default">
<LayoutItem Id="DisplayName" ViewItem="DisplayName" Removed="True" />
</LayoutGroup>
</LayoutGroup>
<TabbedGroup Id="Tabs" CaptionLocation="Default" CaptionWordWrap="Default" CaptionHorizontalAlignment="Default" CaptionVerticalAlignment="Default" Index="1" RelativeSize="75">
<LayoutGroup Id="PhoneNumbers" RelativeSize="100" ImageName="telephone" Index="0" CaptionLocation="Default" CaptionWordWrap="Default" CaptionHorizontalAlignment="Default" CaptionVerticalAlignment="Default">
<LayoutItem Id="PhoneNumbers" RelativeSize="100" CaptionLocation="Default" CaptionWordWrap="Default" CaptionHorizontalAlignment="Default" CaptionVerticalAlignment="Default" ViewItem="PhoneNumbers" />
</LayoutGroup>
<LayoutGroup Id="Permissions" Caption="Permissions" CaptionLocation="Default" CaptionWordWrap="Default" CaptionHorizontalAlignment="Default" CaptionVerticalAlignment="Default" RelativeSize="0" Direction="Horizontal" Removed="True">
<LayoutItem Id="Permissions" ViewItem="Permissions" Removed="True" />
</LayoutGroup>
<LayoutGroup Id="Roles" RelativeSize="0" ImageName="BO_Role" Direction="Horizontal" Removed="True">
<LayoutItem Id="Roles" ViewItem="Roles" Removed="True" />
</LayoutGroup>
</TabbedGroup>
</LayoutGroup>
</Layout>
</DetailView>
</Views>
</Application>
@@ -0,0 +1,98 @@
<?xml version="1.0" encoding="utf-8"?>
<Application>
<ActionDesign>
<Actions>
<Action Id="Logoff" Caption="Kijelentkezés" />
</Actions>
</ActionDesign>
<BOModel>
<Class Name="DevExpress.ExpressApp.Security.AuthenticationStandardLogonParameters">
<OwnMembers>
<Member Name="Password" Caption="Jelszó" />
<Member Name="UserName" Caption="Felhasználó" />
</OwnMembers>
</Class>
<Class Name="DevExpress.ExpressApp.Security.ResetPasswordParameters">
<OwnMembers>
<Member Name="Password" Caption="Jelszó" />
</OwnMembers>
</Class>
<Class Name="DevExpress.Persistent.BaseImpl.BasicUser">
<OwnMembers>
<Member Name="UserName" Caption="Felhasználó" />
</OwnMembers>
</Class>
<Class Name="DevExpress.Persistent.BaseImpl.SimpleUser">
<OwnMembers>
<Member Name="UserName" Caption="Felhasználó" />
</OwnMembers>
</Class>
<Class Name="DevExpress.Persistent.BaseImpl.User">
<OwnMembers>
<Member Name="UserName" Caption="Felhasználó" />
</OwnMembers>
</Class>
</BOModel>
<NavigationItems>
<Items>
<Item Id="Support">
<Items>
<Item Id="Support_Documents" Caption="Dokumentációk" />
<Item Id="@OperationalLog_ListView_Subcontractor" Caption="Rendszer üzemeltetési napló" />
</Items>
</Item>
<Item Id="@WorkSheetMain" Caption="Munkalapkezelés">
<Items>
<Item Id="@Question_Subcontractor" Caption="Bejelentett hibák" />
<Item Id="@WorkSheet_Header_ListView_Subconstractor" Caption="Munkalapok" />
</Items>
</Item>
<Item Id="@Other" Caption="Egyéb információk">
<Items>
<Item Id="@HRPersonEvent_ListView_Subcontractor" Caption="Naptár" />
<Item Id="@OfferInHeader_ListView_Subcontractor" Caption="Alvállalkozói ajánlatok" />
<Item Id="@AccountInfo" Caption="Pénzügyi információk" />
<Item Id="Support_Documents" Caption="Dokumentációk" />
</Items>
</Item>
<Item Id="@SysTem" Caption="Rendszer">
<Items>
<Item Id="@Rights" Caption="Jogosultságok" />
</Items>
</Item>
</Items>
</NavigationItems>
<Views>
<DetailView Id="AuthenticationStandardLogonParameters_DetailView" Caption="Bejelentkezés a SUBCONTRACTOR rendszerbe">
<Items>
<StaticText Id="LogonText" Text="Üdvözöljük ! Kérem adja meg felhasználói nevét és jelszavát !" />
</Items>
</DetailView>
<DetailView Id="CustomersMeeting_DetailView_Subcontractor">
<Layout>
<LayoutGroup Id="Main" Caption="Main">
<LayoutGroup Id="SizeableEditors" Caption="Leírás" />
</LayoutGroup>
</Layout>
</DetailView>
<DetailView Id="LogonAttemptsAmountedToLimit_DetailView" Caption="Bejelentkezés" />
<DetailView Id="ParameterlessLogonFailedInfo_DefaultDetailView" Caption="Bejelentkezés" />
<DetailView Id="User_DetailView">
<Layout>
<LayoutGroup Id="Main" Caption="Main">
<LayoutGroup Id="SimpleEditors" Caption="SimpleEditors">
<LayoutGroup Id="User" Caption="User" />
<LayoutGroup Id="52557208-08b9-4918-bd49-dcfe787d6247" Caption="52557208-08b9-4918-bd49-dcfe787d6247(7)">
<LayoutGroup Id="Person_col1" Caption="Person_col1" />
<LayoutGroup Id="Person_col2" Caption="Person_col2" />
</LayoutGroup>
<LayoutGroup Id="Party" Caption="Party" />
</LayoutGroup>
<TabbedGroup Id="Tabs">
<LayoutGroup Id="PhoneNumbers" Caption="Telefonszámok" />
</TabbedGroup>
</LayoutGroup>
</Layout>
</DetailView>
</Views>
</Application>
@@ -0,0 +1,13 @@
'------------------------------------------------------------------------------
' <auto-generated>
' This code was generated by a tool.
' Runtime Version:4.0.30319.17929
'
' Changes to this file may cause incorrect behavior and will be lost if
' the code is regenerated.
' </auto-generated>
'------------------------------------------------------------------------------
Option Strict On
Option Explicit On
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<MyApplicationData xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<MySubMain>false</MySubMain>
<SingleInstance>false</SingleInstance>
<ShutdownMode>0</ShutdownMode>
<EnableVisualStyles>true</EnableVisualStyles>
<AuthenticationMode>0</AuthenticationMode>
<ApplicationType>1</ApplicationType>
<SaveMySettingsOnExit>true</SaveMySettingsOnExit>
</MyApplicationData>
@@ -0,0 +1,34 @@
Imports System
Imports System.Reflection
Imports System.Runtime.InteropServices
' General Information about an assembly is controlled through the following
' set of attributes. Change these attribute values to modify the information
' associated with an assembly.
' Review the values of the assembly attributes
<Assembly: AssemblyTitle("SISBusiness.Web")>
<Assembly: AssemblyDescription("SIS Business ERP system WEB module")>
<Assembly: AssemblyCompany("SIS-Rendszerház Kft")>
<Assembly: AssemblyProduct("SISBusiness.Web")>
<Assembly: AssemblyCopyright("Copyright © - 2006-2014")>
<Assembly: AssemblyTrademark("")>
<Assembly: ComVisible(False)>
'The following GUID is for the ID of the typelib if this project is exposed to COM
<Assembly: Guid("334e9cee-0d47-4d70-924b-b5098a3432cb")>
' Version information for an assembly consists of the following four values:
'
' Major Version
' Minor Version
' Build Number
' Revision
'
' You can specify all the values or you can default the Build and Revision Numbers
' by using the '*' as shown below:
' <Assembly: AssemblyVersion("1.0.*")>
<Assembly: AssemblyVersion("15.2.5.1001")>
<Assembly: AssemblyFileVersion("15.2.5.1001")>
@@ -0,0 +1,40 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is used by the publish/package process of your Web project. You can customize the behavior of this process
by editing this MSBuild file. In order to learn more about this please visit http://go.microsoft.com/fwlink/?LinkID=208121.
-->
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<WebPublishMethod>MSDeploy</WebPublishMethod>
<LastUsedBuildConfiguration>R64</LastUsedBuildConfiguration>
<LastUsedPlatform>Any CPU</LastUsedPlatform>
<SiteUrlToLaunchAfterPublish />
<ExcludeApp_Data>False</ExcludeApp_Data>
<MSDeployServiceURL>http://78.131.7.14</MSDeployServiceURL>
<DeployIisAppPath>Default Web Site/subcontractor</DeployIisAppPath>
<RemoteSitePhysicalPath />
<SkipExtraFilesOnServer>True</SkipExtraFilesOnServer>
<MSDeployPublishMethod>RemoteAgent</MSDeployPublishMethod>
<EnableMSDeployBackup>False</EnableMSDeployBackup>
<UserName>Administrator</UserName>
<_SavePWD>True</_SavePWD>
<PublishDatabaseSettings>
<Objects xmlns="">
<ObjectGroup Name="ConnectionString" Order="1" Enabled="False">
<Destination Path="" />
<Object Type="DbDacFx">
<PreSource Path="User ID=sa;Password=pcl718;Data Source=78.131.7.14,1433;Initial Catalog=sis" includeData="False" />
<Source Path="$(IntermediateOutputPath)AutoScripts\ConnectionString_IncrementalSchemaOnly.dacpac" dacpacAction="Deploy" />
</Object>
<UpdateFrom Type="Web.Config">
<Source MatchValue="User ID=sa;Password=pcl718;Data Source=78.131.7.14,1433;Initial Catalog=sis" MatchAttributes="$(UpdateFromConnectionStringAttributes)" />
</UpdateFrom>
</ObjectGroup>
</Objects>
</PublishDatabaseSettings>
<LaunchSiteAfterPublish>True</LaunchSiteAfterPublish>
</PropertyGroup>
<ItemGroup>
<MSDeployParameterValue Include="$(DeployParameterPrefix)ConnectionString-Web.config Connection String" />
</ItemGroup>
</Project>
@@ -0,0 +1,40 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is used by the publish/package process of your Web project. You can customize the behavior of this process
by editing this MSBuild file. In order to learn more about this please visit http://go.microsoft.com/fwlink/?LinkID=208121.
-->
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<WebPublishMethod>MSDeploy</WebPublishMethod>
<SiteUrlToLaunchAfterPublish />
<MSDeployServiceURL>http://192.168.1.102</MSDeployServiceURL>
<DeployIisAppPath>Default Web Site/MC/subcontractor</DeployIisAppPath>
<RemoteSitePhysicalPath />
<SkipExtraFilesOnServer>True</SkipExtraFilesOnServer>
<MSDeployPublishMethod>RemoteAgent</MSDeployPublishMethod>
<UserName>SISDOMAIN\ivan.szabo</UserName>
<_SavePWD>True</_SavePWD>
<LastUsedBuildConfiguration>Release 64bit</LastUsedBuildConfiguration>
<LastUsedPlatform>Any CPU</LastUsedPlatform>
<LaunchSiteAfterPublish>True</LaunchSiteAfterPublish>
<ExcludeApp_Data>False</ExcludeApp_Data>
<EnableMSDeployBackup>False</EnableMSDeployBackup>
<PublishDatabaseSettings>
<Objects xmlns="">
<ObjectGroup Name="ConnectionString" Order="1" Enabled="False">
<Destination Path="" />
<Object Type="DbDacFx">
<PreSource Path="User ID=sa;Password=pcl718;Data Source=78.131.7.14,1433;Initial Catalog=sis" includeData="False" />
<Source Path="$(IntermediateOutputPath)AutoScripts\ConnectionString_IncrementalSchemaOnly.dacpac" dacpacAction="Deploy" />
</Object>
<UpdateFrom Type="Web.Config">
<Source MatchValue="User ID=sa;Password=pcl718;Data Source=78.131.7.14,1433;Initial Catalog=sis" MatchAttributes="$(UpdateFromConnectionStringAttributes)" />
</UpdateFrom>
</ObjectGroup>
</Objects>
</PublishDatabaseSettings>
</PropertyGroup>
<ItemGroup>
<MSDeployParameterValue Include="$(DeployParameterPrefix)ConnectionString-Web.config Connection String" />
</ItemGroup>
</Project>
@@ -0,0 +1,63 @@
'------------------------------------------------------------------------------
' <auto-generated>
' This code was generated by a tool.
' Runtime Version:4.0.30319.17929
'
' Changes to this file may cause incorrect behavior and will be lost if
' the code is regenerated.
' </auto-generated>
'------------------------------------------------------------------------------
Option Strict On
Option Explicit On
Imports System
Namespace My.Resources
'This class was auto-generated by the StronglyTypedResourceBuilder
'class via a tool like ResGen or Visual Studio.
'To add or remove a member, edit your .ResX file then rerun ResGen
'with the /str option, or rebuild your VS project.
'''<summary>
''' A strongly-typed resource class, for looking up localized strings, etc.
'''</summary>
<Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0"), _
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(), _
Global.Microsoft.VisualBasic.HideModuleNameAttribute()> _
Friend Module Resources
Private resourceMan As Global.System.Resources.ResourceManager
Private resourceCulture As Global.System.Globalization.CultureInfo
'''<summary>
''' Returns the cached ResourceManager instance used by this class.
'''</summary>
<Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
Friend ReadOnly Property ResourceManager() As Global.System.Resources.ResourceManager
Get
If Object.ReferenceEquals(resourceMan, Nothing) Then
Dim temp As Global.System.Resources.ResourceManager = New Global.System.Resources.ResourceManager("Resources", GetType(Resources).Assembly)
resourceMan = temp
End If
Return resourceMan
End Get
End Property
'''<summary>
''' Overrides the current thread's CurrentUICulture property for all
''' resource lookups using this strongly typed resource class.
'''</summary>
<Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
Friend Property Culture() As Global.System.Globalization.CultureInfo
Get
Return resourceCulture
End Get
Set
resourceCulture = value
End Set
End Property
End Module
End Namespace
@@ -0,0 +1,116 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0"></xsd:element>
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string"></xsd:attribute>
<xsd:attribute name="type" type="xsd:string"></xsd:attribute>
<xsd:attribute name="mimetype" type="xsd:string"></xsd:attribute>
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string"></xsd:attribute>
<xsd:attribute name="name" type="xsd:string"></xsd:attribute>
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1"></xsd:element>
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2"></xsd:element>
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" msdata:Ordinal="1"></xsd:attribute>
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3"></xsd:attribute>
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4"></xsd:attribute>
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1"></xsd:element>
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required"></xsd:attribute>
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
</root>
@@ -0,0 +1,73 @@
'------------------------------------------------------------------------------
' <auto-generated>
' This code was generated by a tool.
' Runtime Version:4.0.30319.17929
'
' Changes to this file may cause incorrect behavior and will be lost if
' the code is regenerated.
' </auto-generated>
'------------------------------------------------------------------------------
Option Strict On
Option Explicit On
Namespace My
<Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(), _
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0"), _
Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
Partial Friend NotInheritable Class MySettings
Inherits Global.System.Configuration.ApplicationSettingsBase
Private Shared defaultInstance As MySettings = CType(Global.System.Configuration.ApplicationSettingsBase.Synchronized(New MySettings()),MySettings)
#Region "My.Settings Auto-Save Functionality"
#If _MyType = "WindowsForms" Then
Private Shared addedHandler As Boolean
Private Shared addedHandlerLockObject As New Object
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
Private Shared Sub AutoSaveSettings(ByVal sender As Global.System.Object, ByVal e As Global.System.EventArgs)
If My.Application.SaveMySettingsOnExit Then
My.Settings.Save()
End If
End Sub
#End If
#End Region
Public Shared ReadOnly Property [Default]() As MySettings
Get
#If _MyType = "WindowsForms" Then
If Not addedHandler Then
SyncLock addedHandlerLockObject
If Not addedHandler Then
AddHandler My.Application.Shutdown, AddressOf AutoSaveSettings
addedHandler = True
End If
End SyncLock
End If
#End If
Return defaultInstance
End Get
End Property
End Class
End Namespace
Namespace My
<Global.Microsoft.VisualBasic.HideModuleNameAttribute(), _
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute()> _
Friend Module MySettingsProperty
<Global.System.ComponentModel.Design.HelpKeywordAttribute("My.Settings")> _
Friend ReadOnly Property Settings() As Global.My.MySettings
Get
Return Global.My.MySettings.Default
End Get
End Property
End Module
End Namespace
@@ -0,0 +1,7 @@
<?xml version='1.0' encoding='utf-8'?>
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" UseMySettingsClassName="true">
<Profiles>
<Profile Name="(Default)" />
</Profiles>
<Settings />
</SettingsFile>
@@ -0,0 +1,7 @@
DevExpress.DashboardWeb.ASPxDashboardViewer, DevExpress.Dashboard.v15.2.Web, Version=15.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<publishData>
<publishProfile publishUrl="http://78.131.7.14" deleteExistingFiles="False" ftpAnonymousLogin="False" ftpPassiveMode="True" msdeploySite="Default Web Site/subcontractor" msdeploySiteID="" msdeployRemoteSitePhysicalPath="" msdeployAllowUntrustedCertificate="False" msdeploySkipExtraFilesOnServer="True" msdeployMarkAsApp="True" profileName="78.131.7.14" publishMethod="MSDeploy" replaceMatchingFiles="True" userName="Rendszergazda" savePWD="True" userPWD="AQAAANCMnd8BFdERjHoAwE/Cl+sBAAAAlxdUEw6HCkCkWoc0E7Md8QAAAAACAAAAAAADZgAAwAAAABAAAABvHNqdbG/eIafEIhGO1txIAAAAAASAAACgAAAAEAAAAKmT24g0up1rtLGUqES84+ggAAAAd+n4zPWl3akDadMroDEdXXZvgXSmK6oBbjh3bkPbQW0UAAAAoo2jjB7HZOku0uXWsJIA0uLJxyM=" SelectedForPublish="True" />
<publishProfile publishUrl="http://192.168.1.102" deleteExistingFiles="False" ftpAnonymousLogin="False" ftpPassiveMode="True" msdeploySite="Default Web Site/Subcontractor" msdeploySiteID="" msdeployRemoteSitePhysicalPath="" msdeployAllowUntrustedCertificate="False" msdeploySkipExtraFilesOnServer="True" msdeployMarkAsApp="True" profileName="sis-r.hu" publishMethod="MSDeploy" replaceMatchingFiles="True" userName="SISDOMAIN\ivan.szabo" savePWD="True" userPWD="AQAAANCMnd8BFdERjHoAwE/Cl+sBAAAAn6F8IeFOt0yOjW2UweZV8QAAAAACAAAAAAADZgAAwAAAABAAAAC8W6S6DWbSpUJ4M4DhrcuYAAAAAASAAACgAAAAEAAAACfFuwbG7b5Ld7om15/AsJ4YAAAAfSjfh6KmOMxh/KlHrrNMqLI3aYwQYriaFAAAADtq3b8D/cPR75K9VYkwhrqqmisa" SelectedForPublish="False" />
</publishData>
@@ -0,0 +1,518 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>8.0.50727</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{D8896885-D837-4E03-885F-0B8636218B58}</ProjectGuid>
<ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{F184B08F-C81C-45F6-A57F-5ABD9991F28F}</ProjectTypeGuids>
<OutputType>Library</OutputType>
<RootNamespace>
</RootNamespace>
<AssemblyName>SISBusiness.Web.Subcontractor</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileUpgradeFlags>
</FileUpgradeFlags>
<OldToolsVersion>4.0</OldToolsVersion>
<SccProjectName>SAK</SccProjectName>
<SccLocalPath>SAK</SccLocalPath>
<SccAuxPath>SAK</SccAuxPath>
<SccProvider>SAK</SccProvider>
<UpgradeBackupLocation>
</UpgradeBackupLocation>
<TargetFrameworkProfile />
<UseIISExpress>false</UseIISExpress>
<IISExpressSSLPort />
<IISExpressAnonymousAuthentication />
<IISExpressWindowsAuthentication />
<IISExpressUseClassicPipelineMode />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<DefineDebug>true</DefineDebug>
<DefineTrace>true</DefineTrace>
<OutputPath>bin\</OutputPath>
<DocumentationFile>
</DocumentationFile>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022,42353,42354,42355</NoWarn>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
<PlatformTarget>x86</PlatformTarget>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>None</DebugType>
<DefineDebug>false</DefineDebug>
<DefineTrace>true</DefineTrace>
<Optimize>true</Optimize>
<OutputPath>bin\</OutputPath>
<DocumentationFile>
</DocumentationFile>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022,42353,42354,42355</NoWarn>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
<PlatformTarget>AnyCPU</PlatformTarget>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'EasyTest|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DefineDebug>true</DefineDebug>
<DefineTrace>true</DefineTrace>
<OutputPath>bin\</OutputPath>
<DocumentationFile>
</DocumentationFile>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022,42353,42354,42355</NoWarn>
<DebugType>full</DebugType>
<PlatformTarget>AnyCPU</PlatformTarget>
<DefineConstants>EASYTEST</DefineConstants>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup>
<OptionExplicit>On</OptionExplicit>
</PropertyGroup>
<PropertyGroup>
<OptionCompare>Binary</OptionCompare>
</PropertyGroup>
<PropertyGroup>
<OptionStrict>Off</OptionStrict>
</PropertyGroup>
<PropertyGroup>
<OptionInfer>On</OptionInfer>
</PropertyGroup>
<ItemGroup>
<Reference Include="DevExpress.DataAccess.v15.2, Version=15.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
<Reference Include="DevExpress.Dashboard.v15.2.Core, Version=15.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
<Reference Include="DevExpress.ExpressApp.Demos.v15.2, Version=15.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL">
<Private>True</Private>
</Reference>
<Reference Include="DevExpress.Map.v15.2.Core, Version=15.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
<Reference Include="DevExpress.Printing.v15.2.Core">
<SpecificVersion>False</SpecificVersion>
<Private>True</Private>
</Reference>
<Reference Include="DevExpress.Data.v15.2">
<SpecificVersion>False</SpecificVersion>
<Private>True</Private>
</Reference>
<Reference Include="DevExpress.ExpressApp.AuditTrail.v15.2, Version=15.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL">
<Private>True</Private>
</Reference>
<Reference Include="DevExpress.ExpressApp.Chart.v15.2, Version=15.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a">
<Private>True</Private>
</Reference>
<Reference Include="DevExpress.ExpressApp.Chart.Web.v15.2, Version=15.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL">
<Private>True</Private>
</Reference>
<Reference Include="DevExpress.ExpressApp.CloneObject.v15.2, Version=15.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL">
<Private>True</Private>
</Reference>
<Reference Include="DevExpress.ExpressApp.ConditionalAppearance.v15.2, Version=15.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL">
<Private>True</Private>
</Reference>
<Reference Include="DevExpress.ExpressApp.FileAttachment.Web.v15.2, Version=15.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL">
<Private>True</Private>
</Reference>
<Reference Include="DevExpress.ExpressApp.HtmlPropertyEditor.Web.v15.2, Version=15.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL">
<Private>True</Private>
</Reference>
<Reference Include="DevExpress.ExpressApp.Images.v15.2">
<SpecificVersion>False</SpecificVersion>
<Private>True</Private>
</Reference>
<Reference Include="DevExpress.ExpressApp.Kpi.v15.2, Version=15.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL">
<Private>True</Private>
</Reference>
<Reference Include="DevExpress.ExpressApp.Objects.v15.2">
<SpecificVersion>False</SpecificVersion>
<Private>True</Private>
</Reference>
<Reference Include="DevExpress.ExpressApp.PivotChart.v15.2, Version=15.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a">
<Private>True</Private>
</Reference>
<Reference Include="DevExpress.ExpressApp.PivotChart.Web.v15.2, Version=15.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL">
<Private>True</Private>
</Reference>
<Reference Include="DevExpress.ExpressApp.PivotGrid.v15.2, Version=15.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a">
<Private>True</Private>
</Reference>
<Reference Include="DevExpress.ExpressApp.PivotGrid.Web.v15.2, Version=15.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL">
<Private>True</Private>
</Reference>
<Reference Include="DevExpress.ExpressApp.Reports.v15.2, Version=15.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL">
<Private>True</Private>
</Reference>
<Reference Include="DevExpress.ExpressApp.Reports.Web.v15.2, Version=15.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL">
<Private>True</Private>
</Reference>
<Reference Include="DevExpress.ExpressApp.Scheduler.v15.2, Version=15.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a">
<Private>True</Private>
</Reference>
<Reference Include="DevExpress.ExpressApp.Scheduler.Web.v15.2, Version=15.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL">
<Private>True</Private>
</Reference>
<Reference Include="DevExpress.ExpressApp.Security.v15.2">
<SpecificVersion>False</SpecificVersion>
<Private>True</Private>
</Reference>
<Reference Include="DevExpress.ExpressApp.TreeListEditors.v15.2, Version=15.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a">
<Private>True</Private>
</Reference>
<Reference Include="DevExpress.ExpressApp.TreeListEditors.Web.v15.2, Version=15.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL">
<Private>True</Private>
</Reference>
<Reference Include="DevExpress.ExpressApp.Xpo.v15.2">
<SpecificVersion>False</SpecificVersion>
<Private>True</Private>
</Reference>
<Reference Include="DevExpress.ExpressApp.v15.2">
<SpecificVersion>False</SpecificVersion>
<Private>True</Private>
</Reference>
<Reference Include="DevExpress.ExpressApp.Validation.v15.2">
<SpecificVersion>False</SpecificVersion>
<Private>True</Private>
</Reference>
<Reference Include="DevExpress.ExpressApp.ViewVariantsModule.v15.2, Version=15.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL">
<Private>True</Private>
</Reference>
<Reference Include="DevExpress.ExpressApp.Web.v15.2">
<SpecificVersion>False</SpecificVersion>
<Private>True</Private>
</Reference>
<Reference Include="DevExpress.Persistent.Base.v15.2">
<SpecificVersion>False</SpecificVersion>
<Private>True</Private>
</Reference>
<Reference Include="DevExpress.Persistent.BaseImpl.v15.2">
<SpecificVersion>False</SpecificVersion>
<Private>True</Private>
</Reference>
<Reference Include="DevExpress.PivotGrid.v15.2.Core, Version=15.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL">
<Private>True</Private>
</Reference>
<Reference Include="DevExpress.Utils.v15.2, Version=15.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL">
<Private>True</Private>
</Reference>
<Reference Include="DevExpress.Web.ASPxHtmlEditor.v15.2, Version=15.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a">
<Private>True</Private>
</Reference>
<Reference Include="DevExpress.Web.ASPxPivotGrid.v15.2, Version=15.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a">
<Private>True</Private>
</Reference>
<Reference Include="DevExpress.Web.ASPxScheduler.v15.2, Version=15.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a">
<Private>True</Private>
</Reference>
<Reference Include="DevExpress.Web.ASPxSpellChecker.v15.2, Version=15.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a">
<Private>True</Private>
</Reference>
<Reference Include="DevExpress.Web.ASPxThemes.v15.2">
<SpecificVersion>False</SpecificVersion>
<Private>True</Private>
</Reference>
<Reference Include="DevExpress.Web.ASPxTreeList.v15.2, Version=15.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a">
<Private>True</Private>
</Reference>
<Reference Include="DevExpress.Office.v15.2.Core">
<SpecificVersion>False</SpecificVersion>
<Private>True</Private>
</Reference>
<Reference Include="DevExpress.RichEdit.v15.2.Core">
<SpecificVersion>False</SpecificVersion>
<Private>True</Private>
</Reference>
<Reference Include="DevExpress.Web.v15.2">
<SpecificVersion>False</SpecificVersion>
<Private>True</Private>
</Reference>
<Reference Include="DevExpress.Xpo.v15.2">
<SpecificVersion>False</SpecificVersion>
<Private>True</Private>
</Reference>
<Reference Include="DevExpress.Charts.v15.2.Core, Version=15.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL">
<Private>True</Private>
</Reference>
<Reference Include="DevExpress.XtraCharts.v15.2, Version=15.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL">
<Private>True</Private>
</Reference>
<Reference Include="DevExpress.XtraCharts.v15.2.Web, Version=15.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a">
<Private>True</Private>
</Reference>
<Reference Include="DevExpress.Dashboard.v15.2.Web, Version=15.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
<Reference Include="DevExpress.XtraEditors.v15.2, Version=15.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL">
<Private>True</Private>
</Reference>
<Reference Include="DevExpress.XtraGauges.v15.2.Core, Version=15.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
<Reference Include="DevExpress.XtraGauges.v15.2.Presets, Version=15.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
<Reference Include="DevExpress.XtraGauges.v15.2.Win, Version=15.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
<Reference Include="DevExpress.XtraMap.v15.2, Version=15.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
<Reference Include="DevExpress.XtraPivotGrid.v15.2, Version=15.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL">
<Private>True</Private>
</Reference>
<Reference Include="DevExpress.XtraPrinting.v15.2, Version=15.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL">
<Private>True</Private>
</Reference>
<Reference Include="DevExpress.Sparkline.v15.2.Core, Version=15.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL">
<Private>True</Private>
</Reference>
<Reference Include="DevExpress.XtraReports.v15.2, Version=15.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL">
<Private>True</Private>
</Reference>
<Reference Include="DevExpress.DataAccess.v15.2.UI, Version=15.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL">
<Private>True</Private>
</Reference>
<Reference Include="DevExpress.XtraReports.v15.2.Extensions, Version=15.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL">
<Private>True</Private>
</Reference>
<Reference Include="DevExpress.XtraReports.v15.2.Web, Version=15.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a">
<Private>True</Private>
</Reference>
<Reference Include="DevExpress.XtraScheduler.v15.2.Core, Version=15.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a">
<Private>True</Private>
</Reference>
<Reference Include="System">
<Private>False</Private>
</Reference>
<Reference Include="System.Configuration">
<Private>False</Private>
</Reference>
<Reference Include="System.Data">
<Private>False</Private>
</Reference>
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="System.Drawing">
<Private>False</Private>
</Reference>
<Reference Include="System.EnterpriseServices">
<Private>False</Private>
</Reference>
<Reference Include="System.Web">
<Private>False</Private>
</Reference>
<Reference Include="System.Web.ApplicationServices" />
<Reference Include="System.Web.DynamicData" />
<Reference Include="System.Web.Entity" />
<Reference Include="System.Web.Extensions" />
<Reference Include="System.Web.Mobile">
<Private>False</Private>
</Reference>
<Reference Include="System.Web.Services">
<Private>False</Private>
</Reference>
<Reference Include="System.Xml">
<Private>False</Private>
</Reference>
<Reference Include="System.Xml.Linq" />
</ItemGroup>
<ItemGroup>
<Import Include="DevExpress.Xpo.DB" />
<Import Include="Microsoft.VisualBasic" />
<Import Include="System" />
<Import Include="System.Collections" />
<Import Include="System.Collections.Generic" />
<Import Include="System.Data" />
<Import Include="System.Diagnostics" />
<Import Include="System.Collections.Specialized" />
<Import Include="System.Configuration" />
<Import Include="System.Text" />
<Import Include="System.Text.RegularExpressions" />
<Import Include="System.Web" />
<Import Include="System.Web.Caching" />
<Import Include="System.Web.SessionState" />
<Import Include="System.Web.Security" />
<Import Include="System.Web.Profile" />
<Import Include="System.Web.UI" />
<Import Include="System.Web.UI.WebControls" />
<Import Include="System.Web.UI.WebControls.WebParts" />
<Import Include="System.Web.UI.HtmlControls" />
</ItemGroup>
<ItemGroup>
<Compile Include="ApplicationCode\WebApplication.vb">
<SubType>Component</SubType>
</Compile>
<Compile Include="Controls\DashboardViewer.aspx.designer.vb">
<DependentUpon>DashboardViewer.aspx</DependentUpon>
</Compile>
<Compile Include="Controls\DashboardViewer.aspx.vb">
<DependentUpon>DashboardViewer.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="Default.aspx.designer.vb">
<DependentUpon>Default.aspx</DependentUpon>
</Compile>
<Compile Include="Default.aspx.vb">
<DependentUpon>Default.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="Error.aspx.designer.vb">
<DependentUpon>Error.aspx</DependentUpon>
</Compile>
<Compile Include="Error.aspx.vb">
<DependentUpon>Error.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="GetAttachments.ashx.vb">
<DependentUpon>GetAttachments.ashx</DependentUpon>
</Compile>
<Compile Include="Global.asax.vb">
<DependentUpon>Global.asax</DependentUpon>
</Compile>
<Compile Include="Login.aspx.designer.vb">
<DependentUpon>Login.aspx</DependentUpon>
</Compile>
<Compile Include="Login.aspx.vb">
<DependentUpon>Login.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="My Project\AssemblyInfo.vb" />
<Compile Include="My Project\Application.Designer.vb">
<AutoGen>True</AutoGen>
<DependentUpon>Application.myapp</DependentUpon>
</Compile>
<Compile Include="My Project\Resources.Designer.vb">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<Compile Include="My Project\Settings.Designer.vb">
<AutoGen>True</AutoGen>
<DependentUpon>Settings.settings</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="ApplicationCode\WebApplication.resx">
<DependentUpon>WebApplication.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="My Project\licenses.licx" />
<EmbeddedResource Include="My Project\Resources.resx">
<Generator>VbMyResourcesResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.vb</LastGenOutput>
<CustomToolNamespace>My.Resources</CustomToolNamespace>
<SubType>Designer</SubType>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<Content Include="Controls\DashboardViewer.aspx" />
<Content Include="Controls\MC_DASH_Test.xml" />
<Content Include="Default.aspx" />
<None Include="Images\Logo.png" />
<Content Include="Error.aspx" />
<Content Include="Model.xafml">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="Images\BO_Task.png" />
<Content Include="Images\BO_Task_32x32.png" />
<Content Include="Images\iGreenArrow.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="Images\iOK.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="Images\iQuestion.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="Images\iRedArrow.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="Model_hu.xafml">
<DependentUpon>Model.xafml</DependentUpon>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<SubType>Designer</SubType>
</Content>
<Content Include="GetAttachments.ashx" />
<None Include="My Project\Application.myapp">
<Generator>MyApplicationCodeGenerator</Generator>
<LastGenOutput>Application.Designer.vb</LastGenOutput>
</None>
<None Include="My Project\PublishProfiles\78.131.7.14.pubxml" />
<None Include="My Project\PublishProfiles\sis-r.hu.pubxml" />
<None Include="My Project\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<CustomToolNamespace>My</CustomToolNamespace>
<LastGenOutput>Settings.Designer.vb</LastGenOutput>
</None>
<Content Include="SISBusiness.Web.Subcontractor.Publish.xml" />
<Content Include="Web.Config">
<SubType>Designer</SubType>
</Content>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\SISBusiness.Module.Web\SISBusiness.Module.Web.vbproj">
<Project>{b87eaccf-fa6c-4043-aa73-800c77d8df11}</Project>
<Name>SISBusiness.Module.Web</Name>
</ProjectReference>
<ProjectReference Include="..\SISBusiness.Module\SISBusiness.Module.vbproj">
<Project>{60BF693F-7DEA-4CF6-85BD-EA96829D79DD}</Project>
<Name>SISBusiness.Module</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Content Include="Global.asax" />
<Content Include="Images\ButtonBkg.gif" />
<Content Include="Images\ExpressAppLogo.png" />
<Content Include="Images\FooterBkg.gif" />
<Content Include="Images\GridHeaderBkg.gif" />
<Content Include="Images\HeaderBkg.gif" />
<Content Include="Images\LayoutHeaderBkg.gif" />
<Content Include="Images\Progress.gif" />
<Content Include="Images\SelectedCenter.gif" />
<Content Include="Images\SelectedCenterWhite.gif" />
<Content Include="Images\SelectedLeft.gif" />
<Content Include="Images\SelectedLeftWhite.gif" />
<Content Include="Images\SelectedRight.gif" />
<Content Include="Images\SelectedRightWhite.gif" />
<Content Include="Images\SideBarRDCorner.gif" />
<Content Include="Images\SideBarRUCorner.gif" />
<Content Include="Images\TabContentBkg.gif" />
<Content Include="Images\UnSelectedCenter.gif" />
<Content Include="Images\UnSelectedLeft.gif" />
<Content Include="Images\UnSelectedRight.gif" />
<Content Include="Login.aspx" />
</ItemGroup>
<ItemGroup>
<Folder Include="Scripts\" />
</ItemGroup>
<PropertyGroup>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'R64|AnyCPU'">
<DefineTrace>true</DefineTrace>
<OutputPath>bin\</OutputPath>
<DocumentationFile>
</DocumentationFile>
<Optimize>true</Optimize>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022,42353,42354,42355</NoWarn>
<DebugType>None</DebugType>
<PlatformTarget>AnyCPU</PlatformTarget>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.VisualBasic.targets" />
<Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
<!-- 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.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
<ProjectExtensions>
<VisualStudio>
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
<WebProjectProperties>
<UseIIS>False</UseIIS>
<AutoAssignPort>True</AutoAssignPort>
<DevelopmentServerPort>65378</DevelopmentServerPort>
<DevelopmentServerVPath>/</DevelopmentServerVPath>
<IISUrl>
</IISUrl>
<NTLMAuthentication>False</NTLMAuthentication>
<UseCustomServer>False</UseCustomServer>
<CustomServerUrl>
</CustomServerUrl>
<SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
</WebProjectProperties>
</FlavorProperties>
</VisualStudio>
</ProjectExtensions>
</Project>
@@ -0,0 +1,10 @@
""
{
"FILE_VERSION" = "9237"
"ENLISTMENT_CHOICE" = "NEVER"
"PROJECT_FILE_RELATIVE_PATH" = ""
"NUMBER_OF_EXCLUDED_FILES" = "0"
"ORIGINAL_PROJECT_FILE_PATH" = ""
"NUMBER_OF_NESTED_PROJECTS" = "0"
"SOURCE_CONTROL_SETTINGS_PROVIDER" = "PROVIDER"
}
+227
View File
@@ -0,0 +1,227 @@
<!--
Note: As an alternative to hand editing this file you can use the
web admin tool to configure settings for your application. Use
the Project->ASP.NET Configuration option in Visual Studio.
A full list of settings and comments can be found in
machine.config.comments usually located in
\Windows\Microsoft.Net\Framework\v2.x\Config
-->
<configuration>
<configSections>
<sectionGroup name="devExpress">
<section name="settings" type="DevExpress.Web.SettingsConfigurationSection, DevExpress.Web.v15.2, Version=15.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" requirePermission="false" />
<section name="compression" type="DevExpress.Web.CompressionConfigurationSection, DevExpress.Web.v15.2, Version=15.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" requirePermission="false" />
<section name="themes" type="DevExpress.Web.ThemesConfigurationSection, DevExpress.Web.v15.2, Version=15.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" requirePermission="false" />
<section name="errors" type="DevExpress.Web.ErrorsConfigurationSection, DevExpress.Web.v15.2, Version=15.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" requirePermission="false" />
</sectionGroup>
</configSections>
<devExpress>
<compression enableHtmlCompression="true" enableCallbackCompression="true" enableResourceCompression="true" enableResourceMerging="true" />
<themes enableThemesAssembly="true" theme="Office2010Blue" styleSheetTheme="" customThemeAssemblies="" />
<settings doctypeMode="Xhtml" rightToLeft="false" embedRequiredClientLibraries="true" ieCompatibilityVersion="edge" />
<errors callbackErrorRedirectUrl="" />
</devExpress>
<appSettings>
<add key="Modules" value="" />
<add key="ErrorReportEmail" value="" />
<add key="ErrorReportEmailServer" value="" />
<add key="SimpleErrorReportPage" value="" />
<add key="RichErrorReportPage" value="Error.aspx" />
<add key="EnableDiagnosticActions" value="False" />
<add key="Languages" value="de;hu" />
</appSettings>
<connectionStrings>
<!--<add name="ConnectionString" connectionString="User ID=sa;Password=pcl718;Data Source=192.168.6.9,1433;Initial Catalog=sisbusiness"/>-->
<add name="ConnectionString" connectionString="User ID=sa;Password=pcl718;Data Source=78.131.7.14,1433;Initial Catalog=sisbusiness" />
<!--<add name="ConnectionString" connectionString="User ID=sa;Password=pcl718;Data Source=SISI5SSD2\SQLExpress;Initial Catalog=MC"/>-->
<!--<add name="ConnectionString" connectionString="User ID=sa;Password=pcl718;Data Source=78.131.7.14,1433;Initial Catalog=sisbusiness_12_2_11"/>-->
<!--<add name="ConnectionString" connectionString="User ID=sa;Password=pcl718;Data Source=192.168.6.9,1433;Initial Catalog=sisbusiness_12_2_11"/>-->
<!--<add name="ConnectionString" connectionString="User ID=sa;Password=pcl718;Data Source=SISI5SSD2\SQLEXPRESS;Initial Catalog=mc" />-->
</connectionStrings>
<system.diagnostics>
<switches>
<!-- Use the one of predefined values: 0-Off, 1-Errors, 2-Warnings, 3-Info, 4-Verbose. The default value is 3. -->
<add name="eXpressAppFramework" value="3" />
<!--
<add name="XPO" value="3" />
-->
</switches>
</system.diagnostics>
<system.webServer>
<modules>
<add name="ASPxHttpHandlerModule" type="DevExpress.Web.ASPxHttpHandlerModule, DevExpress.Web.v15.2, Version=15.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
<add name="XafHttpModule" type="DevExpress.ExpressApp.Web.XafHttpModule, DevExpress.ExpressApp.Web.v15.2, Version=15.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
</modules>
<handlers>
<add type="DevExpress.Web.ASPxHttpHandlerModule, DevExpress.Web.v15.2, Version=15.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" verb="GET,POST" path="DX.ashx" name="ASPxHttpHandlerModule" preCondition="integratedMode" />
<add name="ASPxUploadProgressHandler" preCondition="integratedMode" verb="GET,POST" path="ASPxUploadProgressHandlerPage.ashx" type="DevExpress.Web.ASPxUploadProgressHttpHandler, DevExpress.Web.v15.2, Version=15.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
<add name="XafHttpHandler" preCondition="integratedMode" verb="*" path="DXX.axd" type="DevExpress.ExpressApp.Web.XafHttpHandler, DevExpress.ExpressApp.Web.v15.2, Version=15.2.5.0, culture=neutral, PublicKeyToken=b88d1754d700e49a" />
</handlers>
<validation validateIntegratedModeConfiguration="false" />
</system.webServer>
<system.web>
<pages controlRenderingCompatibilityVersion="3.5" clientIDMode="AutoID" />
<httpHandlers>
<add type="DevExpress.Web.ASPxHttpHandlerModule, DevExpress.Web.v15.2, Version=15.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" verb="GET,POST" path="DX.ashx" validate="false" />
<add verb="GET,POST" path="ASPxUploadProgressHandlerPage.ashx" type="DevExpress.Web.ASPxUploadProgressHttpHandler, DevExpress.Web.v15.2, Version=15.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
<add verb="*" path="DXX.axd" type="DevExpress.ExpressApp.Web.XafHttpHandler, DevExpress.ExpressApp.Web.v15.2, Version=15.2.5.0, culture=neutral, PublicKeyToken=b88d1754d700e49a" />
</httpHandlers>
<httpModules>
<add name="ASPxHttpHandlerModule" type="DevExpress.Web.ASPxHttpHandlerModule, DevExpress.Web.v15.2, Version=15.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
<add name="XafHttpModule" type="DevExpress.ExpressApp.Web.XafHttpModule, DevExpress.ExpressApp.Web.v15.2, Version=15.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
</httpModules>
<!--
Set compilation debug="true" to insert debugging
symbols into the compiled page. Because this
affects performance, set this value to true only
during development.
-->
<compilation debug="true" targetFramework="4.0">
<assemblies>
<add assembly="DevExpress.Data.v15.2, Version=15.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
<add assembly="DevExpress.ExpressApp.AuditTrail.v15.2, Version=15.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
<add assembly="DevExpress.ExpressApp.Chart.v15.2, Version=15.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
<add assembly="DevExpress.ExpressApp.Chart.Web.v15.2, Version=15.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
<add assembly="DevExpress.ExpressApp.CloneObject.v15.2, Version=15.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
<add assembly="DevExpress.ExpressApp.ConditionalAppearance.v15.2, Version=15.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
<add assembly="DevExpress.ExpressApp.FileAttachment.Web.v15.2, Version=15.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
<add assembly="DevExpress.ExpressApp.HtmlPropertyEditor.Web.v15.2, Version=15.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
<add assembly="DevExpress.ExpressApp.Images.v15.2, Version=15.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
<add assembly="DevExpress.ExpressApp.Kpi.v15.2, Version=15.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
<add assembly="DevExpress.ExpressApp.Objects.v15.2, Version=15.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
<add assembly="DevExpress.ExpressApp.PivotChart.v15.2, Version=15.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
<add assembly="DevExpress.ExpressApp.PivotChart.Web.v15.2, Version=15.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
<add assembly="DevExpress.ExpressApp.PivotGrid.v15.2, Version=15.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
<add assembly="DevExpress.ExpressApp.Reports.v15.2, Version=15.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
<add assembly="DevExpress.ExpressApp.Reports.Web.v15.2, Version=15.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
<add assembly="DevExpress.ExpressApp.Scheduler.v15.2, Version=15.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
<add assembly="DevExpress.ExpressApp.Scheduler.Web.v15.2, Version=15.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
<add assembly="DevExpress.ExpressApp.Security.v15.2, Version=15.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
<add assembly="DevExpress.ExpressApp.StateMachine.v15.2, Version=15.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
<add assembly="DevExpress.ExpressApp.TreeListEditors.v15.2, Version=15.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
<add assembly="DevExpress.ExpressApp.TreeListEditors.Web.v15.2, Version=15.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
<add assembly="DevExpress.ExpressApp.Xpo.v15.2, Version=15.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
<add assembly="DevExpress.ExpressApp.v15.2, Version=15.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
<add assembly="DevExpress.ExpressApp.Validation.v15.2, Version=15.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
<add assembly="DevExpress.ExpressApp.ViewVariantsModule.v15.2, Version=15.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
<add assembly="DevExpress.ExpressApp.Web.v15.2, Version=15.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
<add assembly="DevExpress.ExpressApp.Workflow.v15.2, Version=15.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
<add assembly="DevExpress.Persistent.Base.v15.2, Version=15.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
<add assembly="DevExpress.PivotGrid.v15.2.Core, Version=15.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
<add assembly="DevExpress.Printing.v15.2.Core, Version=15.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
<add assembly="DevExpress.Utils.v15.2, Version=15.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
<add assembly="DevExpress.Web.ASPxHtmlEditor.v15.2, Version=15.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
<add assembly="DevExpress.Web.ASPxPivotGrid.v15.2, Version=15.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
<add assembly="DevExpress.Web.ASPxScheduler.v15.2, Version=15.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
<add assembly="DevExpress.Web.ASPxSpellChecker.v15.2, Version=15.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
<add assembly="DevExpress.Web.ASPxTreeList.v15.2, Version=15.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
<add assembly="DevExpress.Web.v15.2, Version=15.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
<add assembly="DevExpress.Workflow.Activities.v15.2, Version=15.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
<add assembly="DevExpress.Xpo.v15.2, Version=15.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
<add assembly="DevExpress.Charts.v15.2.Core, Version=15.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
<add assembly="DevExpress.XtraCharts.v15.2, Version=15.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
<add assembly="DevExpress.XtraCharts.v15.2.UI, Version=15.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
<add assembly="DevExpress.XtraCharts.v15.2.Web, Version=15.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
<add assembly="DevExpress.XtraReports.v15.2, Version=15.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
<add assembly="DevExpress.XtraReports.v15.2.Extensions, Version=15.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
<add assembly="DevExpress.XtraReports.v15.2.Web, Version=15.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
<add assembly="DevExpress.XtraScheduler.v15.2.Core, Version=15.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
<add assembly="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<add assembly="System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<add assembly="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<add assembly="System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<add assembly="System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<add assembly="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<add assembly="System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<add assembly="DevExpress.RichEdit.v15.2.Core, Version=15.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
<add assembly="DevExpress.Dashboard.v15.2.Web, Version=15.2.5.0, Culture=neutral, PublicKeyToken=B88D1754D700E49A" />
<add assembly="DevExpress.Dashboard.v15.2.Core, Version=15.2.5.0, Culture=neutral, PublicKeyToken=B88D1754D700E49A" />
<add assembly="DevExpress.Office.v15.2.Core, Version=15.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
<add assembly="DevExpress.DataAccess.v15.2, Version=15.2.5.0, Culture=neutral, PublicKeyToken=B88D1754D700E49A" />
<add assembly="DevExpress.Web.ASPxThemes.v15.2, Version=15.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
</assemblies>
</compilation>
<!--
The <authentication> section enables configuration
of the security authentication mode used by
ASP.NET to identify an incoming user.
-->
<identity impersonate="true" />
<authentication mode="Forms">
<forms name="Login" loginUrl="Login.aspx" path="/" timeout="10" />
</authentication>
<authorization>
<deny users="?" />
<allow users="*" />
</authorization>
<!--
The <customErrors> section enables configuration
of what to do if/when an unhandled error occurs
during the execution of a request. Specifically,
it enables developers to configure html error pages
to be displayed in place of a error stack trace.
<customErrors mode="RemoteOnly" defaultRedirect="GenericErrorPage.htm">
<error statusCode="403" redirect="NoAccess.htm" />
<error statusCode="404" redirect="FileNotFound.htm" />
</customErrors>
-->
</system.web>
<!-- For applications with a security system -->
<location path="DXX.axd">
<system.web>
<authorization>
<allow users="?" />
</authorization>
</system.web>
</location>
<location path="ImageResource.axd">
<system.web>
<authorization>
<allow users="?" />
</authorization>
</system.web>
</location>
<location path="App_Themes">
<system.web>
<authorization>
<allow users="?" />
</authorization>
</system.web>
</location>
<location path="MoveFooter.js">
<system.web>
<authorization>
<allow users="?" />
</authorization>
</system.web>
</location>
<location path="Images/Progress.gif">
<system.web>
<authorization>
<allow users="?" />
</authorization>
</system.web>
</location>
<location path="Error.aspx">
<system.web>
<authorization>
<allow users="?" />
</authorization>
</system.web>
</location>
<location path="Images/HeaderBkg.gif">
<system.web>
<authorization>
<allow users="?" />
</authorization>
</system.web>
</location>
<location path="Images/ButtonBkg.gif">
<system.web>
<authorization>
<allow users="?" />
</authorization>
</system.web>
</location>
</configuration>
@@ -0,0 +1,437 @@
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\Images\iGreenArrow.png
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\Images\iOK.png
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\Images\iQuestion.png
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\Images\iRedArrow.png
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\BusinessObjects\SIS\App_Data\InitialData.accdb
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\Model.xafml
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\Model_hu.xafml
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\SISBusiness.Web.Subcontractor.dll.config
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\SISBusiness.Web.Subcontractor.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.Charts.v15.2.Core.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.Dashboard.v15.2.Core.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.Dashboard.v15.2.Web.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.Data.v15.2.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.DataAccess.v15.2.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.DataAccess.v15.2.UI.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.ExpressApp.AuditTrail.v15.2.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.ExpressApp.Chart.v15.2.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.ExpressApp.Chart.Web.v15.2.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.ExpressApp.CloneObject.v15.2.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.ExpressApp.ConditionalAppearance.v15.2.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.ExpressApp.Demos.v15.2.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.ExpressApp.FileAttachment.Web.v15.2.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.ExpressApp.HtmlPropertyEditor.Web.v15.2.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.ExpressApp.Images.v15.2.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.ExpressApp.Kpi.v15.2.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.ExpressApp.Objects.v15.2.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.ExpressApp.PivotChart.v15.2.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.ExpressApp.PivotChart.Web.v15.2.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.ExpressApp.PivotGrid.v15.2.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.ExpressApp.PivotGrid.Web.v15.2.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.ExpressApp.Reports.v15.2.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.ExpressApp.Reports.Web.v15.2.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.ExpressApp.Scheduler.v15.2.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.ExpressApp.Scheduler.Web.v15.2.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.ExpressApp.Security.v15.2.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.ExpressApp.TreeListEditors.v15.2.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.ExpressApp.TreeListEditors.Web.v15.2.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.ExpressApp.v15.2.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.ExpressApp.Validation.v15.2.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.ExpressApp.ViewVariantsModule.v15.2.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.ExpressApp.Web.v15.2.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.ExpressApp.Xpo.v15.2.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.Map.v15.2.Core.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.Office.v15.2.Core.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.Persistent.Base.v15.2.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.Persistent.BaseImpl.v15.2.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.PivotGrid.v15.2.Core.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.Printing.v15.2.Core.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.RichEdit.v15.2.Core.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.Sparkline.v15.2.Core.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.Utils.v15.2.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.Web.ASPxHtmlEditor.v15.2.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.Web.ASPxPivotGrid.v15.2.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.Web.ASPxScheduler.v15.2.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.Web.ASPxSpellChecker.v15.2.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.Web.ASPxThemes.v15.2.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.Web.ASPxTreeList.v15.2.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.Web.v15.2.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.Xpo.v15.2.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.XtraCharts.v15.2.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.XtraCharts.v15.2.Web.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.XtraEditors.v15.2.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.XtraGauges.v15.2.Core.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.XtraGauges.v15.2.Presets.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.XtraGauges.v15.2.Win.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.XtraMap.v15.2.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.XtraPivotGrid.v15.2.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.XtraPrinting.v15.2.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.XtraReports.v15.2.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.XtraReports.v15.2.Extensions.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.XtraReports.v15.2.Web.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.XtraScheduler.v15.2.Core.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\SISBusiness.Module.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\SISBusiness.Module.Web.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\FarPoint.Win.Spread.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.Dashboard.v15.2.Win.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.ExpressApp.HtmlPropertyEditor.Win.v15.2.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\Newtonsoft.Json.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.ExpressApp.Notifications.v15.2.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.CodeParser.v15.2.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.XtraCharts.v15.2.UI.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.ExpressApp.ReportsV2.v15.2.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.SpellChecker.v15.2.Core.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.Pdf.v15.2.Core.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.Pdf.v15.2.Drawing.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.XtraLayout.v15.2.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.XtraBars.v15.2.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.XtraTreeList.v15.2.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.Utils.v15.2.UI.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.XtraRichEdit.v15.2.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.XtraGrid.v15.2.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.XtraCharts.v15.2.Extensions.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.XtraNavBar.v15.2.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.XtraVerticalGrid.v15.2.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.XtraCharts.v15.2.Wizard.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\FarPoint.Win.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\FarPoint.CalcEngine.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\FarPoint.Excel.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\FarPoint.Win.Chart.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\FarPoint.PluginCalendar.WinForms.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\FarPoint.PDF.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.XtraRichEdit.v15.2.Extensions.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.ExpressApp.Win.v15.2.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\Microsoft.mshtml.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.BonusSkins.v15.2.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.DataAccess.v15.2.xml
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.Dashboard.v15.2.Core.xml
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.Map.v15.2.Core.xml
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.Printing.v15.2.Core.xml
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.Data.v15.2.xml
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.ExpressApp.AuditTrail.v15.2.xml
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.ExpressApp.Chart.v15.2.xml
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.ExpressApp.Chart.Web.v15.2.xml
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.ExpressApp.CloneObject.v15.2.xml
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.ExpressApp.ConditionalAppearance.v15.2.xml
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.ExpressApp.FileAttachment.Web.v15.2.xml
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.ExpressApp.HtmlPropertyEditor.Web.v15.2.xml
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.ExpressApp.Kpi.v15.2.xml
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.ExpressApp.PivotChart.v15.2.xml
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.ExpressApp.PivotChart.Web.v15.2.xml
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.ExpressApp.PivotGrid.v15.2.xml
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.ExpressApp.PivotGrid.Web.v15.2.xml
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.ExpressApp.Reports.v15.2.xml
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.ExpressApp.Reports.Web.v15.2.xml
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.ExpressApp.Scheduler.v15.2.xml
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.ExpressApp.Scheduler.Web.v15.2.xml
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.ExpressApp.Security.v15.2.xml
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.ExpressApp.TreeListEditors.v15.2.xml
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.ExpressApp.TreeListEditors.Web.v15.2.xml
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.ExpressApp.Xpo.v15.2.xml
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.ExpressApp.v15.2.xml
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.ExpressApp.Validation.v15.2.xml
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.ExpressApp.ViewVariantsModule.v15.2.xml
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.ExpressApp.Web.v15.2.xml
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.Persistent.Base.v15.2.xml
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.Persistent.BaseImpl.v15.2.xml
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.PivotGrid.v15.2.Core.xml
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.Utils.v15.2.xml
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.Web.ASPxHtmlEditor.v15.2.xml
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.Web.ASPxPivotGrid.v15.2.xml
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.Web.ASPxScheduler.v15.2.xml
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.Web.ASPxSpellChecker.v15.2.xml
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.Web.ASPxTreeList.v15.2.xml
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.Office.v15.2.Core.xml
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.RichEdit.v15.2.Core.xml
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.Web.v15.2.xml
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.Xpo.v15.2.xml
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.XtraCharts.v15.2.xml
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.XtraCharts.v15.2.Web.xml
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.Dashboard.v15.2.Web.xml
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.XtraEditors.v15.2.xml
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.XtraGauges.v15.2.Core.xml
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.XtraGauges.v15.2.Presets.xml
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.XtraGauges.v15.2.Win.xml
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.XtraMap.v15.2.xml
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.XtraPivotGrid.v15.2.xml
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.XtraPrinting.v15.2.xml
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.Sparkline.v15.2.Core.xml
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.XtraReports.v15.2.xml
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.DataAccess.v15.2.UI.xml
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.XtraReports.v15.2.Extensions.xml
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.XtraReports.v15.2.Web.xml
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.XtraScheduler.v15.2.Core.xml
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\FarPoint.Win.Spread.xml
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.Dashboard.v15.2.Win.xml
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.ExpressApp.HtmlPropertyEditor.Win.v15.2.xml
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\Newtonsoft.Json.xml
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.ExpressApp.Notifications.v15.2.xml
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.XtraCharts.v15.2.UI.xml
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.ExpressApp.ReportsV2.v15.2.xml
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.SpellChecker.v15.2.Core.xml
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.Pdf.v15.2.Core.xml
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.Pdf.v15.2.Drawing.xml
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.XtraLayout.v15.2.xml
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.XtraBars.v15.2.xml
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.XtraTreeList.v15.2.xml
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.Utils.v15.2.UI.xml
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.XtraRichEdit.v15.2.xml
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.XtraGrid.v15.2.xml
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.XtraNavBar.v15.2.xml
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.XtraVerticalGrid.v15.2.xml
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.XtraCharts.v15.2.Wizard.xml
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\FarPoint.Win.xml
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\FarPoint.CalcEngine.xml
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\FarPoint.Excel.xml
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\FarPoint.Win.Chart.xml
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\FarPoint.PluginCalendar.WinForms.xml
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\FarPoint.PDF.xml
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.XtraRichEdit.v15.2.Extensions.xml
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\DevExpress.ExpressApp.Win.v15.2.xml
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\hu\SISBusiness.Module.Web.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\hu\SISBusiness.Module.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\de\DevExpress.DataAccess.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\es\DevExpress.DataAccess.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\ja\DevExpress.DataAccess.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\ru\DevExpress.DataAccess.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\de\DevExpress.Dashboard.v15.2.Core.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\es\DevExpress.Dashboard.v15.2.Core.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\ja\DevExpress.Dashboard.v15.2.Core.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\ru\DevExpress.Dashboard.v15.2.Core.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\de\DevExpress.Map.v15.2.Core.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\es\DevExpress.Map.v15.2.Core.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\ja\DevExpress.Map.v15.2.Core.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\ru\DevExpress.Map.v15.2.Core.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\de\DevExpress.Printing.v15.2.Core.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\es\DevExpress.Printing.v15.2.Core.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\ja\DevExpress.Printing.v15.2.Core.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\ru\DevExpress.Printing.v15.2.Core.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\de\DevExpress.Data.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\es\DevExpress.Data.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\ja\DevExpress.Data.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\ru\DevExpress.Data.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\de\DevExpress.ExpressApp.AuditTrail.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\ja\DevExpress.ExpressApp.AuditTrail.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\ru\DevExpress.ExpressApp.AuditTrail.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\de\DevExpress.ExpressApp.Chart.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\ja\DevExpress.ExpressApp.Chart.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\ru\DevExpress.ExpressApp.Chart.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\de\DevExpress.ExpressApp.CloneObject.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\es\DevExpress.ExpressApp.CloneObject.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\ja\DevExpress.ExpressApp.CloneObject.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\ru\DevExpress.ExpressApp.CloneObject.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\de\DevExpress.ExpressApp.FileAttachment.Web.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\es\DevExpress.ExpressApp.FileAttachment.Web.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\ja\DevExpress.ExpressApp.FileAttachment.Web.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\ru\DevExpress.ExpressApp.FileAttachment.Web.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\de\DevExpress.ExpressApp.Kpi.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\ja\DevExpress.ExpressApp.Kpi.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\ru\DevExpress.ExpressApp.Kpi.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\de\DevExpress.ExpressApp.Objects.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\es\DevExpress.ExpressApp.Objects.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\ja\DevExpress.ExpressApp.Objects.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\ru\DevExpress.ExpressApp.Objects.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\de\DevExpress.ExpressApp.PivotChart.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\es\DevExpress.ExpressApp.PivotChart.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\ja\DevExpress.ExpressApp.PivotChart.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\ru\DevExpress.ExpressApp.PivotChart.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\de\DevExpress.ExpressApp.PivotChart.Web.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\es\DevExpress.ExpressApp.PivotChart.Web.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\ja\DevExpress.ExpressApp.PivotChart.Web.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\ru\DevExpress.ExpressApp.PivotChart.Web.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\de\DevExpress.ExpressApp.PivotGrid.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\ja\DevExpress.ExpressApp.PivotGrid.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\ru\DevExpress.ExpressApp.PivotGrid.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\de\DevExpress.ExpressApp.Reports.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\es\DevExpress.ExpressApp.Reports.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\ja\DevExpress.ExpressApp.Reports.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\ru\DevExpress.ExpressApp.Reports.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\de\DevExpress.ExpressApp.Reports.Web.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\ja\DevExpress.ExpressApp.Reports.Web.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\ru\DevExpress.ExpressApp.Reports.Web.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\de\DevExpress.ExpressApp.Scheduler.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\es\DevExpress.ExpressApp.Scheduler.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\ja\DevExpress.ExpressApp.Scheduler.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\ru\DevExpress.ExpressApp.Scheduler.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\de\DevExpress.ExpressApp.Scheduler.Web.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\es\DevExpress.ExpressApp.Scheduler.Web.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\ja\DevExpress.ExpressApp.Scheduler.Web.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\ru\DevExpress.ExpressApp.Scheduler.Web.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\de\DevExpress.ExpressApp.Security.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\es\DevExpress.ExpressApp.Security.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\ja\DevExpress.ExpressApp.Security.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\ru\DevExpress.ExpressApp.Security.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\de\DevExpress.ExpressApp.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\es\DevExpress.ExpressApp.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\ja\DevExpress.ExpressApp.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\ru\DevExpress.ExpressApp.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\de\DevExpress.ExpressApp.Validation.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\es\DevExpress.ExpressApp.Validation.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\ja\DevExpress.ExpressApp.Validation.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\ru\DevExpress.ExpressApp.Validation.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\de\DevExpress.ExpressApp.ViewVariantsModule.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\es\DevExpress.ExpressApp.ViewVariantsModule.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\ja\DevExpress.ExpressApp.ViewVariantsModule.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\ru\DevExpress.ExpressApp.ViewVariantsModule.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\de\DevExpress.ExpressApp.Web.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\es\DevExpress.ExpressApp.Web.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\ja\DevExpress.ExpressApp.Web.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\ru\DevExpress.ExpressApp.Web.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\de\DevExpress.PivotGrid.v15.2.Core.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\es\DevExpress.PivotGrid.v15.2.Core.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\ja\DevExpress.PivotGrid.v15.2.Core.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\ru\DevExpress.PivotGrid.v15.2.Core.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\de\DevExpress.Utils.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\es\DevExpress.Utils.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\ja\DevExpress.Utils.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\ru\DevExpress.Utils.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\de\DevExpress.Web.ASPxHtmlEditor.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\es\DevExpress.Web.ASPxHtmlEditor.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\ja\DevExpress.Web.ASPxHtmlEditor.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\ru\DevExpress.Web.ASPxHtmlEditor.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\de\DevExpress.Web.ASPxScheduler.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\es\DevExpress.Web.ASPxScheduler.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\ja\DevExpress.Web.ASPxScheduler.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\ru\DevExpress.Web.ASPxScheduler.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\de\DevExpress.Web.ASPxSpellChecker.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\es\DevExpress.Web.ASPxSpellChecker.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\ja\DevExpress.Web.ASPxSpellChecker.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\ru\DevExpress.Web.ASPxSpellChecker.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\de\DevExpress.Web.ASPxTreeList.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\es\DevExpress.Web.ASPxTreeList.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\ja\DevExpress.Web.ASPxTreeList.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\ru\DevExpress.Web.ASPxTreeList.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\de\DevExpress.Office.v15.2.Core.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\es\DevExpress.Office.v15.2.Core.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\ja\DevExpress.Office.v15.2.Core.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\ru\DevExpress.Office.v15.2.Core.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\de\DevExpress.RichEdit.v15.2.Core.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\es\DevExpress.RichEdit.v15.2.Core.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\ja\DevExpress.RichEdit.v15.2.Core.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\ru\DevExpress.RichEdit.v15.2.Core.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\de\DevExpress.Web.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\es\DevExpress.Web.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\ja\DevExpress.Web.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\ru\DevExpress.Web.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\de\DevExpress.Xpo.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\es\DevExpress.Xpo.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\ja\DevExpress.Xpo.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\ru\DevExpress.Xpo.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\de\DevExpress.XtraCharts.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\es\DevExpress.XtraCharts.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\ja\DevExpress.XtraCharts.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\ru\DevExpress.XtraCharts.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\de\DevExpress.Dashboard.v15.2.Web.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\es\DevExpress.Dashboard.v15.2.Web.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\ja\DevExpress.Dashboard.v15.2.Web.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\ru\DevExpress.Dashboard.v15.2.Web.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\de\DevExpress.XtraEditors.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\es\DevExpress.XtraEditors.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\ja\DevExpress.XtraEditors.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\ru\DevExpress.XtraEditors.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\de\DevExpress.XtraGauges.v15.2.Core.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\es\DevExpress.XtraGauges.v15.2.Core.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\ja\DevExpress.XtraGauges.v15.2.Core.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\ru\DevExpress.XtraGauges.v15.2.Core.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\de\DevExpress.XtraGauges.v15.2.Presets.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\es\DevExpress.XtraGauges.v15.2.Presets.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\ja\DevExpress.XtraGauges.v15.2.Presets.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\ru\DevExpress.XtraGauges.v15.2.Presets.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\de\DevExpress.XtraPivotGrid.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\es\DevExpress.XtraPivotGrid.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\ja\DevExpress.XtraPivotGrid.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\ru\DevExpress.XtraPivotGrid.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\de\DevExpress.XtraPrinting.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\es\DevExpress.XtraPrinting.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\ja\DevExpress.XtraPrinting.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\ru\DevExpress.XtraPrinting.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\de\DevExpress.Sparkline.v15.2.Core.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\es\DevExpress.Sparkline.v15.2.Core.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\ja\DevExpress.Sparkline.v15.2.Core.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\ru\DevExpress.Sparkline.v15.2.Core.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\de\DevExpress.XtraReports.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\es\DevExpress.XtraReports.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\ja\DevExpress.XtraReports.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\ru\DevExpress.XtraReports.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\de\DevExpress.DataAccess.v15.2.UI.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\es\DevExpress.DataAccess.v15.2.UI.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\ja\DevExpress.DataAccess.v15.2.UI.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\ru\DevExpress.DataAccess.v15.2.UI.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\de\DevExpress.XtraReports.v15.2.Extensions.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\es\DevExpress.XtraReports.v15.2.Extensions.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\ja\DevExpress.XtraReports.v15.2.Extensions.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\ru\DevExpress.XtraReports.v15.2.Extensions.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\de\DevExpress.XtraReports.v15.2.Web.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\es\DevExpress.XtraReports.v15.2.Web.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\ja\DevExpress.XtraReports.v15.2.Web.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\ru\DevExpress.XtraReports.v15.2.Web.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\de\DevExpress.XtraScheduler.v15.2.Core.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\es\DevExpress.XtraScheduler.v15.2.Core.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\ja\DevExpress.XtraScheduler.v15.2.Core.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\ru\DevExpress.XtraScheduler.v15.2.Core.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\de\DevExpress.Dashboard.v15.2.Win.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\es\DevExpress.Dashboard.v15.2.Win.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\ja\DevExpress.Dashboard.v15.2.Win.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\ru\DevExpress.Dashboard.v15.2.Win.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\de\DevExpress.ExpressApp.HtmlPropertyEditor.Win.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\es\DevExpress.ExpressApp.HtmlPropertyEditor.Win.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\ja\DevExpress.ExpressApp.HtmlPropertyEditor.Win.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\ru\DevExpress.ExpressApp.HtmlPropertyEditor.Win.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\de\DevExpress.ExpressApp.ReportsV2.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\es\DevExpress.ExpressApp.ReportsV2.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\ja\DevExpress.ExpressApp.ReportsV2.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\ru\DevExpress.ExpressApp.ReportsV2.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\de\DevExpress.Pdf.v15.2.Core.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\es\DevExpress.Pdf.v15.2.Core.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\ja\DevExpress.Pdf.v15.2.Core.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\ru\DevExpress.Pdf.v15.2.Core.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\de\DevExpress.XtraLayout.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\es\DevExpress.XtraLayout.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\ja\DevExpress.XtraLayout.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\ru\DevExpress.XtraLayout.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\de\DevExpress.XtraBars.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\es\DevExpress.XtraBars.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\ja\DevExpress.XtraBars.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\ru\DevExpress.XtraBars.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\de\DevExpress.XtraTreeList.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\es\DevExpress.XtraTreeList.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\ja\DevExpress.XtraTreeList.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\ru\DevExpress.XtraTreeList.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\de\DevExpress.Utils.v15.2.UI.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\es\DevExpress.Utils.v15.2.UI.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\ja\DevExpress.Utils.v15.2.UI.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\ru\DevExpress.Utils.v15.2.UI.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\de\DevExpress.XtraRichEdit.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\es\DevExpress.XtraRichEdit.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\ja\DevExpress.XtraRichEdit.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\ru\DevExpress.XtraRichEdit.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\de\DevExpress.XtraGrid.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\es\DevExpress.XtraGrid.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\ja\DevExpress.XtraGrid.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\ru\DevExpress.XtraGrid.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\de\DevExpress.XtraNavBar.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\es\DevExpress.XtraNavBar.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\ja\DevExpress.XtraNavBar.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\ru\DevExpress.XtraNavBar.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\de\DevExpress.XtraVerticalGrid.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\es\DevExpress.XtraVerticalGrid.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\ja\DevExpress.XtraVerticalGrid.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\ru\DevExpress.XtraVerticalGrid.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\de\DevExpress.XtraCharts.v15.2.Wizard.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\es\DevExpress.XtraCharts.v15.2.Wizard.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\ja\DevExpress.XtraCharts.v15.2.Wizard.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\ru\DevExpress.XtraCharts.v15.2.Wizard.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\de\DevExpress.XtraRichEdit.v15.2.Extensions.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\es\DevExpress.XtraRichEdit.v15.2.Extensions.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\ja\DevExpress.XtraRichEdit.v15.2.Extensions.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\ru\DevExpress.XtraRichEdit.v15.2.Extensions.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\de\DevExpress.ExpressApp.Win.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\es\DevExpress.ExpressApp.Win.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\ja\DevExpress.ExpressApp.Win.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\bin\ru\DevExpress.ExpressApp.Win.v15.2.resources.dll
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\obj\R64\SISBusiness.Web.Subcontractor.vbprojResolveAssemblyReference.cache
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\obj\R64\SISBusinessContractorAspNetApplication.resources
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\obj\R64\Resources.resources
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\obj\R64\SISBusiness.Web.Subcontractor.vbproj.GenerateResource.Cache
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\obj\R64\SISBusiness.Web.Subcontractor.dll.licenses
C:\SISBusiness\v_15_2_5\SISBusiness.Web.Subcontractor\obj\R64\SISBusiness.Web.Subcontractor.dll