This commit is contained in:
Build Automation 2019-08-23 14:51:09 +05:30
Родитель db152d812b
Коммит b46644c737
6459 изменённых файлов: 0 добавлений и 1934027 удалений

Различия файлов скрыты, потому что одна или несколько строк слишком длинны

Различия файлов скрыты, потому что одна или несколько строк слишком длинны

Просмотреть файл

@ -1,244 +0,0 @@
<?xml version="1.0"?>
<PMML version="4.1" xmlns="http://www.dmg.org/PMML-4_1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.dmg.org/PMML-4_1 http://www.dmg.org/v4-1/pmml-4-1.xsd">
<Header copyright="Copyright (c) 2016 Syncfusion" description="Generalized Linear Regression Model">
<Extension name="user" value="Syncfusion" extender="Rattle/PMML"/>
<Application name="Rattle/PMML" version="1.4"/>
<Timestamp>2014-10-27 21:35:09</Timestamp>
</Header>
<DataDictionary numberOfFields="10">
<DataField name="Adjusted" optype="categorical" dataType="string">
<Value value="0"/>
<Value value="1"/>
</DataField>
<DataField name="Age" optype="continuous" dataType="double"/>
<DataField name="Employment" optype="categorical" dataType="string">
<Value value="Consultant"/>
<Value value="Private"/>
<Value value="PSFederal"/>
<Value value="PSLocal"/>
<Value value="PSState"/>
<Value value="SelfEmp"/>
<Value value="Volunteer"/>
</DataField>
<DataField name="Education" optype="categorical" dataType="string">
<Value value="Associate"/>
<Value value="Bachelor"/>
<Value value="College"/>
<Value value="Doctorate"/>
<Value value="HSgrad"/>
<Value value="Master"/>
<Value value="Preschool"/>
<Value value="Professional"/>
<Value value="Vocational"/>
<Value value="Yr10"/>
<Value value="Yr11"/>
<Value value="Yr12"/>
<Value value="Yr1t4"/>
<Value value="Yr5t6"/>
<Value value="Yr7t8"/>
<Value value="Yr9"/>
</DataField>
<DataField name="Marital" optype="categorical" dataType="string">
<Value value="Absent"/>
<Value value="Divorced"/>
<Value value="Married"/>
<Value value="Married-spouse-absent"/>
<Value value="Unmarried"/>
<Value value="Widowed"/>
</DataField>
<DataField name="Occupation" optype="categorical" dataType="string">
<Value value="Cleaner"/>
<Value value="Clerical"/>
<Value value="Executive"/>
<Value value="Farming"/>
<Value value="Home"/>
<Value value="Machinist"/>
<Value value="Military"/>
<Value value="Professional"/>
<Value value="Protective"/>
<Value value="Repair"/>
<Value value="Sales"/>
<Value value="Service"/>
<Value value="Support"/>
<Value value="Transport"/>
</DataField>
<DataField name="Income" optype="continuous" dataType="double"/>
<DataField name="Sex" optype="categorical" dataType="string">
<Value value="Female"/>
<Value value="Male"/>
</DataField>
<DataField name="Deductions" optype="continuous" dataType="double"/>
<DataField name="Hours" optype="continuous" dataType="double"/>
</DataDictionary>
<GeneralRegressionModel modelName="General_Regression_Model" modelType="generalizedLinear" functionName="classification" algorithmName="glm" distribution="binomial" linkFunction="logit">
<MiningSchema>
<MiningField name="Adjusted" usageType="predicted"/>
<MiningField name="Age" usageType="active"/>
<MiningField name="Employment" usageType="active"/>
<MiningField name="Education" usageType="active"/>
<MiningField name="Marital" usageType="active"/>
<MiningField name="Occupation" usageType="active"/>
<MiningField name="Income" usageType="active"/>
<MiningField name="Sex" usageType="active"/>
<MiningField name="Deductions" usageType="active"/>
<MiningField name="Hours" usageType="active"/>
</MiningSchema>
<Output>
<OutputField name="Probability_1" targetField="Adjusted" feature="probability" value="1"/>
<OutputField name="Predicted_Adjusted" feature="predictedValue"/>
</Output>
<ParameterList>
<Parameter name="p0" label="(Intercept)"/>
<Parameter name="p1" label="Age"/>
<Parameter name="p2" label="EmploymentPrivate"/>
<Parameter name="p3" label="EmploymentPSFederal"/>
<Parameter name="p4" label="EmploymentPSLocal"/>
<Parameter name="p5" label="EmploymentPSState"/>
<Parameter name="p6" label="EmploymentSelfEmp"/>
<Parameter name="p7" label="EmploymentVolunteer"/>
<Parameter name="p8" label="EducationBachelor"/>
<Parameter name="p9" label="EducationCollege"/>
<Parameter name="p10" label="EducationDoctorate"/>
<Parameter name="p11" label="EducationHSgrad"/>
<Parameter name="p12" label="EducationMaster"/>
<Parameter name="p13" label="EducationPreschool"/>
<Parameter name="p14" label="EducationProfessional"/>
<Parameter name="p15" label="EducationVocational"/>
<Parameter name="p16" label="EducationYr10"/>
<Parameter name="p17" label="EducationYr11"/>
<Parameter name="p18" label="EducationYr12"/>
<Parameter name="p19" label="EducationYr1t4"/>
<Parameter name="p20" label="EducationYr5t6"/>
<Parameter name="p21" label="EducationYr7t8"/>
<Parameter name="p22" label="EducationYr9"/>
<Parameter name="p23" label="MaritalDivorced"/>
<Parameter name="p24" label="MaritalMarried"/>
<Parameter name="p25" label="MaritalMarried-spouse-absent"/>
<Parameter name="p26" label="MaritalUnmarried"/>
<Parameter name="p27" label="MaritalWidowed"/>
<Parameter name="p28" label="OccupationClerical"/>
<Parameter name="p29" label="OccupationExecutive"/>
<Parameter name="p30" label="OccupationFarming"/>
<Parameter name="p31" label="OccupationHome"/>
<Parameter name="p32" label="OccupationMachinist"/>
<Parameter name="p33" label="OccupationMilitary"/>
<Parameter name="p34" label="OccupationProfessional"/>
<Parameter name="p35" label="OccupationProtective"/>
<Parameter name="p36" label="OccupationRepair"/>
<Parameter name="p37" label="OccupationSales"/>
<Parameter name="p38" label="OccupationService"/>
<Parameter name="p39" label="OccupationSupport"/>
<Parameter name="p40" label="OccupationTransport"/>
<Parameter name="p41" label="Income"/>
<Parameter name="p42" label="SexMale"/>
<Parameter name="p43" label="Deductions"/>
<Parameter name="p44" label="Hours"/>
</ParameterList>
<FactorList>
<Predictor name="Employment"/>
<Predictor name="Education"/>
<Predictor name="Marital"/>
<Predictor name="Occupation"/>
<Predictor name="Sex"/>
</FactorList>
<CovariateList>
<Predictor name="Age"/>
<Predictor name="Income"/>
<Predictor name="Deductions"/>
<Predictor name="Hours"/>
</CovariateList>
<PPMatrix>
<PPCell value="1" predictorName="Age" parameterName="p1"/>
<PPCell value="Private" predictorName="Employment" parameterName="p2"/>
<PPCell value="PSFederal" predictorName="Employment" parameterName="p3"/>
<PPCell value="PSLocal" predictorName="Employment" parameterName="p4"/>
<PPCell value="PSState" predictorName="Employment" parameterName="p5"/>
<PPCell value="SelfEmp" predictorName="Employment" parameterName="p6"/>
<PPCell value="Volunteer" predictorName="Employment" parameterName="p7"/>
<PPCell value="Bachelor" predictorName="Education" parameterName="p8"/>
<PPCell value="College" predictorName="Education" parameterName="p9"/>
<PPCell value="Doctorate" predictorName="Education" parameterName="p10"/>
<PPCell value="HSgrad" predictorName="Education" parameterName="p11"/>
<PPCell value="Master" predictorName="Education" parameterName="p12"/>
<PPCell value="Preschool" predictorName="Education" parameterName="p13"/>
<PPCell value="Professional" predictorName="Education" parameterName="p14"/>
<PPCell value="Vocational" predictorName="Education" parameterName="p15"/>
<PPCell value="Yr10" predictorName="Education" parameterName="p16"/>
<PPCell value="Yr11" predictorName="Education" parameterName="p17"/>
<PPCell value="Yr12" predictorName="Education" parameterName="p18"/>
<PPCell value="Yr1t4" predictorName="Education" parameterName="p19"/>
<PPCell value="Yr5t6" predictorName="Education" parameterName="p20"/>
<PPCell value="Yr7t8" predictorName="Education" parameterName="p21"/>
<PPCell value="Yr9" predictorName="Education" parameterName="p22"/>
<PPCell value="Divorced" predictorName="Marital" parameterName="p23"/>
<PPCell value="Married" predictorName="Marital" parameterName="p24"/>
<PPCell value="Married-spouse-absent" predictorName="Marital" parameterName="p25"/>
<PPCell value="Unmarried" predictorName="Marital" parameterName="p26"/>
<PPCell value="Widowed" predictorName="Marital" parameterName="p27"/>
<PPCell value="Clerical" predictorName="Occupation" parameterName="p28"/>
<PPCell value="Executive" predictorName="Occupation" parameterName="p29"/>
<PPCell value="Farming" predictorName="Occupation" parameterName="p30"/>
<PPCell value="Home" predictorName="Occupation" parameterName="p31"/>
<PPCell value="Machinist" predictorName="Occupation" parameterName="p32"/>
<PPCell value="Military" predictorName="Occupation" parameterName="p33"/>
<PPCell value="Professional" predictorName="Occupation" parameterName="p34"/>
<PPCell value="Protective" predictorName="Occupation" parameterName="p35"/>
<PPCell value="Repair" predictorName="Occupation" parameterName="p36"/>
<PPCell value="Sales" predictorName="Occupation" parameterName="p37"/>
<PPCell value="Service" predictorName="Occupation" parameterName="p38"/>
<PPCell value="Support" predictorName="Occupation" parameterName="p39"/>
<PPCell value="Transport" predictorName="Occupation" parameterName="p40"/>
<PPCell value="1" predictorName="Income" parameterName="p41"/>
<PPCell value="Male" predictorName="Sex" parameterName="p42"/>
<PPCell value="1" predictorName="Deductions" parameterName="p43"/>
<PPCell value="1" predictorName="Hours" parameterName="p44"/>
</PPMatrix>
<ParamMatrix>
<PCell targetCategory="1" parameterName="p0" df="1" beta="-19.0512311557632"/>
<PCell targetCategory="1" parameterName="p1" df="1" beta="0.075726911048706"/>
<PCell targetCategory="1" parameterName="p2" df="1" beta="1.43831815843203"/>
<PCell targetCategory="1" parameterName="p3" df="1" beta="1.04187271030125"/>
<PCell targetCategory="1" parameterName="p4" df="1" beta="2.18509491460412"/>
<PCell targetCategory="1" parameterName="p5" df="1" beta="2.36242522191441"/>
<PCell targetCategory="1" parameterName="p6" df="1" beta="2.41549967793905"/>
<PCell targetCategory="1" parameterName="p7" df="1" beta="-19.4749928768188"/>
<PCell targetCategory="1" parameterName="p8" df="1" beta="1.12283015865936"/>
<PCell targetCategory="1" parameterName="p9" df="1" beta="-1.89361007110018"/>
<PCell targetCategory="1" parameterName="p10" df="1" beta="1.57020518604853"/>
<PCell targetCategory="1" parameterName="p11" df="1" beta="-2.73002756232943"/>
<PCell targetCategory="1" parameterName="p12" df="1" beta="1.2898200522878"/>
<PCell targetCategory="1" parameterName="p13" df="1" beta="-7.93721231715274"/>
<PCell targetCategory="1" parameterName="p14" df="1" beta="4.59962575443365"/>
<PCell targetCategory="1" parameterName="p15" df="1" beta="-0.986952219485652"/>
<PCell targetCategory="1" parameterName="p16" df="1" beta="-2.50784150068362"/>
<PCell targetCategory="1" parameterName="p17" df="1" beta="-18.1209697131631"/>
<PCell targetCategory="1" parameterName="p18" df="1" beta="0.615444490416363"/>
<PCell targetCategory="1" parameterName="p19" df="1" beta="-17.5427521818256"/>
<PCell targetCategory="1" parameterName="p20" df="1" beta="-19.1736438366972"/>
<PCell targetCategory="1" parameterName="p21" df="1" beta="-18.0725495427808"/>
<PCell targetCategory="1" parameterName="p22" df="1" beta="-21.757725674741"/>
<PCell targetCategory="1" parameterName="p23" df="1" beta="-1.16475957072301"/>
<PCell targetCategory="1" parameterName="p24" df="1" beta="8.05419576996065"/>
<PCell targetCategory="1" parameterName="p25" df="1" beta="-15.1025547022836"/>
<PCell targetCategory="1" parameterName="p26" df="1" beta="1.77527361047088"/>
<PCell targetCategory="1" parameterName="p27" df="1" beta="-20.5712061493715"/>
<PCell targetCategory="1" parameterName="p28" df="1" beta="3.02259726914247"/>
<PCell targetCategory="1" parameterName="p29" df="1" beta="4.19697980240932"/>
<PCell targetCategory="1" parameterName="p30" df="1" beta="-0.409395447627445"/>
<PCell targetCategory="1" parameterName="p31" df="1" beta="-8.05078855816446"/>
<PCell targetCategory="1" parameterName="p32" df="1" beta="-16.575268077579"/>
<PCell targetCategory="1" parameterName="p33" df="1" beta="-7.37693144162072"/>
<PCell targetCategory="1" parameterName="p34" df="1" beta="3.95284764238435"/>
<PCell targetCategory="1" parameterName="p35" df="1" beta="2.06002957664734"/>
<PCell targetCategory="1" parameterName="p36" df="1" beta="-0.380417515709989"/>
<PCell targetCategory="1" parameterName="p37" df="1" beta="1.92682314784039"/>
<PCell targetCategory="1" parameterName="p38" df="1" beta="-19.3088087916836"/>
<PCell targetCategory="1" parameterName="p39" df="1" beta="3.28562714903697"/>
<PCell targetCategory="1" parameterName="p40" df="1" beta="-1.00196024141903"/>
<PCell targetCategory="1" parameterName="p41" df="1" beta="5.68138696845621e-06"/>
<PCell targetCategory="1" parameterName="p42" df="1" beta="-0.434345888236885"/>
<PCell targetCategory="1" parameterName="p43" df="1" beta="0.00357538705148108"/>
<PCell targetCategory="1" parameterName="p44" df="1" beta="0.0952714459117653"/>
</ParamMatrix>
</GeneralRegressionModel>
</PMML>

