706. Araxis Merge File Comparison Report

Produced by Araxis Merge on 2/1/2017 2:56:57 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.

706.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\SampleCode\CS\XRMTooling\QuickStartXRMToolingWPFClient MainWindow.xaml Tue Dec 20 19:51:43 2016 UTC
2 Wed Feb 1 19:56:57 2017 UTC

706.2 Comparison summary

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

706.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

706.4 Active regular expressions

No regular expressions were active.

706.5 Comparison detail

1   <Window x: Class="Qui ckStartXRM ToolingWPF Client.Mai nWindow"        
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="Quick  Start: CR UD sample  using XRM  Tooling        
5           "  Height="51 1" Width=" 495" Resiz eMode="NoR esize" Win dowStartup Location=" CenterScre en">        
6       <Grid  Margin="1, 1,1,-2">        
7           <G rid.Column Definition s>        
8                <ColumnD efinition  Width="131 *"/>        
9                <ColumnD efinition  Width="0*" />        
10                <ColumnD efinition  Width="356 *"/>        
11                <ColumnD efinition  Width="Aut o"/>        
12           </ Grid.Colum nDefinitio ns>        
13           <B utton x:Na me="btnSig nIn" Conte nt="Sign i n to CRM"  Horizontal Alignment= "Left" Mar gin="44,33 ,0,0" Vert icalAlignm ent="Top"  Width="149 " Click="L oginButton _Click" He ight="20"  Grid.Colum nSpan="3"/ >        
14           <B utton x:Na me="btnCRU D" Content ="Start!"  Horizontal Alignment= "Left" Mar gin="144,3 4,0,0" Ver ticalAlign ment="Top"  Width="16 4" Grid.Co lumn="2" I sEnabled=" False" Cli ck="btnCRU D_Click" H eight="20" />        
15           <B utton x:Na me="btnExi t" Content ="Exit" Ho rizontalAl ignment="L eft" Margi n="237,445 ,0,0" Vert icalAlignm ent="Top"  Width="89"  Click="bt nExit_Clic k" Height= "20" Grid. Column="2" />        
16           <L abel x:Nam e="lblStat us" Grid.C olumnSpan= "3" Conten t="" Horiz ontalAlign ment="Left " Height=" 362" Margi n="24,66,0 ,0" Vertic alAlignmen t="Top" Wi dth="432"  BorderThic kness="1"  BorderBrus h="{Dynami cResource  {x:Static  SystemColo rs.ActiveB orderBrush Key}}"/>        
17           <B utton x:Na me="btnDel ete" Conte nt="Delete  Record" H orizontalA lignment=" Left" Marg in="24,443 ,0,0" Vert icalAlignm ent="Top"  Width="90"  Click="bt nDelete_Cl ick"/>        
18          
19       </Grid >        
20   </Window>