xproj upload

This commit is contained in:
hiphop5782
2020-12-04 14:52:17 +09:00
parent a958c46154
commit 37dd8add18
127 changed files with 2442 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<GenInfo version="1.1">
<Rule>
<ENV rule_version="1.05"/>
<ADL rule_version="1.14"/>
<FDL rule_version="1.04"/>
<XCSS rule_version="1.04"/>
<Script rule_version="1.02"/>
</Rule>
<Info project="C:\Users\zdlsz\git\nexacro-spring-integrated\nexacro-spring-xproj\" generated="C:\Users\zdlsz\OneDrive\문서\nexacro\17.1\outputs\nexacro-spring-xproj\"><File url="typedefinition.xml" checksum="20201204124727" errormsg=""/><File url="appvariables.xml" checksum="20201204123736" errormsg=""/><File url="environment.xml" checksum="20201204123735" errormsg=""/><File url="_resource_\_theme_\default\theme.xcss" checksum="20201204123736" errormsg=""/><File url="Application_Desktop.xadl" checksum="20201204123736" errormsg=""/><File url="FrameBase\Form_Top.xfdl" checksum="20201204124531" errormsg=""/><File url="FrameBase\Form_Left.xfdl" checksum="20201204124017" errormsg=""/><File url="FrameBase\Form_Work.xfdl" checksum="20201204135539" errormsg=""/><File url="C:\Program Files (x86)\nexacro\17.1\nexacro17lib\framework\Framework.json" checksum="20200128141820" errormsg=""/><File url="C:\Program Files (x86)\nexacro\17.1\nexacro17lib\resources\Resource.json" checksum="20200128141820" errormsg=""/><File url="C:\Program Files (x86)\nexacro\17.1\nexacro17lib\component\CompBase.json" checksum="20200128141818" errormsg=""/><File url="C:\Program Files (x86)\nexacro\17.1\nexacro17lib\component\ComComp.json" checksum="20200128141818" errormsg=""/><File url="C:\Program Files (x86)\nexacro\17.1\nexacro17lib\component\Grid.json" checksum="20200128141818" errormsg=""/><File url="C:\Program Files (x86)\nexacro\17.1\nexacro17lib\component\ListView.json" checksum="20200128141820" errormsg=""/><File url="C:\Program Files (x86)\nexacro\17.1\nexacro17lib\component\DeviceAPI.json" checksum="20200128141818" errormsg=""/><File url="Base\EmpList.xfdl" checksum="20201204144904" errormsg=""/></Info>
</GenInfo>
</root>

View File

@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="utf-8"?>
<ADL version="2.0">
<Application id="Application_Desktop" screenid="Desktop_screen">
<Layout>
<MainFrame id="mainframe" showtitlebar="true" showstatusbar="true" width="1280" height="720" titletext="TopLeftFrame">
<VFrameSet id="VFrameSet00" separatesize="50,*">
<Frames>
<ChildFrame id="TopFrame" showtitlebar="false" showstatusbar="false" formurl="FrameBase::Form_Top.xfdl"/>
<HFrameSet id="HFrameSet00" separatesize="200,*">
<Frames>
<ChildFrame id="LeftFrame" showtitlebar="false" showstatusbar="false" formurl="FrameBase::Form_Left.xfdl"/>
<ChildFrame id="WorkFrame" showtitlebar="false" showstatusbar="false" formurl="FrameBase::Form_Work.xfdl"/>
</Frames>
</HFrameSet>
</Frames>
</VFrameSet>
</MainFrame>
</Layout>
</Application>
</ADL>

View File