Просмотреть файл

@ -1,34 +0,0 @@
#region Copyright Syncfusion Inc. 2001-2019.
// Copyright Syncfusion Inc. 2001-2019. All rights reserved.
// Use of this code is subject to the terms of our license.
// A copy of the current license can be obtained at any time by e-mailing
// licensing@syncfusion.com. Any infringement will be prosecuted under
// applicable laws.
#endregion
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.Mvc;
using System.Web.Script.Serialization;
[Serializable]
public class BoxPlotData
{
public BoxPlotData(string xval, Double[] yvalue)
{
this.Xvalue = xval;
this.YValue1 = yvalue;
}
public string Xvalue
{
get;
set;
}
public Double[] YValue1
{
get;
set;
}
}

Просмотреть файл

@ -1,124 +0,0 @@
{
"root":{
"data":[
{
"Id":"parent",
"Role":"Board",
"color":"#71AF17"
},
{
"Id":"1",
"Role":"General Manager",
"Manager":"parent",
"ChartType":"right",
"color":"#71AF17"
},
{
"Id":"11",
"Role":"Assistant Manager",
"Manager":"1",
"color":"#71AF17"
},
{
"Id":"2",
"Role":"Human Resource Manager",
"Manager":"1",
"ChartType":"right",
"color":"#1859B7"
},
{
"Id":"3",
"Role":"Trainers",
"Manager":"2",
"color":"#2E95D8"
},
{
"Id":"4",
"Role":"Recruiting Team",
"Manager":"2",
"color":"#2E95D8"
},
{
"Id":"5",
"Role":"Finance Asst. Manager",
"Manager":"2",
"color":"#2E95D8"
},
{
"Id":"6",
"Role":"Design Manager",
"Manager":"1",
"ChartType":"right",
"color":"#1859B7"
},
{
"Id":"7",
"Role":"Design Supervisor",
"Manager":"6",
"color":"#2E95D8"
},
{
"Id":"8",
"Role":"Development Supervisor",
"Manager":"6",
"color":"#2E95D8"
},
{
"Id":"9",
"Role":"Drafting Supervisor",
"Manager":"6",
"color":"#2E95D8"
},
{
"Id":"10",
"Role":"Operation Manager",
"Manager":"1",
"ChartType":"right",
"color":"#1859B7"
},
{
"Id":"11",
"Role":"Statistic Department",
"Manager":"10",
"color":"#2E95D8"
},
{
"Id":"12",
"Role":"Logistic Department",
"Manager":"10",
"color":"#2E95D8"
},
{
"Id":"16",
"Role":"Marketing Manager",
"Manager":"1",
"ChartType":"right",
"color":"#1859B7"
},
{
"Id":"17",
"Role":"Oversea sales Manager",
"Manager":"16",
"color":"#2E95D8"
},
{
"Id":"18",
"Role":"Petroleum Manager",
"Manager":"16",
"color":"#2E95D8"
},
{
"Id":"20",
"Role":"Service Dept. Manager",
"Manager":"16",
"color":"#2E95D8"
},
{
"Id":"21",
"Role":"Quality Department",
"Manager":"16",
"color":"#2E95D8"
}
]
}
}

Различия файлов скрыты, потому что одна или несколько строк слишком длинны

Различия файлов скрыты, потому что одна или несколько строк слишком длинны

Двоичные данные
App_Data/DiagramData.mdf

Двоичный файл не отображается.

Двоичные данные
App_Data/DiagramData_log.LDF

Двоичный файл не отображается.

Двоичные данные
App_Data/DocIO/Adventure.doc

Двоичный файл не отображается.

Двоичные данные
App_Data/DocIO/Adventure.docx

Двоичный файл не отображается.

Двоичные данные
App_Data/DocIO/Animation.gif

Двоичный файл не отображается.

До

Ширина:  |  Высота:  |  Размер: 9.7 KiB

Двоичные данные
App_Data/DocIO/Arabic.txt

Двоичный файл не отображается.

Двоичные данные
App_Data/DocIO/BkmkDocumentPart_Template.doc

Двоичный файл не отображается.

Двоичные данные
App_Data/DocIO/Bookmark_Template.doc

Двоичный файл не отображается.

Двоичные данные
App_Data/DocIO/ContentControlTemplate.docx

Двоичный файл не отображается.

Двоичные данные
App_Data/DocIO/Doc to EPub.doc

Двоичный файл не отображается.

Двоичные данные
App_Data/DocIO/Doc to HTML.doc

Двоичный файл не отображается.

Двоичные данные
App_Data/DocIO/DocToImage.docx

Двоичный файл не отображается.

Двоичные данные
App_Data/DocIO/DocToRTF.doc

Двоичный файл не отображается.

Двоичные данные
App_Data/DocIO/DocToWordML.doc

Двоичный файл не отображается.

Двоичные данные
App_Data/DocIO/DoctoPDF.docx

Двоичный файл не отображается.

Просмотреть файл

@ -1,258 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<EmployeesList>
<Employees>
<FirstName>Nancy</FirstName>
<LastName>Davolio</LastName>
<EmployeeID>1</EmployeeID>
<Extension>5467</Extension>
<Address>507 - 20th Ave. E. Apt. 2A</Address>
<City>Seattle</City>
<Country>USA</Country>
<Customers>
<CustomerID>ALFKI</CustomerID>
<EmployeeID>1</EmployeeID>
<CompanyName>Alfreds Futterkiste</CompanyName>
<ContactName>Maria Anders</ContactName>
<City>Berlin</City>
<Country>Germany</Country>
<Orders>
<OrderID>10835</OrderID>
<CustomerID>ALFKI</CustomerID>
<OrderDate>1/15/1998</OrderDate>
<ShippedDate>1/21/1998</ShippedDate>
<RequiredDate>2/12/1998</RequiredDate>
</Orders>
<Orders>
<OrderID>10952</OrderID>
<CustomerID>ALFKI</CustomerID>
<OrderDate>3/16/1998</OrderDate>
<ShippedDate>3/24/1998</ShippedDate>
<RequiredDate>4/27/1998</RequiredDate>
</Orders>
</Customers>
<Customers>
<CustomerID>ANTON</CustomerID>
<EmployeeID>1</EmployeeID>
<CompanyName>Antonio Moreno Taquería</CompanyName>
<ContactName>Antonio Moreno</ContactName>
<City>México D.F.</City>
<Country>Mexico</Country>
<Orders>
<OrderID>10677</OrderID>
<CustomerID>ANTON</CustomerID>
<OrderDate>9/22/1997</OrderDate>
<ShippedDate>9/26/1997</ShippedDate>
<RequiredDate>10/20/1997</RequiredDate>
</Orders>
</Customers>
<Customers>
<CustomerID>AROUT</CustomerID>
<EmployeeID>1</EmployeeID>
<CompanyName>Around the Horn</CompanyName>
<ContactName>Thomas Hardy</ContactName>
<City>London</City>
<Country>UK</Country>
<Orders>
<OrderID>10453</OrderID>
<CustomerID>AROUT</CustomerID>
<OrderDate>2/21/1997</OrderDate>
<ShippedDate>2/26/1997</ShippedDate>
<RequiredDate>3/21/1997</RequiredDate>
</Orders>
<Orders>
<OrderID>10558</OrderID>
<CustomerID>AROUT</CustomerID>
<OrderDate>6/4/1997</OrderDate>
<ShippedDate>6/10/1997</ShippedDate>
<RequiredDate>7/2/1997</RequiredDate>
</Orders>
<Orders>
<OrderID>10743</OrderID>
<CustomerID>AROUT</CustomerID>
<OrderDate>11/17/1997</OrderDate>
<ShippedDate>11/21/1997</ShippedDate>
<RequiredDate>12/15/1997</RequiredDate>
</Orders>
</Customers>
<Customers>
<CustomerID>BOTTM</CustomerID>
<EmployeeID>1</EmployeeID>
<CompanyName>Bottom-Dollar Markets</CompanyName>
<ContactName>Elizabeth Lincoln</ContactName>
<City>Tsawassen</City>
<Country>Canada</Country>
<Orders>
<OrderID>10975</OrderID>
<CustomerID>BOTTM</CustomerID>
<OrderDate>3/25/1998</OrderDate>
<ShippedDate>3/27/1998</ShippedDate>
<RequiredDate>4/22/1998</RequiredDate>
</Orders>
<Orders>
<OrderID>11027</OrderID>
<CustomerID>BOTTM</CustomerID>
<OrderDate>4/16/1998</OrderDate>
<ShippedDate>4/20/1998</ShippedDate>
<RequiredDate>5/14/1998</RequiredDate>
</Orders>
</Customers>
</Employees>
<Employees>
<FirstName>Andrew</FirstName>
<LastName>Fuller</LastName>
<EmployeeID>2</EmployeeID>
<Extension>3457</Extension>
<Address>908 W. Capital Way</Address>
<City>Tacoma</City>
<Country>USA</Country>
<Customers>
<CustomerID>BERGS</CustomerID>
<EmployeeID>2</EmployeeID>
<CompanyName>Berglunds snabbköp</CompanyName>
<ContactName>Christina Berglund</ContactName>
<City>Luleå</City>
<Country>Sweden</Country>
<Orders>
<OrderID>10280</OrderID>
<CustomerID>BERGS</CustomerID>
<OrderDate>8/14/1996</OrderDate>
<ShippedDate>9/12/1996</ShippedDate>
<RequiredDate>9/11/1996</RequiredDate>
</Orders>
</Customers>
<Customers>
<CustomerID>BONAP</CustomerID>
<EmployeeID>2</EmployeeID>
<CompanyName>Bon app'</CompanyName>
<ContactName>Laurence Lebihan</ContactName>
<City>Marseille</City>
<Country>France</Country>
<Orders>
<OrderID>10663</OrderID>
<CustomerID>BONAP</CustomerID>
<OrderDate>9/10/1997</OrderDate>
<ShippedDate>10/3/1997</ShippedDate>
<RequiredDate>9/24/1997</RequiredDate>
</Orders>
</Customers>
<Customers>
<CustomerID>ERNSH</CustomerID>
<EmployeeID>2</EmployeeID>
<CompanyName>Ernst Handel</CompanyName>
<ContactName>Roland Mendel</ContactName>
<City>Graz</City>
<Country>Austria</Country>
<Orders>
<OrderID>10368</OrderID>
<CustomerID>ERNSH</CustomerID>
<OrderDate>11/29/1996</OrderDate>
<ShippedDate>12/2/1996</ShippedDate>
<RequiredDate>12/27/1996</RequiredDate>
</Orders>
<Orders>
<OrderID>10595</OrderID>
<CustomerID>ERNSH</CustomerID>
<OrderDate>7/10/1997</OrderDate>
<ShippedDate>7/14/1997</ShippedDate>
<RequiredDate>8/7/1997</RequiredDate>
</Orders>
<Orders>
<OrderID>10990</OrderID>
<CustomerID>ERNSH</CustomerID>
<OrderDate>4/1/1998</OrderDate>
<ShippedDate>4/7/1998</ShippedDate>
<RequiredDate>5/13/1998</RequiredDate>
</Orders>
</Customers>
</Employees>
<Employees>
<FirstName>Margaret</FirstName>
<LastName>Peacock</LastName>
<EmployeeID>3</EmployeeID>
<Extension>5176</Extension>
<Address>4110 Old Redmond Rd.</Address>
<City>Redmond</City>
<Country>USA</Country>
<Customers>
<CustomerID>ANATR</CustomerID>
<EmployeeID>3</EmployeeID>
<CompanyName>Ana Trujillo Emparedados y helados</CompanyName>
<ContactName>Ana Trujillo</ContactName>
<City>México D.F.</City>
<Country>Mexico</Country>
<Orders>
<OrderID>10926</OrderID>
<CustomerID>ANATR</CustomerID>
<OrderDate>3/4/1998</OrderDate>
<ShippedDate>3/11/1998</ShippedDate>
<RequiredDate>4/1/1998</RequiredDate>
</Orders>
</Customers>
<Customers>
<CustomerID>BLONP</CustomerID>
<EmployeeID>3</EmployeeID>
<CompanyName>Blondel père et fils</CompanyName>
<ContactName>Frédérique Citeaux</ContactName>
<City>Strasbourg</City>
<Country>France</Country>
<Orders>
<OrderID>10360</OrderID>
<CustomerID>BLONP</CustomerID>
<OrderDate>11/22/1996</OrderDate>
<ShippedDate>12/2/1996</ShippedDate>
<RequiredDate>12/20/1996</RequiredDate>
</Orders>
<Orders>
<OrderID>10584</OrderID>
<CustomerID>BLONP</CustomerID>
<OrderDate>6/30/1997</OrderDate>
<ShippedDate>7/4/1997</ShippedDate>
<RequiredDate>7/28/1997</RequiredDate>
</Orders>
<Orders>
<OrderID>10628</OrderID>
<CustomerID>BLONP</CustomerID>
<OrderDate>8/12/1997</OrderDate>
<ShippedDate>8/20/1997</ShippedDate>
<RequiredDate>9/9/1997</RequiredDate>
</Orders>
</Customers>
<Customers>
<CustomerID>COMMI</CustomerID>
<EmployeeID>3</EmployeeID>
<CompanyName>Comércio Mineiro</CompanyName>
<ContactName>Pedro Afonso</ContactName>
<City>São Paulo</City>
<Country>Brazil</Country>
<Orders>
<OrderID>10558</OrderID>
<CustomerID>COMMI</CustomerID>
<OrderDate>6/4/1997</OrderDate>
<ShippedDate>6/10/1997</ShippedDate>
<RequiredDate>7/2/1997</RequiredDate>
</Orders>
<Orders>
<OrderID>10542</OrderID>
<CustomerID>COMMI</CustomerID>
<OrderDate>5/1/1997</OrderDate>
<ShippedDate>5/7/1997</ShippedDate>
<RequiredDate>5/29/1997</RequiredDate>
</Orders>
</Customers>
<Customers>
<CustomerID>DRACD</CustomerID>
<EmployeeID>3</EmployeeID>
<CompanyName>Drachenblut Delikatessen</CompanyName>
<ContactName>Sven Ottlieb</ContactName>
<City>Aachen</City>
<Country>Germany</Country>
<Orders>
<OrderID>10955</OrderID>
<CustomerID>DRACD</CustomerID>
<OrderDate>3/16/1998</OrderDate>
<ShippedDate>3/24/1998</ShippedDate>
<RequiredDate>4/27/1998</RequiredDate>
</Orders>
</Customers>
</Employees>
</EmployeesList>

