Procházet zdrojové kódy

update

git-svn-id: http://10.4.3.168:50001/svn/Furnace@129 dbcde07d-dcf5-c148-8a84-ac3097b7778e
Jiangjinyuan před 1 měsícem
rodič
revize
14ca8fe021

+ 1 - 1
FrameworkLocal/UIClient/CenterViews/Editors/Recipe/RecipeSelectDialogView.xaml

@@ -9,7 +9,7 @@
              xmlns:local="clr-namespace:MECF.Framework.UI.Client.CenterViews.Editors.Recipe"
              mc:Ignorable="d"
              Width="520"
-             MinHeight="650">
+             Height="650">
     <UserControl.Resources>
         <HierarchicalDataTemplate x:Key="FolderTemplate" ItemsSource="{Binding Files}" >
             <StackPanel Orientation="Horizontal"   Tag="{Binding RelativeSource={RelativeSource Mode=FindAncestor,AncestorType=UserControl}, Path=DataContext}">

+ 1 - 1
Furnace/FurnaceRT/Config/System.sccfg

@@ -13,7 +13,7 @@
 		<config default="true" name="EnableWarningFailedWafer" description="Enable Warning Failed Wafer" max="" min="" paramter="" tag="" unit="" type="Bool" />
 		<config default="true" name="EnablePopupKeyboard" description="Enable Popup Keyboard" max="" min="" paramter="" tag="" unit="" type="Bool" />
 		<config default="0" name="TotalCycledWafer" description="Total Cycled Wafer" max="10000000" min="1" paramter="" tag="" unit="" type="Integer" />
-		<config default="Release" name="RunningMode" description="" max="" min="" paramter="Debug,Release" tag="" unit="" type="String" visible="false" />
+		<config default="Debug" name="RunningMode" description="" max="" min="" paramter="Debug,Release" tag="" unit="" type="String" visible="false" />
 
 		<config default="true" name="EnableScheduleMaintenance" description="" max="" min="" paramter="" tag="" unit="" type="Bool" />
 		<config default="true" name="IsServiceControlMode" description="Is Service Control Mode" max="" min="" paramter="" tag="" unit="" type="Bool" />

+ 2 - 0
Furnace/FurnaceUI/Views/Scheduled/ScheduledMaitView.xaml

@@ -45,12 +45,14 @@
                     Margin="5,0"
                     Content="Boat"
                     FontSize="18"
+                    Visibility="Collapsed"
                     IsChecked="{Binding DataItemType, Converter={StaticResource EnumToBoolConverter}, ConverterParameter={x:Static enumData:DataItemEnum.Boat}}" />
                 <RadioButton
                     Width="150"
                     Height="45"
                     Margin="5,0"
                     Content="Conditioning"
+                    Visibility="Collapsed"
                     FontSize="18"
                     IsChecked="{Binding DataItemType, Converter={StaticResource EnumToBoolConverter}, ConverterParameter={x:Static enumData:DataItemEnum.Conditioning}}" />
                 <RadioButton