948. Araxis Merge File Comparison Report

Produced by Araxis Merge on 2/1/2017 2:57:36 PM Eastern Standard Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

948.1 Files compared

# Location File Last Modified
1 C:\Araxis_Merge_Comprasion\Pub_un\BTSSS_CIF_122016.zip\BTSSS_CIF_12_20_16\clean\CRM\trunk\SDK\Tools\WebResourceUtility\Views PasswordWindow.xaml Tue Dec 20 19:52:28 2016 UTC
2 Wed Feb 1 19:57:36 2017 UTC

948.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 0 0
Changed 0 0
Inserted 0 0
Removed 1 13

948.3 Comparison options

Whitespace
Character case Differences in character case are significant
Line endings Differences in line endings (CR and LF characters) are ignored
CR/LF characters Not shown in the comparison detail

948.4 Active regular expressions

No regular expressions were active.

948.5 Comparison detail

1   <Window x: Class="Mic rosoft.Crm .Sdk.Sampl es.Passwor dWindow"        
2           xm lns="http: //schemas. microsoft. com/winfx/ 2006/xaml/ presentati on"        
3           xm lns:x="htt p://schema s.microsof t.com/winf x/2006/xam l"        
4           Ti tle="Enter  Password"  Height="1 40" Width= "200"        
5           Wi ndowStartu pLocation= "CenterOwn er">        
6       <Grid>        
7           <S tackPanel  VerticalAl ignment="C enter" Hor izontalAli gnment="Ce nter">        
8                <TextBlo ck Text="P assword?"  Width="100 " Margin=" 2"/>        
9                <Passwor dBox x:Nam e="Passwor dText" Mar gin="2" />        
10                <Button  x:Name="Su bmitButton " Content= "Submit" M argin="2"  Click="Sub mitButton_ Click" />        
11           </ StackPanel >        
12       </Grid >        
13   </Window>