Различия файлов скрыты, потому что одна или несколько строк слишком длинны

Двоичные данные
App_Data/DocIO/EmployeesReportDemo.doc

Двоичный файл не отображается.

Двоичные данные
App_Data/DocIO/Essential DocIO.doc

Двоичный файл не отображается.

Двоичные данные
App_Data/DocIO/Essential PDF.doc

Двоичный файл не отображается.

Двоичные данные
App_Data/DocIO/Essential XlsIO.doc

Двоичный файл не отображается.

Двоичные данные
App_Data/DocIO/Excel_Template.xlsx

Двоичный файл не отображается.

Двоичные данные
App_Data/DocIO/FR_Template.doc

Двоичный файл не отображается.

Двоичные данные
App_Data/DocIO/Letter Formatting.doc

Двоичный файл не отображается.

Двоичные данные
App_Data/DocIO/Letter Formatting.docx

Двоичный файл не отображается.

Двоичные данные
App_Data/DocIO/MacroTemplate.dotm

Двоичный файл не отображается.

Двоичные данные
App_Data/DocIO/MailMergeEventTemplate.doc

Двоичный файл не отображается.

Двоичные данные
App_Data/DocIO/MasterTemplate.doc

Двоичный файл не отображается.

Просмотреть файл

@ -1,7 +0,0 @@
<font color='#a31515' size='2'>
<p><strong><font style='BACKGROUND-COLOR:
#ffff00' color='#ff0000'> Normal XHTML Example<br /></font></strong></p>
<p><br/></p>
<p></p>
</font>
<p>This is a Normal XHTML example</p>

Двоичные данные
App_Data/DocIO/Northwind.doc

Двоичный файл не отображается.

Двоичные данные
App_Data/DocIO/Northwind.docx

Двоичный файл не отображается.

Двоичные данные
App_Data/DocIO/OleTemplate.doc

Двоичный файл не отображается.

Двоичные данные
App_Data/DocIO/OleTemplate.docx

Двоичный файл не отображается.

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Двоичные данные
App_Data/DocIO/PieChart.docx

Двоичный файл не отображается.

Просмотреть файл

@ -1,43 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<ProductList>
<Products>
<SNO>1</SNO>
<ProductName>Apple Juice</ProductName>
<ProductImage>Apple Juice.png</ProductImage>
</Products>
<Products>
<SNO>2</SNO>
<ProductName>Grape Juice</ProductName>
<ProductImage>Grape Juice.png</ProductImage>
</Products>
<Products>
<SNO>3</SNO>
<ProductName>Hot Soup</ProductName>
<ProductImage>Hot Soup.png</ProductImage>
</Products>
<Products>
<SNO>4</SNO>
<ProductName>Tender Coconut</ProductName>
<ProductImage>Tender Coconut.png</ProductImage>
</Products>
<Products>
<SNO>5</SNO>
<ProductName>Vennila</ProductName>
<ProductImage>Vennila.png</ProductImage>
</Products>
<Products>
<SNO>6</SNO>
<ProductName>Strawberry</ProductName>
<ProductImage>Strawberry.png</ProductImage>
</Products>
<Products>
<SNO>7</SNO>
<ProductName>Cherry</ProductName>
<ProductImage>Cherry.png</ProductImage>
</Products>
<Products>
<SNO>8</SNO>
<ProductName>Cone</ProductName>
<ProductImage>Cone.png</ProductImage>
</Products>
</ProductList>

Просмотреть файл

@ -1,18 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<ProductList>
<Products>
<ProductName>Essential DocIO</ProductName>
<Binary>$895.00</Binary>
<Source>$1,295.00</Source>
</Products>
<Products>
<ProductName>Essential PDF</ProductName>
<Binary>$895.00</Binary>
<Source>$1,295.00</Source>
</Products>
<Products>
<ProductName>Essential XlsIO</ProductName>
<Binary>$895.00</Binary>
<Source>$1,295.00</Source>
</Products>
</ProductList>

Просмотреть файл

@ -1,35 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<Products>
<Product_PriceList>
<ProductName>Apple Juice</ProductName>
<Price>$12.00</Price>
</Product_PriceList>
<Product_PriceList>
<ProductName>Grape Juice</ProductName>
<Price>$15.00</Price>
</Product_PriceList>
<Product_PriceList>
<ProductName>Hot Soup</ProductName>
<Price>$20.00</Price>
</Product_PriceList>
<Product_PriceList>
<ProductName>Tender Coconut</ProductName>
<Price>$20.00</Price>
</Product_PriceList>
<Product_PriceList>
<ProductName>Vennila</ProductName>
<Price>$20.00</Price>
</Product_PriceList>
<Product_PriceList>
<ProductName>Strawberry</ProductName>
<Price>$18.00</Price>
</Product_PriceList>
<Product_PriceList>
<ProductName>Cherry</ProductName>
<Price>$25.00</Price>
</Product_PriceList>
<Product_PriceList>
<ProductName>Cone</ProductName>
<Price>$20.00</Price>
</Product_PriceList>
</Products>

Просмотреть файл

@ -1,54 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<Products>
<Product>
<SNO>1</SNO>
<ProductName>Côte de Blaye</ProductName>
<Sum>141.396</Sum>
</Product>
<Product>
<SNO>2</SNO>
<ProductName>Thüringer Rostbratwurst</ProductName>
<Sum>80.368</Sum>
</Product>
<Product>
<SNO>3</SNO>
<ProductName>Raclette Courdavault</ProductName>
<Sum>71.155</Sum>
</Product>
<Product>
<SNO>4</SNO>
<ProductName>Tarte au sucre </ProductName>
<Sum>47.234</Sum>
</Product>
<Product>
<SNO>5</SNO>
<ProductName>Camembert Pierrot </ProductName>
<Sum>46.825</Sum>
</Product>
<Product>
<SNO>6</SNO>
<ProductName>Gnocchi di nonna Alice</ProductName>
<Sum>42.593</Sum>
</Product>
<Product>
<SNO>7</SNO>
<ProductName>Manjimup Dried Apples</ProductName>
<Sum>41.819</Sum>
</Product>
<Product>
<SNO>8</SNO>
<ProductName>Alice Mutton</ProductName>
<Sum>32.698</Sum>
</Product>
<Product>
<SNO>9</SNO>
<ProductName>Carnarvon Tigers</ProductName>
<Sum>29.171</Sum>
</Product>
<Product>
<SNO>10</SNO>
<ProductName>Rössle Sauerkraut.</ProductName>
<Sum>25.696</Sum>
</Product>
</Products>

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Двоичные данные
App_Data/DocIO/Replace.doc

Двоичный файл не отображается.

Двоичные данные
App_Data/DocIO/SalesInvoiceDemo.doc

Двоичный файл не отображается.

Двоичные данные
App_Data/DocIO/Security Settings.doc

Двоичный файл не отображается.

Двоичные данные
App_Data/DocIO/SourceTemplate1.doc

Двоичный файл не отображается.

Двоичные данные
App_Data/DocIO/SourceTemplate2.doc

Двоичный файл не отображается.

Просмотреть файл

@ -1,213 +0,0 @@
<?xml version="1.0" standalone="yes"?>
<StockMarket>
<StockDetails>
<TradeNo>1</TradeNo>
<CompanyName>A.H. Belo Corp.</CompanyName>
<CostPrice>70</CostPrice>
<SharesCount>50</SharesCount>
<SalesPrice>75</SalesPrice>
</StockDetails>
<StockDetails>
<TradeNo>2</TradeNo>
<CompanyName>Abercrombie &amp; Fitch Company</CompanyName>
<CostPrice>69</CostPrice>
<SharesCount>200</SharesCount>
<SalesPrice>71</SalesPrice>
</StockDetails>
<StockDetails>
<TradeNo>3</TradeNo>
<CompanyName>Abm Industries Incorporated</CompanyName>
<CostPrice>101</CostPrice>
<SharesCount>120</SharesCount>
<SalesPrice>112</SalesPrice>
</StockDetails>
<StockDetails>
<TradeNo>4</TradeNo>
<CompanyName>ACA CAPITAL HOLDINGS</CompanyName>
<CostPrice>170</CostPrice>
<SharesCount>20</SharesCount>
<SalesPrice>172</SalesPrice>
</StockDetails>
<StockDetails>
<TradeNo>5</TradeNo>
<CompanyName>Accretive Health</CompanyName>
<CostPrice>120</CostPrice>
<SharesCount>53</SharesCount>
<SalesPrice>135</SalesPrice>
</StockDetails>
<StockDetails>
<TradeNo>6</TradeNo>
<CompanyName>Ace Limited</CompanyName>
<CostPrice>90</CostPrice>
<SharesCount>73</SharesCount>
<SalesPrice>85</SalesPrice>
</StockDetails>
<StockDetails>
<TradeNo>7</TradeNo>
<CompanyName>Advanced Micro Devices</CompanyName>
<CostPrice>98</CostPrice>
<SharesCount>22</SharesCount>
<SalesPrice>101</SalesPrice>
</StockDetails>
<StockDetails>
<TradeNo>8</TradeNo>
<CompanyName>Agco Corp.</CompanyName>
<CostPrice>120</CostPrice>
<SharesCount>43</SharesCount>
<SalesPrice>135</SalesPrice>
</StockDetails>
<StockDetails>
<TradeNo>9</TradeNo>
<CompanyName>Agl Resources</CompanyName>
<CostPrice>130</CostPrice>
<SharesCount>84</SharesCount>
<SalesPrice>132</SalesPrice>
</StockDetails>
<StockDetails>
<TradeNo>10</TradeNo>
<CompanyName>Agrium Inc.</CompanyName>
<CostPrice>140</CostPrice>
<SharesCount>28</SharesCount>
<SalesPrice>175</SalesPrice>
</StockDetails>
<StockDetails>
<TradeNo>11</TradeNo>
<CompanyName>Cabot Oil &amp; Gas Corp.</CompanyName>
<CostPrice>230</CostPrice>
<SharesCount>17</SharesCount>
<SalesPrice>273</SalesPrice>
</StockDetails>
<StockDetails>
<TradeNo>12</TradeNo>
<CompanyName>Calix Inc</CompanyName>
<CostPrice>354</CostPrice>
<SharesCount>35</SharesCount>
<SalesPrice>343</SalesPrice>
</StockDetails>
<StockDetails>
<TradeNo>13</TradeNo>
<CompanyName>F.N.B. Corp.</CompanyName>
<CostPrice>293</CostPrice>
<SharesCount>34</SharesCount>
<SalesPrice>273</SalesPrice>
</StockDetails>
<StockDetails>
<TradeNo>14</TradeNo>
<CompanyName>Forestar Group Inc</CompanyName>
<CostPrice>65</CostPrice>
<SharesCount>23</SharesCount>
<SalesPrice>73</SalesPrice>
</StockDetails>
<StockDetails>
<TradeNo>15</TradeNo>
<CompanyName>Gabelli Utility Trust</CompanyName>
<CostPrice>342</CostPrice>
<SharesCount>65</SharesCount>
<SalesPrice>354</SalesPrice>
</StockDetails>
<StockDetails>
<TradeNo>16</TradeNo>
<CompanyName>Gamco Investors</CompanyName>
<CostPrice>345</CostPrice>
<SharesCount>26</SharesCount>
<SalesPrice>234</SalesPrice>
</StockDetails>
<StockDetails>
<TradeNo>17</TradeNo>
<CompanyName>Gannett Co.</CompanyName>
<CostPrice>240</CostPrice>
<SharesCount>23</SharesCount>
<SalesPrice>275</SalesPrice>
</StockDetails>
<StockDetails>
<TradeNo>18</TradeNo>
<CompanyName>Goodrich Corp.</CompanyName>
<CostPrice>720</CostPrice>
<SharesCount>45</SharesCount>
<SalesPrice>610</SalesPrice>
</StockDetails>
<StockDetails>
<TradeNo>19</TradeNo>
<CompanyName>M&amp;F Worldwide Corp.</CompanyName>
<CostPrice>470</CostPrice>
<SharesCount>83</SharesCount>
<SalesPrice>435</SalesPrice>
</StockDetails>
<StockDetails>
<TradeNo>20</TradeNo>
<CompanyName>Macerich Company</CompanyName>
<CostPrice>534</CostPrice>
<SharesCount>93</SharesCount>
<SalesPrice>640</SalesPrice>
</StockDetails>
<StockDetails>
<TradeNo>21</TradeNo>
<CompanyName>Magna International</CompanyName>
<CostPrice>843</CostPrice>
<SharesCount>27</SharesCount>
<SalesPrice>820</SalesPrice>
</StockDetails>
<StockDetails>
<TradeNo>22</TradeNo>
<CompanyName>Mohawk Industries</CompanyName>
<CostPrice>992</CostPrice>
<SharesCount>38</SharesCount>
<SalesPrice>832</SalesPrice>
</StockDetails>
<StockDetails>
<TradeNo>23</TradeNo>
<CompanyName>Nabors Industries</CompanyName>
<CostPrice>342</CostPrice>
<SharesCount>83</SharesCount>
<SalesPrice>349</SalesPrice>
</StockDetails>
<StockDetails>
<TradeNo>24</TradeNo>
<CompanyName>Nalco Holding Company</CompanyName>
<CostPrice>930</CostPrice>
<SharesCount>20</SharesCount>
<SalesPrice>843</SalesPrice>
</StockDetails>
<StockDetails>
<TradeNo>25</TradeNo>
<CompanyName>Panhandle Royalty Company</CompanyName>
<CostPrice>934</CostPrice>
<SharesCount>29</SharesCount>
<SalesPrice>930</SalesPrice>
</StockDetails>
<StockDetails>
<TradeNo>26</TradeNo>
<CompanyName>Parkway Properties</CompanyName>
<CostPrice>493</CostPrice>
<SharesCount>52</SharesCount>
<SalesPrice>535</SalesPrice>
</StockDetails>
<StockDetails>
<TradeNo>27</TradeNo>
<CompanyName>Patriot Coal Corp.</CompanyName>
<CostPrice>433</CostPrice>
<SharesCount>73</SharesCount>
<SalesPrice>343</SalesPrice>
</StockDetails>
<StockDetails>
<TradeNo>28</TradeNo>
<CompanyName>Polo Ralph Lauren Corp.</CompanyName>
<CostPrice>483</CostPrice>
<SharesCount>55</SharesCount>
<SalesPrice>530</SalesPrice>
</StockDetails>
<StockDetails>
<TradeNo>29</TradeNo>
<CompanyName>Polyone Corp.</CompanyName>
<CostPrice>918</CostPrice>
<SharesCount>44</SharesCount>
<SalesPrice>958</SalesPrice>
</StockDetails>
<StockDetails>
<TradeNo>30</TradeNo>
<CompanyName>Post Properties</CompanyName>
<CostPrice>281</CostPrice>
<SharesCount>83</SharesCount>
<SalesPrice>332</SalesPrice>
</StockDetails>
</StockMarket>