@@ -0,0 +1,126 @@
<?xml version="1.0" encoding="utf-8"?>
<FDL version="2.1">
<Form id="EmpList" width="1280" height="720" titletext="New Form" onload="EmpList_onload">
<Layouts>
<Layout height="720" mobileorientation="landscape" width="1280">
<Static id="titleLabel" taborder="0" text="사원 조회" left="41" top="33" width="149" height="82" font="30px/normal &quot;Gulim&quot;"/>
<Grid id="displayGrid" taborder="1" left="40" top="194" width="1200" height="216" binddataset="dsEmp">
<Formats>
<Format id="default">
<Columns>
<Column size="100"/>
<Column size="150"/>
<Column size="120"/>
<Column size="150"/>
<Column size="200"/>
<Column size="240"/>
<Column size="120"/>
<Column size="120"/>
</Columns>
<Rows>
<Row size="24" band="head"/>
<Row size="24"/>
</Rows>
<Band id="head">
<Cell text="empId"/>
<Cell col="1" text="empName"/>
<Cell col="2" text="salary"/>
<Cell col="3" text="hireDate"/>
<Cell col="4" text="phoneNumber"/>
<Cell col="5" text="email"/>
<Cell col="6" text="position"/>
<Cell col="7" text="dept"/>
</Band>
<Band id="body">
<Cell text="bind:empId"/>
<Cell col="1" text="bind:empName"/>
<Cell col="2" text="bind:salary"/>
<Cell col="3" text="bind:hireDate" calendareditformat="bind:hireDate"/>
<Cell col="4" text="bind:phoneNumber"/>
<Cell col="5" text="bind:email"/>
<Cell col="6" text="bind:position"/>
<Cell col="7" text="bind:dept"/>
</Band>
</Format>
</Formats>
</Grid>
<Edit id="keyword" taborder="2" left="245" top="115" width="555" height="54" font="30pt &quot;Arial&quot;"/>
<Button id="searchBtn" taborder="3" text="검색" left="825" top="114" width="110" height="57" onclick="Button00_onclick"/>
<Edit id="Edit00" taborder="4" left="120" top="490" width="220" height="50"/>
<Static id="Static00" taborder="5" text="empId" left="40" top="490" width="60" height="50"/>
<Static id="Static00_00" taborder="6" text="hireDate" left="470" top="490" width="60" height="50"/>
<Edit id="Edit00_00" taborder="7" left="550" top="490" width="220" height="50"/>
<Static id="Static00_01" taborder="8" text="empName" left="40" top="555" width="60" height="50"/>
<Edit id="Edit00_01" taborder="9" left="120" top="555" width="220" height="50"/>
<Static id="Static00_02" taborder="10" text="salary" left="41" top="615" width="60" height="50"/>
<Edit id="Edit00_02" taborder="11" left="121" top="615" width="220" height="50"/>
<Edit id="Edit00_00_00" taborder="12" left="550" top="550" width="220" height="50"/>
<Static id="Static00_00_00" taborder="13" text="phoneNumber" left="470" top="550" width="60" height="50"/>
<Edit id="Edit00_00_00_00" taborder="14" left="550" top="610" width="220" height="50"/>
<Static id="Static00_00_00_00" taborder="15" text="email" left="470" top="610" width="60" height="50"/>
<Edit id="Edit00_00_00_00_00" taborder="16" left="960" top="490" width="220" height="50"/>
<Static id="Static00_00_00_00_00" taborder="17" text="position" left="880" top="490" width="60" height="50"/>
<Edit id="Edit00_00_00_00_00_00" taborder="18" left="960" top="550" width="220" height="50"/>
<Static id="Static00_00_00_00_00_00" taborder="19" text="dept" left="880" top="550" width="60" height="50"/>
<Static id="titleLabel00" taborder="20" text="상세 정보" left="30" top="425" width="140" height="51" font="22px/normal &quot;Gulim&quot;"/>
</Layout>
</Layouts>
<Objects>
<Dataset id="dsEmp">
<ColumnInfo>
<Column id="empId" type="INT" size="38"/>
<Column id="empName" type="STRING" size="21"/>
<Column id="salary" type="INT" size="38"/>
<Column id="hireDate" type="DATE" size="256"/>
<Column id="phoneNumber" type="STRING" size="11"/>
<Column id="email" type="STRING" size="50"/>
<Column id="position" type="STRING" size="30"/>
<Column id="dept" type="STRING" size="30"/>
</ColumnInfo>
</Dataset>
</Objects>
<Script type="xscript5.1"><![CDATA[
this.EmpList_onload = function(obj:nexacro.Form,e:nexacro.LoadEventInfo)
{
//시작 시 전체 목록을 조회하여 화면에 출력
var id = "emp_list";
var url = "http://localhost:8080/nexacrospring/nexacro/list";
var reqDs = "";
var resDs = "dsEmp=list";
var args = "";
var callback = "displayList";
this.transaction(id, url, reqDs, resDs, args, callback);
};
this.displayList = function(id, code, message){
};
this.searchBtn_onclick = function(obj:nexacro.Button,e:nexacro.ClickEventInfo)
{
//버튼을 누르면 검색하여 화면에 출력
//this.alert(this.keyword.value);
var id="emp_search";
var url = "http://localhost:8080/nexacrospring/nexacro/search";
var reqDs = "";
var resDs = "dsEmp=list";
var args = "";
var callback = "displayList";
this.transaction(id, url, reqDs, resDs, args, callback);
};
]]></Script>
<Bind>
<BindItem id="item0" compid="Edit00" propid="value" datasetid="dsEmp" columnid="empId"/>
<BindItem id="item1" compid="Edit00_01" propid="value" datasetid="dsEmp" columnid="empName"/>
<BindItem id="item2" compid="Edit00_02" propid="value" datasetid="dsEmp" columnid="salary"/>
<BindItem id="item3" compid="Edit00_00" propid="value" datasetid="dsEmp" columnid="hireDate"/>
<BindItem id="item4" compid="Edit00_00_00" propid="value" datasetid="dsEmp" columnid="phoneNumber"/>
<BindItem id="item5" compid="Edit00_00_00_00" propid="value" datasetid="dsEmp" columnid="email"/>
<BindItem id="item6" compid="Edit00_00_00_00_00" propid="value" datasetid="dsEmp" columnid="position"/>
<BindItem id="item7" compid="Edit00_00_00_00_00_00" propid="value" datasetid="dsEmp" columnid="dept"/>
</Bind>
</Form>
</FDL>

View File

@@ -0,0 +1,126 @@
<?xml version="1.0" encoding="utf-8"?>
<FDL version="2.1">
<Form id="EmpList" width="1280" height="720" titletext="New Form" onload="EmpList_onload">
<Layouts>
<Layout height="720" mobileorientation="landscape" width="1280">
<Static id="titleLabel" taborder="0" text="사원 조회" left="41" top="33" width="149" height="82" font="30px/normal &quot;Gulim&quot;"/>
<Grid id="displayGrid" taborder="1" left="40" top="194" width="1200" height="216" binddataset="dsEmp">
<Formats>
<Format id="default">
<Columns>
<Column size="100"/>
<Column size="150"/>
<Column size="120"/>
<Column size="150"/>
<Column size="200"/>
<Column size="240"/>
<Column size="120"/>
<Column size="120"/>
</Columns>
<Rows>
<Row size="24" band="head"/>
<Row size="24"/>
</Rows>
<Band id="head">
<Cell text="empId"/>
<Cell col="1" text="empName"/>
<Cell col="2" text="salary"/>
<Cell col="3" text="hireDate"/>
<Cell col="4" text="phoneNumber"/>
<Cell col="5" text="email"/>
<Cell col="6" text="position"/>
<Cell col="7" text="dept"/>
</Band>
<Band id="body">
<Cell text="bind:empId"/>
<Cell col="1" text="bind:empName"/>
<Cell col="2" text="bind:salary"/>
<Cell col="3" text="bind:hireDate" calendareditformat="bind:hireDate"/>
<Cell col="4" text="bind:phoneNumber"/>
<Cell col="5" text="bind:email"/>
<Cell col="6" text="bind:position"/>
<Cell col="7" text="bind:dept"/>
</Band>
</Format>
</Formats>
</Grid>
<Edit id="keyword" taborder="2" left="245" top="115" width="555" height="54" font="30pt &quot;Arial&quot;"/>
<Button id="searchBtn" taborder="3" text="검색" left="825" top="114" width="110" height="57" onclick="Button00_onclick"/>
<Edit id="Edit00" taborder="4" left="120" top="490" width="220" height="50"/>
<Static id="Static00" taborder="5" text="empId" left="40" top="490" width="60" height="50"/>
<Static id="Static00_00" taborder="6" text="hireDate" left="470" top="490" width="60" height="50"/>
<Edit id="Edit00_00" taborder="7" left="550" top="490" width="220" height="50"/>
<Static id="Static00_01" taborder="8" text="empName" left="40" top="555" width="60" height="50"/>
<Edit id="Edit00_01" taborder="9" left="120" top="555" width="220" height="50"/>
<Static id="Static00_02" taborder="10" text="salary" left="41" top="615" width="60" height="50"/>
<Edit id="Edit00_02" taborder="11" left="121" top="615" width="220" height="50"/>
<Edit id="Edit00_00_00" taborder="12" left="550" top="550" width="220" height="50"/>
<Static id="Static00_00_00" taborder="13" text="phoneNumber" left="470" top="550" width="60" height="50"/>
<Edit id="Edit00_00_00_00" taborder="14" left="550" top="610" width="220" height="50"/>
<Static id="Static00_00_00_00" taborder="15" text="email" left="470" top="610" width="60" height="50"/>
<Edit id="Edit00_00_00_00_00" taborder="16" left="960" top="490" width="220" height="50"/>
<Static id="Static00_00_00_00_00" taborder="17" text="position" left="880" top="490" width="60" height="50"/>
<Edit id="Edit00_00_00_00_00_00" taborder="18" left="960" top="550" width="220" height="50"/>
<Static id="Static00_00_00_00_00_00" taborder="19" text="dept" left="880" top="550" width="60" height="50"/>
<Static id="titleLabel00" taborder="20" text="상세 정보" left="30" top="425" width="140" height="51" font="22px/normal &quot;Gulim&quot;"/>
</Layout>
</Layouts>
<Objects>
<Dataset id="dsEmp">
<ColumnInfo>
<Column id="empId" type="INT" size="38"/>
<Column id="empName" type="STRING" size="21"/>
<Column id="salary" type="INT" size="38"/>
<Column id="hireDate" type="DATE" size="256"/>
<Column id="phoneNumber" type="STRING" size="11"/>
<Column id="email" type="STRING" size="50"/>
<Column id="position" type="STRING" size="30"/>
<Column id="dept" type="STRING" size="30"/>
</ColumnInfo>
</Dataset>
</Objects>
<Script type="xscript5.1"><![CDATA[
this.EmpList_onload = function(obj:nexacro.Form,e:nexacro.LoadEventInfo)
{
//시작 시 전체 목록을 조회하여 화면에 출력
var id = "emp_list";
var url = "http://localhost:8080/nexacrospring/nexacro/list";
var reqDs = "";
var resDs = "dsEmp=list";
var args = "";
var callback = "displayList";
this.transaction(id, url, reqDs, resDs, args, callback);
};
this.displayList = function(id, code, message){
};
this.searchBtn_onclick = function(obj:nexacro.Button,e:nexacro.ClickEventInfo)
{
//버튼을 누르면 검색하여 화면에 출력
//this.alert(this.keyword.value);
var id="emp_search";
var url = "http://localhost:8080/nexacrospring/nexacro/search";
var reqDs = "";
var resDs = "dsEmp=list";
var args = "";
var callback = "displayList";
this.transaction(id, url, reqDs, resDs, args, callback);
};
]]></Script>
<Bind>
<BindItem id="item0" compid="Edit00" propid="value" datasetid="dsEmp" columnid="empId"/>
<BindItem id="item1" compid="Edit00_01" propid="value" datasetid="dsEmp" columnid="empName"/>
<BindItem id="item2" compid="Edit00_02" propid="value" datasetid="dsEmp" columnid="salary"/>
<BindItem id="item3" compid="Edit00_00" propid="value" datasetid="dsEmp" columnid="hireDate"/>
<BindItem id="item4" compid="Edit00_00_00" propid="value" datasetid="dsEmp" columnid="phoneNumber"/>
<BindItem id="item5" compid="Edit00_00_00_00" propid="value" datasetid="dsEmp" columnid="email"/>
<BindItem id="item6" compid="Edit00_00_00_00_00" propid="value" datasetid="dsEmp" columnid="position"/>
<BindItem id="item7" compid="Edit00_00_00_00_00_00" propid="value" datasetid="dsEmp" columnid="dept"/>
</Bind>
</Form>
</FDL>

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<FDL version="2.1">
<Form id="Form_Top" width="1280" height="60" titletext="Form_Top">
<Layouts>
<Layout width="1280" height="60" screenid="Desktop_screen">
<Static id="Static00" taborder="0" text="Nexacro Spring 연동 예제" left="16" top="10" width="348" height="42" font="25px/normal &quot;Gulim&quot;"/>
</Layout>
</Layouts>
</Form>
</FDL>

