Upload to server

uploading
This commit is contained in:
2025-08-02 05:20:17 +07:00
commit a5eccbd452
984 changed files with 3031800 additions and 0 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,22 @@
<?xml version="1.0"?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0" />
</startup>
<appSettings>
<add key="ConnectionString.MS Access (OleDb)" value="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=D:\Dropbox\Elog Thay Cuong\Test Báo cáo\Real data - Hai Ba Trung_đã chuyển dữ liệu\FHI_Hai Ba Trung.mdb;User Id=admin;Password=;Jet OLEDB:System Database=;Jet OLEDB:Database password=" />
<add key="ClientSettingsProvider.ServiceUri" value="" />
</appSettings>
<system.web>
<membership defaultProvider="ClientAuthenticationMembershipProvider">
<providers>
<add name="ClientAuthenticationMembershipProvider" type="System.Web.ClientServices.Providers.ClientFormsAuthenticationMembershipProvider, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" serviceUri="" />
</providers>
</membership>
<roleManager defaultProvider="ClientRoleProvider" enabled="true">
<providers>
<add name="ClientRoleProvider" type="System.Web.ClientServices.Providers.ClientRoleProvider, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" serviceUri="" cacheTimeout="86400" />
</providers>
</roleManager>
</system.web>
</configuration>

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,22 @@
<?xml version="1.0"?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0" />
</startup>
<appSettings>
<add key="ConnectionString.MS Access (OleDb)" value="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=D:\Dropbox\Elog Thay Cuong\Test Báo cáo\Real data - Hai Ba Trung_đã chuyển dữ liệu\FHI_Hai Ba Trung.mdb;User Id=admin;Password=;Jet OLEDB:System Database=;Jet OLEDB:Database password=" />
<add key="ClientSettingsProvider.ServiceUri" value="" />
</appSettings>
<system.web>
<membership defaultProvider="ClientAuthenticationMembershipProvider">
<providers>
<add name="ClientAuthenticationMembershipProvider" type="System.Web.ClientServices.Providers.ClientFormsAuthenticationMembershipProvider, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" serviceUri="" />
</providers>
</membership>
<roleManager defaultProvider="ClientRoleProvider" enabled="true">
<providers>
<add name="ClientRoleProvider" type="System.Web.ClientServices.Providers.ClientRoleProvider, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" serviceUri="" cacheTimeout="86400" />
</providers>
</roleManager>
</system.web>
</configuration>

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity version="1.0.0.0" name="MyApplication.app"/>
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
<security>
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
<requestedExecutionLevel level="asInvoker" uiAccess="false"/>
</requestedPrivileges>
</security>
</trustInfo>
</assembly>

File diff suppressed because it is too large Load Diff

Binary file not shown.

View File