Просмотреть файл

@ -1,11 +0,0 @@
<html>
<head>
<title> XHTML to Doc </title>
</head>
<body>
<p><b>XHTML to Doc - Strict XHTML example</b></p><p></p>
<p><b>Essential DocIO</b> now supports converting valid XHTML content to Doc content. The passed in content should be either XHTML 1.0 or 1.1 compliant.</p><p></p>
<p><b>XHTML 1.0 Strict</b></p>
<p>It is the same as HTML 4.01 Strict, but it follows XML syntax rules.</p>
</body>
</html>

Просмотреть файл

@ -1,358 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<SuppliersList>
<Suppliers>
<SupplierID>1</SupplierID>
<CompanyName>Exotic Liquids</CompanyName>
<ContactName>Charlotte Cooper</ContactName>
<ContactTitle>Purchasing Manager</ContactTitle>
<Address>49 Gilbert St.</Address>
<City>London</City>
<PostalCode>EC1 4SD</PostalCode>
<Country>UK</Country>
<Phone>(171) 555-2222</Phone>
</Suppliers>
<Suppliers>
<SupplierID>2</SupplierID>
<CompanyName>New Orleans Cajun Delights</CompanyName>
<ContactName>Shelley Burke</ContactName>
<ContactTitle>Order Administrator</ContactTitle>
<Address>P.O. Box 78934</Address>
<City>New Orleans</City>
<Region>LA</Region>
<PostalCode>70117</PostalCode>
<Country>USA</Country>
<Phone>(100) 555-4822</Phone>
<HomePage>#CAJUN.HTM#</HomePage>
</Suppliers>
<Suppliers>
<SupplierID>3</SupplierID>
<CompanyName>Grandma Kelly's Homestead</CompanyName>
<ContactName>Regina Murphy</ContactName>
<ContactTitle>Sales Representative</ContactTitle>
<Address>707 Oxford Rd.</Address>
<City>Ann Arbor</City>
<Region>MI</Region>
<PostalCode>48104</PostalCode>
<Country>USA</Country>
<Phone>(313) 555-5735</Phone>
<Fax>(313) 555-3349</Fax>
</Suppliers>
<Suppliers>
<SupplierID>4</SupplierID>
<CompanyName>Tokyo Traders</CompanyName>
<ContactName>Yoshi Nagase</ContactName>
<ContactTitle>Marketing Manager</ContactTitle>
<Address>9-8 Sekimai
Musashino-shi</Address>
<City>Tokyo</City>
<PostalCode>100</PostalCode>
<Country>Japan</Country>
<Phone>(03) 3555-5011</Phone>
</Suppliers>
<Suppliers>
<SupplierID>5</SupplierID>
<CompanyName>Cooperativa de Quesos 'Las Cabras'</CompanyName>
<ContactName>Antonio del Valle Saavedra </ContactName>
<ContactTitle>Export Administrator</ContactTitle>
<Address>Calle del Rosal 4</Address>
<City>Oviedo</City>
<Region>Asturias</Region>
<PostalCode>33007</PostalCode>
<Country>Spain</Country>
<Phone>(98) 598 76 54</Phone>
</Suppliers>
<Suppliers>
<SupplierID>6</SupplierID>
<CompanyName>Mayumi's</CompanyName>
<ContactName>Mayumi Ohno</ContactName>
<ContactTitle>Marketing Representative</ContactTitle>
<Address>92 Setsuko
Chuo-ku</Address>
<City>Osaka</City>
<PostalCode>545</PostalCode>
<Country>Japan</Country>
<Phone>(06) 431-7877</Phone>
<HomePage>Mayumi's (on the World Wide Web)#http://www.microsoft.com/accessdev/sampleapps/mayumi.htm#</HomePage>
</Suppliers>
<Suppliers>
<SupplierID>7</SupplierID>
<CompanyName>Pavlova, Ltd.</CompanyName>
<ContactName>Ian Devling</ContactName>
<ContactTitle>Marketing Manager</ContactTitle>
<Address>74 Rose St.
Moonie Ponds</Address>
<City>Melbourne</City>
<Region>Victoria</Region>
<PostalCode>3058</PostalCode>
<Country>Australia</Country>
<Phone>(03) 444-2343</Phone>
<Fax>(03) 444-6588</Fax>
</Suppliers>
<Suppliers>
<SupplierID>8</SupplierID>
<CompanyName>Specialty Biscuits, Ltd.</CompanyName>
<ContactName>Peter Wilson</ContactName>
<ContactTitle>Sales Representative</ContactTitle>
<Address>29 King's Way</Address>
<City>Manchester</City>
<PostalCode>M14 GSD</PostalCode>
<Country>UK</Country>
<Phone>(161) 555-4448</Phone>
</Suppliers>
<Suppliers>
<SupplierID>9</SupplierID>
<CompanyName>PB Knäckebröd AB</CompanyName>
<ContactName>Lars Peterson</ContactName>
<ContactTitle>Sales Agent</ContactTitle>
<Address>Kaloadagatan 13</Address>
<City>Göteborg</City>
<PostalCode>S-345 67</PostalCode>
<Country>Sweden </Country>
<Phone>031-987 65 43</Phone>
<Fax>031-987 65 91</Fax>
</Suppliers>
<Suppliers>
<SupplierID>10</SupplierID>
<CompanyName>Refrescos Americanas LTDA</CompanyName>
<ContactName>Carlos Diaz</ContactName>
<ContactTitle>Marketing Manager</ContactTitle>
<Address>Av. das Americanas 12.890</Address>
<City>São Paulo</City>
<PostalCode>5442</PostalCode>
<Country>Brazil</Country>
<Phone>(11) 555 4640</Phone>
</Suppliers>
<Suppliers>
<SupplierID>11</SupplierID>
<CompanyName>Heli Süßwaren GmbH &amp; Co. KG</CompanyName>
<ContactName>Petra Winkler</ContactName>
<ContactTitle>Sales Manager</ContactTitle>
<Address>Tiergartenstraße 5</Address>
<City>Berlin</City>
<PostalCode>10785</PostalCode>
<Country>Germany</Country>
<Phone>(010) 9984510</Phone>
</Suppliers>
<Suppliers>
<SupplierID>12</SupplierID>
<CompanyName>Plutzer Lebensmittelgroßmärkte AG</CompanyName>
<ContactName>Martin Bein</ContactName>
<ContactTitle>International Marketing Mgr.</ContactTitle>
<Address>Bogenallee 51</Address>
<City>Frankfurt</City>
<PostalCode>60439</PostalCode>
<Country>Germany</Country>
<Phone>(069) 992755</Phone>
<HomePage>Plutzer (on the World Wide Web)#http://www.microsoft.com/accessdev/sampleapps/plutzer.htm#</HomePage>
</Suppliers>
<Suppliers>
<SupplierID>13</SupplierID>
<CompanyName>Nord-Ost-Fisch Handelsgesellschaft mbH</CompanyName>
<ContactName>Sven Petersen</ContactName>
<ContactTitle>Coordinator Foreign Markets</ContactTitle>
<Address>Frahmredder 112a</Address>
<City>Cuxhaven</City>
<PostalCode>27478</PostalCode>
<Country>Germany</Country>
<Phone>(04721) 8713</Phone>
<Fax>(04721) 8714</Fax>
</Suppliers>
<Suppliers>
<SupplierID>14</SupplierID>
<CompanyName>Formaggi Fortini s.r.l.</CompanyName>
<ContactName>Elio Rossi</ContactName>
<ContactTitle>Sales Representative</ContactTitle>
<Address>Viale Dante, 75</Address>
<City>Ravenna</City>
<PostalCode>48100</PostalCode>
<Country>Italy</Country>
<Phone>(0544) 60323</Phone>
<Fax>(0544) 60603</Fax>
<HomePage>#FORMAGGI.HTM#</HomePage>
</Suppliers>
<Suppliers>
<SupplierID>15</SupplierID>
<CompanyName>Norske Meierier</CompanyName>
<ContactName>Beate Vileid</ContactName>
<ContactTitle>Marketing Manager</ContactTitle>
<Address>Hatlevegen 5</Address>
<City>Sandvika</City>
<PostalCode>1320</PostalCode>
<Country>Norway</Country>
<Phone>(0)2-953010</Phone>
</Suppliers>
<Suppliers>
<SupplierID>16</SupplierID>
<CompanyName>Bigfoot Breweries</CompanyName>
<ContactName>Cheryl Saylor</ContactName>
<ContactTitle>Regional Account Rep.</ContactTitle>
<Address>3400 - 8th Avenue
Suite 210</Address>
<City>Bend</City>
<Region>OR</Region>
<PostalCode>97101</PostalCode>
<Country>USA</Country>
<Phone>(503) 555-9931</Phone>
</Suppliers>
<Suppliers>
<SupplierID>17</SupplierID>
<CompanyName>Svensk Sjöföda AB</CompanyName>
<ContactName>Michael Björn</ContactName>
<ContactTitle>Sales Representative</ContactTitle>
<Address>Brovallavägen 231</Address>
<City>Stockholm</City>
<PostalCode>S-123 45</PostalCode>
<Country>Sweden</Country>
<Phone>08-123 45 67</Phone>
</Suppliers>
<Suppliers>
<SupplierID>18</SupplierID>
<CompanyName>Aux joyeux ecclésiastiques</CompanyName>
<ContactName>Guylène Nodier</ContactName>
<ContactTitle>Sales Manager</ContactTitle>
<Address>203, Rue des Francs-Bourgeois</Address>
<City>Paris</City>
<PostalCode>75004</PostalCode>
<Country>France</Country>
<Phone>(1) 03.83.00.68</Phone>
<Fax>(1) 03.83.00.62</Fax>
</Suppliers>
<Suppliers>
<SupplierID>19</SupplierID>
<CompanyName>New England Seafood Cannery</CompanyName>
<ContactName>Robb Merchant</ContactName>
<ContactTitle>Wholesale Account Agent</ContactTitle>
<Address>Order Processing Dept.
2100 Paul Revere Blvd.</Address>
<City>Boston</City>
<Region>MA</Region>
<PostalCode>02134</PostalCode>
<Country>USA</Country>
<Phone>(617) 555-3267</Phone>
<Fax>(617) 555-3389</Fax>
</Suppliers>
<Suppliers>
<SupplierID>20</SupplierID>
<CompanyName>Leka Trading</CompanyName>
<ContactName>Chandra Leka</ContactName>
<ContactTitle>Owner</ContactTitle>
<Address>471 Serangoon Loop, Suite #402</Address>
<City>Singapore</City>
<PostalCode>0512</PostalCode>
<Country>Singapore</Country>
<Phone>555-8787</Phone>
</Suppliers>
<Suppliers>
<SupplierID>21</SupplierID>
<CompanyName>Lyngbysild</CompanyName>
<ContactName>Niels Petersen</ContactName>
<ContactTitle>Sales Manager</ContactTitle>
<Address>Lyngbysild
Fiskebakken 10</Address>
<City>Lyngby</City>
<PostalCode>2800</PostalCode>
<Country>Denmark</Country>
<Phone>43844108</Phone>
<Fax>43844115</Fax>
</Suppliers>
<Suppliers>
<SupplierID>22</SupplierID>
<CompanyName>Zaanse Snoepfabriek</CompanyName>
<ContactName>Dirk Luchte</ContactName>
<ContactTitle>Accounting Manager</ContactTitle>
<Address>Verkoop
Rijnweg 22</Address>
<City>Zaandam</City>
<PostalCode>9999 ZZ</PostalCode>
<Country>Netherlands</Country>
<Phone>(12345) 1212</Phone>
<Fax>(12345) 1210</Fax>
</Suppliers>
<Suppliers>
<SupplierID>23</SupplierID>
<CompanyName>Karkki Oy</CompanyName>
<ContactName>Anne Heikkonen</ContactName>
<ContactTitle>Product Manager</ContactTitle>
<Address>Valtakatu 12</Address>
<City>Lappeenranta</City>
<PostalCode>53120</PostalCode>
<Country>Finland</Country>
<Phone>(953) 10956</Phone>
</Suppliers>
<Suppliers>
<SupplierID>24</SupplierID>
<CompanyName>G'day, Mate</CompanyName>
<ContactName>Wendy Mackenzie</ContactName>
<ContactTitle>Sales Representative</ContactTitle>
<Address>170 Prince Edward Parade
Hunter's Hill</Address>
<City>Sydney</City>
<Region>NSW</Region>
<PostalCode>2042</PostalCode>
<Country>Australia</Country>
<Phone>(02) 555-5914</Phone>
<Fax>(02) 555-4873</Fax>
<HomePage>G'day Mate (on the World Wide Web)#http://www.microsoft.com/accessdev/sampleapps/gdaymate.htm#</HomePage>
</Suppliers>
<Suppliers>
<SupplierID>25</SupplierID>
<CompanyName>Ma Maison</CompanyName>
<ContactName>Jean-Guy Lauzon</ContactName>
<ContactTitle>Marketing Manager</ContactTitle>
<Address>2960 Rue St. Laurent</Address>
<City>Montréal</City>
<Region>Québec</Region>
<PostalCode>H1J 1C3</PostalCode>
<Country>Canada</Country>
<Phone>(514) 555-9022</Phone>
</Suppliers>
<Suppliers>
<SupplierID>26</SupplierID>
<CompanyName>Pasta Buttini s.r.l.</CompanyName>
<ContactName>Giovanni Giudici</ContactName>
<ContactTitle>Order Administrator</ContactTitle>
<Address>Via dei Gelsomini, 153</Address>
<City>Salerno</City>
<PostalCode>84100</PostalCode>
<Country>Italy</Country>
<Phone>(089) 6547665</Phone>
<Fax>(089) 6547667</Fax>
</Suppliers>
<Suppliers>
<SupplierID>27</SupplierID>
<CompanyName>Escargots Nouveaux</CompanyName>
<ContactName>Marie Delamare</ContactName>
<ContactTitle>Sales Manager</ContactTitle>
<Address>22, rue H. Voiron</Address>
<City>Montceau</City>
<PostalCode>71300</PostalCode>
<Country>France</Country>
<Phone>85.57.00.07</Phone>
</Suppliers>
<Suppliers>
<SupplierID>28</SupplierID>
<CompanyName>Gai pâturage</CompanyName>
<ContactName>Eliane Noz</ContactName>
<ContactTitle>Sales Representative</ContactTitle>
<Address>Bat. B
3, rue des Alpes</Address>
<City>Annecy</City>
<PostalCode>74000</PostalCode>
<Country>France</Country>
<Phone>38.76.98.06</Phone>
<Fax>38.76.98.58</Fax>
</Suppliers>
<Suppliers>
<SupplierID>29</SupplierID>
<CompanyName>Forêts d'érables</CompanyName>
<ContactName>Chantal Goulet</ContactName>
<ContactTitle>Accounting Manager</ContactTitle>
<Address>148 rue Chasseur</Address>
<City>Ste-Hyacinthe</City>
<Region>Québec</Region>
<PostalCode>J2S 7S8</PostalCode>
<Country>Canada</Country>
<Phone>(514) 555-2955</Phone>
<Fax>(514) 555-2921</Fax>
</Suppliers>
</SuppliersList>

