|
@@ -16,9 +16,9 @@
|
|
</Window.Resources>
|
|
</Window.Resources>
|
|
<Grid Margin="5">
|
|
<Grid Margin="5">
|
|
<Grid.ColumnDefinitions>
|
|
<Grid.ColumnDefinitions>
|
|
- <ColumnDefinition Width="*"/>
|
|
|
|
- <ColumnDefinition Width="80"/>
|
|
|
|
<ColumnDefinition Width="80"/>
|
|
<ColumnDefinition Width="80"/>
|
|
|
|
+ <ColumnDefinition Width="*"/>
|
|
|
|
+ <ColumnDefinition Width="*"/>
|
|
</Grid.ColumnDefinitions>
|
|
</Grid.ColumnDefinitions>
|
|
<Grid.RowDefinitions>
|
|
<Grid.RowDefinitions>
|
|
<RowDefinition Height="40"/>
|
|
<RowDefinition Height="40"/>
|
|
@@ -34,7 +34,7 @@
|
|
<RowDefinition Height="40"/>
|
|
<RowDefinition Height="40"/>
|
|
</Grid.RowDefinitions>
|
|
</Grid.RowDefinitions>
|
|
|
|
|
|
- <syncfusion:SfTextBoxExt
|
|
|
|
|
|
+ <TextBox
|
|
Grid.Row="0"
|
|
Grid.Row="0"
|
|
Grid.Column="1"
|
|
Grid.Column="1"
|
|
Text="Current"
|
|
Text="Current"
|
|
@@ -42,7 +42,7 @@
|
|
VerticalContentAlignment="Center"
|
|
VerticalContentAlignment="Center"
|
|
Margin="5,5,0,0"
|
|
Margin="5,5,0,0"
|
|
Background="WhiteSmoke"/>
|
|
Background="WhiteSmoke"/>
|
|
- <syncfusion:SfTextBoxExt
|
|
|
|
|
|
+ <TextBox
|
|
Grid.Row="0"
|
|
Grid.Row="0"
|
|
Grid.Column="2"
|
|
Grid.Column="2"
|
|
Text="New"
|
|
Text="New"
|
|
@@ -52,7 +52,7 @@
|
|
Background="WhiteSmoke"
|
|
Background="WhiteSmoke"
|
|
IsReadOnly="True"/>
|
|
IsReadOnly="True"/>
|
|
|
|
|
|
- <syncfusion:SfTextBoxExt
|
|
|
|
|
|
+ <TextBox
|
|
Grid.Row="1"
|
|
Grid.Row="1"
|
|
Grid.Column="0"
|
|
Grid.Column="0"
|
|
Text="Height"
|
|
Text="Height"
|
|
@@ -83,7 +83,7 @@
|
|
VerticalContentAlignment="Center"
|
|
VerticalContentAlignment="Center"
|
|
Background="LightYellow"/>
|
|
Background="LightYellow"/>
|
|
|
|
|
|
- <syncfusion:SfTextBoxExt
|
|
|
|
|
|
+ <TextBox
|
|
Grid.Row="2"
|
|
Grid.Row="2"
|
|
Grid.Column="0"
|
|
Grid.Column="0"
|
|
Text="Width"
|
|
Text="Width"
|
|
@@ -114,7 +114,7 @@
|
|
VerticalContentAlignment="Center"
|
|
VerticalContentAlignment="Center"
|
|
Background="LightYellow"/>
|
|
Background="LightYellow"/>
|
|
|
|
|
|
- <syncfusion:SfTextBoxExt
|
|
|
|
|
|
+ <TextBox
|
|
Grid.Row="3"
|
|
Grid.Row="3"
|
|
Grid.Column="0"
|
|
Grid.Column="0"
|
|
Text="Length"
|
|
Text="Length"
|
|
@@ -145,7 +145,7 @@
|
|
VerticalContentAlignment="Center"
|
|
VerticalContentAlignment="Center"
|
|
Background="LightYellow"/>
|
|
Background="LightYellow"/>
|
|
|
|
|
|
- <syncfusion:SfTextBoxExt
|
|
|
|
|
|
+ <TextBox
|
|
Grid.Row="4"
|
|
Grid.Row="4"
|
|
Grid.Column="0"
|
|
Grid.Column="0"
|
|
Text="Quantity"
|
|
Text="Quantity"
|
|
@@ -176,7 +176,7 @@
|
|
VerticalContentAlignment="Center"
|
|
VerticalContentAlignment="Center"
|
|
Background="LightYellow"/>
|
|
Background="LightYellow"/>
|
|
|
|
|
|
- <syncfusion:SfTextBoxExt
|
|
|
|
|
|
+ <TextBox
|
|
Grid.Row="5"
|
|
Grid.Row="5"
|
|
Grid.Column="0"
|
|
Grid.Column="0"
|
|
Text="Weight"
|
|
Text="Weight"
|
|
@@ -207,7 +207,7 @@
|
|
VerticalContentAlignment="Center"
|
|
VerticalContentAlignment="Center"
|
|
Background="LightYellow"/>
|
|
Background="LightYellow"/>
|
|
|
|
|
|
- <syncfusion:SfTextBoxExt
|
|
|
|
|
|
+ <TextBox
|
|
Grid.Row="7"
|
|
Grid.Row="7"
|
|
Grid.Column="0"
|
|
Grid.Column="0"
|
|
Text="Unit Size"
|
|
Text="Unit Size"
|
|
@@ -215,8 +215,7 @@
|
|
Background="WhiteSmoke"
|
|
Background="WhiteSmoke"
|
|
Margin="5,5,0,0"
|
|
Margin="5,5,0,0"
|
|
IsReadOnly="True"/>
|
|
IsReadOnly="True"/>
|
|
- <syncfusion:SfTextBoxExt
|
|
|
|
-
|
|
|
|
|
|
+ <TextBox
|
|
Text="{Binding OldUnitSize}"
|
|
Text="{Binding OldUnitSize}"
|
|
Grid.Row="7"
|
|
Grid.Row="7"
|
|
Grid.Column="1"
|
|
Grid.Column="1"
|
|
@@ -227,7 +226,7 @@
|
|
VerticalContentAlignment="Center"
|
|
VerticalContentAlignment="Center"
|
|
Background="WhiteSmoke"
|
|
Background="WhiteSmoke"
|
|
IsReadOnly="True"/>
|
|
IsReadOnly="True"/>
|
|
- <syncfusion:SfTextBoxExt
|
|
|
|
|
|
+ <TextBox
|
|
Text="{Binding NewUnitSize}"
|
|
Text="{Binding NewUnitSize}"
|
|
Grid.Row="7"
|
|
Grid.Row="7"
|
|
Grid.Column="2"
|
|
Grid.Column="2"
|
|
@@ -239,7 +238,7 @@
|
|
Background="WhiteSmoke"
|
|
Background="WhiteSmoke"
|
|
IsReadOnly="True"/>
|
|
IsReadOnly="True"/>
|
|
|
|
|
|
- <syncfusion:SfTextBoxExt
|
|
|
|
|
|
+ <TextBox
|
|
Grid.Row="8"
|
|
Grid.Row="8"
|
|
Grid.Column="0"
|
|
Grid.Column="0"
|
|
Text="Available"
|
|
Text="Available"
|
|
@@ -276,7 +275,8 @@
|
|
Grid.Column="1"
|
|
Grid.Column="1"
|
|
Content="OK"
|
|
Content="OK"
|
|
Margin="5,5,0,0"
|
|
Margin="5,5,0,0"
|
|
- Click="OK_Click"/>
|
|
|
|
|
|
+ Click="OK_Click"
|
|
|
|
+ IsEnabled="{Binding CanSave}"/>
|
|
<Button
|
|
<Button
|
|
Grid.Row="10"
|
|
Grid.Row="10"
|
|
Grid.Column="2"
|
|
Grid.Column="2"
|