Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hemei
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
潘栩锋
hemei
Commits
2bc9c12f
Commit
2bc9c12f
authored
Mar 19, 2020
by
潘栩锋
🚴
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/dev5.5_qiu' into dev-6.0
parents
89735912
55856895
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
315 additions
and
253 deletions
+315
-253
UC_AirRingShift.xaml
...st.Fix/FLY.HeatingHelper.UI/UIModule/UC_AirRingShift.xaml
+122
-150
UC_FrameDiff.xaml
...alyst.Fix/FLY.HeatingHelper.UI/UIModule/UC_FrameDiff.xaml
+6
-3
UC_FramePicker.xaml
...yst.Fix/FLY.HeatingHelper.UI/UIModule/UC_FramePicker.xaml
+89
-42
UC_HeatBoltAnalyst.xaml
...Fix/FLY.HeatingHelper.UI/UIModule/UC_HeatBoltAnalyst.xaml
+27
-18
UC_SelectData.xaml
...eatingHelper.UI/UIModule/UC_SelectData/UC_SelectData.xaml
+71
-40
No files found.
Project.FLY.ThickHeatAnalyst.Fix/FLY.HeatingHelper.UI/UIModule/UC_AirRingShift.xaml
View file @
2bc9c12f
This diff is collapsed.
Click to expand it.
Project.FLY.ThickHeatAnalyst.Fix/FLY.HeatingHelper.UI/UIModule/UC_FrameDiff.xaml
View file @
2bc9c12f
...
...
@@ -12,7 +12,10 @@
<ResourceDictionary.MergedDictionaries>
<ResourceDictionary Source="pack://application:,,,/FLY.ControlLibrary;component/Themes/Dictionary_MyStyle.xaml"/>
</ResourceDictionary.MergedDictionaries>
<Style TargetType="TextBlock" >
<Setter Property="FontSize" Value="13"/>
<Setter Property="Margin" Value="7,13,7,5" />
</Style>
</ResourceDictionary>
</UserControl.Resources>
<Grid>
...
...
@@ -57,8 +60,8 @@
</lvc:CartesianChart.AxisY>
</lvc:CartesianChart>-->
<StackPanel Orientation="Horizontal" Grid.Row="1">
<TextBlock Text="{Binding FrameIdx1, StringFormat=第一幅号:{0}}"
Style="{StaticResource TextBlockStyle_FieldHeader}" FontSize="18" Margin="15,5,15,5"
/>
<TextBlock Text="{Binding FrameIdx2, StringFormat=第二幅号:{0}}"
Style="{StaticResource TextBlockStyle_FieldHeader}" FontSize="18" Margin="15,5,15,5"
/>
<TextBlock Text="{Binding FrameIdx1, StringFormat=第一幅号:{0}}"
/>
<TextBlock Text="{Binding FrameIdx2, StringFormat=第二幅号:{0}}"
/>
</StackPanel>
</Grid>
...
...
Project.FLY.ThickHeatAnalyst.Fix/FLY.HeatingHelper.UI/UIModule/UC_FramePicker.xaml
View file @
2bc9c12f
This diff is collapsed.
Click to expand it.
Project.FLY.ThickHeatAnalyst.Fix/FLY.HeatingHelper.UI/UIModule/UC_HeatBoltAnalyst.xaml
View file @
2bc9c12f
...
...
@@ -12,7 +12,16 @@
<ResourceDictionary.MergedDictionaries>
<ResourceDictionary Source="pack://application:,,,/FLY.ControlLibrary;component/Themes/Dictionary_MyStyle.xaml"/>
</ResourceDictionary.MergedDictionaries>
<Style TargetType="TextBlock">
<Setter Property="Margin" Value="5"/>
<Setter Property="FontFamily" Value="YouYuan" />
<Setter Property="FontSize" Value="25" />
</Style>
<Style TargetType="TextBox">
<Setter Property="FontSize" Value="22" />
<Setter Property="FontFamily" Value="YouYuan" />
<Setter Property="Margin" Value="0,5,5,5" />
</Style>
</ResourceDictionary>
</UserControl.Resources>
...
...
@@ -26,41 +35,41 @@
<RowDefinition Height="auto"/>
<RowDefinition Height="*"/>
</Grid.RowDefinitions>
<StackPanel Orientation="Vertical" Name="SP_0">
<StackPanel Orientation="Vertical" Name="SP_0"
Margin="5,10"
>
<DockPanel>
<TextBlock Text="最大幅间隔
" Background="LightBlue" Style="{StaticResource TextBlockStyle_FieldHeader}
" DockPanel.Dock="Left" />
<TextBox Text="{Binding MaxFrameInterval}"
Style="{StaticResource TextBoxStyle1}" DockPanel.Dock="Right"
/>
<TextBlock Text="最大幅间隔
:" Background="LightBlue
" DockPanel.Dock="Left" />
<TextBox Text="{Binding MaxFrameInterval}" />
</DockPanel>
<DockPanel>
<TextBlock Text="总加热变化量
" Background="LightBlue" Style="{StaticResource TextBlockStyle_FieldHeader}
" />
<TextBox Text="{Binding HeatRateVar}"
Style="{StaticResource TextBoxStyle1}"
/>
<TextBlock Text="总加热变化量
:" Background="LightBlue
" />
<TextBox Text="{Binding HeatRateVar}" />
</DockPanel>
<DockPanel>
<TextBlock Text="忽略加热变化量
" Background="LightBlue" Style="{StaticResource TextBlockStyle_FieldHeader}"
/>
<TextBox Text="{Binding NeglectHeatRate}"
Style="{StaticResource TextBoxStyle1}"
/>
<TextBlock Text="忽略加热变化量
:" Background="LightBlue"
/>
<TextBox Text="{Binding NeglectHeatRate}" />
</DockPanel>
<DockPanel>
<TextBlock Text="分离螺丝数
" Background="LightBlue" Style="{StaticResource TextBlockStyle_FieldHeader}"
/>
<TextBox Text="{Binding Separation}"
Style="{StaticResource TextBoxStyle1}"
/>
<TextBlock Text="分离螺丝数
:" Background="LightBlue"
/>
<TextBox Text="{Binding Separation}" />
</DockPanel>
<Grid>
<Grid.ColumnDefinitions>
<ColumnDefinition Width="3*"/>
<ColumnDefinition Width="
2
*"/>
<ColumnDefinition Width="
4
*"/>
</Grid.ColumnDefinitions>
<TextBlock Text="{Binding Path=HeatBoltItems.Count, StringFormat=搜索结果:{0}}" Background="LightBlue"
Style="{StaticResource TextBlockStyle_FieldHeader}"
/>
<TextBlock Text="{Binding Path=HeatBoltItems.Count, StringFormat=搜索结果:{0}}" Background="LightBlue" />
<Grid Grid.Column="1">
<
DockPanel
>
<Controls:ToggleSwitch Content="过滤" IsChecked="{Binding IsFilter}" Style="{StaticResource MahApps.Metro.Styles.ToggleSwitch.Win10}"
FontSize="22" Margin="5
"/>
<Button Content="搜索" Click="Button_Click" FontFamily="YouYuan" Margin="5"
<
StackPanel Orientation="Horizontal"
>
<Controls:ToggleSwitch Content="过滤" IsChecked="{Binding IsFilter}" Style="{StaticResource MahApps.Metro.Styles.ToggleSwitch.Win10}"
FontSize="20" Margin="15,5,5,5" Width="100
"/>
<Button Content="搜索" Click="Button_Click" FontFamily="YouYuan" Margin="5"
Width="75" FontSize="20"
Style="{DynamicResource AccentedSquareButtonStyle}" />
</
Do
ckPanel>
</
Sta
ckPanel>
</Grid>
</Grid>
</StackPanel>
<ListView x:Name="lv_result" ItemsSource="{Binding HeatBoltItems}" Grid.Row="1" Margin="5,5,5,20"
SelectionChanged="Lv_result_SelectionChanged"
SelectedIndex="{Binding SelectItem}" FontFamily="YouYuan" >
SelectedIndex="{Binding SelectItem}" FontFamily="YouYuan"
FontSize="20"
>
<ListView.View>
<GridView>
<GridView.Columns>
...
...
@@ -89,7 +98,7 @@
</Grid.RowDefinitions>
<local:UC_FramePicker Grid.Row="0" DataContext="{Binding vm1}" Margin="5"/>
<local:UC_FramePicker Grid.Row="1" DataContext="{Binding vm2}" Margin="5"/>
<local:UC_FrameDiff Grid.Row="2" DataContext="{Binding vmDiff}" Margin="5"/>
<local:UC_FrameDiff Grid.Row="2" DataContext="{Binding vmDiff}" Margin="5
,5,5,20
"/>
</Grid>
</Grid>
</UserControl>
Project.FLY.ThickHeatAnalyst.Fix/FLY.HeatingHelper.UI/UIModule/UC_SelectData/UC_SelectData.xaml
View file @
2bc9c12f
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment