初始化
This commit is contained in:
@@ -43,9 +43,11 @@ namespace COFTester.Resources
|
||||
// 中间图表
|
||||
["FrictionCurve"] = "摩擦力曲线",
|
||||
["ForceCurve"] = "力值曲线",
|
||||
["DisplacementAxis"] = "位移 (mm)",
|
||||
["ForceAxis"] = "力值 (N)",
|
||||
|
||||
//["DisplacementAxis"] = "位移 (mm)",
|
||||
//["ForceAxis"] = "力值 (N)",
|
||||
["DisplacementAxis"] = "Displacement (mm)",
|
||||
["ForceAxis"] = "Force (N)",
|
||||
|
||||
// 右侧面板 - 测试结果
|
||||
["TestResults"] = "测试结果",
|
||||
["StaticCOF"] = "静摩擦系数 (μs)",
|
||||
|
||||
@@ -21,5 +21,10 @@ namespace COFTester.Views
|
||||
var viewModel = new MainViewModel(daqService, processingService, FrictionPlot);
|
||||
this.DataContext = viewModel;
|
||||
}
|
||||
|
||||
private void Button_Click(object sender, RoutedEventArgs e)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user