@@ -0,0 +1,6 @@
<?xml version="1.0"?>
<configuration>
<appSettings>
<add key="ConnectionString.MS Access (OleDb)" value="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\Projects\PatientMan\database\FHI.mdb;User Id=admin;Password=;Jet OLEDB:System Database=;Jet OLEDB:Database password="/>
</appSettings>
</configuration>

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,814 @@
<?xml version="1.0"?>
<doc>
<assembly>
<name>DevExpress.Sparkline.v16.2.Core</name>
</assembly>
<members>
<member name="T:DevExpress.Sparkline.ISparklineViewVisitor">
<summary>
<para>Interface implementing the <b>Visitor</b> pattern.
</para>
</summary>
</member>
<member name="M:DevExpress.Sparkline.ISparklineViewVisitor.Visit(DevExpress.Sparkline.LineSparklineView)">
<summary>
<para>Performs the operation as required by the Visitor and the View, as defined in the Visitor pattern.
</para>
</summary>
<param name="view">
An <see cref="T:DevExpress.Sparkline.LineSparklineView"/> object for which the operation is performed.
</param>
</member>
<member name="M:DevExpress.Sparkline.ISparklineViewVisitor.Visit(DevExpress.Sparkline.AreaSparklineView)">
<summary>
<para>Performs the operation as required by the Visitor and the View, as defined in the Visitor pattern.
</para>
</summary>
<param name="view">
An <see cref="T:DevExpress.Sparkline.AreaSparklineView"/> object for which the operation is performed.
</param>
</member>
<member name="M:DevExpress.Sparkline.ISparklineViewVisitor.Visit(DevExpress.Sparkline.BarSparklineView)">
<summary>
<para>Performs the operation as required by the Visitor and the View, as defined in the Visitor pattern.
</para>
</summary>
<param name="view">
An <see cref="T:DevExpress.Sparkline.BarSparklineView"/> object for which the operation is performed.
</param>
</member>
<member name="M:DevExpress.Sparkline.ISparklineViewVisitor.Visit(DevExpress.Sparkline.WinLossSparklineView)">
<summary>
<para>Performs the operation as required by the Visitor and the View, as defined in the Visitor pattern.
</para>
</summary>
<param name="view">
An <see cref="T:DevExpress.Sparkline.WinLossSparklineView"/> object for which the operation is performed.
</param>
</member>
<member name="T:DevExpress.Sparkline.BarSparklineView">
<summary>
<para>The <b>Bar</b> sparkline view.
</para>
</summary>
</member>
<member name="M:DevExpress.Sparkline.BarSparklineView.#ctor">
<summary>
<para>Initializes a new instance of the BarSparklineView class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.Sparkline.BarSparklineView.Assign(DevExpress.Sparkline.SparklineViewBase)">
<summary>
<para>Copies all the settings from the BarSparklineView object passed as the parameter.
</para>
</summary>
<param name="view">
A BarSparklineView object (which is the <see cref="T:DevExpress.Sparkline.SparklineViewBase"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.Sparkline.BarSparklineView.HighlightNegativePoints">
<summary>
<para>Gets or sets a value specifying whether or not to highlight all sparkline points that have negative values (less than 0).
</para>
</summary>
<value><b>true</b>, to highlight points with negative values; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.Sparkline.BarSparklineView.Type">
<summary>
<para>Gets the type of the sparkline view.
</para>
</summary>
<value>Always <see cref="F:DevExpress.Sparkline.SparklineViewType.Bar"/>.
</value>
</member>
<member name="M:DevExpress.Sparkline.BarSparklineView.Visit(DevExpress.Sparkline.ISparklineViewVisitor)">
<summary>
<para>Invokes the <b>Visit</b> method of the specified visitor for the current BarSparklineView object.
</para>
</summary>
<param name="visitor">
An object implementing the <see cref="T:DevExpress.Sparkline.ISparklineViewVisitor"/> interface.
</param>
</member>
<member name="T:DevExpress.Sparkline.LineSparklineView">
<summary>
<para>The <b>Line</b> sparkline view.
</para>
</summary>
</member>
<member name="M:DevExpress.Sparkline.LineSparklineView.#ctor">
<summary>
<para>Initializes a new instance of the LineSparklineView class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Sparkline.LineSparklineView.ActualMarkerColor">
<summary>
<para>Gets the actual color of a sparkline marker.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> value that is the actual marker color.
</value>
</member>
<member name="M:DevExpress.Sparkline.LineSparklineView.Assign(DevExpress.Sparkline.SparklineViewBase)">
<summary>
<para>Copies all the settings from the LineSparklineView object passed as the parameter.
</para>
</summary>
<param name="view">
A LineSparklineView object (which is the <see cref="T:DevExpress.Sparkline.SparklineViewBase"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.Sparkline.LineSparklineView.EnableAntialiasing">
<summary>
<para>Gets or sets whether anti-aliasing (smoothing) is applied to the line view.
</para>
</summary>
<value><b>True</b> to apply anti-aliasing to the line view; <b>False</b> to disable anti-aliasing.
</value>
</member>
<member name="P:DevExpress.Sparkline.LineSparklineView.EndPointMarkerSize">
<summary>
<para>Gets or sets the size of an end point's marker.
</para>
</summary>
<value>An integer value specifying the marker size, in pixels.
</value>
</member>
<member name="P:DevExpress.Sparkline.LineSparklineView.HighlightNegativePoints">
<summary>
<para>Gets or sets a value specifying whether or not to highlight all sparkline points that have negative values (less than 0).
</para>
</summary>
<value><b>true</b>, to highlight points with negative values; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.Sparkline.LineSparklineView.LineWidth">
<summary>
<para>Specifies the width of a line in a LineSparklineView.
</para>
</summary>
<value>An integer value specifying the line width (in pixels).
</value>
</member>
<member name="P:DevExpress.Sparkline.LineSparklineView.MarkerColor">
<summary>
<para>Gets or sets the color to draw line markers.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> that defines the color to draw line markers.
</value>
</member>
<member name="P:DevExpress.Sparkline.LineSparklineView.MarkerSize">
<summary>
<para>Gets or sets the size of markers for data points in a line sparkline.
</para>
</summary>
<value>An integer value specifying the marker size, in pixels.
</value>
</member>
<member name="P:DevExpress.Sparkline.LineSparklineView.MaxPointMarkerSize">
<summary>
<para>Gets or sets the marker size of a data point that has the maximum value among all data points.
</para>
</summary>
<value>An integer value specifying the marker size, in pixels.
</value>
</member>
<member name="P:DevExpress.Sparkline.LineSparklineView.MinPointMarkerSize">
<summary>
<para>Gets or sets the marker size of a data point that has the minimum value among all data points.
</para>
</summary>
<value>An integer value specifying the marker size, in pixels.
</value>
</member>
<member name="P:DevExpress.Sparkline.LineSparklineView.NegativePointMarkerSize">
<summary>
<para>Gets or sets the marker size of all data points that have negative values (less than 0).
</para>
</summary>
<value>An integer value specifying the marker size, in pixels.
</value>
</member>
<member name="M:DevExpress.Sparkline.LineSparklineView.SetSizeForAllMarkers(System.Int32)">
<summary>
<para>Sets size for all markers of a sparkline.
</para>
</summary>
<param name="markerSize">
An integer value specifying the new size for sparkline markers (in pixels).
</param>
</member>
<member name="P:DevExpress.Sparkline.LineSparklineView.ShowMarkers">
<summary>
<para>Gets or sets a value specifying the visibility of point markers on a sparkline.
</para>
</summary>
<value><b>true</b> to show markers for each data point; <b>false</b> to hide them.
</value>
</member>
<member name="P:DevExpress.Sparkline.LineSparklineView.StartPointMarkerSize">
<summary>
<para>Gets or sets the size of a start point's marker.
</para>
</summary>
<value>An integer value specifying the marker size, in pixels.
</value>
</member>
<member name="P:DevExpress.Sparkline.LineSparklineView.Type">
<summary>
<para>Gets the type of the sparkline view.
</para>
</summary>
<value>Always <see cref="F:DevExpress.Sparkline.SparklineViewType.Line"/>.
</value>
</member>
<member name="M:DevExpress.Sparkline.LineSparklineView.Visit(DevExpress.Sparkline.ISparklineViewVisitor)">
<summary>
<para>Invokes the <b>Visit</b> method of the specified visitor for the current LineSparklineView object.
</para>
</summary>
<param name="visitor">
An object implementing the <see cref="T:DevExpress.Sparkline.ISparklineViewVisitor"/> interface.
</param>
</member>
<member name="T:DevExpress.Sparkline.SparklineViewType">
<summary>
<para>Lists the values used to specify the available view types of a sparkline.
</para>
</summary>
</member>
<member name="F:DevExpress.Sparkline.SparklineViewType.Area">
<summary>
<para>Sparkline data points are represented as <b>area</b>.
</para>
</summary>
</member>
<member name="F:DevExpress.Sparkline.SparklineViewType.Bar">
<summary>
<para>Sparkline data points are represented as <b>bars</b>.
</para>
</summary>
</member>
<member name="F:DevExpress.Sparkline.SparklineViewType.Line">
<summary>
<para>Sparkline data points are represented as a <b>line</b>.
</para>
</summary>
</member>
<member name="F:DevExpress.Sparkline.SparklineViewType.WinLoss">
<summary>
<para>Sparkline data points are represented as <b>win</b> and <b>loss</b> squares.
</para>
</summary>
</member>
<member name="T:DevExpress.Sparkline.SparklineRange">
<summary>
<para>Represents a range to be used in DevExpress Sparkline controls.
</para>
</summary>
</member>
<member name="M:DevExpress.Sparkline.SparklineRange.#ctor(System.Double,System.Double)">
<summary>
<para>Initializes a new instance of the SparklineRange class with the specified minimum and maximum limits.
</para>
</summary>
<param name="min">
A <see cref="T:System.Double"/> value, specifying the minimum limit. This value is assigned to the <see cref="P:DevExpress.Sparkline.SparklineRange.Limit1"/> property.
</param>
<param name="max">
A <see cref="T:System.Double"/> value, specifying the maximum limit. This value is assigned to the <see cref="P:DevExpress.Sparkline.SparklineRange.Limit2"/> property.
</param>
</member>
<member name="M:DevExpress.Sparkline.SparklineRange.#ctor">
<summary>
<para>Initializes a new instance of the SparklineRange class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Sparkline.SparklineRange.IsAuto">
<summary>
<para>Gets or sets a value indicating whether or not range limits should be calculated automatically.
</para>
</summary>
<value><b>true</b> to calculate range limits automatically; <b>false</b> to use the <see cref="P:DevExpress.Sparkline.SparklineRange.Limit1"/> and <see cref="P:DevExpress.Sparkline.SparklineRange.Limit2"/> property values.
</value>
</member>
<member name="P:DevExpress.Sparkline.SparklineRange.Limit1">
<summary>
<para>Gets or sets a value specifying the first limit of the range.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value that specifies the first limit.
</value>
</member>
<member name="P:DevExpress.Sparkline.SparklineRange.Limit2">
<summary>
<para>Gets or sets a value specifying the second limit of the range.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value that specifies the second limit.
</value>
</member>
<member name="E:DevExpress.Sparkline.SparklineRange.PropertiesChanged">
<summary>
<para>This event is hidden, because it is not appropriate for the SparklineRange class.
</para>
</summary>
</member>
<member name="M:DevExpress.Sparkline.SparklineRange.ToString">
<summary>
<para>Returns the textual representation of the SparklineRange.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value which is the textual representation of the SparklineRange.
</returns>
</member>
<member name="T:DevExpress.Sparkline.SparklineViewBase">
<summary>
<para>The base class for sparkline views.
</para>
</summary>
</member>
<member name="P:DevExpress.Sparkline.SparklineViewBase.ActualColor">
<summary>
<para>Gets the actual color of a sparkline.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> value that is the actual sparkline color.
</value>
</member>
<member name="P:DevExpress.Sparkline.SparklineViewBase.ActualEndPointColor">
<summary>
<para>Gets the actual color of a sparkline end point.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> value that is the actual point color.
</value>
</member>
<member name="P:DevExpress.Sparkline.SparklineViewBase.ActualMaxPointColor">
<summary>
<para>Gets the actual color of a sparkline maximum point.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> value that is the actual point color.
</value>
</member>
<member name="P:DevExpress.Sparkline.SparklineViewBase.ActualMinPointColor">
<summary>
<para>Gets the actual color of a sparkline minimum point.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> value that is the actual point color.
</value>
</member>
<member name="P:DevExpress.Sparkline.SparklineViewBase.ActualNegativePointColor">
<summary>
<para>Gets the actual color of sparkline negative points.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> value that is the actual point color.
</value>
</member>
<member name="P:DevExpress.Sparkline.SparklineViewBase.ActualStartPointColor">
<summary>
<para>Gets the actual color of a sparkline start point.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> value that is the actual point color.
</value>
</member>
<member name="M:DevExpress.Sparkline.SparklineViewBase.Assign(DevExpress.Sparkline.SparklineViewBase)">
<summary>
<para>Copies all the settings from the SparklineViewBase object passed as the parameter.
</para>
</summary>
<param name="view">
A SparklineViewBase object (which is the <see cref="T:DevExpress.Sparkline.SparklineViewBase"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.Sparkline.SparklineViewBase.Color">
<summary>
<para>Gets or sets the color to draw a sparkline.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> that defines the color to draw a sparkline.
</value>
</member>
<member name="M:DevExpress.Sparkline.SparklineViewBase.CreateView(DevExpress.Sparkline.SparklineViewType)">
<summary>
<para>Creates a sparkline view of the specified type.
</para>
</summary>
<param name="viewType">
A <see cref="T:DevExpress.Sparkline.SparklineViewType"/> enumeration value specifying the type of view to create.
</param>
<returns>A <see cref="T:DevExpress.Sparkline.SparklineViewBase"/> class descendant.
</returns>
</member>
<member name="P:DevExpress.Sparkline.SparklineViewBase.EndPointColor">
<summary>
<para>Gets or sets the color to draw the end point of a sparkline.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> that defines the color to draw the end point.
</value>
</member>
<member name="P:DevExpress.Sparkline.SparklineViewBase.HighlightEndPoint">
<summary>
<para>Gets or sets a value specifying whether or not to highlight the end point of a sparkline.
</para>
</summary>
<value><b>true</b>, to highlight the end point; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.Sparkline.SparklineViewBase.HighlightMaxPoint">
<summary>
<para>Gets or sets a value specifying whether or not to highlight a sparkline point that has the highest value among all points.
</para>
</summary>
<value><b>true</b>, to highlight a point with the maximum value; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.Sparkline.SparklineViewBase.HighlightMinPoint">
<summary>
<para>Gets or sets a value specifying whether or not to highlight a sparkline point that has the lowest value among all points.
</para>
</summary>
<value><b>true</b>, to highlight a point with the minimum value; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.Sparkline.SparklineViewBase.HighlightStartPoint">
<summary>
<para>Gets or sets a value specifying whether or not to highlight the start point of a sparkline.
</para>
</summary>
<value><b>true</b>, to highlight the start point; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.Sparkline.SparklineViewBase.MaxPointColor">
<summary>
<para>Gets or sets the color to draw a sparkline point that has the highest value among all data points.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> that defines the color to draw a data point with the maximum value.
</value>
</member>
<member name="P:DevExpress.Sparkline.SparklineViewBase.MinPointColor">
<summary>
<para>Gets or sets the color to draw a sparkline point that has the lowest value among all data points.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> that defines the color to draw a data point with the minimum value.
</value>
</member>
<member name="P:DevExpress.Sparkline.SparklineViewBase.NegativePointColor">
<summary>
<para>Gets or sets the color to draw sparkline points that have negative values (less than 0).
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> that defines the color to draw data points with negative values.
</value>
</member>
<member name="E:DevExpress.Sparkline.SparklineViewBase.PropertiesChanged">
<summary>
<para>Occurs when any property of the SparklineViewBase object has changed its value.
</para>
</summary>
</member>
<member name="P:DevExpress.Sparkline.SparklineViewBase.StartPointColor">
<summary>
<para>Gets or sets the color to draw the start point of a sparkline.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> that defines the color to draw the start point.
</value>
</member>
<member name="M:DevExpress.Sparkline.SparklineViewBase.ToString">
<summary>
<para>Returns a human-readable string that represents the SparklineViewBase object.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value that represents the SparklineViewBase object.
</returns>
</member>
<member name="P:DevExpress.Sparkline.SparklineViewBase.Type">
<summary>
<para>Gets the type of the sparkline view.
</para>
</summary>
<value>A <see cref="T:DevExpress.Sparkline.SparklineViewType"/> enumeration value specifying the view type.
</value>
</member>
<member name="M:DevExpress.Sparkline.SparklineViewBase.Visit(DevExpress.Sparkline.ISparklineViewVisitor)">
<summary>
<para>Invokes the <b>Visit</b> method of the specified visitor for the current SparklineViewBase object.
</para>
</summary>
<param name="visitor">
An object implementing the <see cref="T:DevExpress.Sparkline.ISparklineViewVisitor"/> interface.
</param>
</member>
<member name="T:DevExpress.Sparkline.WinLossSparklineView">
<summary>
<para>The <b>WinLoss</b> sparkline view.
</para>
</summary>
</member>
<member name="M:DevExpress.Sparkline.WinLossSparklineView.#ctor">
<summary>
<para>Initializes a new instance of the WinLossSparklineView class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Sparkline.WinLossSparklineView.Type">
<summary>
<para>Gets the type of the sparkline view.
</para>
</summary>
<value>Always <see cref="F:DevExpress.Sparkline.SparklineViewType.WinLoss"/>.
</value>
</member>
<member name="M:DevExpress.Sparkline.WinLossSparklineView.Visit(DevExpress.Sparkline.ISparklineViewVisitor)">
<summary>
<para>Invokes the <b>Visit</b> method of the specified visitor for the current WinLossSparklineView object.
</para>
</summary>
<param name="visitor">
An object implementing the <see cref="T:DevExpress.Sparkline.ISparklineViewVisitor"/> interface.
</param>
</member>
<member name="T:DevExpress.Sparkline.BarSparklineViewBase">
<summary>
<para>The base for <b>Bar</b> and <b>WinLoss</b> sparkline views.
</para>
</summary>
</member>
<member name="M:DevExpress.Sparkline.BarSparklineViewBase.Assign(DevExpress.Sparkline.SparklineViewBase)">
<summary>
<para>Copies all the settings from the BarSparklineViewBase object passed as the parameter.
</para>
</summary>
<param name="view">
A BarSparklineViewBase object (which is the <see cref="T:DevExpress.Sparkline.SparklineViewBase"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.Sparkline.BarSparklineViewBase.BarDistance">
<summary>
<para>Specifies the distance between two bars of a bar sparkline.
</para>
</summary>
<value>An integer value (in pixels).
</value>
</member>
<member name="T:DevExpress.Sparkline.AreaSparklineView">
<summary>
<para>The <b>Area</b> sparkline view.
</para>
</summary>
</member>
<member name="M:DevExpress.Sparkline.AreaSparklineView.#ctor">
<summary>
<para>Initializes a new instance of the AreaSparklineView class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Sparkline.AreaSparklineView.AreaOpacity">
<summary>
<para>Specifies the opacity (<b>0</b>-<b>255</b>) of the area sparkline.
</para>
</summary>
<value>A <see cref="T:System.Byte"/> value from <b>0</b> (transparent) to <b>255</b> (opaque).
</value>
</member>
<member name="M:DevExpress.Sparkline.AreaSparklineView.Assign(DevExpress.Sparkline.SparklineViewBase)">
<summary>
<para>Copies all the settings from the AreaSparklineView object passed as the parameter.
</para>
</summary>
<param name="view">
A AreaSparklineView object (which is the <see cref="T:DevExpress.Sparkline.SparklineViewBase"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.Sparkline.AreaSparklineView.Type">
<summary>
<para>Gets the type of the sparkline view.
</para>
</summary>
<value>Always <see cref="F:DevExpress.Sparkline.SparklineViewType.Area"/>.
</value>
</member>
<member name="M:DevExpress.Sparkline.AreaSparklineView.Visit(DevExpress.Sparkline.ISparklineViewVisitor)">
<summary>
<para>Invokes the <b>Visit</b> method of the specified visitor for the current AreaSparklineView object.
</para>
</summary>
<param name="visitor">
An object implementing the <see cref="T:DevExpress.Sparkline.ISparklineViewVisitor"/> interface.
</param>
</member>
</members>
</doc>

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,383 @@
<?xml version="1.0"?>
<doc>
<assembly>
<name>DevExpress.Utils.v16.2.UI</name>
</assembly>
<members>
<member name="T:DevExpress.Utils.UI.Localization.UtilsUIStringId">
<summary>
<para>Contains values corresponding to strings that can be localized for the WPF Report Designer's Field List.
</para>
</summary>
</member>
<member name="F:DevExpress.Utils.UI.Localization.UtilsUIStringId.Cmd_AddCalculatedField">
<summary>
<para>"Add Calculated Field"
</para>
</summary>
</member>
<member name="F:DevExpress.Utils.UI.Localization.UtilsUIStringId.Cmd_AddParameter">
<summary>
<para>"Add Parameter"
</para>
</summary>
</member>
<member name="F:DevExpress.Utils.UI.Localization.UtilsUIStringId.Cmd_ClearCalculatedFields">
<summary>
<para>"Remove All Calculated Fields"
</para>
</summary>
</member>
<member name="F:DevExpress.Utils.UI.Localization.UtilsUIStringId.Cmd_ClearParameters">
<summary>
<para>"Remove All Parameters"
</para>
</summary>
</member>
<member name="F:DevExpress.Utils.UI.Localization.UtilsUIStringId.Cmd_DeleteCalculatedField">
<summary>
<para>"Delete"
</para>
</summary>
</member>
<member name="F:DevExpress.Utils.UI.Localization.UtilsUIStringId.Cmd_DeleteParameter">
<summary>
<para>"Delete"
</para>
</summary>
</member>
<member name="F:DevExpress.Utils.UI.Localization.UtilsUIStringId.Cmd_EditCalculatedFields">
<summary>
<para>"Edit Calculated Fields..."
</para>
</summary>
</member>
<member name="F:DevExpress.Utils.UI.Localization.UtilsUIStringId.Cmd_EditExpression">
<summary>
<para>"Edit Expression..."
</para>
</summary>
</member>
<member name="F:DevExpress.Utils.UI.Localization.UtilsUIStringId.Cmd_EditParameters">
<summary>
<para>"Edit Parameters..."
</para>
</summary>
</member>
<member name="F:DevExpress.Utils.UI.Localization.UtilsUIStringId.CollectionEditor_Cancel">
<summary>
<para>"Add or remove <i>&lt;name of the collection item type&gt;</i> objects"
</para>
</summary>
</member>
<member name="F:DevExpress.Utils.UI.Localization.UtilsUIStringId.FSForm_Btn_Cancel">
<summary>
<para>"Cancel".
</para>
</summary>
</member>
<member name="F:DevExpress.Utils.UI.Localization.UtilsUIStringId.FSForm_Btn_Delete">
<summary>
<para>"Delete".
</para>
</summary>
</member>
<member name="F:DevExpress.Utils.UI.Localization.UtilsUIStringId.FSForm_Btn_Ok">
<summary>
<para>"OK".
</para>
</summary>
</member>
<member name="F:DevExpress.Utils.UI.Localization.UtilsUIStringId.FSForm_Cat_Currency">
<summary>
<para>"Currency".
</para>
</summary>
</member>
<member name="F:DevExpress.Utils.UI.Localization.UtilsUIStringId.FSForm_Cat_DateTime">
<summary>
<para>"DateTime".
</para>
</summary>
</member>
<member name="F:DevExpress.Utils.UI.Localization.UtilsUIStringId.FSForm_Cat_General">
<summary>
<para>"General".
</para>
</summary>
</member>
<member name="F:DevExpress.Utils.UI.Localization.UtilsUIStringId.FSForm_Cat_Int32">
<summary>
<para>"Int32".
</para>
</summary>
</member>
<member name="F:DevExpress.Utils.UI.Localization.UtilsUIStringId.FSForm_Cat_Number">
<summary>
<para>"Number".
</para>
</summary>
</member>
<member name="F:DevExpress.Utils.UI.Localization.UtilsUIStringId.FSForm_Cat_Percent">
<summary>
<para>"Percent".
</para>
</summary>
</member>
<member name="F:DevExpress.Utils.UI.Localization.UtilsUIStringId.FSForm_Cat_Special">
<summary>
<para>"Special".
</para>
</summary>
</member>
<member name="F:DevExpress.Utils.UI.Localization.UtilsUIStringId.FSForm_GrBox_Sample">
<summary>
<para>"Sample".
</para>
</summary>
</member>
<member name="F:DevExpress.Utils.UI.Localization.UtilsUIStringId.FSForm_Lbl_Category">
<summary>
<para>"Category".
</para>
</summary>
</member>
<member name="F:DevExpress.Utils.UI.Localization.UtilsUIStringId.FSForm_Lbl_CustomGeneral">
<summary>
<para>"General format has no specific number format".
</para>
</summary>
</member>
<member name="F:DevExpress.Utils.UI.Localization.UtilsUIStringId.FSForm_Lbl_Prefix">
<summary>
<para>"Prefix:".
</para>
</summary>
</member>
<member name="F:DevExpress.Utils.UI.Localization.UtilsUIStringId.FSForm_Lbl_Suffix">
<summary>
<para>"Suffix:".
</para>
</summary>
</member>
<member name="F:DevExpress.Utils.UI.Localization.UtilsUIStringId.FSForm_Msg_BadSymbol">
<summary>
<para>"Error: Illegal symbol(s)".
</para>
</summary>
</member>
<member name="F:DevExpress.Utils.UI.Localization.UtilsUIStringId.FSForm_Tab_Custom">
<summary>
<para>"Custom".
</para>
</summary>
</member>
<member name="F:DevExpress.Utils.UI.Localization.UtilsUIStringId.FSForm_Tab_StandardTypes">
<summary>
<para>"Standard Types".
</para>
</summary>
</member>
<member name="F:DevExpress.Utils.UI.Localization.UtilsUIStringId.FSForm_Text">
<summary>
<para>"FormatString Editor".
</para>
</summary>
</member>
<member name="F:DevExpress.Utils.UI.Localization.UtilsUIStringId.Msg_ContainsIllegalSymbols">
<summary>
<para>"Input format string contains illegal symbol(s)."
</para>
</summary>
</member>
<member name="F:DevExpress.Utils.UI.Localization.UtilsUIStringId.Msg_ErrorTitle">
<summary>
<para>"Error".
</para>
</summary>
</member>
<member name="F:DevExpress.Utils.UI.Localization.UtilsUIStringId.Msg_FormatStringNotFound">
<summary>
<para> </para>
</summary>
</member>
<member name="F:DevExpress.Utils.UI.Localization.UtilsUIStringId.NonePickerNodeText">
<summary>
<para>"None".
</para>
</summary>
</member>
<member name="F:DevExpress.Utils.UI.Localization.UtilsUIStringId.Parameter_Type_Boolean">
<summary>
<para>"Boolean"
</para>
</summary>
</member>
<member name="F:DevExpress.Utils.UI.Localization.UtilsUIStringId.Parameter_Type_DateTime">
<summary>
<para>"DateTime"
</para>
</summary>
</member>
<member name="F:DevExpress.Utils.UI.Localization.UtilsUIStringId.Parameter_Type_Decimal">
<summary>
<para>"Decimal"
</para>
</summary>
</member>
<member name="F:DevExpress.Utils.UI.Localization.UtilsUIStringId.Parameter_Type_Double">
<summary>
<para>"Double"
</para>
</summary>
</member>
<member name="F:DevExpress.Utils.UI.Localization.UtilsUIStringId.Parameter_Type_Float">
<summary>
<para>"Float"
</para>
</summary>
</member>
<member name="F:DevExpress.Utils.UI.Localization.UtilsUIStringId.Parameter_Type_Guid">
<summary>
<para>"Guid"
</para>
</summary>
</member>
<member name="F:DevExpress.Utils.UI.Localization.UtilsUIStringId.Parameter_Type_Int16">
<summary>
<para>"Int16"
</para>
</summary>
</member>
<member name="F:DevExpress.Utils.UI.Localization.UtilsUIStringId.Parameter_Type_Int32">
<summary>
<para>"Int32"
</para>
</summary>
</member>
<member name="F:DevExpress.Utils.UI.Localization.UtilsUIStringId.Parameter_Type_Int64">
<summary>
<para>"Number (64 bit integer)"
</para>
</summary>
</member>
<member name="F:DevExpress.Utils.UI.Localization.UtilsUIStringId.Parameter_Type_String">
<summary>
<para>"String"
</para>
</summary>
</member>
<member name="F:DevExpress.Utils.UI.Localization.UtilsUIStringId.ParameterCollectionEditor_Title">
<summary>
<para>"Parameters"
</para>
</summary>
</member>
<member name="F:DevExpress.Utils.UI.Localization.UtilsUIStringId.PropGrid_TTip_Alphabetical">
<summary>
<para>"Alphabetical".
</para>
</summary>
</member>
<member name="F:DevExpress.Utils.UI.Localization.UtilsUIStringId.PropGrid_TTip_Categorized">
<summary>
<para>"Categorized".
</para>
</summary>
</member>
</members>
</doc>

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,74 @@
<?xml version="1.0"?>
<doc>
<assembly>
<name>DevExpress.XtraRichEdit.v16.2.Extensions</name>
</assembly>
<members>
<member name="T:DevExpress.XtraRichEdit.Localization.RichEditExtensionsResLocalizer">
<summary>
<para>A default localizer to translate resources for WinForms Rich Editor UI.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Localization.RichEditExtensionsResLocalizer.#ctor">
<summary>
<para>Initializes a new instance of the RichEditExtensionsResLocalizer class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraRichEdit.Localization.RichEditExtensionsLocalizer">
<summary>
<para>A base class that provides necessary functionality for custom localizers of captions used in RichEditControl UI.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Localization.RichEditExtensionsLocalizer.#ctor">
<summary>
<para>Initializes a new instance of the RichEditExtensionsLocalizer class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Localization.RichEditExtensionsLocalizer.CreateDefaultLocalizer">
<summary>
<para>Returns a localizer object, which provides resources based on the thread's language and regional settings (culture).
</para>
</summary>
<returns>An <see cref="T:DevExpress.Utils.Localization.XtraLocalizer`1"/> object representing resources based on the thread's culture.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.Localization.RichEditExtensionsLocalizer.CreateResXLocalizer">
<summary>
<para>Returns a localizer object, which provides resources based on the thread's language and regional settings (culture).
</para>
</summary>
<returns>A <see cref="T:DevExpress.Utils.Localization.XtraLocalizer`1"/> object, which provides resources based on the thread's culture.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.Localization.RichEditExtensionsLocalizer.GetString(DevExpress.XtraRichEdit.Localization.RichEditExtensionsStringId)">
<summary>
<para>Returns a localized string for the given string identifier.
</para>
</summary>
<param name="id">
A <see cref="T:DevExpress.XtraRichEdit.Localization.RichEditExtensionsStringId"/> enumeration value identifying the string to localize.
</param>
<returns>A <see cref="T:System.String"/> corresponding to the specified identifier.
</returns>
</member>
</members>
</doc>

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,4 @@
554f94a6a0744a36a17ca94ec64a8899;251;Diary;Edit;3/7/2016 9:24:58 AM
8f0dbc73662f4ccc830cee61ada9d250;189;Diary;Edit;3/7/2016 9:27:59 AM
8f0dbc73662f4ccc830cee61ada9d250;189;Diary;Edit;3/7/2016 9:28:09 AM
8f0dbc73662f4ccc830cee61ada9d250;189;Diary;Edit;3/7/2016 9:30:25 AM

View File

@@ -0,0 +1,557 @@
Treatment 311 09
Treatment 423 09
Treatment 259 09
Treatment 331 10
Treatment 140 10
Treatment 196 10
Treatment 531 10
Treatment 558 10
Treatment 047 10
Treatment 637 10
Treatment 156 10
Treatment 036 10
Treatment 597 10
Treatment 330 10
Treatment 207 10
Treatment 366 10
Treatment 048 10
Treatment 218 10
Treatment 241 10
Treatment 442 10
Treatment 362 10
Treatment 124 10
Treatment 271 10
Treatment 240 10
Treatment 032 10
Treatment 445 10
Treatment 148 10
Treatment 349 10
Treatment 031 10
Treatment 121 10
Treatment 254 10
Treatment 269 10
Treatment 267 10
Treatment 672 10
Treatment 116 10
Treatment 192 10
Treatment 281 10
Treatment 153 10
Treatment 582 10
Treatment 405 10
Treatment 205 10
Treatment 033 10
Treatment 068 10
Treatment 450 10
Treatment 093 10
Treatment 221 10
Treatment 210 10
Treatment 128 10
Treatment 265 10
Treatment 532 10
Treatment 316 10
Treatment 480 10
Treatment 419 10
Treatment 134 10
Treatment 479 10
Treatment 178 10
Treatment 326 10
Treatment 731 10
Treatment 470 10
Treatment 421 10
Treatment 298 10
Treatment 417 10
Treatment 414 10
Treatment 430 10
Treatment 183 10
Treatment 371 10
Treatment 262 10
Treatment 441 10
Treatment 167 10
Treatment 088 10
Treatment 263 10
Treatment 243 10
Treatment 319 10
Treatment 320 10
Treatment 454 10
Treatment 654 10
Treatment 588 10
Treatment 051 10
Treatment 152 10
Treatment 226 10
Treatment 345 10
Treatment 222 10
Treatment 324 10
Treatment 055 10
Treatment 346 10
Treatment 076 10
Treatment 126 10
Treatment 107 10
Treatment 077 10
Treatment 512 10
Treatment 427 10
Treatment 272 10
Treatment 238 10
Object reference not set to an instance of an object. Examination 692 10
Treatment 692 10
Treatment 304 10
Treatment 404 10
Treatment 370 10
Treatment 541 10
Treatment 256 10
Treatment 409 10
Treatment 170 10
Treatment 491 10
Treatment 147 10
Treatment 548 10
Object reference not set to an instance of an object. Examination 420 10
Treatment 420 10
Treatment 602 10
Treatment 451 10
Treatment 315 10
Treatment 486 10
Treatment 023 10
Treatment 327 10
Object reference not set to an instance of an object. Examination 455 10
Treatment 455 10
Treatment 555 10
Treatment 589 10
Object reference not set to an instance of an object. Examination 559 10
Treatment 559 10
Treatment 407 10
Treatment 546 10
Treatment 059 10
Treatment 494 10
Treatment 361 10
Treatment 053 10
Treatment 465 11
Treatment 242 11
Object reference not set to an instance of an object. Examination 596 10
Treatment 596 10
Treatment 159 11
Treatment 385 11
Treatment 587 11
Treatment 570 11
Treatment 609 11
Treatment 154 11
Treatment 198 11
Treatment 239 11
Treatment 632 11
Treatment 543 11
Treatment 278 11
Treatment 203 11
Treatment 143 11
Treatment 145 11
Treatment 007 11
Treatment 151 11
Treatment 644 11
Treatment 622 11
Treatment 287 11
Object reference not set to an instance of an object. Examination 299 11
Treatment 299 11
Treatment 232 11
Treatment 120 11
Treatment 645 11
Treatment 131 11
Treatment 428 11
Treatment 177 11
Treatment 080 11
Treatment 294 11
Object reference not set to an instance of an object. Examination 521 11
Treatment 521 11
Treatment 574 11
Treatment 606 11
Treatment 106 11
Treatment 530 11
Treatment 027 11
Treatment 168 11
Treatment 044 11
Treatment 016 11
Treatment 002 11
Treatment 225 11
Treatment 037 11
Treatment 757 11
Treatment 760 11
Treatment 176 11
Treatment 162 11
Treatment 102 11
Treatment 311 A 11
Treatment 386 11
Treatment 150 11
Treatment 348 11
Treatment 085 11
Object reference not set to an instance of an object. Examination 580 10
Treatment 580 10
Treatment 367 10
Treatment 440 10
Treatment 425 10
Treatment 424 10
Treatment 306 10
Treatment 384 10
Treatment 207 10
Treatment 384 10
Treatment 306 10
Treatment 221 10
Treatment 210 10
Treatment 128 10
Treatment 265 10
Treatment 249 10
Treatment 316 10
Treatment 480 10
Treatment 419 10
Treatment 134 10
Treatment 479 10
Treatment 178 10
Treatment 326 10
Treatment 731 10
Treatment 470 10
Treatment 421 10
Treatment 298 10
Treatment 417 10
Treatment 414 10
Treatment 430 10
Treatment 183 10
Treatment 371 10
Treatment 262 10
Treatment 441 10
Treatment 167 10
Treatment 088 10
Treatment 263 10
Treatment 243 10
Treatment 319 10
Treatment 320 10
Treatment 454 10
Treatment 588 10
Treatment 051 10
Treatment 152 10
Treatment 226 10
Treatment 345 10
Treatment 222 10
Treatment 324 10
Treatment 346 10
Treatment 076 10
Treatment 126 10
Treatment 107 10
Treatment 077 10
Treatment 427 10
Treatment 272 10
Treatment 238 10
Treatment 304 10
Treatment 370 10
Treatment 541 10
Treatment 256 10
Treatment 409 10
Treatment 170 10
Treatment 491 10
Treatment 548 10
Treatment 420 10
Treatment 602 10
Treatment 451 10
Treatment 315 10
Treatment 486 10
Treatment 023 10
Treatment 327 10
Treatment 455 10
Treatment 555 10
Treatment 589 10
Treatment 559 10
Treatment 407 10
Treatment 546 10
Treatment 059 10
Treatment 494 10
Treatment 361 10
Treatment 053 10
Treatment 596 10
Treatment 131 10
Treatment 574 10
Treatment 117 10
Treatment 129 10
Treatment 67 10
Object reference not set to an instance of an object. Examination 17 10
Treatment 17 10
Object reference not set to an instance of an object. Examination 14 11
Treatment 20 11
Treatment 30 10
Treatment 67 10
Treatment 73 10
Treatment 74 10
Treatment 82 11
Treatment 87 10
Object reference not set to an instance of an object. Examination 88 10
Treatment 88 10
Treatment 97 11
Treatment 109 10
Object reference not set to an instance of an object. Examination 117 10
Treatment 117 10
Treatment 129 11
Treatment 74 10
Treatment 82 10
Treatment 88 10
Treatment 97 10
Treatment 73 10
Treatment 109 10
Treatment 87 10
Treatment 311 09
Treatment 423 09
Treatment 259 09
Treatment 331 10
Treatment 140 10
Treatment 196 10
Treatment 531 10
Treatment 558 10
Treatment 047 10
Treatment 637 10
Treatment 156 10
Treatment 036 10
Treatment 597 10
Treatment 330 10
Treatment 207 10
Treatment 366 10
Treatment 048 10
Treatment 218 10
Treatment 241 10
Treatment 442 10
Treatment 362 10
Treatment 124 10
Treatment 271 10
Treatment 240 10
Treatment 032 10
Treatment 445 10
Treatment 148 10
Treatment 349 10
Treatment 031 10
Treatment 121 10
Treatment 254 10
Treatment 269 10
Treatment 267 10
Treatment 672 10
Treatment 116 10
Treatment 192 10
Treatment 281 10
Treatment 153 10
Treatment 582 10
Treatment 405 10
Treatment 205 10
Treatment 033 10
Treatment 068 10
Treatment 450 10
Treatment 093 10
Treatment 221 10
Treatment 210 10
Treatment 128 10
Treatment 265 10
Treatment 532 10
Treatment 316 10
Treatment 480 10
Treatment 419 10
Treatment 134 10
Treatment 479 10
Treatment 178 10
Treatment 326 10
Treatment 731 10
Treatment 470 10
Treatment 421 10
Treatment 298 10
Treatment 417 10
Treatment 414 10
Treatment 430 10
Treatment 183 10
Treatment 371 10
Treatment 262 10
Treatment 441 10
Treatment 167 10
Treatment 088 10
Treatment 263 10
Treatment 243 10
Treatment 319 10
Treatment 320 10
Treatment 454 10
Treatment 654 10
Treatment 588 10
Treatment 051 10
Treatment 152 10
Treatment 226 10
Treatment 345 10
Treatment 222 10
Treatment 324 10
Treatment 055 10
Treatment 346 10
Treatment 076 10
Treatment 126 10
Treatment 107 10
Treatment 077 10
Treatment 512 10
Treatment 427 10
Treatment 272 10
Treatment 238 10
Object reference not set to an instance of an object. Examination 692 10
Treatment 692 10
Treatment 304 10
Treatment 404 10
Treatment 370 10
Treatment 541 10
Treatment 256 10
Treatment 409 10
Treatment 170 10
Treatment 491 10
Treatment 147 10
Treatment 548 10
Object reference not set to an instance of an object. Examination 420 10
Treatment 420 10
Treatment 602 10
Treatment 451 10
Treatment 315 10
Treatment 486 10
Treatment 023 10
Treatment 327 10
Object reference not set to an instance of an object. Examination 455 10
Treatment 455 10
Treatment 555 10
Treatment 589 10
Object reference not set to an instance of an object. Examination 559 10
Treatment 559 10
Treatment 407 10
Treatment 546 10
Treatment 059 10
Treatment 494 10
Treatment 361 10
Treatment 053 10
Treatment 465 11
Treatment 242 11
Object reference not set to an instance of an object. Examination 596 10
Treatment 596 10
Treatment 159 11
Treatment 385 11
Treatment 587 11
Treatment 570 11
Treatment 609 11
Treatment 154 11
Treatment 198 11
Treatment 239 11
Treatment 632 11
Treatment 543 11
Treatment 278 11
Treatment 203 11
Treatment 143 11
Treatment 145 11
Treatment 007 11
Treatment 151 11
Treatment 644 11
Treatment 622 11
Treatment 287 11
Object reference not set to an instance of an object. Examination 299 11
Treatment 299 11
Treatment 232 11
Treatment 120 11
Treatment 645 11
Treatment 131 11
Treatment 428 11
Treatment 177 11
Treatment 080 11
Treatment 294 11
Object reference not set to an instance of an object. Examination 521 11
Treatment 521 11
Treatment 574 11
Treatment 606 11
Treatment 106 11
Treatment 530 11
Treatment 027 11
Treatment 168 11
Treatment 044 11
Treatment 016 11
Treatment 002 11
Treatment 225 11
Treatment 037 11
Treatment 757 11
Treatment 760 11
Treatment 176 11
Treatment 162 11
Treatment 102 11
Treatment 311 A 11
Treatment 386 11
Treatment 150 11
Treatment 348 11
Treatment 085 11
Object reference not set to an instance of an object. Examination 580 10
Treatment 580 10
Treatment 367 10
Treatment 440 10
Treatment 425 10
Treatment 424 10
Treatment 306 10
Treatment 384 10
Treatment 207 10
Treatment 384 10
Treatment 306 10
Treatment 221 10
Treatment 210 10
Treatment 128 10
Treatment 265 10
Treatment 249 10
Treatment 316 10
Treatment 480 10
Treatment 419 10
Treatment 134 10
Treatment 479 10
Treatment 178 10
Treatment 326 10
Treatment 731 10
Treatment 470 10
Treatment 421 10
Treatment 298 10
Treatment 417 10
Treatment 414 10
Treatment 430 10
Treatment 183 10
Treatment 371 10
Treatment 262 10
Treatment 441 10
Treatment 167 10
Treatment 088 10
Treatment 263 10
Treatment 243 10
Treatment 319 10
Treatment 320 10
Treatment 454 10
Treatment 588 10
Treatment 051 10
Treatment 152 10
Treatment 226 10
Treatment 345 10
Treatment 222 10
Treatment 324 10
Treatment 346 10
Treatment 076 10
Treatment 126 10
Treatment 107 10
Treatment 077 10
Treatment 427 10
Treatment 272 10
Treatment 238 10
Treatment 304 10
Treatment 370 10
Treatment 541 10
Treatment 256 10
Treatment 409 10
Treatment 170 10
Treatment 491 10
Treatment 548 10
Treatment 420 10
Treatment 602 10
Treatment 451 10
Treatment 315 10
Treatment 486 10
Treatment 023 10
Treatment 327 10
Treatment 455 10
Treatment 555 10
Treatment 589 10
Treatment 559 10
Treatment 407 10
Treatment 546 10
Treatment 059 10
Treatment 494 10
Treatment 361 10
Treatment 053 10
Treatment 596 10
Treatment 131 10
Treatment 574 10

Binary file not shown.

View File

@@ -0,0 +1,22 @@
<?xml version="1.0"?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0" />
</startup>
<appSettings>
<add key="ConnectionString.MS Access (OleDb)" value="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\Users\pvcuo\Desktop\TanChau\TanChau.mdb;User Id=admin;Password=;Jet OLEDB:System Database=;Jet OLEDB:Database password={dbPassword}" />
<add key="ClientSettingsProvider.ServiceUri" value="" />
</appSettings>
<system.web>
<membership defaultProvider="ClientAuthenticationMembershipProvider">
<providers>
<add name="ClientAuthenticationMembershipProvider" type="System.Web.ClientServices.Providers.ClientFormsAuthenticationMembershipProvider, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" serviceUri="" />
</providers>
</membership>
<roleManager defaultProvider="ClientRoleProvider" enabled="true">
<providers>
<add name="ClientRoleProvider" type="System.Web.ClientServices.Providers.ClientRoleProvider, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" serviceUri="" cacheTimeout="86400" />
</providers>
</roleManager>
</system.web>
</configuration>

Binary file not shown.

View File

@@ -0,0 +1,22 @@
<?xml version="1.0"?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0" />
</startup>
<appSettings>
<add key="ConnectionString.MS Access (OleDb)" value="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\Projects\PatientMan\database\fhi.mdb;User Id=admin;Password=;Jet OLEDB:System Database=;Jet OLEDB:Database password=" />
<add key="ClientSettingsProvider.ServiceUri" value="" />
</appSettings>
<system.web>
<membership defaultProvider="ClientAuthenticationMembershipProvider">
<providers>
<add name="ClientAuthenticationMembershipProvider" type="System.Web.ClientServices.Providers.ClientFormsAuthenticationMembershipProvider, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" serviceUri="" />
</providers>
</membership>
<roleManager defaultProvider="ClientRoleProvider" enabled="true">
<providers>
<add name="ClientRoleProvider" type="System.Web.ClientServices.Providers.ClientRoleProvider, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" serviceUri="" cacheTimeout="86400" />
</providers>
</roleManager>
</system.web>
</configuration>

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity version="1.0.0.0" name="MyApplication.app"/>
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
<security>
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
<requestedExecutionLevel level="asInvoker" uiAccess="false"/>
</requestedPrivileges>
</security>
</trustInfo>
</assembly>

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<dataroot xmlns:od="urn:schemas-microsoft-com:officedata" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="Settings.fhi.xsd" generated="2014-03-12T08:31:12">
<Settings>
<ProvinceId>AGI</ProvinceId>
<DistictId>50701</DistictId>
<CommuneId>5070103</CommuneId>
<SiteCode>507010301</SiteCode>
<SiteName>Trường Đại học y tế công cộng</SiteName>
<Address>138 B Giảng Võ</Address>
<Language>0</Language>
<Description>Không có gì mô tả</Description>
<Password>e10adc3949ba59abbe56e057f20f883e</Password>
<dbPassword>
</dbPassword>
</Settings>
</dataroot>

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.