3333 <RowDefinition Height =" 1*" />
3434 <RowDefinition Height =" 1*" />
3535 <RowDefinition Height =" 1*" />
36+ <RowDefinition Height =" 1*" />
3637 </Grid .RowDefinitions>
3738
3839 <Label x : Name =" xVRTActionLabel" Grid.Row=" 0" Grid.Column=" 0" Margin =" 0,10,0,0" Style =" {StaticResource $LabelStyle}" VerticalAlignment =" Center" Content =" VRT Action:" />
8586 <StackPanel x : Name =" xBaselineImageRadioButtonPnl" Grid.Row=" 9" Grid.Column=" 1" Orientation =" Horizontal" HorizontalAlignment =" Left" VerticalAlignment =" Center" Width =" 550" Margin =" -25,10,0,0" >
8687 <UserControlsLib : UCRadioButtons x : Name =" xBaselineImageRadioButton" VerticalAlignment =" Center" HorizontalAlignment =" Left" />
8788 </StackPanel >
88-
89+
90+
8991 <Label x : Name =" xBaselineImagePath" Style =" {StaticResource $LabelStyle}" Grid.Row=" 10" Grid.Column=" 0" Margin =" 0,10,0,0" VerticalAlignment =" Center" Content =" Select Image:" />
9092 <StackPanel x : Name =" VRTCurrentBaselineImagePathTxtBoxPnl" Grid.Row=" 10" Grid.Column=" 1" >
9193 <Actions : UCValueExpression x : Name =" VRTCurrentBaselineImagePathTxtBox" Grid.Row=" 1" Margin =" 0,10,0,0" />
9294 </StackPanel >
9395
94- <Label x : Name =" xPreviewImage" Style =" {StaticResource $LabelStyle}" Grid.Row=" 11" Grid.Column=" 0" Margin =" 0,10,0,0" VerticalAlignment =" Top" Content =" Preview Image:" />
95- <StackPanel x : Name =" VRTBaseImageFramePnl" Grid.Row=" 11" Grid.Column=" 1" >
96+ <Label x : Name =" xFullPageScreenshotLabel" Style =" {StaticResource $LabelStyle}" Grid.Row=" 11" Grid.Column=" 0" Margin =" 0,10,0,0" VerticalAlignment =" Center" Content =" Full Page Screenshot:" />
97+ <CheckBox x : Name =" xFullPageScreenshotCheckbox" Grid.Row=" 11" Grid.Column=" 1" VerticalAlignment =" Center" Margin =" 5,10,0,0" Style =" {StaticResource @InputCheckBoxStyle}" ToolTip =" Capture the full page screenshot of the active window for baseline and checkpoint comparison" />
98+
99+ <Label x : Name =" xPreviewImage" Style =" {StaticResource $LabelStyle}" Grid.Row=" 12" Grid.Column=" 0" Margin =" 0,10,0,0" VerticalAlignment =" Top" Content =" Preview Image:" />
100+ <StackPanel x : Name =" VRTBaseImageFramePnl" Grid.Row=" 12" Grid.Column=" 1" >
96101 <Frame x : Name =" VRTBaseImageFrame" Background =" White" Height =" 400" Margin =" 0,20,5,10" ></Frame >
97102 </StackPanel >
98103
99- <Label x : Name =" xPreviewBaselineImage" Style =" {StaticResource $LabelStyle}" Grid.Row=" 12 " Grid.Column=" 0" Margin =" 0,10,0,0" VerticalAlignment =" Top" Content =" Preview Baseline Image:" />
100- <StackPanel x : Name =" VRTPreviewBaselineImageFramePnl" Grid.Row=" 12 " Grid.Column=" 1" >
104+ <Label x : Name =" xPreviewBaselineImage" Style =" {StaticResource $LabelStyle}" Grid.Row=" 13 " Grid.Column=" 0" Margin =" 0,10,0,0" VerticalAlignment =" Top" Content =" Preview Baseline Image:" />
105+ <StackPanel x : Name =" VRTPreviewBaselineImageFramePnl" Grid.Row=" 13 " Grid.Column=" 1" >
101106 <Frame x : Name =" VRTPreviewBaselineImageFrame" Background =" White" Height =" 400" Margin =" 5,20,5,10" ></Frame >
102107 </StackPanel >
103108
104- <Label x : Name =" xVRTNote" Style =" {StaticResource $LabelStyle}" Width =" auto" Grid.Row=" 13 " Grid.ColumnSpan=" 2" Margin =" 0,10,0,0" VerticalAlignment =" Bottom" Content =" Note - Ensure that VRT details are entered in Configurations -> External Integrations -> VRT configurations." />
109+ <Label x : Name =" xVRTNote" Style =" {StaticResource $LabelStyle}" Width =" auto" Grid.Row=" 14 " Grid.ColumnSpan=" 2" Margin =" 0,10,0,0" VerticalAlignment =" Bottom" Content =" Note - Ensure that VRT details are entered in Configurations -> External Integrations -> VRT configurations." />
105110 </Grid >
106111</Page >
0 commit comments