|
|
@ -54,9 +54,10 @@ namespace SunlightCentralizedControlManagement_SCCM_.View |
|
|
|
private string dyelot; |
|
|
|
private int machines_info=0; |
|
|
|
public static string Sys_log; |
|
|
|
|
|
|
|
|
|
|
|
private void Griddata_SelectionChanged(object sender, SelectionChangedEventArgs e)//设备列表
|
|
|
|
{ |
|
|
|
{ |
|
|
|
Stop.IsEnabled = true; |
|
|
|
Paused.IsEnabled = true; |
|
|
|
Insert.IsEnabled = false; |
|
|
@ -224,7 +225,6 @@ namespace SunlightCentralizedControlManagement_SCCM_.View |
|
|
|
ID = index, |
|
|
|
DAT = "SC821" + MainWindowViewModel.Selet_Machines(MainWindowViewModel.Machines, "SYSKEY", "ID='" + index + "'") + dat_821.ToJsonString() |
|
|
|
}); |
|
|
|
|
|
|
|
} |
|
|
|
Insert.IsEnabled = true; |
|
|
|
edit.IsEnabled = true; |
|
|
@ -232,6 +232,7 @@ namespace SunlightCentralizedControlManagement_SCCM_.View |
|
|
|
Resume.IsEnabled = true; |
|
|
|
Delete.IsEnabled = true; |
|
|
|
Jump.IsEnabled = true; |
|
|
|
|
|
|
|
}//暂停
|
|
|
|
private void ListViewItem_Stop(object sender, MouseButtonEventArgs e) |
|
|
|
{ |
|
|
|