View File

@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<FDL version="2.1">
<Form id="Form_Work" width="1080" height="670" titletext="Form_Work">
<Layouts>
<Layout width="1080" height="670" screenid="Desktop_screen">
<Button id="Button00" taborder="0" text="목록" left="60" top="30" width="179" height="60" onclick="Button00_onclick"/>
</Layout>
</Layouts>
<Script type="xscript5.1"><![CDATA[
this.Button00_onclick = function(obj:nexacro.Button,e:nexacro.ClickEventInfo)
{
this.go("Base::EmpList.xfdl");
};
]]></Script>
</Form>
</FDL>

View File

@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<FDL version="2.1">
<Form id="Form_Left" width="200" height="670" titletext="Form_Left">
<Layouts>
<Layout width="200" height="670" screenid="Desktop_screen">
<ListBox id="ListBox00" taborder="0" left="25" top="36" width="148" height="434" onitemchanged="ListBox00_onitemchanged"/>
</Layout>
</Layouts>
<Script type="xscript5.1"><![CDATA[
this.ListBox00_onitemchanged = function(obj:nexacro.ListBox,e:nexacro.ItemChangeEventInfo)
{
};
]]></Script>
</Form>
</FDL>

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<FDL version="2.1">
<Form id="Form_Top" width="1280" height="60" titletext="Form_Top">
<Layouts>
<Layout width="1280" height="60" screenid="Desktop_screen">
<Static id="Static00" taborder="0" text="Nexacro Spring 연동 예제" left="16" top="10" width="348" height="42" font="25px/normal &quot;Gulim&quot;"/>
</Layout>
</Layouts>
</Form>
</FDL>