Двоичные данные
App_Data/DocIO/Template.doc

Двоичный файл не отображается.

Двоичные данные
App_Data/DocIO/TemplateComments.doc

Двоичный файл не отображается.

Двоичные данные
App_Data/DocIO/TemplateFormFields.doc

Двоичный файл не отображается.

Двоичные данные
App_Data/DocIO/TemplateMaster.doc

Двоичный файл не отображается.

Двоичные данные
App_Data/DocIO/TemplateRevisions.doc

Двоичный файл не отображается.

Двоичные данные
App_Data/DocIO/TemplateSource1.doc

Двоичный файл не отображается.

Двоичные данные
App_Data/DocIO/TemplateSource2.doc

Двоичный файл не отображается.

Двоичные данные
App_Data/DocIO/TemplateTableStyle.doc

Двоичный файл не отображается.

Двоичные данные
App_Data/DocIO/TemplateUpdateFields.docx

Двоичный файл не отображается.

Двоичные данные
App_Data/DocIO/Template_Letter.doc

Двоичный файл не отображается.

Двоичные данные
App_Data/DocIO/Template_Report.doc

Двоичный файл не отображается.

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Просмотреть файл

@ -1,13 +0,0 @@
Thank you for choosing Essential Studio product of Syncfusion.
Essential Studio is a cohesive and comprehensive control studio featuring Essential Tools, Grid, Chart, Diagram, Grouping, XlsIO, Edit, Calculate, HTML UI, and PDF. All products provide Windows Forms support. In addition, Essential Tools, Chart, Diagram, Grouping, XlsIO, Calculate, and PDF are supported for Web Forms / Server Side development.
Essential Studio is the most technologically advanced Windows and Web Forms control studio for the .NET platform on the market today, and offers unique features such as "Just-In-Time" source level debugging. In addition, Essential Studio is very easy to use. Most features can be enabled (and customized) using our WYSIWYG designers.
We have made every effort to highlight features and technical merits of Essential Studio. From the "Getting started" section of this package, you can access all product samples using our sample browsing system. There is also a features showcase that provides several interactive samples. We encourage you to review the included documentation, white papers, and help files.
At Syncfusion, we stand behind our products 100%. You can report any problems encountered when using our products through our Direct-Trac developer support system, or by e-mail or phone. With Direct-Trac you will not have to keep guessing about the status of problems you report; you will receive up-to-date support history and accurate online incident tracking.
We appreciate your interest and look forward to working with you.
Thank you for choosing Essential Studio product of Syncfusion.

Просмотреть файл

@ -1,10 +0,0 @@
<html>
<head>
<title> XHTML to Doc </title>
</head>
<body>
<p><font color='#000000' size='5'><b> XHTML to Doc - Transitional XHTML example</b></font></p><p></p>
<p>It is possible to convert a valid XHTML content to Word Document content. The passed content should be either XHTML 1.0 or 1.1 compliant.</p><p></p>
<p><font color='#000000' size='2'><b>XHTML 1.1 Transitional</b></font></p><p>It is the same as HTML 4.01 Transitional, but it follows XML syntax rules. It supports everything found in XHTML 1.0 Strict, but also permits the use of a number of elements and attributes that are judged presentational, in order to ease the transition from HTML 3.2 and earlier. </p>
</body>
</html>

Двоичные данные
App_Data/DocIO/Watermark.doc

Двоичный файл не отображается.

Двоичные данные
App_Data/DocIO/WinFAQ.txt

Двоичный файл не отображается.

Двоичные данные
App_Data/DocIO/Word to ODT.docx

Двоичный файл не отображается.

Различия файлов скрыты, потому что одна или несколько строк слишком длинны

Просмотреть файл

@ -1,23 +0,0 @@
Following are the some important features available in Essential DocIO.
* Create and edit a new document.
* Modify existing MS word documents.
* Ability Read and write BuiltIn and Custom document properties.
* API to manipulate Page Setup settings.
* Inserting document page Header and Footer.
* Read and write paragraphs in a document.
* Formatting text in the document.
* Ability to format content using custom styles.
* Ability to insert vector images.
* Inserting page breaks, column breaks, section breaks and paragraph breaks.
* Advanced ability to find and replace text with its original formatting.
* Ability to insert bookmarks.
* Ability to create multiple column layout in the document page.
* Ability to create formatted tables in document.
* Ability to protect the document.
* Ability to Clone multiple documents and merge it into a single document.
* Advanced Mailmerge with different data sources like DataTable, Dataview, DataReader, etc.,
* Open or Save a document as Streams.
* Add watermarks
* Create and fill form fields.
* Save a document as Text file.

Двоичные данные
App_Data/DocIO/original.doc

Двоичный файл не отображается.

Просмотреть файл

@ -1,60 +0,0 @@
Essential PDF supports many features for creating a PDF document including drawing Text, Images, Tables and other shapes. The generated PDF documents can also be protected using 40 Bit and 128 Bit encryption.
General Features
The various features of PDF are listed below.
Drawing Text support
* Text Formating.
* Center, Left, Right and Justify text alignments.
* Inserting Unicode support.
* MultiCoumn text
Font Types
* Supports Predefined Fonts
* True type Fonts
* CJK Fonts
Drawing Shapes
* Drawing shapes like rectangles, circles, arcs, ellipses, etc.
* Filling shapes using Brushes like gradient brush, tiling brush etc.
* Transparent drawing of shapes can be achieved easily.
* Support for Lines with different patterns.
Image support
* Images to PDF document can be loaded from streams and files on disk.
* Both scalar and vector images can be drawn in documents.
* Images can be resized and inserted into the pdf document at the required size.
* Soft Mask Images and Watermarks are supported.
Interactive Features
* Various types of Annotations are supported.
* Various files can be attached to the PDF document easily.
* Bookmarks for the pages in document can be configured.
* Hyperlink supports for Web URLs.
* Hyperlink for other external files.
* Links to a page in the same document is also supported.
Form Field support
* Support for drawing Form fields like Buttons, TextBoxes, list boxes, checked boxes etc., into the PDF document.
* Support for form field actions.
* Fill form fields and flattern them.
Page Elements
* Header and Footer can be drawn in a PDF document.
* LeftBar and RightBar are supported.
Document and Page settings
* Orientation of PDF page like Landscape and Portrait modes can be achieved easily.
* pages with different sizes can also be set using Essential PDF.
* Setting Document Properties like Author Name, Creation Date, Keywords, etc.
* Support for hiding Toolbar, Menubar, etc.
* Page margins can be set in the document.
* Support for setting Page Mode and Page Layout.
Compression
* Essential PDF supports Compression for reducing the size of the created PDF files.
Security Support
* Allow for setting owner/User Passwords.
* Allow/Disallow permissions over PDF document.
* Digital Signature

Просмотреть файл

@ -1,51 +0,0 @@
Following are the features of Excel supported by XlsIO:
Quick Overview
Provides a quick overview of the functionalities of excel. The potential usage of XlsIO has been classified under the four categories
1. SpreadsheetFromScratch
2. ExtractDataFromSpreadsheet
3. SpreadsheetFromTemplate
4. EditSpreadsheet
Formatting
This section explains the formatting capabilities of Essential XlsIO.
1. AlignmentSettings
2. BorderSettings
3. FontSettings
4. GlobalStyles
5. NumberFormatting
6. PatternSettings
7. ColorPalette
Formulas
Essential XlsIO has advanced support for working with Formula.
1. ArrayFormula
2. ExcelFunctions
3. ReadFormula
CalculationEngine
The formulas entered during runtime can be computed using Essential Calculate and XlsIO.
1. XlsIOCalcEngine
Data Manipulation
Essential XlsIO has advanced support for working with Data in a worksheet. Here is some key functionality that makes working with data easier.
1. NamedRanges
2. ImportExportDataTable
3. RangeManipulation
Worksheet Manipulation
Essential XlsIO has advanced support for manipulating the worksheet.
1. AutofitRowsandColumns
2. CopyWorksheetToAnotherWorkbook
3. Freezepane
4. GroupUngroupRowsandColumns
5. HideUnhideRowsandColumns
6. InsertRowsandColumns
7. PageBreak
8. RowHeightandColumnWidth

Просмотреть файл

@ -1,80 +0,0 @@
{
"root": {
"data": [
{
"Name": "textnode",
"width": 200,
"height": 60,
"offsetX": 310,
"offsetY": 30,
"type": "text",
"constraints": "none",
"excludeFromLayout": true,
"textBlock": {
"text": "Coevals Diagram",
"fontColor": "blue",
"fontSize": 20,
"fontFamily": "Segoe UI"
}
},
{
"Name": "Image1",
"Source": "../images/diagram/drilldown/image2.png",
"addInfo": {
"toolvalue": "Doubleclick on node to expand/collapse children"
}
},
{
"Name": "Image2",
"Source": "../images/diagram/drilldown/image7.png",
"Function": "Image1",
"addInfo": {
"toolvalue": "Doubleclick on node to expand/collapse children"
}
},
{
"Name": "Image3",
"Source": "../images/diagram/drilldown/image3.png",
"Function": "Image1",
"addInfo": {
"toolvalue": "Doubleclick on node to expand/collapse children"
}
},
{
"Name": "Image4",
"Source": "../images/diagram/drilldown/image6.png",
"Function": "Image2"
},
{
"Name": "Image5",
"Source": "../images/diagram/drilldown/image5.png",
"Function": "Image2"
},
{
"Name": "Image6",
"Source": "../images/diagram/drilldown/image5.png",
"Function": "Image2"
},
{
"Name": "Image7",
"Source": "../images/diagram/drilldown/image6.png",
"Function": "Image2"
},
{
"Name": "Image8",
"Source": "../images/diagram/drilldown/image5.png",
"Function": "Image3"
},
{
"Name": "Image9",
"Source": "../images/diagram/drilldown/image6.png",
"Function": "Image3"
},
{
"Name": "Image10",
"Source": "../images/diagram/drilldown/image5.png",
"Function": "Image3"
}
]
}
}

Различия файлов скрыты, потому что одна или несколько строк слишком длинны

Просмотреть файл

