mirror of
https://github.com/claunia/osrepodbmgr.git
synced 2025-12-16 19:14:25 +00:00
145 lines
5.6 KiB
XML
145 lines
5.6 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<Dialog xmlns="http://schema.picoe.ca/eto.forms" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Title="Edit filesystem metadata">
|
|
<StackLayout Orientation="Vertical">
|
|
<StackLayoutItem HorizontalAlignment="Stretch">
|
|
<StackLayout Orientation="Horizontal">
|
|
<Label>Filesystem type</Label>
|
|
<StackLayoutItem Expand="True">
|
|
<TextBox ID="txtType" />
|
|
</StackLayoutItem>
|
|
</StackLayout>
|
|
</StackLayoutItem>
|
|
<StackLayoutItem HorizontalAlignment="Stretch">
|
|
<StackLayout Orientation="Horizontal">
|
|
<StackLayoutItem Expand="True">
|
|
<TextBox ID="txtFiles" />
|
|
</StackLayoutItem>
|
|
<Label>files</Label>
|
|
<CheckBox ID="chkBootable" ThreeState="False">Bootable</CheckBox>
|
|
<CheckBox ID="chkDirty" ThreeState="False">Dirty</CheckBox>
|
|
</StackLayout>
|
|
</StackLayoutItem>
|
|
<StackLayoutItem HorizontalAlignment="Stretch">
|
|
<StackLayout Orientation="Horizontal">
|
|
<NumericUpDown ID="spClusterSize" MaxValue="1048576" />
|
|
<Label>bytes per cluster</Label>
|
|
<StackLayoutItem Expand="True">
|
|
<TextBox ID="txtClusters" />
|
|
</StackLayoutItem>
|
|
<Label>clusters</Label>
|
|
<StackLayoutItem Expand="True">
|
|
<TextBox ID="txtFreeClusters" />
|
|
</StackLayoutItem>
|
|
<Label>free clusters</Label>
|
|
</StackLayout>
|
|
</StackLayoutItem>
|
|
<StackLayoutItem HorizontalAlignment="Stretch">
|
|
<StackLayout Orientation="Horizontal">
|
|
<CheckBox ID="chkCreationDate" ThreeState="False" CheckedChanged="OnChkCreationDateToggled">Creation date</CheckBox>
|
|
<StackLayoutItem Expand="True">
|
|
<DateTimePicker ID="cldCreationDate" Mode="DateTime" Enabled="False" />
|
|
</StackLayoutItem>
|
|
</StackLayout>
|
|
</StackLayoutItem>
|
|
<StackLayoutItem HorizontalAlignment="Stretch">
|
|
<StackLayout Orientation="Horizontal">
|
|
<CheckBox ID="chkModificationDate" ThreeState="False" CheckedChanged="OnChkModificationDateToggled">Modification date</CheckBox>
|
|
<StackLayoutItem Expand="True">
|
|
<DateTimePicker ID="cldModificationDate" Mode="DateTime" Enabled="False" />
|
|
</StackLayoutItem>
|
|
</StackLayout>
|
|
</StackLayoutItem>
|
|
<StackLayoutItem HorizontalAlignment="Stretch">
|
|
<StackLayout Orientation="Horizontal">
|
|
<CheckBox ID="chkEffectiveDate" ThreeState="False" CheckedChanged="OnChkEffectiveDateToggled">Effective date</CheckBox>
|
|
<StackLayoutItem Expand="True">
|
|
<DateTimePicker ID="cldEffectiveDate" Mode="DateTime" Enabled="False" />
|
|
</StackLayoutItem>
|
|
</StackLayout>
|
|
</StackLayoutItem>
|
|
<StackLayoutItem HorizontalAlignment="Stretch">
|
|
<StackLayout Orientation="Horizontal">
|
|
<CheckBox ID="chkExpirationDate" ThreeState="False" CheckedChanged="OnChkExpirationDateToggled">Expiration date</CheckBox>
|
|
<StackLayoutItem Expand="True">
|
|
<DateTimePicker ID="cldExpirationDate" Mode="DateTime" Enabled="False" />
|
|
</StackLayoutItem>
|
|
</StackLayout>
|
|
</StackLayoutItem>
|
|
<StackLayoutItem HorizontalAlignment="Stretch">
|
|
<StackLayout Orientation="Horizontal">
|
|
<CheckBox ID="chkBackupDate" ThreeState="False" CheckedChanged="OnChkBackupDateToggled">Last backup date</CheckBox>
|
|
<StackLayoutItem Expand="True">
|
|
<DateTimePicker ID="cldBackupDate" Mode="DateTime" Enabled="False" />
|
|
</StackLayoutItem>
|
|
</StackLayout>
|
|
</StackLayoutItem>
|
|
<StackLayoutItem HorizontalAlignment="Stretch">
|
|
<StackLayout Orientation="Horizontal">
|
|
<Label>Volume label</Label>
|
|
<StackLayoutItem Expand="True">
|
|
<TextBox ID="txtLabel" />
|
|
</StackLayoutItem>
|
|
</StackLayout>
|
|
</StackLayoutItem>
|
|
<StackLayoutItem HorizontalAlignment="Stretch">
|
|
<StackLayout Orientation="Horizontal">
|
|
<Label>Volume serial</Label>
|
|
<StackLayoutItem Expand="True">
|
|
<TextBox ID="txtSerial" />
|
|
</StackLayoutItem>
|
|
</StackLayout>
|
|
</StackLayoutItem>
|
|
<StackLayoutItem HorizontalAlignment="Stretch" Expand="True">
|
|
<GroupBox Text="ISO9660 information">
|
|
<StackLayout Orientation="Vertical">
|
|
<StackLayoutItem HorizontalAlignment="Stretch">
|
|
<StackLayout Orientation="Horizontal">
|
|
<Label>System identifier</Label>
|
|
<StackLayoutItem Expand="True">
|
|
<TextBox ID="txtSysId" />
|
|
</StackLayoutItem>
|
|
</StackLayout>
|
|
</StackLayoutItem>
|
|
<StackLayoutItem HorizontalAlignment="Stretch">
|
|
<StackLayout Orientation="Horizontal">
|
|
<Label>Volume identifier</Label>
|
|
<StackLayoutItem Expand="True">
|
|
<TextBox ID="txtVolId" />
|
|
</StackLayoutItem>
|
|
</StackLayout>
|
|
</StackLayoutItem>
|
|
<StackLayoutItem HorizontalAlignment="Stretch">
|
|
<StackLayout Orientation="Horizontal">
|
|
<Label>Publisher identifier</Label>
|
|
<StackLayoutItem Expand="True">
|
|
<TextBox ID="txtPubId" />
|
|
</StackLayoutItem>
|
|
</StackLayout>
|
|
</StackLayoutItem>
|
|
<StackLayoutItem HorizontalAlignment="Stretch">
|
|
<StackLayout Orientation="Horizontal">
|
|
<Label>Data preparer identifier</Label>
|
|
<StackLayoutItem Expand="True">
|
|
<TextBox ID="txtDataId" />
|
|
</StackLayoutItem>
|
|
</StackLayout>
|
|
</StackLayoutItem>
|
|
<StackLayoutItem HorizontalAlignment="Stretch">
|
|
<StackLayout Orientation="Horizontal">
|
|
<Label>Application identifier</Label>
|
|
<StackLayoutItem Expand="True">
|
|
<TextBox ID="txtAppId" />
|
|
</StackLayoutItem>
|
|
</StackLayout>
|
|
</StackLayoutItem>
|
|
</StackLayout>
|
|
</GroupBox>
|
|
</StackLayoutItem>
|
|
<StackLayoutItem HorizontalAlignment="Center">
|
|
<StackLayout Orientation="Horizontal">
|
|
<Button ID="btnCancel" Click="OnBtnCancelClicked">Cancel</Button>
|
|
<Button ID="btnSave" Click="OnBtnSaveClicked">Save</Button>
|
|
</StackLayout>
|
|
</StackLayoutItem>
|
|
</StackLayout>
|
|
</Dialog> |