diff --git a/Icarus/CurrMachiningPanel/CurrMachiningPanelV.xaml b/Icarus/CurrMachiningPanel/CurrMachiningPanelV.xaml
index 116945f..0195714 100644
--- a/Icarus/CurrMachiningPanel/CurrMachiningPanelV.xaml
+++ b/Icarus/CurrMachiningPanel/CurrMachiningPanelV.xaml
@@ -1,141 +1,162 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Icarus/Icarus.vbproj b/Icarus/Icarus.vbproj
index 45203b0..ca3ff1d 100644
--- a/Icarus/Icarus.vbproj
+++ b/Icarus/Icarus.vbproj
@@ -721,6 +721,9 @@
+
+
+
IF "$(PlatformName)"=="x86" IF "$(ConfigurationName)" == "Release" copy $(TargetPath) c:\EgtProg\Icarus\IcarusR32.exe
diff --git a/Icarus/MachiningDb/MachiningDbV.xaml b/Icarus/MachiningDb/MachiningDbV.xaml
index 40a2d58..56e0bc0 100644
--- a/Icarus/MachiningDb/MachiningDbV.xaml
+++ b/Icarus/MachiningDb/MachiningDbV.xaml
@@ -6,7 +6,7 @@
Width="310"
VerticalAlignment="center"
Style="{StaticResource BottomGrayRow_Border}">
-
+
@@ -14,7 +14,8 @@
-
+
@@ -23,167 +24,168 @@
+ Command="{Binding New_Command}"
+ IsEnabled="{Binding IsEnabled}"
+ Margin="2.5,0,2.5,0"
+ Style="{StaticResource RightPanel_Button}"/>
+ Grid.Column="1"
+ Command="{Binding Save_Command}"
+ IsEnabled="{Binding IsEnabled}"
+ Margin="2.5,0,2.5,0"
+ Style="{StaticResource RightPanel_Button}"/>
+ Grid.Column="2"
+ Command="{Binding Delete_Command}"
+ IsEnabled="{Binding IsEnabled}"
+ Margin="2.5,0,2.5,0"
+ Style="{StaticResource RightPanel_Button}"/>
-
+
+ ItemsSource="{Binding MachiningList}"
+ SelectedItem="{Binding SelMachining}"
+ DisplayMemberPath="ghName"
+ Visibility="{Binding Combo_Visibility}"
+ HorizontalAlignment="Stretch"
+ Margin="2.5,0,2.5,0"
+ Style="{StaticResource RightPanel_ComboBox}"/>
+ IsExplicitFocused="{Binding UserShouldEditValueNow}"
+ Visibility="{Binding Name_Visibility}"
+ Margin="2.5,0,2.5,0"
+ Style="{StaticResource OptionTextBox}"/>
+ IsEnabled="{Binding IsEnabled}"
+ VerticalScrollBarVisibility="Auto"
+ HorizontalScrollBarVisibility="Disabled"
+ Margin="1,0,0,2.5"
+ Padding="0"
+ BorderThickness="0"
+ Style="{StaticResource RightPanel_ScrollViewer}">
+ ItemsSource="{Binding SelectedItem.CathegoryList, ElementName=MachiningCombo}"
+ BorderThickness="0"
+ Margin="0"
+ Padding="0">
-
+
-
+ FontWeight="Bold"
+ IsExpanded="{Binding Cathegory_IsExpanded}"
+ VerticalContentAlignment="Top">
+
-
+
-
+
-
-
+
-
+ Text="{Binding sValue}"
+ Margin="2.5,0,0,0"
+ Style="{StaticResource ParameterList_TextBox}"/>
-
+
-
-
+
-
+
-
+ ItemsSource="{Binding ValueList}"
+ SelectedItem="{Binding SelValue}"
+ HorizontalAlignment="Stretch"
+ Margin="2.5,0,0,0"
+ Style="{StaticResource RightPanel_ComboBox}"/>
-
+
-
-
+
-
+ IsChecked="{Binding bValue}"
+ HorizontalAlignment="Center"
+ VerticalAlignment="Center"
+ Margin="2.5,0,0,0"/>
-
+
-
-
+
-
+ IsChecked="{Binding bValue}"
+ HorizontalAlignment="Center"
+ VerticalAlignment="Center"
+ Margin="2.5,0,0,0"/>
@@ -193,11 +195,11 @@
-
-
-
+
diff --git a/Icarus/TSFEditor/TFSEditorV.xaml b/Icarus/TSFEditor/TFSEditorV.xaml
index d7063dd..e9b841d 100644
--- a/Icarus/TSFEditor/TFSEditorV.xaml
+++ b/Icarus/TSFEditor/TFSEditorV.xaml
@@ -241,6 +241,7 @@
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -358,6 +370,14 @@
+
+
@@ -677,6 +697,11 @@
+
+
+
+
+
+
+
@@ -810,6 +840,10 @@
+
+
@@ -1909,7 +1943,6 @@
-
@@ -3086,4 +3119,382 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+