|
|
|
@ -56,14 +56,14 @@ namespace DyeingComputer.View |
|
|
|
InitializeComponent(); |
|
|
|
//Grid.DataContext = new MainWindowViewModel();
|
|
|
|
// FocusManager.SetFocusedElement(Grid, Grid);
|
|
|
|
// if (workName != null)
|
|
|
|
// {
|
|
|
|
// TechnologicalProcess_Import();
|
|
|
|
// if (workName != null)
|
|
|
|
// {
|
|
|
|
// TechnologicalProcess_Import();
|
|
|
|
// }
|
|
|
|
// else
|
|
|
|
// {
|
|
|
|
// {
|
|
|
|
TechnologicalProcess_sql(); |
|
|
|
// }
|
|
|
|
// }
|
|
|
|
|
|
|
|
// ProgramgroupView_edit.IsEnabled = false;
|
|
|
|
// ProgramgroupView_del.IsEnabled = false;
|
|
|
|
@ -494,12 +494,7 @@ namespace DyeingComputer.View |
|
|
|
{ |
|
|
|
Parameter_set.Visibility = Visibility.Visible; |
|
|
|
Receip.Visibility = Visibility.Collapsed; |
|
|
|
} |
|
|
|
|
|
|
|
private void ProgramgroupView_run_Click(object sender, RoutedEventArgs e)//运行/暂停
|
|
|
|
{ |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
private void ProgramgroupView_Jump_Click(object sender, RoutedEventArgs e) |
|
|
|
{ |
|
|
|
@ -510,30 +505,7 @@ namespace DyeingComputer.View |
|
|
|
APILog.LOGlog(MainWindowViewModel.WorkNumder.ToString(), "UserActions", "Jump", "STEP = " + ID+ |
|
|
|
";StepID=" + Numder + ";P1=" + P1 + ";P2=" + P2 + ";P3=" + P3 + ";P4=" + P4 + ";P5=" + P5); |
|
|
|
|
|
|
|
}//跳步
|
|
|
|
|
|
|
|
private void ProgramgroupView_stop_Click(object sender, RoutedEventArgs e)//结束工艺
|
|
|
|
{ |
|
|
|
APILog.LOGlog(MainWindowViewModel.WorkNumder.ToString(), "UserActions", "WORK_RUN = STOP", MainWindowViewModel.WORK_RUN.ToString()); |
|
|
|
|
|
|
|
MessageBoxResult messageBoxResult = System.Windows.MessageBox.Show(Properties.Resources.StopProcess, "800", MessageBoxButton.OKCancel); |
|
|
|
if (messageBoxResult == MessageBoxResult.OK) |
|
|
|
{ |
|
|
|
MainWindowViewModel.WORK_RUN = 0;// 运行时停止键为
|
|
|
|
MainWindowViewModel.DIDETime = 0; |
|
|
|
APILog.LOGlog(MainWindowViewModel.WorkNumder.ToString(), "UserActions", "PROCESS_END", MainWindowViewModel.WORK_RUN.ToString()); |
|
|
|
|
|
|
|
MainWindowViewModel.dt_TP.Rows.Clear(); |
|
|
|
SQLiteHelpers = new SQLiteHelper(DBAddress); //数据库连接路径
|
|
|
|
SQLiteHelpers.Open(); //打开数据库
|
|
|
|
SQLiteHelpers.Delete("RUN", null, null); |
|
|
|
SQLiteHelpers.Close(); //关闭连接
|
|
|
|
ProgramgroupView_stop.IsEnabled = false; |
|
|
|
ProgramgroupView_Insert.IsEnabled = false; |
|
|
|
ProgramgroupView_del.IsEnabled = false; |
|
|
|
ProgramgroupView_edit.IsEnabled = false; |
|
|
|
} |
|
|
|
} |
|
|
|
}//跳步
|
|
|
|
|
|
|
|
private void Grid_SelectionChanged(object sender, SelectionChangedEventArgs e) |
|
|
|
{ |
|
|
|
|