@ -1,53 +0,0 @@
{
"root":{
"data":[
{
"Name": "Diagram",
"fillColor": "#916DAF"
},
{
"Name": "Layout",
"ReportingPerson": "Diagram"
},
{
"Name": "Tree Layout",
"ReportingPerson": "Layout"
},
{
"Name": "Organizational Chart",
"ReportingPerson": "Layout"
},
{
"Name": "Hierarchical Tree",
"ReportingPerson": "Tree Layout"
},
{
"Name": "Radial Tree",
"ReportingPerson": "Tree Layout"
},
{
"Name": "Mind Map",
"ReportingPerson": "Hierarchical Tree"
},
{
"Name": "Family Tree",
"ReportingPerson": "Hierarchical Tree"
},
{ "Name": "Management",
"ReportingPerson": "Organizational Chart"
},
{
"Name": "Human Resource",
"ReportingPerson": "Management"
},
{
"Name": "University",
"ReportingPerson": "Management"
},
{
"Name": "Business",
"ReportingPerson": "Management"
}
]
}
}

Просмотреть файл

@ -1,83 +0,0 @@
{
"root":{
"data":[
{
"Id":"parent",
"Role":"Marketing Director",
"Color":"#f79663"
},
{
"Id":"1",
"Role":"Manager",
"TeamLead":"parent",
"Color":"#f79663"
},
{
"Id":3,
"Role":"Fundraiser",
"TeamLead":"1",
"Color":"#5cc3b5"
},
{
"Id":4,
"Role":"Programmer",
"TeamLead":"1",
"Color":"#5cc3b5"
},
{
"Id":6,
"Role":"Communicator",
"TeamLead":3,
"Color":"#67a961"
},
{
"Id":7,
"Role":"Advertisor",
"TeamLead":3,
"Color":"#67a961"
},
{
"Id":8,
"Role":"Funding Officer",
"TeamLead":3,
"Color":"#67a961"
},
{
"Id":9,
"Role":"Inter",
"TeamLead":6,
"Color":"#67a961"
},
{
"Id":10,
"Role":" Officer",
"TeamLead":7,
"Color":"#67a961"
},
{
"Id":11,
"Role":" Officer",
"TeamLead":7,
"Color":"#67a961"
},
{
"Id":12,
"Role":" Asst.Director",
"TeamLead":4,
"Color":"#e9b833"
},
{
"Id":13,
"Role":" Asst.Director",
"TeamLead":4,
"Color":"#e9b833"
},
{
"Id":14,
"Role":" Asst.Director",
"TeamLead":4,
"Color":"#e9b833"
}
]
}
}

Просмотреть файл

@ -1,262 +0,0 @@
{
"id": "MindMap",
"text": "MindMap",
"type": "root",
"fill": "rgb(0, 139, 139)",
"branches": [
{
"id": "Bonding",
"text": "Bonding",
"type": "left",
"fill": "rgb(30, 30, 113)",
"branches": [
{
"id": "Limited Text",
"text": "Limited Text",
"type": "subleft",
"fill": "rgb(0, 100, 0)",
"branches": {}
}, {
"id": "Key Concepts",
"text": "Key Concepts",
"type": "subleft",
"fill": "rgb(0, 100, 0)",
"branches": {}
}, {
"id": "Free To Explore",
"text": "Free To Explore",
"type": "subleft",
"fill": "rgb(0, 100, 0)",
"branches": [
{
"id": "Ideas",
"text": "Ideas",
"type": "subleft",
"fill": "rgb(113, 50, 50)",
"branches": {}
}, {
"id": "Pictures",
"text": "Pictures",
"type": "subleft",
"fill": "rgb(113, 50, 50)",
"branches": {}
}, {
"id": "Connections",
"text": "Connections",
"type": "subleft",
"fill": "rgb(113, 50, 50)",
"branches": {}
}
]
}, {
"id": "Colors",
"text": "Colors",
"type": "subleft",
"fill": "rgb(0, 100, 0)",
"branches": {}
}
]
}, {
"id": "Creativity",
"text": "Creativity",
"type": "left",
"fill": "rgb(30, 30, 113)",
"branches": [
{
"id": "Pitch",
"text": "Pitch",
"type": "subleft",
"fill": "rgb(0, 100, 0)",
"branches": {}
},
{
"id": "Brainstorm",
"text": "Brainstorm",
"type": "subleft",
"fill": "rgb(0, 100, 0)",
"branches": [
{
"id": "Individuality",
"text": "Individuality",
"type": "subleft",
"fill": "rgb(113, 50, 50)",
"branches": {}
}, {
"id": "Groups",
"text": "Groups",
"type": "subleft",
"fill": "rgb(113, 50, 50)",
"branches": {}
}
]
}, {
"id": "Innovative",
"text": "Innovative",
"type": "subleft",
"fill": "rgb(0, 100, 0)",
"branches": {}
}, {
"id": "Think",
"text": "Think",
"type": "subleft",
"fill": "rgb(0, 100, 0)",
"branches": [
{
"id": "Thoughts",
"text": "Thoughts",
"type": "subleft",
"fill": "rgb(113, 50, 50)",
"branches": {}
}, {
"id": "Ideas",
"text": "Ideas",
"type": "subleft",
"fill": "rgb(113, 50, 50)",
"branches": {}
}
]
}
]
},
{
"id": "Planning",
"text": "Planning",
"type": "right",
"fill": "rgb(30, 30, 113)",
"branches": [
{
"id": "Organization",
"text": "Organization",
"type": "subright",
"fill": "rgb(0, 100, 0)",
"branches": [
{
"id": "Knowledge",
"text": "Knowledge",
"type": "subright",
"fill": "rgb(113, 50, 50)",
"branches": [
{
"id": "Study",
"text": "Study",
"type": "subright",
"fill": "rgb(94, 45, 108)",
"branches": {}
}, {
"id": "Integration",
"text": "Integration",
"type": "subright",
"fill": "rgb(94, 45, 108)",
"branches": {}
}
]
}, {
"id": "Projects",
"text": "Projects",
"type": "subright",
"fill": "rgb(113, 50, 50)",
"branches": {}
}
]
}, {
"id": "Time",
"text": "Time",
"type": "subright",
"fill": "rgb(0, 100, 0)",
"branches": [
{
"id": "Management",
"text": "Management",
"type": "subright",
"fill": "rgb(113, 50, 50)",
"branches": {}
}, {
"id": "Saving",
"text": "Saving",
"type": "subright",
"fill": "rgb(113, 50, 50)",
"branches": {}
}
]
}
]
},
{
"id": "Review",
"text": "Review",
"type": "right",
"fill": "rgb(30, 30, 113)",
"branches": {}
},
{
"id": "Learning",
"text": "Learning",
"type": "right",
"fill": "rgb(30, 30, 113)",
"branches": [
{
"id": "Education",
"text": "Education",
"type": "subright",
"fill": "rgb(0, 100, 0)",
"branches": [
{
"id": "Relationships",
"text": "Relationships",
"type": "subright",
"fill": "rgb(113, 50, 50)",
"branches": {}
}, {
"id": "Plans",
"text": "Plans",
"type": "subright",
"fill": "rgb(113, 50, 50)",
"branches": [
{
"id": "Year",
"text": "Year",
"type": "subright",
"fill": "rgb(94, 45, 108)",
"branches": {}
}, {
"id": "Terms",
"text": "Terms",
"type": "subright",
"fill": "rgb(94, 45, 108)",
"branches": {}
}, {
"id": "Lessons",
"text": "Lessons",
"type": "subright",
"fill": "rgb(94, 45, 108)",
"branches": {}
}
]
}
]
}, {
"id": "Exam",
"text": "Exam",
"type": "subright",
"fill": "rgb(0, 100, 0)",
"branches": [
{
"id": "Planning",
"text": "Planning",
"type": "subright",
"fill": "rgb(113, 50, 50)",
"branches": {}
}, {
"id": "Revisions",
"text": "Revisions",
"type": "subright",
"fill": "rgb(113, 50, 50)",
"branches": {}
}
]
}
]
}
]
}

Просмотреть файл

@ -1,31 +0,0 @@
{
"root":{
"data":[
{ "Name": "node11", "fillColor": "#ff6329" },
{ "Name": "node12", "ReportingPerson": ["node114"], "fillColor": "#669be5" },
{ "Name": "node13", "ReportingPerson": ["node12"], "fillColor": "#30ab5c" },
{ "Name": "node14", "ReportingPerson": ["node12"], "fillColor": "#30ab5c" },
{ "Name": "node15", "ReportingPerson": ["node12"], "fillColor": "#30ab5c" },
{ "Name": "node16", "ReportingPerson": [], "fillColor": "#14ad85" },
{ "Name": "node17", "ReportingPerson": ["node13", "node14", "node15"], "fillColor": "#ff9400" },
{ "Name": "node18", "ReportingPerson": [], "fillColor": "#14ad85" },
{ "Name": "node19", "ReportingPerson": ["node16", "node17", "node18"], "fillColor": "#99bb55" },
{ "Name": "node110", "ReportingPerson": ["node16", "node17", "node18"], "fillColor": "#99bb55" },
{ "Name": "node111", "ReportingPerson": ["node16", "node17", "node18", "node116"], "fillColor": "#99bb55" },
{ "Name": "node21", "fillColor": "#ff6329" },
{ "Name": "node22", "ReportingPerson": ["node114"], "fillColor": "#669be5" },
{ "Name": "node23", "ReportingPerson": ["node22"], "fillColor": "#30ab5c" },
{ "Name": "node24", "ReportingPerson": ["node22"], "fillColor": "#30ab5c" },
{ "Name": "node25", "ReportingPerson": ["node22"], "fillColor": "#30ab5c" },
{ "Name": "node26", "ReportingPerson": [ ], "fillColor": "#14ad85" },
{ "Name": "node27", "ReportingPerson": ["node23", "node24", "node25"], "fillColor": "#ff9400" },
{ "Name": "node28", "ReportingPerson": [], "fillColor": "#14ad85" },
{ "Name": "node29", "ReportingPerson": ["node26", "node27", "node28", "node116"], "fillColor": "#99bb55" },
{ "Name": "node210", "ReportingPerson": ["node26", "node27", "node28"], "fillColor": "#99bb55" },
{ "Name": "node211", "ReportingPerson": ["node26", "node27", "node28"], "fillColor": "#99bb55" },
{ "Name": "node31", "fillColor": "#ff6329" },
{ "Name": "node114", "ReportingPerson": ["node11", "node21", "node31"], "fillColor": "#941100" },
{ "Name": "node116", "ReportingPerson": ["node12", "node22"], "fillColor": "#30ab5c" }
]
}
}

Двоичные данные
App_Data/NORTHWND.MDF

Двоичный файл не отображается.

Двоичные данные
App_Data/NORTHWND_log.ldf

Двоичный файл не отображается.

Различия файлов скрыты, потому что одна или несколько строк слишком длинны

Двоичные данные
App_Data/Northwind.mdb

Двоичный файл не отображается.

Двоичные данные
App_Data/NorthwindIO.sdf

Двоичный файл не отображается.

Двоичные данные
App_Data/NorthwindIO_3.5.sdf

Двоичный файл не отображается.

Различия файлов скрыты, потому что одна или несколько строк слишком длинны

Просмотреть файл

