Implement SSC device info in GUI.

This commit is contained in:
2018-09-06 19:36:09 +01:00
parent d93870aa68
commit c85f23c3cd
2 changed files with 84 additions and 0 deletions

View File

@@ -386,6 +386,24 @@
<CheckBox ID="chkKreonErrorSkipping" Text="Can skip read errors" Enabled="False"/>
</StackLayout>
</TabPage>
<TabPage ID="tabSsc" Text="SSC" Visible="False">
<StackLayout Orientation="Vertical">
<StackLayout Orientation="Vertical" ID="stkBlockLimits" Visible="False">
<Label ID="lblMinBlockSize" Visible="False"/>
<Label ID="lblMaxBlockSize" Visible="False"/>
<Label ID="lblBlockSizeGranularity" Visible="False"/>
</StackLayout>
<StackLayout Orientation="Vertical" ID="stkDensities" Visible="False">
<Label ID="lblDensities" Text="Densities supported by device:"/>
<TextArea ID="txtDensities" ReadOnly="True"/>
</StackLayout>
<StackLayout Orientation="Vertical" ID="stkMediaTypes" Visible="False">
<Label ID="lblMediumTypes" Text="Medium types supported by device:"/>
<TextArea ID="txtMediumTypes" ReadOnly="True"/>
</StackLayout>
<TextArea ID="txtMediumDensity" ReadOnly="True" Visible="False"/>
</StackLayout>
</TabPage>
</TabControl>
</StackLayoutItem>
</StackLayout>