Violent Mode

This commit is contained in:
世元 李
2020-03-17 20:05:44 +08:00
parent 6f98aee80a
commit ebb203fa84
29 changed files with 523 additions and 149 deletions

Binary file not shown.

View File

@@ -1,4 +1,4 @@
#pragma checksum "..\..\..\Advance.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "7023714179C69488DCE97B057C3E8A24BD5443F9A245B9FFE55E6AE4581D23C4"
#pragma checksum "..\..\..\Advance.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "14B36F89504AB322533CA92CB6E5863D180B432811F8A590F6262841788C94E3"
//------------------------------------------------------------------------------
// <auto-generated>
// 此代码由工具生成。
@@ -41,7 +41,7 @@ namespace cs2_chs {
public partial class Advance : System.Windows.Window, System.Windows.Markup.IComponentConnector {
#line 14 "..\..\..\Advance.xaml"
#line 15 "..\..\..\Advance.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox StartUpEdit;
@@ -49,7 +49,7 @@ namespace cs2_chs {
#line hidden
#line 22 "..\..\..\Advance.xaml"
#line 23 "..\..\..\Advance.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox AddressEdit;
@@ -57,7 +57,7 @@ namespace cs2_chs {
#line hidden
#line 23 "..\..\..\Advance.xaml"
#line 24 "..\..\..\Advance.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox EnvioMode;
@@ -65,7 +65,7 @@ namespace cs2_chs {
#line hidden
#line 24 "..\..\..\Advance.xaml"
#line 25 "..\..\..\Advance.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.RadioButton OM_GPY;
@@ -73,7 +73,7 @@ namespace cs2_chs {
#line hidden
#line 25 "..\..\..\Advance.xaml"
#line 26 "..\..\..\Advance.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.RadioButton OM_TOT;
@@ -81,13 +81,37 @@ namespace cs2_chs {
#line hidden
#line 26 "..\..\..\Advance.xaml"
#line 27 "..\..\..\Advance.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox OutPutLog;
#line default
#line hidden
#line 37 "..\..\..\Advance.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox IDnPut;
#line default
#line hidden
#line 38 "..\..\..\Advance.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox TRAN_OPT;
#line default
#line hidden
#line 47 "..\..\..\Advance.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox REASE;
#line default
#line hidden
private bool _contentLoaded;
/// <summary>
@@ -129,7 +153,7 @@ namespace cs2_chs {
case 2:
this.StartUpEdit = ((System.Windows.Controls.TextBox)(target));
#line 14 "..\..\..\Advance.xaml"
#line 15 "..\..\..\Advance.xaml"
this.StartUpEdit.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.StartUpEdit_TextChanged);
#line default
@@ -137,7 +161,7 @@ namespace cs2_chs {
return;
case 3:
#line 16 "..\..\..\Advance.xaml"
#line 17 "..\..\..\Advance.xaml"
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click);
#line default
@@ -146,7 +170,7 @@ namespace cs2_chs {
case 4:
this.AddressEdit = ((System.Windows.Controls.TextBox)(target));
#line 22 "..\..\..\Advance.xaml"
#line 23 "..\..\..\Advance.xaml"
this.AddressEdit.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.AddressEdit_TextChanged);
#line default
@@ -155,7 +179,7 @@ namespace cs2_chs {
case 5:
this.EnvioMode = ((System.Windows.Controls.CheckBox)(target));
#line 23 "..\..\..\Advance.xaml"
#line 24 "..\..\..\Advance.xaml"
this.EnvioMode.Click += new System.Windows.RoutedEventHandler(this.EnvioMode_Click);
#line default
@@ -164,7 +188,7 @@ namespace cs2_chs {
case 6:
this.OM_GPY = ((System.Windows.Controls.RadioButton)(target));
#line 24 "..\..\..\Advance.xaml"
#line 25 "..\..\..\Advance.xaml"
this.OM_GPY.Checked += new System.Windows.RoutedEventHandler(this.OM_GPY_Checked);
#line default
@@ -173,7 +197,7 @@ namespace cs2_chs {
case 7:
this.OM_TOT = ((System.Windows.Controls.RadioButton)(target));
#line 25 "..\..\..\Advance.xaml"
#line 26 "..\..\..\Advance.xaml"
this.OM_TOT.Checked += new System.Windows.RoutedEventHandler(this.OM_TOT_Checked);
#line default
@@ -182,6 +206,27 @@ namespace cs2_chs {
case 8:
this.OutPutLog = ((System.Windows.Controls.TextBox)(target));
return;
case 9:
this.IDnPut = ((System.Windows.Controls.TextBox)(target));
return;
case 10:
this.TRAN_OPT = ((System.Windows.Controls.TextBox)(target));
return;
case 11:
this.REASE = ((System.Windows.Controls.CheckBox)(target));
#line 47 "..\..\..\Advance.xaml"
this.REASE.Checked += new System.Windows.RoutedEventHandler(this.CheckBox_Checked);
#line default
#line hidden
#line 47 "..\..\..\Advance.xaml"
this.REASE.Unchecked += new System.Windows.RoutedEventHandler(this.REASE_Unchecked);
#line default
#line hidden
return;
}
this._contentLoaded = true;
}

View File

@@ -1,4 +1,4 @@
#pragma checksum "..\..\..\Advance.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "7023714179C69488DCE97B057C3E8A24BD5443F9A245B9FFE55E6AE4581D23C4"
#pragma checksum "..\..\..\Advance.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "14B36F89504AB322533CA92CB6E5863D180B432811F8A590F6262841788C94E3"
//------------------------------------------------------------------------------
// <auto-generated>
// 此代码由工具生成。
@@ -41,7 +41,7 @@ namespace cs2_chs {
public partial class Advance : System.Windows.Window, System.Windows.Markup.IComponentConnector {
#line 14 "..\..\..\Advance.xaml"
#line 15 "..\..\..\Advance.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox StartUpEdit;
@@ -49,7 +49,7 @@ namespace cs2_chs {
#line hidden
#line 22 "..\..\..\Advance.xaml"
#line 23 "..\..\..\Advance.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox AddressEdit;
@@ -57,7 +57,7 @@ namespace cs2_chs {
#line hidden
#line 23 "..\..\..\Advance.xaml"
#line 24 "..\..\..\Advance.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox EnvioMode;
@@ -65,7 +65,7 @@ namespace cs2_chs {
#line hidden
#line 24 "..\..\..\Advance.xaml"
#line 25 "..\..\..\Advance.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.RadioButton OM_GPY;
@@ -73,7 +73,7 @@ namespace cs2_chs {
#line hidden
#line 25 "..\..\..\Advance.xaml"
#line 26 "..\..\..\Advance.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.RadioButton OM_TOT;
@@ -81,13 +81,37 @@ namespace cs2_chs {
#line hidden
#line 26 "..\..\..\Advance.xaml"
#line 27 "..\..\..\Advance.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox OutPutLog;
#line default
#line hidden
#line 37 "..\..\..\Advance.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox IDnPut;
#line default
#line hidden
#line 38 "..\..\..\Advance.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox TRAN_OPT;
#line default
#line hidden
#line 47 "..\..\..\Advance.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox REASE;
#line default
#line hidden
private bool _contentLoaded;
/// <summary>
@@ -129,7 +153,7 @@ namespace cs2_chs {
case 2:
this.StartUpEdit = ((System.Windows.Controls.TextBox)(target));
#line 14 "..\..\..\Advance.xaml"
#line 15 "..\..\..\Advance.xaml"
this.StartUpEdit.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.StartUpEdit_TextChanged);
#line default
@@ -137,7 +161,7 @@ namespace cs2_chs {
return;
case 3:
#line 16 "..\..\..\Advance.xaml"
#line 17 "..\..\..\Advance.xaml"
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click);
#line default
@@ -146,7 +170,7 @@ namespace cs2_chs {
case 4:
this.AddressEdit = ((System.Windows.Controls.TextBox)(target));
#line 22 "..\..\..\Advance.xaml"
#line 23 "..\..\..\Advance.xaml"
this.AddressEdit.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.AddressEdit_TextChanged);
#line default
@@ -155,7 +179,7 @@ namespace cs2_chs {
case 5:
this.EnvioMode = ((System.Windows.Controls.CheckBox)(target));
#line 23 "..\..\..\Advance.xaml"
#line 24 "..\..\..\Advance.xaml"
this.EnvioMode.Click += new System.Windows.RoutedEventHandler(this.EnvioMode_Click);
#line default
@@ -164,7 +188,7 @@ namespace cs2_chs {
case 6:
this.OM_GPY = ((System.Windows.Controls.RadioButton)(target));
#line 24 "..\..\..\Advance.xaml"
#line 25 "..\..\..\Advance.xaml"
this.OM_GPY.Checked += new System.Windows.RoutedEventHandler(this.OM_GPY_Checked);
#line default
@@ -173,7 +197,7 @@ namespace cs2_chs {
case 7:
this.OM_TOT = ((System.Windows.Controls.RadioButton)(target));
#line 25 "..\..\..\Advance.xaml"
#line 26 "..\..\..\Advance.xaml"
this.OM_TOT.Checked += new System.Windows.RoutedEventHandler(this.OM_TOT_Checked);
#line default
@@ -182,6 +206,27 @@ namespace cs2_chs {
case 8:
this.OutPutLog = ((System.Windows.Controls.TextBox)(target));
return;
case 9:
this.IDnPut = ((System.Windows.Controls.TextBox)(target));
return;
case 10:
this.TRAN_OPT = ((System.Windows.Controls.TextBox)(target));
return;
case 11:
this.REASE = ((System.Windows.Controls.CheckBox)(target));
#line 47 "..\..\..\Advance.xaml"
this.REASE.Checked += new System.Windows.RoutedEventHandler(this.CheckBox_Checked);
#line default
#line hidden
#line 47 "..\..\..\Advance.xaml"
this.REASE.Unchecked += new System.Windows.RoutedEventHandler(this.REASE_Unchecked);
#line default
#line hidden
return;
}
this._contentLoaded = true;
}

View File

@@ -1,4 +1,4 @@
#pragma checksum "..\..\..\MainWindow.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "F004E4358EBAA317663957C95CDCBDC56C5FFAC230C7FE76F16BF31B44EE5CE4"
#pragma checksum "..\..\..\MainWindow.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "E730C4B41ACFA459AE58B693C6D867B376E7BBEDF7DBBB52809F64EFDB38EDA1"
//------------------------------------------------------------------------------
// <auto-generated>
// 此代码由工具生成。
@@ -64,6 +64,14 @@ namespace cs2_chs {
#line default
#line hidden
#line 49 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox SRC_OUTPUT;
#line default
#line hidden
private bool _contentLoaded;
/// <summary>
@@ -144,14 +152,17 @@ namespace cs2_chs {
#line hidden
return;
case 6:
this.SRC_OUTPUT = ((System.Windows.Controls.TextBox)(target));
return;
case 7:
#line 58 "..\..\..\MainWindow.xaml"
#line 73 "..\..\..\MainWindow.xaml"
((System.Windows.Input.CommandBinding)(target)).CanExecute += new System.Windows.Input.CanExecuteRoutedEventHandler(this.CommandBinding_ShowMainWindow_CanExecute);
#line default
#line hidden
#line 59 "..\..\..\MainWindow.xaml"
#line 74 "..\..\..\MainWindow.xaml"
((System.Windows.Input.CommandBinding)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.CommandBinding_ShowMainWindow_Executed);
#line default

View File

@@ -1,4 +1,4 @@
#pragma checksum "..\..\..\MainWindow.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "F004E4358EBAA317663957C95CDCBDC56C5FFAC230C7FE76F16BF31B44EE5CE4"
#pragma checksum "..\..\..\MainWindow.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "E730C4B41ACFA459AE58B693C6D867B376E7BBEDF7DBBB52809F64EFDB38EDA1"
//------------------------------------------------------------------------------
// <auto-generated>
// 此代码由工具生成。
@@ -64,6 +64,14 @@ namespace cs2_chs {
#line default
#line hidden
#line 49 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox SRC_OUTPUT;
#line default
#line hidden
private bool _contentLoaded;
/// <summary>
@@ -144,14 +152,17 @@ namespace cs2_chs {
#line hidden
return;
case 6:
this.SRC_OUTPUT = ((System.Windows.Controls.TextBox)(target));
return;
case 7:
#line 58 "..\..\..\MainWindow.xaml"
#line 73 "..\..\..\MainWindow.xaml"
((System.Windows.Input.CommandBinding)(target)).CanExecute += new System.Windows.Input.CanExecuteRoutedEventHandler(this.CommandBinding_ShowMainWindow_CanExecute);
#line default
#line hidden
#line 59 "..\..\..\MainWindow.xaml"
#line 74 "..\..\..\MainWindow.xaml"
((System.Windows.Input.CommandBinding)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.CommandBinding_ShowMainWindow_Executed);
#line default

Binary file not shown.

Binary file not shown.