@ -1,526 +0,0 @@
{
"root": {
"Employee": [
{
"Id": "parent", "Name": "Maria Anders", "Designation": "Managing Director",
"ImageUrl": "../Content/images/Diagram/Clayton.png", "IsExpand": "true", "RatingColor": "#C34444"
},
{
"Id": 1, "Name": "Ana Trujillo", "Designation": "Project Manager",
"ImageUrl": "../Content/images/Diagram/Thomas.PNG", "IsExpand": "false",
"RatingColor": "#68C2DE", "ReportingPerson": "parent"
},
{
"Id": 2, "Name": "Anto Moreno", "Designation": "Project Lead",
"ImageUrl": "../Content/images/Diagram/image53.png", "IsExpand": "false",
"RatingColor": "#93B85A", "ReportingPerson": 1
},
{
"Id": 3, "Name": "Thomas Hardy", "Designation": "Senior S/w Engg",
"ImageUrl": "../Content/images/Diagram/image57.png", "IsExpand": "false",
"RatingColor": "#68C2DE", "ReportingPerson": 2
},
{
"Id": 4, "Name": "Christina kaff", "Designation": "S/w Engg",
"ImageUrl": "../Content/images/Diagram/Robin.png", "IsExpand": "false",
"RatingColor": "#93B85A", "ReportingPerson": 3
},
{
"Id": 5, "Name": "Hanna Moos", "Designation": "Project Trainee",
"ImageUrl": "../Content/images/Diagram/image57.png", "IsExpand": "true",
"RatingColor": "#D46E89", "ReportingPerson": 4
},
{
"Id": 6, "Name": "Peter Citeaux", "Designation": "Project Trainee",
"ImageUrl": "../Content/images/Diagram/Robin.png", "IsExpand": "true",
"RatingColor": "#68C2DE", "ReportingPerson": 4
},
{
"Id": 7, "Name": "Martín Kloss", "Designation": "Senior S/w Engg",
"ImageUrl": "../Content/images/Diagram/Robin.png", "IsExpand": "false",
"RatingColor": "#93B85A", "ReportingPerson": 1
},
{
"Id": 9, "Name": "Elizabeth Mary", "Designation": "Project Trainee",
"ImageUrl": "../Content/images/Diagram/Robin.png", "IsExpand": "None",
"RatingColor": "#93B85A", "ReportingPerson": 8
},
{
"Id": 10, "Name": "Victoria Ash", "Designation": "Project Trainee",
"ImageUrl": "../Content/images/Diagram/Robin.png", "IsExpand": "None",
"RatingColor": "#D46E89", "ReportingPerson": 8
},
{
"Id": 12, "Name": "Francisco Yang", "Designation": "CSR",
"ImageUrl": "../Content/images/Diagram/image55.png", "IsExpand": "None",
"RatingColor": "#93B85A", "ReportingPerson": 7
},
{
"Id": 13, "Name": "Yang Wang", "Designation": "CSR",
"ImageUrl": "../Content/images/Diagram/image57.png", "IsExpand": "None",
"RatingColor": "#EBB92E", "ReportingPerson": 6
},
{
"Id": 27, "Name": "Lino Rodri", "Designation": "Project Manager",
"ImageUrl": "../Content/images/Diagram/Robin.PNG", "IsExpand": "true",
"RatingColor": "#68C2DE", "ReportingPerson": "parent"
},
{
"Id": 38, "Name": "Philip Cramer", "Designation": "Project Manager",
"ImageUrl": "../Content/images/Diagram/Robin.PNG", "IsExpand": "true",
"RatingColor": "#68C2DE", "ReportingPerson": "parent"
},
{
"Id": 14, "Name": "Pedro Afonso", "Designation": "Project Manager",
"ImageUrl": "../Content/images/Diagram/Paul.png", "IsExpand": "true",
"RatingColor": "#68C2DE", "ReportingPerson": "parent"
},
{
"Id": 15, "Name": "Elizabeth Roel", "Designation": "Project Lead",
"ImageUrl": "../Content/images/Diagram/Maria.png", "IsExpand": "false",
"RatingColor": "#93B85A", "ReportingPerson": 38
},
{
"Id": 17, "Name": "Janine Labrune", "Designation": "Project Trainee",
"ImageUrl": "../Content/images/Diagram/image55.png", "IsExpand": "None",
"RatingColor": "#D46E89", "ReportingPerson": 48
},
{
"Id": 18, "Name": "Ann Devon", "Designation": "CSR",
"ImageUrl": "../Content/images/Diagram/Robin.png", "IsExpand": "false",
"RatingColor": "#68C2DE", "ReportingPerson": 31
},
{
"Id": 19, "Name": "Roland Mendel", "Designation": "CSR",
"ImageUrl": "../Content/images/Diagram/image57.png", "IsExpand": "true",
"RatingColor": "#68C2DE", "ReportingPerson": 31
},
{
"Id": 20, "Name": "Aria Cruz", "Designation": "Project Lead",
"ImageUrl": "../Content/images/Diagram/Jenny.png", "IsExpand": "false",
"RatingColor": "#93B85A", "ReportingPerson": 14
},
{
"Id": 22, "Name": "Martine Rancé", "Designation": "Project Trainee",
"ImageUrl": "../Content/images/Diagram/image53.png", "IsExpand": "None",
"RatingColor": "#93B85A", "ReportingPerson": 21
},
{
"Id": 23, "Name": "Maria Larsson", "Designation": "Senior S/w Engg",
"ImageUrl": "../Content/images/Diagram/image51.png", "IsExpand": "false",
"RatingColor": "#EBB92E", "ReportingPerson": 20
},
{
"Id": 21, "Name": "Diego Roel", "Designation": "Senior S/w Engg",
"ImageUrl": "../Content/images/Diagram/image55.png", "IsExpand": "false",
"RatingColor": "#D46E89", "ReportingPerson": 20
},
{
"Id": 24, "Name": "Peter Franken", "Designation": "S/w Engg",
"ImageUrl": "../Content/images/Diagram/image55.png", "IsExpand": "None",
"RatingColor": "#D46E89", "ReportingPerson": 23
},
{
"Id": 25, "Name": "Carine Schmitt", "Designation": "Project Trainee",
"ImageUrl": "../Content/images/Diagram/Clayton.png", "IsExpand": "None",
"RatingColor": "#EBB92E", "ReportingPerson": 21
},
{
"Id": 26, "Name": "Paolo Accorti", "Designation": "Project Trainee",
"ImageUrl": "../Content/images/Diagram/Thomas.png", "IsExpand": "None",
"RatingColor": "#D46E89", "ReportingPerson": 21
},
{
"Id": 28, "Name": "Eduardo Roel", "Designation": "Project Lead",
"ImageUrl": "../Content/images/Diagram/image55.png", "IsExpand": "true",
"RatingColor": "#93B85A", "ReportingPerson": 38
},
{
"Id": 29, "Name": "José Pedro ", "Designation": "Senior S/w Engg",
"ImageUrl": "../Content/images/Diagram/Thomas.png", "IsExpand": "true",
"RatingColor": "#D46E89", "ReportingPerson": 28
},
{
"Id": 30, "Name": "André Fonseca", "Designation": "Project Trainee",
"ImageUrl": "../Content/images/Diagram/John.png", "IsExpand": "true",
"RatingColor": "#EBB92E", "ReportingPerson": 8
},
{
"Id": 31, "Name": "Howard Snyd", "Designation": "Project Lead",
"ImageUrl": "../Content/images/Diagram/Jenny.png", "IsExpand": "false",
"RatingColor": "#68C2DE", "ReportingPerson": 14
},
{
"Id": 32, "Name": "Manu Pereira", "Designation": "Senior S/w Engg",
"ImageUrl": "../Content/images/Diagram/image56.png", "IsExpand": "None",
"RatingColor": "#D46E89", "ReportingPerson": 8
},
{
"Id": 33, "Name": "Mario Pontes", "Designation": "Project Trainee",
"ImageUrl": "../Content/images/Diagram/Robin.png", "IsExpand": "None",
"RatingColor": "#D46E89", "ReportingPerson": 19
},
{
"Id": 34, "Name": "Carlos Schmitt", "Designation": "S/w Engg",
"ImageUrl": "../Content/images/Diagram/Clayton.png", "IsExpand": "None",
"RatingColor": "#D46E89", "ReportingPerson": 19
},
{
"Id": 35, "Name": "Yoshi Latimer", "Designation": "SR",
"ImageUrl": "../Content/images/Diagram/eric.png", "IsExpand": "true",
"RatingColor": "#D46E89", "ReportingPerson": 18
},
{
"Id": 36, "Name": "Patricia Kenna", "Designation": "SR",
"ImageUrl": "../Content/images/Diagram/Maria.png", "IsExpand": "true",
"RatingColor": "#EBB92E", "ReportingPerson": 55
},
{
"Id": 37, "Name": "Helen Bennett", "Designation": "SR",
"ImageUrl": "../Content/images/Diagram/image51.png", "IsExpand": "None",
"RatingColor": "#D46E89", "ReportingPerson": 15
},
{
"Id": 39, "Name": "Daniel Tonini", "Designation": "Project Lead",
"ImageUrl": "../Content/images/Diagram/Thomas.png", "IsExpand": "true",
"RatingColor": "#93B85A", "ReportingPerson": 27
},
{
"Id": 40, "Name": "Annette Roel", "Designation": "Senior S/w Engg",
"ImageUrl": "../Content/images/Diagram/image55.png", "IsExpand": "false",
"RatingColor": "#93B85A", "ReportingPerson": 39
},
{
"Id": 41, "Name": "Yoshi Wilson", "Designation": "S/w Engg",
"ImageUrl": "../Content/images/Diagram/image57.png", "IsExpand": "false",
"RatingColor": "#EBB92E", "ReportingPerson": 40
},
{
"Id": 42, "Name": "John Steel", "Designation": "Project Trainee",
"ImageUrl": "../Content/images/Diagram/Maria.png", "IsExpand": "false",
"RatingColor": "#93B85A", "ReportingPerson": 41
},
{
"Id": 43, "Name": "Renate Jose", "Designation": "Project Trainee",
"ImageUrl": "../Content/images/Diagram/image51.png", "IsExpand": "None",
"RatingColor": "#D46E89", "ReportingPerson": 42
},
{
"Id": 44, "Name": "Jaime Yorres", "Designation": "Project Trainee",
"ImageUrl": "../Content/images/Diagram/Robin.png", "IsExpand": "None",
"RatingColor": "#93B85A", "ReportingPerson": 42
},
{
"Id": 45, "Name": "Carlos Nagy", "Designation": "SR",
"ImageUrl": "../Content/images/Diagram/Clayton.png", "IsExpand": "None",
"RatingColor": "#93B85A", "ReportingPerson": 40
},
{
"Id": 46, "Name": "Felipe Kloss", "Designation": "SR",
"ImageUrl": "../Content/images/Diagram/Thomas.png", "IsExpand": "false",
"RatingColor": "#EBB92E", "ReportingPerson": 17
},
{
"Id": 47, "Name": "Fran Wilson", "Designation": "SR",
"ImageUrl": "../Content/images/Diagram/image53.png", "IsExpand": "None",
"RatingColor": "#93B85A", "ReportingPerson": 46
},
{
"Id": 48, "Name": "John Rovelli", "Designation": "SR",
"ImageUrl": "../Content/images/Diagram/Jenny.png", "IsExpand": "None",
"RatingColor": "#93B85A", "ReportingPerson": 46
},
{
"Id": 49, "Name": "Catherine Kaff", "Designation": "Senior S/w Engg",
"ImageUrl": "../Content/images/Diagram/image57.png", "IsExpand": "false",
"RatingColor": "#93B85A", "ReportingPerson": 51
},
{
"Id": 50, "Name": "Jean Fresnière", "Designation": "S/w Engg",
"ImageUrl": "../Content/images/Diagram/Robin.png", "IsExpand": "false",
"RatingColor": "#D46E89", "ReportingPerson": 49
},
{
"Id": 51, "Name": "Alex Feuer", "Designation": "Project Trainee",
"ImageUrl": "../Content/images/Diagram/Clayton.png", "IsExpand": "None",
"RatingColor": "#93B85A", "ReportingPerson": 50
},
{
"Id": 52, "Name": "Simon Roel", "Designation": "S/w Engg",
"ImageUrl": "../Content/images/Diagram/Thomas.png", "IsExpand": "None",
"RatingColor": "#EBB92E", "ReportingPerson": 50
},
{
"Id": 53, "Name": "Yvonne Wong", "Designation": "Project Trainee",
"ImageUrl": "../Content/images/Diagram/image53.png", "IsExpand": "None",
"RatingColor": "#93B85A", "ReportingPerson": 50
},
{
"Id": 54, "Name": "Rene Phillips", "Designation": "S/w Engg",
"ImageUrl": "../Content/images/Diagram/Jenny.png", "IsExpand": "None",
"RatingColor": "#D46E89", "ReportingPerson": 7
},
{
"Id": 55, "Name": "Yoshi Kenna", "Designation": "Project Trainee",
"ImageUrl": "../Content/images/Diagram/image55.png", "IsExpand": "false",
"RatingColor": "#EBB92E", "ReportingPerson": 15
},
{
"Id": 56, "Name": "Helen Marie", "Designation": "Project Trainee",
"ImageUrl": "../Content/images/Diagram/image51.png", "IsExpand": "true",
"RatingColor": "#EBB92E", "ReportingPerson": 55
},
{
"Id": 57, "Name": "Joseph Kaff", "Designation": "Project Trainee",
"ImageUrl": "../Content/images/Diagram/image53.png", "IsExpand": "None",
"RatingColor": "#EBB92E", "ReportingPerson": 7
},
{
"Id": 58, "Name": "Georg Pipps", "Designation": "SR",
"ImageUrl": "../Content/images/Diagram/Thomas.png", "IsExpand": "None",
"RatingColor": "#EBB92E", "ReportingPerson": 5
},
{
"Id": 60, "Name": "Nardo Batista", "Designation": "Project Lead",
"ImageUrl": "../Content/images/Diagram/Maria.PNG", "IsExpand": "true",
"RatingColor": "#68C2DE", "ReportingPerson": 59
},
{
"Id": 61, "Name": "Lúcia Carvalho", "Designation": "Senior S/w Engg",
"ImageUrl": "../Content/images/Diagram/Robin.PNG", "IsExpand": "false",
"RatingColor": "#93B85A", "ReportingPerson": 60
},
{
"Id": 62, "Name": "Horst Kloss", "Designation": "Project Trainee",
"ImageUrl": "../Content/images/Diagram/Clayton.PNG", "IsExpand": "None",
"RatingColor": "#68C2DE", "ReportingPerson": 75
},
{
"Id": 63, "Name": "Sergio roel", "Designation": "Project Trainee",
"ImageUrl": "../Content/images/Diagram/image55.PNG", "IsExpand": "None",
"RatingColor": "#EBB92E", "ReportingPerson": 61
},
{
"Id": 64, "Name": "Paula Wilson", "Designation": "S/w Engg",
"ImageUrl": "../Content/images/Diagram/eric.PNG", "IsExpand": "None",
"RatingColor": "#68C2DE", "ReportingPerson": 7
},
{
"Id": 65, "Name": "Mauri Moroni", "Designation": "Project Trainee",
"ImageUrl": "../Content/images/Diagram/image53.PNG", "IsExpand": "None",
"RatingColor": "#93B85A", "ReportingPerson": 6
},
{
"Id": 66, "Name": "Janete Limeira", "Designation": "Project Trainee",
"ImageUrl": "../Content/images/Diagram/image51.PNG", "IsExpand": "None",
"RatingColor": "#93B85A", "ReportingPerson": 7
},
{
"Id": 67, "Name": "Michael Holz", "Designation": "Project Lead",
"ImageUrl": "../Content/images/Diagram/Thomas.PNG", "IsExpand": "true",
"RatingColor": "#68C2DE", "ReportingPerson": 59
},
{
"Id": 68, "Name": "Alej Camino", "Designation": "Senior S/w Engg",
"ImageUrl": "../Content/images/Diagram/Thomas.PNG", "IsExpand": "false",
"RatingColor": "#93B85A", "ReportingPerson": 67
},
{
"Id": 69, "Name": "Jonas Bergsen", "Designation": "Project Trainee",
"ImageUrl": "../Content/images/Diagram/image53.PNG", "IsExpand": "None",
"RatingColor": "#68C2DE", "ReportingPerson": 19
},
{
"Id": 70, "Name": "Jose Pavarotti", "Designation": "S/w Engg",
"ImageUrl": "../Content/images/Diagram/Maria.PNG", "IsExpand": "None",
"RatingColor": "#D46E89", "ReportingPerson": 56
},
{
"Id": 71, "Name": "Miguel Angel", "Designation": "Project Trainee",
"ImageUrl": "../Content/images/Diagram/eric.PNG", "IsExpand": "None",
"RatingColor": "#D46E89", "ReportingPerson": 16
},
{
"Id": 72, "Name": "Jytte Petersen", "Designation": "Project Manager",
"ImageUrl": "../Content/images/Diagram/image55.PNG", "IsExpand": "true",
"RatingColor": "#68C2DE", "ReportingPerson": 59
},
{
"Id": 73, "Name": "Kloss Perrier", "Designation": "Project Lead",
"ImageUrl": "../Content/images/Diagram/Clayton.png", "IsExpand": "None",
"RatingColor": "#93B85A", "ReportingPerson": 23
},
{
"Id": 74, "Name": "Art Nancy", "Designation": "Project Trainee",
"ImageUrl": "../Content/images/Diagram/Thomas.png", "IsExpand": "true",
"RatingColor": "#D46E89", "ReportingPerson": 29
},
{
"Id": 75, "Name": "Pascal Cartrain", "Designation": "Project Trainee",
"ImageUrl": "../Content/images/Diagram/John.png", "IsExpand": "true",
"RatingColor": "#EBB92E", "ReportingPerson": 75
},
{
"Id": 76, "Name": "Liz Nixon", "Designation": "Project Lead",
"ImageUrl": "../Content/images/Diagram/Jenny.png", "IsExpand": "false",
"RatingColor": "#68C2DE", "ReportingPerson": 72
},
{
"Id": 77, "Name": "Liu Wong", "Designation": "Senior S/w Engg",
"ImageUrl": "../Content/images/Diagram/image57.png", "IsExpand": "None",
"RatingColor": "#D46E89", "ReportingPerson": 75
},
{
"Id": 78, "Name": "Karin Josephs", "Designation": "Senior S/w Engg",
"ImageUrl": "../Content/images/Diagram/image55.png", "IsExpand": "None",
"RatingColor": "#D46E89", "ReportingPerson": 76
},
{
"Id": 79, "Name": "Ruby Anabela ", "Designation": "Senior S/w Engg",
"ImageUrl": "../Content/images/Diagram/Thomas.png", "IsExpand": "None",
"RatingColor": "#D46E89", "ReportingPerson": 23
},
{
"Id": 80, "Name": "Helvetis Nagy", "Designation": "Project Trainee",
"ImageUrl": "../Content/images/Diagram/image53.png", "IsExpand": "None",
"RatingColor": "#D46E89", "ReportingPerson": 75
},
{
"Id": 81, "Name": "Palle Ibsen", "Designation": "S/w Engg",
"ImageUrl": "../Content/images/Diagram/image51.png", "IsExpand": "None",
"RatingColor": "#D46E89", "ReportingPerson": 35
},
{
"Id": 82, "Name": "Mary Saveley", "Designation": "Project Manager",
"ImageUrl": "../Content/images/Diagram/Clayton.png", "IsExpand": "false",
"RatingColor": "#93B85A", "ReportingPerson": 59
},
{
"Id": 83, "Name": "Paul Henriot", "Designation": "Project Lead",
"ImageUrl": "../Content/images/Diagram/Thomas.png", "IsExpand": "false",
"RatingColor": "#D46E89", "ReportingPerson": 30
},
{
"Id": 84, "Name": "Rita Müller", "Designation": "Project Trainee",
"ImageUrl": "../Content/images/Diagram/Paul.png", "IsExpand": "None",
"RatingColor": "#68C2DE", "ReportingPerson": 83
},
{
"Id": 85, "Name": "Pirkko King", "Designation": "Senior S/w Engg",
"ImageUrl": "../Content/images/Diagram/Robin.png", "IsExpand": "None",
"RatingColor": "#D46E89", "ReportingPerson": 83
},
{
"Id": 86, "Name": "Paula Parente", "Designation": "Project Lead",
"ImageUrl": "../Content/images/Diagram/John.png", "IsExpand": "None",
"RatingColor": "#EBB92E", "ReportingPerson": 75
},
{
"Id": 87, "Name": "Karl Jablonski", "Designation": "Senior S/w Engg",
"ImageUrl": "../Content/images/Diagram/image53.png", "IsExpand": "None",
"RatingColor": "#D46E89", "ReportingPerson": 23
},
{
"Id": 88, "Name": "Matti Kenna", "Designation": "Project Lead",
"ImageUrl": "../Content/images/Diagram/Jenny.png", "IsExpand": "None",
"RatingColor": "#93B85A", "ReportingPerson": 23
},
{
"Id": 89, "Name": "Zbyszek Yang", "Designation": "Senior S/w Engg",
"ImageUrl": "../Content/images/Diagram/Thomas.png", "IsExpand": "None",
"RatingColor": "#93B85A", "ReportingPerson": 23
},
{
"Id": 90, "Name": "Nancy", "Designation": "Senior S/w Engg",
"ImageUrl": "../Content/images/Diagram/image56.png", "IsExpand": "None",
"RatingColor": "#93B85A", "ReportingPerson": 23
},
{
"Id": 91, "Name": "Robert King", "Designation": "Project Manager",
"ImageUrl": "../Content/images/Diagram/Thomas.png", "IsExpand": "true",
"RatingColor": "#D46E89", "ReportingPerson": 59
},
{
"Id": 92, "Name": "Laura Callahan", "Designation": "Project Lead",
"ImageUrl": "../Content/images/Diagram/Robin.png", "IsExpand": "false",
"RatingColor": "#D46E89", "ReportingPerson": 91
},
{
"Id": 93, "Name": "Anne", "Designation": "Senior S/w Engg",
"ImageUrl": "../Content/images/Diagram/Clayton.png", "IsExpand": "false",
"RatingColor": "#68C2DE", "ReportingPerson": 92
},
{
"Id": 94, "Name": "Georg Pipps", "Designation": "Project Trainee",
"ImageUrl": "../Content/images/Diagram/image53.png", "IsExpand": "None",
"RatingColor": "#EBB92E", "ReportingPerson": 5
},
{
"Id": 95, "Name": "Isabel Castro", "Designation": "Senior S/w Engg",
"ImageUrl": "../Content/images/Diagram/image55.png", "IsExpand": "None",
"RatingColor": "#D46E89", "ReportingPerson": 93
},
{
"Id": 96, "Name": "Nardo Batista", "Designation": "Senior S/w Engg",
"ImageUrl": "../Content/images/Diagram/image57.png", "IsExpand": "None",
"RatingColor": "#EBB92E", "ReportingPerson": 93
},
{
"Id": 97, "Name": "Rene Phillips", "Designation": "Senior S/w Engg",
"ImageUrl": "../Content/images/Diagram/image55.png", "IsExpand": "false",
"RatingColor": "#68C2DE", "ReportingPerson": 92
},
{
"Id": 98, "Name": "Lúcia Carvalho", "Designation": "S/w Engg",
"ImageUrl": "../Content/images/Diagram/Thomas.png", "IsExpand": "None",
"RatingColor": "#93B85A", "ReportingPerson": 97
},
{
"Id": 99, "Name": "Horst Kloss", "Designation": "Project Trainee",
"ImageUrl": "../Content/images/Diagram/Paul.png", "IsExpand": "None",
"RatingColor": "#D46E89", "ReportingPerson": 56
},
{
"Id": 101, "Name": "Simon Roel", "Designation": "Project Lead",
"ImageUrl": "../Content/images/Diagram/Clayton.png", "IsExpand": "true",
"RatingColor": "#93B85A", "ReportingPerson": 91
},
{
"Id": 102, "Name": "Rita Pfalzheim", "Designation": "Senior S/w Engg",
"ImageUrl": "../Content/images/Diagram/Thomas.png", "IsExpand": "false",
"RatingColor": "#D46E89", "ReportingPerson": 101
},
{
"Id": 103, "Name": "Paula Wilson", "Designation": "Project Trainee",
"ImageUrl": "../Content/images/Diagram/Jenny.png", "IsExpand": "None",
"RatingColor": "#D46E89", "ReportingPerson": 750
},
{
"Id": 104, "Name": " Jose Michael", "Designation": "Project Trainee",
"ImageUrl": "../Content/images/Diagram/eric.png", "IsExpand": "None",
"RatingColor": "#93B85A", "ReportingPerson": 102
},
{
"Id": 105, "Name": "Mauri Moroni", "Designation": "Project Trainee",
"ImageUrl": "../Content/images/Diagram/image55.png", "IsExpand": "None",
"RatingColor": "#D46E89", "ReportingPerson": 35
},
{
"Id": 106, "Name": "Janete Limeira", "Designation": "Senior S/w Engg",
"ImageUrl": "../Content/images/Diagram/image57.png", "IsExpand": "None",
"RatingColor": "#D46E89", "ReportingPerson": 35
},
{
"Id": 107, "Name": "Michael Holz", "Designation": "Project Trainee",
"ImageUrl": "../Content/images/Diagram/image53.png", "IsExpand": "None",
"RatingColor": "#D46E89", "ReportingPerson": 35
},
{
"Id": 108, "Name": "Alej Camino", "Designation": "Project Trainee",
"ImageUrl": "../Content/images/Diagram/image51.png", "IsExpand": "None",
"RatingColor": "#93B85A", "ReportingPerson": 35
}
]
}
}