View File

@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<FDL version="2.1">
<Form id="Form_Work" width="1080" height="670" titletext="Form_Work">
<Layouts>
<Layout width="1080" height="670" screenid="Desktop_screen">
<Button id="Button00" taborder="0" text="목록" left="60" top="30" width="179" height="60" onclick="Button00_onclick"/>
</Layout>
</Layouts>
<Script type="xscript5.1"><![CDATA[
this.Button00_onclick = function(obj:nexacro.Button,e:nexacro.ClickEventInfo)
{
this.go("Base::EmpList.xfdl");
};
]]></Script>
</Form>
</FDL>

View File

@@ -0,0 +1,2 @@
:4098
root "C:/Users/zdlsz/OneDrive/문서/nexacro/17.1/outputs/nexacro-spring-xproj"

View File

@@ -0,0 +1,29 @@
-P
"C:\Users\zdlsz\git\nexacro-spring-integrated\nexacro-spring-xproj\nexacro-spring-xproj.xprj"
-O
"C:\Users\zdlsz\OneDrive\문서\nexacro\17.1\outputs\nexacro-spring-xproj"
-B
"C:\Program Files (x86)\nexacro\17.1\nexacro17lib\"
-FILE
"'C:\Users\zdlsz\git\nexacro-spring-integrated\nexacro-spring-xproj\environment.xml','C:\Users\zdlsz\git\nexacro-spring-integrated\nexacro-spring-xproj\Application_Desktop.xadl','C:\Users\zdlsz\git\nexacro-spring-integrated\nexacro-spring-xproj\Base\EmpList.xfdl','C:\Users\zdlsz\git\nexacro-spring-integrated\nexacro-spring-xproj\FrameBase\Form_Left.xfdl','C:\Users\zdlsz\git\nexacro-spring-integrated\nexacro-spring-xproj\FrameBase\Form_Top.xfdl','C:\Users\zdlsz\git\nexacro-spring-integrated\nexacro-spring-xproj\FrameBase\Form_Work.xfdl','C:\Users\zdlsz\git\nexacro-spring-integrated\nexacro-spring-xproj\_resource_\_theme_\default'"
-BOOTSTRAP
-MODULE
-BROWSER
NRE,Internet Explorer 11,Internet Explorer 10,Chrome,Safari,
-D1
"C:\Users\zdlsz\git\nexacro-spring-integrated\nexacro-spring\src\main\webapp\deploy\_windows_"
-D2
"C:\Users\zdlsz\git\nexacro-spring-integrated\nexacro-spring\src\main\webapp\deploy\_web_"
-DB1
"C:\Program Files (x86)\nexacro\17.1\nexacro17lib\"
-DB2
"C:\Program Files (x86)\nexacro\17.1\nexacro17lib\"
-DT1
4369
-DT2
4369
-IGNORECOMPRESS
"C:\Users\zdlsz\git\nexacro-spring-integrated\nexacro-spring-xproj\.ignorecompress"
-RTL
-Q
67708

Binary file not shown.

After

Width:  |  Height:  |  Size: 1014 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1017 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 978 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 980 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 988 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 970 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 972 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 979 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 988 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 991 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1002 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 965 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 955 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 962 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 954 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 937 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 937 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 935 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 939 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 940 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 939 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 948 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 941 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 940 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 945 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 945 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 945 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 964 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 964 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 961 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 961 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 961 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 962 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 968 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 968 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 968 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 968 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 968 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 966 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 961 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 960 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 960 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 960 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 960 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 960 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 943 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1016 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 937 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 937 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 937 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 937 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 940 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 940 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 940 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 940 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1019 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 974 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 970 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 973 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 973 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 970 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 970 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 970 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1008 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1003 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 940 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 940 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 940 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 937 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 937 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 937 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 950 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 997 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 967 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 967 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 967 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Some files were not shown because too many files have changed in this diff Show More