Просмотреть файл

@ -1,125 +0,0 @@
{
"root":{
"data":[
{
"Id":"parent",
"Function":"Project Management",
"Color":"#0b4a6b"
},
{
"Id":"1",
"Function":"R&D Team",
"Phase":"parent",
"Color":"#3a7582"
},
{
"Id":"3",
"Function":"Philosophy",
"Phase":"1",
"Color":"#68a4d7"
},
{
"Id":"4",
"Function":" Organization",
"Phase":"1",
"Color":"#68a4d7"
},
{
"Id":"5",
"Function":"Technology",
"Phase":"1",
"Color":"#68a4d7"
},
{
"Id":"7",
"Function":" Funding",
"Phase":"1",
"Color":"#68a4d7"
},
{
"Id":"8",
"Function":"Resource Allocation",
"Phase":"1",
"Color":"#68a4d7"
},
{
"Id":"9",
"Function":"Targeting",
"Phase":"1",
"Color":"#68a4d7"
},
{
"Id":"11",
"Function":"Evaluation",
"Phase":"1",
"Color":"#68a4d7"
},
{
"Id":"156",
"Function":"HR Team",
"Phase":"parent",
"Color":"#9e4c9d"
},
{
"Id":"13",
"Function":"Recruitment",
"Phase":"156",
"Color":"#bd80b7"
},
{
"Id":"112",
"Function":"Relationships",
"Phase":"156",
"Color":"#bd80b7"
},
{
"Id":"17",
"Function":"Sales Team",
"Phase":"parent",
"Color":"#22897d"
},
{
"Id":"119",
"Function":"Design",
"Phase":"17",
"Color":"#35b482"
},
{
"Id":"19",
"Function":"Operation",
"Phase":"17",
"Color":"#35b482"
},
{
"Id":"20",
"Function":"Support",
"Phase":"17",
"Color":"#35b482"
},
{
"Id":"21",
"Function":"Quality",
"Phase":"17",
"Color":"#35b482"
},
{
"Id":"23",
"Function":"Interaction",
"Phase":"17",
"Color":"#35b482"
},
{
"Id":"24",
"Function":"Support",
"Phase":"17",
"Color":"#35b482"
},
{
"Id":"25",
"Function":"Coordination",
"Phase":"17",
"Color":"#35b482"
}
]
}
}

Просмотреть файл

@ -1,45 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<dataroot>
<Report>
<ProductID>CA-1098</ProductID>
<Product>AWC Logo Cap</Product>
<Price>8.99</Price>
<Quantity></Quantity>
<TotalPrice></TotalPrice>
</Report>
<Report>
<ProductID>LJ-0192-M</ProductID>
<Product>Long-Sleeve Logo Jersey, M</Product>
<Price>49.99</Price>
<Quantity></Quantity>
<TotalPrice></TotalPrice>
</Report>
<Report>
<ProductID>SO-B909-M</ProductID>
<Product>Mountain Bike Socks, M</Product>
<Price>9.50</Price>
<Quantity></Quantity>
<TotalPrice></TotalPrice>
</Report>
<Report>
<ProductID>LJ-0192-M</ProductID>
<Product>Long-Sleeve Logo Jersey, M</Product>
<Price>49.99</Price>
<Quantity></Quantity>
<TotalPrice></TotalPrice>
</Report>
<Report>
<ProductID>FK-5136</ProductID>
<Product>ML Fork</Product>
<Price>175.49</Price>
<Quantity></Quantity>
<TotalPrice></TotalPrice>
</Report>
<Report>
<ProductID>HL-U509</ProductID>
<Product>Sport-100 Helmet, Black</Product>
<Price>34.99</Price>
<Quantity></Quantity>
<TotalPrice></TotalPrice>
</Report>
</dataroot>

Двоичные данные
App_Data/PDF/BorderTemplate.pdf

Двоичный файл не отображается.

Двоичные данные
App_Data/PDF/Brochure.pdf

Двоичный файл не отображается.

Двоичные данные
App_Data/PDF/Chart.xlsx

Двоичный файл не отображается.

Двоичные данные
App_Data/PDF/CorporateBrochure.pdf

Двоичный файл не отображается.

Двоичные данные
App_Data/PDF/DoctoPDF.doc

Двоичный файл не отображается.

Просмотреть файл

@ -1 +0,0 @@
Essential DocIO is a .NET library that can read and write Microsoft Word files. It features a full-fledged object model similar to the Microsoft Office COM libraries. It does not use COM interop and is built from scratch in C#. It can be used on systems that do not have Microsoft Word installed.

Некоторые файлы не были показаны из-за слишком большого количества измененных файлов Показать больше