20250919成果物
This commit is contained in:
parent
ebdfc31e65
commit
4db2486104
198
AidConst.cs
Normal file
198
AidConst.cs
Normal file
@ -0,0 +1,198 @@
|
|||||||
|
internal static class AidConst
|
||||||
|
{
|
||||||
|
public const uint NORMALEND = 0u;
|
||||||
|
|
||||||
|
public const uint ERROR_MASK = 2147483648u;
|
||||||
|
|
||||||
|
public const uint ERROR_TYPE_SYS = 2415919104u;
|
||||||
|
|
||||||
|
public const uint ERROR_TYPE_FUN = 2684354560u;
|
||||||
|
|
||||||
|
public const uint ERROR_TYPE_VAL = 2952790016u;
|
||||||
|
|
||||||
|
public const uint ERROR_TYPE_RES = 3221225472u;
|
||||||
|
|
||||||
|
public const uint ERROR_TYPE_CMD = 3489660928u;
|
||||||
|
|
||||||
|
public const uint ERROR_TYPE_EX = 3758096384u;
|
||||||
|
|
||||||
|
public const uint ERROR_MASK_APL = 65536u;
|
||||||
|
|
||||||
|
public const uint ERROR_MASK_CARD = 131072u;
|
||||||
|
|
||||||
|
public const uint ERROR_MASK_IFD = 196608u;
|
||||||
|
|
||||||
|
public const uint ERROR_MASK_STRM = 262144u;
|
||||||
|
|
||||||
|
public const uint ERROR_APL_SYSTEM = 2415984641u;
|
||||||
|
|
||||||
|
public const uint ERROR_APL_RESOURCE = 2415984642u;
|
||||||
|
|
||||||
|
public const uint ERROR_APL_AIDFILES = 2415984643u;
|
||||||
|
|
||||||
|
public const uint ERROR_APL_NOTYET = 2684420097u;
|
||||||
|
|
||||||
|
public const uint ERROR_APL_ALREADY = 2684420098u;
|
||||||
|
|
||||||
|
public const uint ERROR_APL_UNSUPPORT = 2952855553u;
|
||||||
|
|
||||||
|
public const uint ERROR_APL_INVALID_ARG = 2952855554u;
|
||||||
|
|
||||||
|
public const uint ERROR_APL_BUFFER_SMALL = 2952855555u;
|
||||||
|
|
||||||
|
public const uint ERROR_CARD_SYSTEM = 2416050177u;
|
||||||
|
|
||||||
|
public const uint ERROR_CARD_RESOURCE = 2416050178u;
|
||||||
|
|
||||||
|
public const uint ERROR_CARD_AIDFILES = 2416050179u;
|
||||||
|
|
||||||
|
public const uint ERROR_CARD_NOTYET = 2684485633u;
|
||||||
|
|
||||||
|
public const uint ERROR_CARD_ALREADY = 2684485634u;
|
||||||
|
|
||||||
|
public const uint ERROR_CARD_UNSUPPORT = 2952921089u;
|
||||||
|
|
||||||
|
public const uint ERROR_CARD_INVALID_ARG = 2952921090u;
|
||||||
|
|
||||||
|
public const uint ERROR_CARD_BUFFER_SMALL = 2952921091u;
|
||||||
|
|
||||||
|
public const uint ERROR_CARD_FINED = 3221356545u;
|
||||||
|
|
||||||
|
public const uint ERROR_CARD_LOST = 3221356546u;
|
||||||
|
|
||||||
|
public const uint ERROR_CARD_FRAME = 3221356547u;
|
||||||
|
|
||||||
|
public const uint ERROR_CARD_RECOVER = 3221356548u;
|
||||||
|
|
||||||
|
public const uint ERROR_CARD_TARGET = 3221356549u;
|
||||||
|
|
||||||
|
public const uint ERROR_CARD_CANCEL = 3221356550u;
|
||||||
|
|
||||||
|
public const uint ERROR_CARD_AUTHENTICATE = 3758260225u;
|
||||||
|
|
||||||
|
public const uint ERROR_CARD_MACRO_READ = 3758260226u;
|
||||||
|
|
||||||
|
public const uint ERROR_IFD_SYSTEM = 2416115713u;
|
||||||
|
|
||||||
|
public const uint ERROR_IFD_RESOURCE = 2416115714u;
|
||||||
|
|
||||||
|
public const uint ERROR_IFD_AIDFILES = 2416115715u;
|
||||||
|
|
||||||
|
public const uint ERROR_IFD_NOTYET = 2684551169u;
|
||||||
|
|
||||||
|
public const uint ERROR_IFD_ALREADY = 2684551170u;
|
||||||
|
|
||||||
|
public const uint ERROR_IFD_UNSUPPORT = 2952986625u;
|
||||||
|
|
||||||
|
public const uint ERROR_IFD_INVALID_ARG = 2952986626u;
|
||||||
|
|
||||||
|
public const uint ERROR_IFD_BUFFER_SMALL = 2952986627u;
|
||||||
|
|
||||||
|
public const uint ERROR_IFD_FRAME = 3221422081u;
|
||||||
|
|
||||||
|
public const uint ERROR_IFD_RECOVER = 3221422082u;
|
||||||
|
|
||||||
|
public const uint ERROR_IFD_FORMAT = 3221422083u;
|
||||||
|
|
||||||
|
public const uint ERROR_IFD_FRAME_STRUCT = 3221422084u;
|
||||||
|
|
||||||
|
public const uint ERROR_IFD_SWMISSING = 3489857537u;
|
||||||
|
|
||||||
|
public const uint ERROR_IFD_UNDEFINED = 3489857538u;
|
||||||
|
|
||||||
|
public const uint ERROR_IFD_WARNING = 3489882624u;
|
||||||
|
|
||||||
|
public const uint ERROR_IFD_CARDTIMEOUT = 3489882864u;
|
||||||
|
|
||||||
|
public const uint ERROR_IFD_CARDERROR = 3489882865u;
|
||||||
|
|
||||||
|
public const uint ERROR_IFD_EXECUTEERROR = 3489883136u;
|
||||||
|
|
||||||
|
public const uint ERROR_IFD_CMDLENERROR = 3489883904u;
|
||||||
|
|
||||||
|
public const uint ERROR_IFD_HARDCONDITION = 3489884416u;
|
||||||
|
|
||||||
|
public const uint ERROR_IFD_CMDCONDITION = 3489884549u;
|
||||||
|
|
||||||
|
public const uint ERROR_IFD_PARAMERROR = 3489884806u;
|
||||||
|
|
||||||
|
public const uint ERROR_IFD_PARAMRANGE = 3489884928u;
|
||||||
|
|
||||||
|
public const uint ERROR_IFD_INSERROR = 3489885440u;
|
||||||
|
|
||||||
|
public const uint ERROR_IFD_CLAERROR = 3489885696u;
|
||||||
|
|
||||||
|
public const uint ERROR_IFD_SELFCHECK = 3489885952u;
|
||||||
|
|
||||||
|
public const uint ERROR_IFD_AUTHENTICATE1 = 3758325761u;
|
||||||
|
|
||||||
|
public const uint ERROR_IFD_AUTHENTICATE2 = 3758325762u;
|
||||||
|
|
||||||
|
public const uint ERROR_IFD_SETUPAUTH = 3758325763u;
|
||||||
|
|
||||||
|
public const uint WARNING_IFD_RETURN = 3758326016u;
|
||||||
|
|
||||||
|
public const uint ERROR_STRM_SYSTEM = 2416181249u;
|
||||||
|
|
||||||
|
public const uint ERROR_STRM_RESOURCE = 2416181250u;
|
||||||
|
|
||||||
|
public const uint ERROR_STRM_AIDFILES = 2416181251u;
|
||||||
|
|
||||||
|
public const uint ERROR_STRM_DEVICE = 2416181252u;
|
||||||
|
|
||||||
|
public const uint ERROR_STRM_WIN32 = 2416181255u;
|
||||||
|
|
||||||
|
public const uint ERROR_STRM_COLLISION = 2684616705u;
|
||||||
|
|
||||||
|
public const uint ERROR_STRM_NOTOPEN = 2684616706u;
|
||||||
|
|
||||||
|
public const uint ERROR_STRM_ALREADYOPEN = 2684616707u;
|
||||||
|
|
||||||
|
public const uint ERROR_STRM_CURBUSY = 2684616708u;
|
||||||
|
|
||||||
|
public const uint ERROR_STRM_UNSUPPORT = 2953052161u;
|
||||||
|
|
||||||
|
public const uint ERROR_STRM_INVALID_ARG = 2953052162u;
|
||||||
|
|
||||||
|
public const uint ERROR_STRM_BUFFER_SMALL = 2953052163u;
|
||||||
|
|
||||||
|
public const uint ERROR_STRM_TIME_OUT = 3221487617u;
|
||||||
|
|
||||||
|
public const uint ERROR_STRM_RECEIVE = 3221487618u;
|
||||||
|
|
||||||
|
public const uint ERROR_STRM_SHORT_FRAME = 3221487619u;
|
||||||
|
|
||||||
|
public const uint CARDTYPE_MIF = 2u;
|
||||||
|
|
||||||
|
public const uint CARDTYPE_B = 3u;
|
||||||
|
|
||||||
|
public const uint CARDTYPE_FEL = 4u;
|
||||||
|
|
||||||
|
public const uint CARDTYPE_A = 6u;
|
||||||
|
|
||||||
|
public const uint CARDTYPE_MORECARD = 2147483648u;
|
||||||
|
|
||||||
|
public const int CARDSPEED_DEFAULT = 0;
|
||||||
|
|
||||||
|
public const int CARDSPEED_2TIMES = 1;
|
||||||
|
|
||||||
|
public const int CARDSPEED_4TIMES = 2;
|
||||||
|
|
||||||
|
public const int CARDSPEED_8TIMES = 3;
|
||||||
|
|
||||||
|
public const uint CARDSPEED_MAX = 2147483648u;
|
||||||
|
|
||||||
|
public const int DEF_9600 = 9600;
|
||||||
|
|
||||||
|
public const int DEF_14400 = 14400;
|
||||||
|
|
||||||
|
public const int DEF_19200 = 19200;
|
||||||
|
|
||||||
|
public const int DEF_28800 = 28800;
|
||||||
|
|
||||||
|
public const int DEF_38400 = 38400;
|
||||||
|
|
||||||
|
public const int DEF_57600 = 57600;
|
||||||
|
|
||||||
|
public const int DEF_115200 = 115200;
|
||||||
|
}
|
||||||
@ -1,13 +0,0 @@
|
|||||||
<?xml version="1.0"?>
|
|
||||||
<MLComponentSettings xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
|
||||||
<IsLog>false</IsLog>
|
|
||||||
<LogFolder></LogFolder>
|
|
||||||
<IsSheetCountError>true</IsSheetCountError>
|
|
||||||
<TaxRate></TaxRate>
|
|
||||||
<AlternativeFont>false</AlternativeFont>
|
|
||||||
<DesignDefaultWindowsFontName>メイリオ</DesignDefaultWindowsFontName>
|
|
||||||
<DesignDefaultWindowsFontSize>9</DesignDefaultWindowsFontSize>
|
|
||||||
<IsFileForwardCompatibleError>true</IsFileForwardCompatibleError>
|
|
||||||
<IsEnableGcCollectForced>false</IsEnableGcCollectForced>
|
|
||||||
<GcCollectForcedThreshold>0</GcCollectForcedThreshold>
|
|
||||||
</MLComponentSettings>
|
|
||||||
17
Properties/AssemblyInfo.cs
Normal file
17
Properties/AssemblyInfo.cs
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
using System.Diagnostics;
|
||||||
|
using System.Reflection;
|
||||||
|
using System.Runtime.CompilerServices;
|
||||||
|
using System.Runtime.InteropServices;
|
||||||
|
using System.Runtime.Versioning;
|
||||||
|
|
||||||
|
[assembly: AssemblyTitle("So-Managerプリンタ制御プログラム")]
|
||||||
|
[assembly: AssemblyDescription("タグ及びQRの近接を待ち受け、定期シールを印刷します")]
|
||||||
|
[assembly: AssemblyConfiguration("")]
|
||||||
|
[assembly: AssemblyCompany("株式会社ソーリン")]
|
||||||
|
[assembly: AssemblyProduct("So-Managerプリンタ制御プログラム 2021年7月バージョン")]
|
||||||
|
[assembly: AssemblyCopyright("Copyright © 2021 so-rin Co.,Ltd.")]
|
||||||
|
[assembly: AssemblyTrademark("")]
|
||||||
|
[assembly: ComVisible(false)]
|
||||||
|
[assembly: Guid("40c2b03c-3efc-4f9e-b942-71d4f94f5a37")]
|
||||||
|
[assembly: AssemblyFileVersion("2.0.2")]
|
||||||
|
[assembly: AssemblyVersion("1.0.0.0")]
|
||||||
54
SoM_PrnControl.YoyakuServiceReference/BcScript.cs
Normal file
54
SoM_PrnControl.YoyakuServiceReference/BcScript.cs
Normal file
@ -0,0 +1,54 @@
|
|||||||
|
using System;
|
||||||
|
using System.CodeDom.Compiler;
|
||||||
|
using System.ComponentModel;
|
||||||
|
using System.Diagnostics;
|
||||||
|
using System.Xml.Serialization;
|
||||||
|
|
||||||
|
namespace SoM_PrnControl.YoyakuServiceReference;
|
||||||
|
|
||||||
|
[Serializable]
|
||||||
|
[GeneratedCode("System.Xml", "4.8.9032.0")]
|
||||||
|
[DebuggerStepThrough]
|
||||||
|
[DesignerCategory("code")]
|
||||||
|
[XmlType(Namespace = "http://rem.kessai.info/Kessai/")]
|
||||||
|
public class BcScript : INotifyPropertyChanged
|
||||||
|
{
|
||||||
|
private int indexField;
|
||||||
|
|
||||||
|
private string bcScriptStrField;
|
||||||
|
|
||||||
|
[XmlElement(Order = 0)]
|
||||||
|
public int Index
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return indexField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
indexField = value;
|
||||||
|
RaisePropertyChanged("Index");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 1)]
|
||||||
|
public string BcScriptStr
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return bcScriptStrField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
bcScriptStrField = value;
|
||||||
|
RaisePropertyChanged("BcScriptStr");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
public event PropertyChangedEventHandler PropertyChanged;
|
||||||
|
|
||||||
|
protected void RaisePropertyChanged(string propertyName)
|
||||||
|
{
|
||||||
|
this.PropertyChanged?.Invoke(this, new PropertyChangedEventArgs(propertyName));
|
||||||
|
}
|
||||||
|
}
|
||||||
54
SoM_PrnControl.YoyakuServiceReference/CashOutAesFree.cs
Normal file
54
SoM_PrnControl.YoyakuServiceReference/CashOutAesFree.cs
Normal file
@ -0,0 +1,54 @@
|
|||||||
|
using System;
|
||||||
|
using System.CodeDom.Compiler;
|
||||||
|
using System.ComponentModel;
|
||||||
|
using System.Diagnostics;
|
||||||
|
using System.Xml.Serialization;
|
||||||
|
|
||||||
|
namespace SoM_PrnControl.YoyakuServiceReference;
|
||||||
|
|
||||||
|
[Serializable]
|
||||||
|
[GeneratedCode("System.Xml", "4.8.9032.0")]
|
||||||
|
[DebuggerStepThrough]
|
||||||
|
[DesignerCategory("code")]
|
||||||
|
[XmlType(Namespace = "http://rem.kessai.info/Kessai/")]
|
||||||
|
public class CashOutAesFree : INotifyPropertyChanged
|
||||||
|
{
|
||||||
|
private string indexField;
|
||||||
|
|
||||||
|
private string cashOutFreeStrField;
|
||||||
|
|
||||||
|
[XmlElement(Order = 0)]
|
||||||
|
public string Index
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return indexField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
indexField = value;
|
||||||
|
RaisePropertyChanged("Index");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 1)]
|
||||||
|
public string CashOutFreeStr
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return cashOutFreeStrField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
cashOutFreeStrField = value;
|
||||||
|
RaisePropertyChanged("CashOutFreeStr");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
public event PropertyChangedEventHandler PropertyChanged;
|
||||||
|
|
||||||
|
protected void RaisePropertyChanged(string propertyName)
|
||||||
|
{
|
||||||
|
this.PropertyChanged?.Invoke(this, new PropertyChangedEventArgs(propertyName));
|
||||||
|
}
|
||||||
|
}
|
||||||
@ -0,0 +1,29 @@
|
|||||||
|
using System.CodeDom.Compiler;
|
||||||
|
using System.ComponentModel;
|
||||||
|
using System.Diagnostics;
|
||||||
|
using System.ServiceModel;
|
||||||
|
|
||||||
|
namespace SoM_PrnControl.YoyakuServiceReference;
|
||||||
|
|
||||||
|
[DebuggerStepThrough]
|
||||||
|
[GeneratedCode("System.ServiceModel", "4.0.0.0")]
|
||||||
|
[EditorBrowsable(EditorBrowsableState.Advanced)]
|
||||||
|
[MessageContract(WrapperName = "CashOutAesRequest", WrapperNamespace = "http://rem.kessai.info/Kessai/", IsWrapped = true)]
|
||||||
|
public class CashOutAesRequestRequest
|
||||||
|
{
|
||||||
|
[MessageHeader(Namespace = "http://rem.kessai.info/Kessai/")]
|
||||||
|
public WellnetSoapHeader WellnetSoapHeader;
|
||||||
|
|
||||||
|
[MessageBodyMember(Namespace = "http://rem.kessai.info/Kessai/", Order = 0)]
|
||||||
|
public InParamCashOutAesRequest inDataAes;
|
||||||
|
|
||||||
|
public CashOutAesRequestRequest()
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
|
public CashOutAesRequestRequest(WellnetSoapHeader WellnetSoapHeader, InParamCashOutAesRequest inDataAes)
|
||||||
|
{
|
||||||
|
this.WellnetSoapHeader = WellnetSoapHeader;
|
||||||
|
this.inDataAes = inDataAes;
|
||||||
|
}
|
||||||
|
}
|
||||||
@ -0,0 +1,25 @@
|
|||||||
|
using System.CodeDom.Compiler;
|
||||||
|
using System.ComponentModel;
|
||||||
|
using System.Diagnostics;
|
||||||
|
using System.ServiceModel;
|
||||||
|
|
||||||
|
namespace SoM_PrnControl.YoyakuServiceReference;
|
||||||
|
|
||||||
|
[DebuggerStepThrough]
|
||||||
|
[GeneratedCode("System.ServiceModel", "4.0.0.0")]
|
||||||
|
[EditorBrowsable(EditorBrowsableState.Advanced)]
|
||||||
|
[MessageContract(WrapperName = "CashOutAesRequestResponse", WrapperNamespace = "http://rem.kessai.info/Kessai/", IsWrapped = true)]
|
||||||
|
public class CashOutAesRequestResponse
|
||||||
|
{
|
||||||
|
[MessageBodyMember(Namespace = "http://rem.kessai.info/Kessai/", Order = 0)]
|
||||||
|
public OutParamCashOutRequest CashOutAesRequestResult;
|
||||||
|
|
||||||
|
public CashOutAesRequestResponse()
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
|
public CashOutAesRequestResponse(OutParamCashOutRequest CashOutAesRequestResult)
|
||||||
|
{
|
||||||
|
this.CashOutAesRequestResult = CashOutAesRequestResult;
|
||||||
|
}
|
||||||
|
}
|
||||||
@ -0,0 +1,29 @@
|
|||||||
|
using System.CodeDom.Compiler;
|
||||||
|
using System.ComponentModel;
|
||||||
|
using System.Diagnostics;
|
||||||
|
using System.ServiceModel;
|
||||||
|
|
||||||
|
namespace SoM_PrnControl.YoyakuServiceReference;
|
||||||
|
|
||||||
|
[DebuggerStepThrough]
|
||||||
|
[GeneratedCode("System.ServiceModel", "4.0.0.0")]
|
||||||
|
[EditorBrowsable(EditorBrowsableState.Advanced)]
|
||||||
|
[MessageContract(WrapperName = "CashOutConsequence", WrapperNamespace = "http://rem.kessai.info/Kessai/", IsWrapped = true)]
|
||||||
|
public class CashOutConsequenceRequest
|
||||||
|
{
|
||||||
|
[MessageHeader(Namespace = "http://rem.kessai.info/Kessai/")]
|
||||||
|
public WellnetSoapHeader WellnetSoapHeader;
|
||||||
|
|
||||||
|
[MessageBodyMember(Namespace = "http://rem.kessai.info/Kessai/", Order = 0)]
|
||||||
|
public InParamCashOutConsequence inData;
|
||||||
|
|
||||||
|
public CashOutConsequenceRequest()
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
|
public CashOutConsequenceRequest(WellnetSoapHeader WellnetSoapHeader, InParamCashOutConsequence inData)
|
||||||
|
{
|
||||||
|
this.WellnetSoapHeader = WellnetSoapHeader;
|
||||||
|
this.inData = inData;
|
||||||
|
}
|
||||||
|
}
|
||||||
@ -0,0 +1,25 @@
|
|||||||
|
using System.CodeDom.Compiler;
|
||||||
|
using System.ComponentModel;
|
||||||
|
using System.Diagnostics;
|
||||||
|
using System.ServiceModel;
|
||||||
|
|
||||||
|
namespace SoM_PrnControl.YoyakuServiceReference;
|
||||||
|
|
||||||
|
[DebuggerStepThrough]
|
||||||
|
[GeneratedCode("System.ServiceModel", "4.0.0.0")]
|
||||||
|
[EditorBrowsable(EditorBrowsableState.Advanced)]
|
||||||
|
[MessageContract(WrapperName = "CashOutConsequenceResponse", WrapperNamespace = "http://rem.kessai.info/Kessai/", IsWrapped = true)]
|
||||||
|
public class CashOutConsequenceResponse
|
||||||
|
{
|
||||||
|
[MessageBodyMember(Namespace = "http://rem.kessai.info/Kessai/", Order = 0)]
|
||||||
|
public OutParamCashOutConsequence CashOutConsequenceResult;
|
||||||
|
|
||||||
|
public CashOutConsequenceResponse()
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
|
public CashOutConsequenceResponse(OutParamCashOutConsequence CashOutConsequenceResult)
|
||||||
|
{
|
||||||
|
this.CashOutConsequenceResult = CashOutConsequenceResult;
|
||||||
|
}
|
||||||
|
}
|
||||||
54
SoM_PrnControl.YoyakuServiceReference/CashOutFree.cs
Normal file
54
SoM_PrnControl.YoyakuServiceReference/CashOutFree.cs
Normal file
@ -0,0 +1,54 @@
|
|||||||
|
using System;
|
||||||
|
using System.CodeDom.Compiler;
|
||||||
|
using System.ComponentModel;
|
||||||
|
using System.Diagnostics;
|
||||||
|
using System.Xml.Serialization;
|
||||||
|
|
||||||
|
namespace SoM_PrnControl.YoyakuServiceReference;
|
||||||
|
|
||||||
|
[Serializable]
|
||||||
|
[GeneratedCode("System.Xml", "4.8.9032.0")]
|
||||||
|
[DebuggerStepThrough]
|
||||||
|
[DesignerCategory("code")]
|
||||||
|
[XmlType(Namespace = "http://rem.kessai.info/Kessai/")]
|
||||||
|
public class CashOutFree : INotifyPropertyChanged
|
||||||
|
{
|
||||||
|
private int indexField;
|
||||||
|
|
||||||
|
private string cashOutFreeStrField;
|
||||||
|
|
||||||
|
[XmlElement(Order = 0)]
|
||||||
|
public int Index
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return indexField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
indexField = value;
|
||||||
|
RaisePropertyChanged("Index");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 1)]
|
||||||
|
public string CashOutFreeStr
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return cashOutFreeStrField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
cashOutFreeStrField = value;
|
||||||
|
RaisePropertyChanged("CashOutFreeStr");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
public event PropertyChangedEventHandler PropertyChanged;
|
||||||
|
|
||||||
|
protected void RaisePropertyChanged(string propertyName)
|
||||||
|
{
|
||||||
|
this.PropertyChanged?.Invoke(this, new PropertyChangedEventArgs(propertyName));
|
||||||
|
}
|
||||||
|
}
|
||||||
@ -0,0 +1,29 @@
|
|||||||
|
using System.CodeDom.Compiler;
|
||||||
|
using System.ComponentModel;
|
||||||
|
using System.Diagnostics;
|
||||||
|
using System.ServiceModel;
|
||||||
|
|
||||||
|
namespace SoM_PrnControl.YoyakuServiceReference;
|
||||||
|
|
||||||
|
[DebuggerStepThrough]
|
||||||
|
[GeneratedCode("System.ServiceModel", "4.0.0.0")]
|
||||||
|
[EditorBrowsable(EditorBrowsableState.Advanced)]
|
||||||
|
[MessageContract(WrapperName = "CashOutRequest", WrapperNamespace = "http://rem.kessai.info/Kessai/", IsWrapped = true)]
|
||||||
|
public class CashOutRequestRequest
|
||||||
|
{
|
||||||
|
[MessageHeader(Namespace = "http://rem.kessai.info/Kessai/")]
|
||||||
|
public WellnetSoapHeader WellnetSoapHeader;
|
||||||
|
|
||||||
|
[MessageBodyMember(Namespace = "http://rem.kessai.info/Kessai/", Order = 0)]
|
||||||
|
public InParamCashOutRequest inData;
|
||||||
|
|
||||||
|
public CashOutRequestRequest()
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
|
public CashOutRequestRequest(WellnetSoapHeader WellnetSoapHeader, InParamCashOutRequest inData)
|
||||||
|
{
|
||||||
|
this.WellnetSoapHeader = WellnetSoapHeader;
|
||||||
|
this.inData = inData;
|
||||||
|
}
|
||||||
|
}
|
||||||
@ -0,0 +1,25 @@
|
|||||||
|
using System.CodeDom.Compiler;
|
||||||
|
using System.ComponentModel;
|
||||||
|
using System.Diagnostics;
|
||||||
|
using System.ServiceModel;
|
||||||
|
|
||||||
|
namespace SoM_PrnControl.YoyakuServiceReference;
|
||||||
|
|
||||||
|
[DebuggerStepThrough]
|
||||||
|
[GeneratedCode("System.ServiceModel", "4.0.0.0")]
|
||||||
|
[EditorBrowsable(EditorBrowsableState.Advanced)]
|
||||||
|
[MessageContract(WrapperName = "CashOutRequestResponse", WrapperNamespace = "http://rem.kessai.info/Kessai/", IsWrapped = true)]
|
||||||
|
public class CashOutRequestResponse
|
||||||
|
{
|
||||||
|
[MessageBodyMember(Namespace = "http://rem.kessai.info/Kessai/", Order = 0)]
|
||||||
|
public OutParamCashOutRequest CashOutRequestResult;
|
||||||
|
|
||||||
|
public CashOutRequestResponse()
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
|
public CashOutRequestResponse(OutParamCashOutRequest CashOutRequestResult)
|
||||||
|
{
|
||||||
|
this.CashOutRequestResult = CashOutRequestResult;
|
||||||
|
}
|
||||||
|
}
|
||||||
278
SoM_PrnControl.YoyakuServiceReference/InParamBarCode.cs
Normal file
278
SoM_PrnControl.YoyakuServiceReference/InParamBarCode.cs
Normal file
@ -0,0 +1,278 @@
|
|||||||
|
using System;
|
||||||
|
using System.CodeDom.Compiler;
|
||||||
|
using System.ComponentModel;
|
||||||
|
using System.Diagnostics;
|
||||||
|
using System.Xml.Serialization;
|
||||||
|
|
||||||
|
namespace SoM_PrnControl.YoyakuServiceReference;
|
||||||
|
|
||||||
|
[Serializable]
|
||||||
|
[GeneratedCode("System.Xml", "4.8.9032.0")]
|
||||||
|
[DebuggerStepThrough]
|
||||||
|
[DesignerCategory("code")]
|
||||||
|
[XmlType(Namespace = "http://rem.kessai.info/Kessai/")]
|
||||||
|
public class InParamBarCode : INotifyPropertyChanged
|
||||||
|
{
|
||||||
|
private string dataSyubetsuField;
|
||||||
|
|
||||||
|
private string bcJigyosyaNoField;
|
||||||
|
|
||||||
|
private string bcAnkenNoField;
|
||||||
|
|
||||||
|
private string bcNinsyoKeyField;
|
||||||
|
|
||||||
|
private string bcBarDataField;
|
||||||
|
|
||||||
|
private string bcGetStartField;
|
||||||
|
|
||||||
|
private string bcGetEndField;
|
||||||
|
|
||||||
|
private string bcUseStartField;
|
||||||
|
|
||||||
|
private string bcUseEndField;
|
||||||
|
|
||||||
|
private string bcDataKubunField;
|
||||||
|
|
||||||
|
private string bcNinsyoPasswordField;
|
||||||
|
|
||||||
|
private BcScript[] bcScriptArrayField;
|
||||||
|
|
||||||
|
private string bcTanmatsuIdField;
|
||||||
|
|
||||||
|
private string bcUserIdField;
|
||||||
|
|
||||||
|
private string bcUserAgentField;
|
||||||
|
|
||||||
|
private string bcFreeBufferField;
|
||||||
|
|
||||||
|
[XmlElement(Order = 0)]
|
||||||
|
public string DataSyubetsu
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return dataSyubetsuField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
dataSyubetsuField = value;
|
||||||
|
RaisePropertyChanged("DataSyubetsu");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 1)]
|
||||||
|
public string BcJigyosyaNo
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return bcJigyosyaNoField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
bcJigyosyaNoField = value;
|
||||||
|
RaisePropertyChanged("BcJigyosyaNo");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 2)]
|
||||||
|
public string BcAnkenNo
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return bcAnkenNoField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
bcAnkenNoField = value;
|
||||||
|
RaisePropertyChanged("BcAnkenNo");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 3)]
|
||||||
|
public string BcNinsyoKey
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return bcNinsyoKeyField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
bcNinsyoKeyField = value;
|
||||||
|
RaisePropertyChanged("BcNinsyoKey");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 4)]
|
||||||
|
public string BcBarData
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return bcBarDataField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
bcBarDataField = value;
|
||||||
|
RaisePropertyChanged("BcBarData");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 5)]
|
||||||
|
public string BcGetStart
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return bcGetStartField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
bcGetStartField = value;
|
||||||
|
RaisePropertyChanged("BcGetStart");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 6)]
|
||||||
|
public string BcGetEnd
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return bcGetEndField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
bcGetEndField = value;
|
||||||
|
RaisePropertyChanged("BcGetEnd");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 7)]
|
||||||
|
public string BcUseStart
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return bcUseStartField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
bcUseStartField = value;
|
||||||
|
RaisePropertyChanged("BcUseStart");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 8)]
|
||||||
|
public string BcUseEnd
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return bcUseEndField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
bcUseEndField = value;
|
||||||
|
RaisePropertyChanged("BcUseEnd");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 9)]
|
||||||
|
public string BcDataKubun
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return bcDataKubunField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
bcDataKubunField = value;
|
||||||
|
RaisePropertyChanged("BcDataKubun");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 10)]
|
||||||
|
public string BcNinsyoPassword
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return bcNinsyoPasswordField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
bcNinsyoPasswordField = value;
|
||||||
|
RaisePropertyChanged("BcNinsyoPassword");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlArray(Order = 11)]
|
||||||
|
public BcScript[] BcScriptArray
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return bcScriptArrayField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
bcScriptArrayField = value;
|
||||||
|
RaisePropertyChanged("BcScriptArray");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 12)]
|
||||||
|
public string BcTanmatsuId
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return bcTanmatsuIdField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
bcTanmatsuIdField = value;
|
||||||
|
RaisePropertyChanged("BcTanmatsuId");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 13)]
|
||||||
|
public string BcUserId
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return bcUserIdField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
bcUserIdField = value;
|
||||||
|
RaisePropertyChanged("BcUserId");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 14)]
|
||||||
|
public string BcUserAgent
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return bcUserAgentField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
bcUserAgentField = value;
|
||||||
|
RaisePropertyChanged("BcUserAgent");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 15)]
|
||||||
|
public string BcFreeBuffer
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return bcFreeBufferField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
bcFreeBufferField = value;
|
||||||
|
RaisePropertyChanged("BcFreeBuffer");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
public event PropertyChangedEventHandler PropertyChanged;
|
||||||
|
|
||||||
|
protected void RaisePropertyChanged(string propertyName)
|
||||||
|
{
|
||||||
|
this.PropertyChanged?.Invoke(this, new PropertyChangedEventArgs(propertyName));
|
||||||
|
}
|
||||||
|
}
|
||||||
@ -0,0 +1,294 @@
|
|||||||
|
using System;
|
||||||
|
using System.CodeDom.Compiler;
|
||||||
|
using System.ComponentModel;
|
||||||
|
using System.Diagnostics;
|
||||||
|
using System.Xml.Serialization;
|
||||||
|
|
||||||
|
namespace SoM_PrnControl.YoyakuServiceReference;
|
||||||
|
|
||||||
|
[Serializable]
|
||||||
|
[GeneratedCode("System.Xml", "4.8.9032.0")]
|
||||||
|
[DebuggerStepThrough]
|
||||||
|
[DesignerCategory("code")]
|
||||||
|
[XmlType(Namespace = "http://rem.kessai.info/Kessai/")]
|
||||||
|
public class InParamCashOutAesRequest : INotifyPropertyChanged
|
||||||
|
{
|
||||||
|
private string dataSyubetsuField;
|
||||||
|
|
||||||
|
private string coPayCodeField;
|
||||||
|
|
||||||
|
private string coRecvNumField;
|
||||||
|
|
||||||
|
private string coJigyosyaNoField;
|
||||||
|
|
||||||
|
private string coAnkenNoField;
|
||||||
|
|
||||||
|
private string coWcosPasswordField;
|
||||||
|
|
||||||
|
private string coOpCodeField;
|
||||||
|
|
||||||
|
private string coCorpCodeField;
|
||||||
|
|
||||||
|
private string coTelField;
|
||||||
|
|
||||||
|
private string coNameKanjiField;
|
||||||
|
|
||||||
|
private string coTranLimitField;
|
||||||
|
|
||||||
|
private string coTranAmountField;
|
||||||
|
|
||||||
|
private string coReserveNumField;
|
||||||
|
|
||||||
|
private string coMemberNumField;
|
||||||
|
|
||||||
|
private string coNameKanaField;
|
||||||
|
|
||||||
|
private CashOutAesFree[] coFreeArrayField;
|
||||||
|
|
||||||
|
private CashOutAesFree[] coCFreeArrayField;
|
||||||
|
|
||||||
|
[XmlElement(Order = 0)]
|
||||||
|
public string DataSyubetsu
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return dataSyubetsuField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
dataSyubetsuField = value;
|
||||||
|
RaisePropertyChanged("DataSyubetsu");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 1)]
|
||||||
|
public string CoPayCode
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return coPayCodeField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
coPayCodeField = value;
|
||||||
|
RaisePropertyChanged("CoPayCode");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 2)]
|
||||||
|
public string CoRecvNum
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return coRecvNumField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
coRecvNumField = value;
|
||||||
|
RaisePropertyChanged("CoRecvNum");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 3)]
|
||||||
|
public string CoJigyosyaNo
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return coJigyosyaNoField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
coJigyosyaNoField = value;
|
||||||
|
RaisePropertyChanged("CoJigyosyaNo");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 4)]
|
||||||
|
public string CoAnkenNo
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return coAnkenNoField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
coAnkenNoField = value;
|
||||||
|
RaisePropertyChanged("CoAnkenNo");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 5)]
|
||||||
|
public string CoWcosPassword
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return coWcosPasswordField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
coWcosPasswordField = value;
|
||||||
|
RaisePropertyChanged("CoWcosPassword");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 6)]
|
||||||
|
public string CoOpCode
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return coOpCodeField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
coOpCodeField = value;
|
||||||
|
RaisePropertyChanged("CoOpCode");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 7)]
|
||||||
|
public string CoCorpCode
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return coCorpCodeField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
coCorpCodeField = value;
|
||||||
|
RaisePropertyChanged("CoCorpCode");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 8)]
|
||||||
|
public string CoTel
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return coTelField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
coTelField = value;
|
||||||
|
RaisePropertyChanged("CoTel");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 9)]
|
||||||
|
public string CoNameKanji
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return coNameKanjiField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
coNameKanjiField = value;
|
||||||
|
RaisePropertyChanged("CoNameKanji");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 10)]
|
||||||
|
public string CoTranLimit
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return coTranLimitField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
coTranLimitField = value;
|
||||||
|
RaisePropertyChanged("CoTranLimit");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 11)]
|
||||||
|
public string CoTranAmount
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return coTranAmountField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
coTranAmountField = value;
|
||||||
|
RaisePropertyChanged("CoTranAmount");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 12)]
|
||||||
|
public string CoReserveNum
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return coReserveNumField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
coReserveNumField = value;
|
||||||
|
RaisePropertyChanged("CoReserveNum");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 13)]
|
||||||
|
public string CoMemberNum
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return coMemberNumField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
coMemberNumField = value;
|
||||||
|
RaisePropertyChanged("CoMemberNum");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 14)]
|
||||||
|
public string CoNameKana
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return coNameKanaField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
coNameKanaField = value;
|
||||||
|
RaisePropertyChanged("CoNameKana");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlArray(Order = 15)]
|
||||||
|
public CashOutAesFree[] CoFreeArray
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return coFreeArrayField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
coFreeArrayField = value;
|
||||||
|
RaisePropertyChanged("CoFreeArray");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlArray(Order = 16)]
|
||||||
|
public CashOutAesFree[] CoCFreeArray
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return coCFreeArrayField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
coCFreeArrayField = value;
|
||||||
|
RaisePropertyChanged("CoCFreeArray");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
public event PropertyChangedEventHandler PropertyChanged;
|
||||||
|
|
||||||
|
protected void RaisePropertyChanged(string propertyName)
|
||||||
|
{
|
||||||
|
this.PropertyChanged?.Invoke(this, new PropertyChangedEventArgs(propertyName));
|
||||||
|
}
|
||||||
|
}
|
||||||
@ -0,0 +1,70 @@
|
|||||||
|
using System;
|
||||||
|
using System.CodeDom.Compiler;
|
||||||
|
using System.ComponentModel;
|
||||||
|
using System.Diagnostics;
|
||||||
|
using System.Xml.Serialization;
|
||||||
|
|
||||||
|
namespace SoM_PrnControl.YoyakuServiceReference;
|
||||||
|
|
||||||
|
[Serializable]
|
||||||
|
[GeneratedCode("System.Xml", "4.8.9032.0")]
|
||||||
|
[DebuggerStepThrough]
|
||||||
|
[DesignerCategory("code")]
|
||||||
|
[XmlType(Namespace = "http://rem.kessai.info/Kessai/")]
|
||||||
|
public class InParamCashOutConsequence : INotifyPropertyChanged
|
||||||
|
{
|
||||||
|
private string dataSyubetsuField;
|
||||||
|
|
||||||
|
private string coRecvNumField;
|
||||||
|
|
||||||
|
private string coCorpCodeField;
|
||||||
|
|
||||||
|
[XmlElement(Order = 0)]
|
||||||
|
public string DataSyubetsu
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return dataSyubetsuField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
dataSyubetsuField = value;
|
||||||
|
RaisePropertyChanged("DataSyubetsu");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 1)]
|
||||||
|
public string CoRecvNum
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return coRecvNumField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
coRecvNumField = value;
|
||||||
|
RaisePropertyChanged("CoRecvNum");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 2)]
|
||||||
|
public string CoCorpCode
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return coCorpCodeField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
coCorpCodeField = value;
|
||||||
|
RaisePropertyChanged("CoCorpCode");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
public event PropertyChangedEventHandler PropertyChanged;
|
||||||
|
|
||||||
|
protected void RaisePropertyChanged(string propertyName)
|
||||||
|
{
|
||||||
|
this.PropertyChanged?.Invoke(this, new PropertyChangedEventArgs(propertyName));
|
||||||
|
}
|
||||||
|
}
|
||||||
294
SoM_PrnControl.YoyakuServiceReference/InParamCashOutRequest.cs
Normal file
294
SoM_PrnControl.YoyakuServiceReference/InParamCashOutRequest.cs
Normal file
@ -0,0 +1,294 @@
|
|||||||
|
using System;
|
||||||
|
using System.CodeDom.Compiler;
|
||||||
|
using System.ComponentModel;
|
||||||
|
using System.Diagnostics;
|
||||||
|
using System.Xml.Serialization;
|
||||||
|
|
||||||
|
namespace SoM_PrnControl.YoyakuServiceReference;
|
||||||
|
|
||||||
|
[Serializable]
|
||||||
|
[GeneratedCode("System.Xml", "4.8.9032.0")]
|
||||||
|
[DebuggerStepThrough]
|
||||||
|
[DesignerCategory("code")]
|
||||||
|
[XmlType(Namespace = "http://rem.kessai.info/Kessai/")]
|
||||||
|
public class InParamCashOutRequest : INotifyPropertyChanged
|
||||||
|
{
|
||||||
|
private string dataSyubetsuField;
|
||||||
|
|
||||||
|
private string coPayCodeField;
|
||||||
|
|
||||||
|
private string coRecvNumField;
|
||||||
|
|
||||||
|
private string coJigyosyaNoField;
|
||||||
|
|
||||||
|
private string coAnkenNoField;
|
||||||
|
|
||||||
|
private string coWcosPasswordField;
|
||||||
|
|
||||||
|
private string coOpCodeField;
|
||||||
|
|
||||||
|
private string coCorpCodeField;
|
||||||
|
|
||||||
|
private string coTelField;
|
||||||
|
|
||||||
|
private string coNameKanjiField;
|
||||||
|
|
||||||
|
private string coTranLimitField;
|
||||||
|
|
||||||
|
private string coTranAmountField;
|
||||||
|
|
||||||
|
private string coReserveNumField;
|
||||||
|
|
||||||
|
private string coMemberNumField;
|
||||||
|
|
||||||
|
private string coNameKanaField;
|
||||||
|
|
||||||
|
private CashOutFree[] coFreeArrayField;
|
||||||
|
|
||||||
|
private CashOutFree[] coCFreeArrayField;
|
||||||
|
|
||||||
|
[XmlElement(Order = 0)]
|
||||||
|
public string DataSyubetsu
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return dataSyubetsuField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
dataSyubetsuField = value;
|
||||||
|
RaisePropertyChanged("DataSyubetsu");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 1)]
|
||||||
|
public string CoPayCode
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return coPayCodeField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
coPayCodeField = value;
|
||||||
|
RaisePropertyChanged("CoPayCode");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 2)]
|
||||||
|
public string CoRecvNum
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return coRecvNumField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
coRecvNumField = value;
|
||||||
|
RaisePropertyChanged("CoRecvNum");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 3)]
|
||||||
|
public string CoJigyosyaNo
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return coJigyosyaNoField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
coJigyosyaNoField = value;
|
||||||
|
RaisePropertyChanged("CoJigyosyaNo");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 4)]
|
||||||
|
public string CoAnkenNo
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return coAnkenNoField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
coAnkenNoField = value;
|
||||||
|
RaisePropertyChanged("CoAnkenNo");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 5)]
|
||||||
|
public string CoWcosPassword
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return coWcosPasswordField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
coWcosPasswordField = value;
|
||||||
|
RaisePropertyChanged("CoWcosPassword");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 6)]
|
||||||
|
public string CoOpCode
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return coOpCodeField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
coOpCodeField = value;
|
||||||
|
RaisePropertyChanged("CoOpCode");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 7)]
|
||||||
|
public string CoCorpCode
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return coCorpCodeField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
coCorpCodeField = value;
|
||||||
|
RaisePropertyChanged("CoCorpCode");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 8)]
|
||||||
|
public string CoTel
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return coTelField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
coTelField = value;
|
||||||
|
RaisePropertyChanged("CoTel");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 9)]
|
||||||
|
public string CoNameKanji
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return coNameKanjiField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
coNameKanjiField = value;
|
||||||
|
RaisePropertyChanged("CoNameKanji");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 10)]
|
||||||
|
public string CoTranLimit
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return coTranLimitField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
coTranLimitField = value;
|
||||||
|
RaisePropertyChanged("CoTranLimit");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 11)]
|
||||||
|
public string CoTranAmount
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return coTranAmountField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
coTranAmountField = value;
|
||||||
|
RaisePropertyChanged("CoTranAmount");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 12)]
|
||||||
|
public string CoReserveNum
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return coReserveNumField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
coReserveNumField = value;
|
||||||
|
RaisePropertyChanged("CoReserveNum");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 13)]
|
||||||
|
public string CoMemberNum
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return coMemberNumField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
coMemberNumField = value;
|
||||||
|
RaisePropertyChanged("CoMemberNum");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 14)]
|
||||||
|
public string CoNameKana
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return coNameKanaField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
coNameKanaField = value;
|
||||||
|
RaisePropertyChanged("CoNameKana");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlArray(Order = 15)]
|
||||||
|
public CashOutFree[] CoFreeArray
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return coFreeArrayField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
coFreeArrayField = value;
|
||||||
|
RaisePropertyChanged("CoFreeArray");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlArray(Order = 16)]
|
||||||
|
public CashOutFree[] CoCFreeArray
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return coCFreeArrayField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
coCFreeArrayField = value;
|
||||||
|
RaisePropertyChanged("CoCFreeArray");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
public event PropertyChangedEventHandler PropertyChanged;
|
||||||
|
|
||||||
|
protected void RaisePropertyChanged(string propertyName)
|
||||||
|
{
|
||||||
|
this.PropertyChanged?.Invoke(this, new PropertyChangedEventArgs(propertyName));
|
||||||
|
}
|
||||||
|
}
|
||||||
@ -0,0 +1,230 @@
|
|||||||
|
using System;
|
||||||
|
using System.CodeDom.Compiler;
|
||||||
|
using System.ComponentModel;
|
||||||
|
using System.Diagnostics;
|
||||||
|
using System.Xml.Serialization;
|
||||||
|
|
||||||
|
namespace SoM_PrnControl.YoyakuServiceReference;
|
||||||
|
|
||||||
|
[Serializable]
|
||||||
|
[GeneratedCode("System.Xml", "4.8.9032.0")]
|
||||||
|
[DebuggerStepThrough]
|
||||||
|
[DesignerCategory("code")]
|
||||||
|
[XmlType(Namespace = "http://rem.kessai.info/Kessai/")]
|
||||||
|
public class InParamKeizokukakinRequest : INotifyPropertyChanged
|
||||||
|
{
|
||||||
|
private string dataSyubetsuField;
|
||||||
|
|
||||||
|
private string hashValueField;
|
||||||
|
|
||||||
|
private string syunoPayCodeField;
|
||||||
|
|
||||||
|
private string syunoRecvNumField;
|
||||||
|
|
||||||
|
private string bcJigyosyaNoField;
|
||||||
|
|
||||||
|
private string bcAnkenNoField;
|
||||||
|
|
||||||
|
private string syunoOpCodeField;
|
||||||
|
|
||||||
|
private string syunoPayAmountField;
|
||||||
|
|
||||||
|
private string syunoMemberNumField;
|
||||||
|
|
||||||
|
private string autoSalesExecutionDateField;
|
||||||
|
|
||||||
|
private string syouhinIdField;
|
||||||
|
|
||||||
|
private string reqDateTimeField;
|
||||||
|
|
||||||
|
private SyunoFree[] syunoFreeArrayField;
|
||||||
|
|
||||||
|
[XmlElement(Order = 0)]
|
||||||
|
public string DataSyubetsu
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return dataSyubetsuField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
dataSyubetsuField = value;
|
||||||
|
RaisePropertyChanged("DataSyubetsu");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 1)]
|
||||||
|
public string HashValue
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return hashValueField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
hashValueField = value;
|
||||||
|
RaisePropertyChanged("HashValue");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 2)]
|
||||||
|
public string SyunoPayCode
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return syunoPayCodeField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
syunoPayCodeField = value;
|
||||||
|
RaisePropertyChanged("SyunoPayCode");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 3)]
|
||||||
|
public string SyunoRecvNum
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return syunoRecvNumField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
syunoRecvNumField = value;
|
||||||
|
RaisePropertyChanged("SyunoRecvNum");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 4)]
|
||||||
|
public string BcJigyosyaNo
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return bcJigyosyaNoField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
bcJigyosyaNoField = value;
|
||||||
|
RaisePropertyChanged("BcJigyosyaNo");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 5)]
|
||||||
|
public string BcAnkenNo
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return bcAnkenNoField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
bcAnkenNoField = value;
|
||||||
|
RaisePropertyChanged("BcAnkenNo");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 6)]
|
||||||
|
public string SyunoOpCode
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return syunoOpCodeField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
syunoOpCodeField = value;
|
||||||
|
RaisePropertyChanged("SyunoOpCode");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 7)]
|
||||||
|
public string SyunoPayAmount
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return syunoPayAmountField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
syunoPayAmountField = value;
|
||||||
|
RaisePropertyChanged("SyunoPayAmount");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 8)]
|
||||||
|
public string SyunoMemberNum
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return syunoMemberNumField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
syunoMemberNumField = value;
|
||||||
|
RaisePropertyChanged("SyunoMemberNum");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 9)]
|
||||||
|
public string AutoSalesExecutionDate
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return autoSalesExecutionDateField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
autoSalesExecutionDateField = value;
|
||||||
|
RaisePropertyChanged("AutoSalesExecutionDate");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 10)]
|
||||||
|
public string SyouhinId
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return syouhinIdField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
syouhinIdField = value;
|
||||||
|
RaisePropertyChanged("SyouhinId");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 11)]
|
||||||
|
public string ReqDateTime
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return reqDateTimeField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
reqDateTimeField = value;
|
||||||
|
RaisePropertyChanged("ReqDateTime");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlArray(Order = 12)]
|
||||||
|
public SyunoFree[] SyunoFreeArray
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return syunoFreeArrayField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
syunoFreeArrayField = value;
|
||||||
|
RaisePropertyChanged("SyunoFreeArray");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
public event PropertyChangedEventHandler PropertyChanged;
|
||||||
|
|
||||||
|
protected void RaisePropertyChanged(string propertyName)
|
||||||
|
{
|
||||||
|
this.PropertyChanged?.Invoke(this, new PropertyChangedEventArgs(propertyName));
|
||||||
|
}
|
||||||
|
}
|
||||||
86
SoM_PrnControl.YoyakuServiceReference/InParamNyukin.cs
Normal file
86
SoM_PrnControl.YoyakuServiceReference/InParamNyukin.cs
Normal file
@ -0,0 +1,86 @@
|
|||||||
|
using System;
|
||||||
|
using System.CodeDom.Compiler;
|
||||||
|
using System.ComponentModel;
|
||||||
|
using System.Diagnostics;
|
||||||
|
using System.Xml.Serialization;
|
||||||
|
|
||||||
|
namespace SoM_PrnControl.YoyakuServiceReference;
|
||||||
|
|
||||||
|
[Serializable]
|
||||||
|
[GeneratedCode("System.Xml", "4.8.9032.0")]
|
||||||
|
[DebuggerStepThrough]
|
||||||
|
[DesignerCategory("code")]
|
||||||
|
[XmlType(Namespace = "http://rem.kessai.info/Kessai/")]
|
||||||
|
public class InParamNyukin : INotifyPropertyChanged
|
||||||
|
{
|
||||||
|
private string dataSyubetsuField;
|
||||||
|
|
||||||
|
private string nyukinPayCodeField;
|
||||||
|
|
||||||
|
private string nyukinRecvNumField;
|
||||||
|
|
||||||
|
private string nyukinCorpCodeField;
|
||||||
|
|
||||||
|
[XmlElement(Order = 0)]
|
||||||
|
public string DataSyubetsu
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return dataSyubetsuField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
dataSyubetsuField = value;
|
||||||
|
RaisePropertyChanged("DataSyubetsu");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 1)]
|
||||||
|
public string NyukinPayCode
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return nyukinPayCodeField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
nyukinPayCodeField = value;
|
||||||
|
RaisePropertyChanged("NyukinPayCode");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 2)]
|
||||||
|
public string NyukinRecvNum
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return nyukinRecvNumField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
nyukinRecvNumField = value;
|
||||||
|
RaisePropertyChanged("NyukinRecvNum");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 3)]
|
||||||
|
public string NyukinCorpCode
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return nyukinCorpCodeField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
nyukinCorpCodeField = value;
|
||||||
|
RaisePropertyChanged("NyukinCorpCode");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
public event PropertyChangedEventHandler PropertyChanged;
|
||||||
|
|
||||||
|
protected void RaisePropertyChanged(string propertyName)
|
||||||
|
{
|
||||||
|
this.PropertyChanged?.Invoke(this, new PropertyChangedEventArgs(propertyName));
|
||||||
|
}
|
||||||
|
}
|
||||||
278
SoM_PrnControl.YoyakuServiceReference/InParamSyuno.cs
Normal file
278
SoM_PrnControl.YoyakuServiceReference/InParamSyuno.cs
Normal file
@ -0,0 +1,278 @@
|
|||||||
|
using System;
|
||||||
|
using System.CodeDom.Compiler;
|
||||||
|
using System.ComponentModel;
|
||||||
|
using System.Diagnostics;
|
||||||
|
using System.Xml.Serialization;
|
||||||
|
|
||||||
|
namespace SoM_PrnControl.YoyakuServiceReference;
|
||||||
|
|
||||||
|
[Serializable]
|
||||||
|
[GeneratedCode("System.Xml", "4.8.9032.0")]
|
||||||
|
[DebuggerStepThrough]
|
||||||
|
[DesignerCategory("code")]
|
||||||
|
[XmlType(Namespace = "http://rem.kessai.info/Kessai/")]
|
||||||
|
public class InParamSyuno : INotifyPropertyChanged
|
||||||
|
{
|
||||||
|
private string dataSyubetsuField;
|
||||||
|
|
||||||
|
private string syunoPayCodeField;
|
||||||
|
|
||||||
|
private string syunoRecvNumField;
|
||||||
|
|
||||||
|
private string bcJigyosyaNoField;
|
||||||
|
|
||||||
|
private string bcAnkenNoField;
|
||||||
|
|
||||||
|
private string bcNinsyoKeyField;
|
||||||
|
|
||||||
|
private string syunoOpCodeField;
|
||||||
|
|
||||||
|
private string syunoCorpCodeField;
|
||||||
|
|
||||||
|
private string syunoTelField;
|
||||||
|
|
||||||
|
private string syunoNameKanjiField;
|
||||||
|
|
||||||
|
private string syunoPayLimitField;
|
||||||
|
|
||||||
|
private string syunoPayAmountField;
|
||||||
|
|
||||||
|
private string syunoReserveNumField;
|
||||||
|
|
||||||
|
private string syunoMemberNumField;
|
||||||
|
|
||||||
|
private string syunoNameKanaField;
|
||||||
|
|
||||||
|
private SyunoFree[] syunoFreeArrayField;
|
||||||
|
|
||||||
|
[XmlElement(Order = 0)]
|
||||||
|
public string DataSyubetsu
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return dataSyubetsuField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
dataSyubetsuField = value;
|
||||||
|
RaisePropertyChanged("DataSyubetsu");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 1)]
|
||||||
|
public string SyunoPayCode
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return syunoPayCodeField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
syunoPayCodeField = value;
|
||||||
|
RaisePropertyChanged("SyunoPayCode");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 2)]
|
||||||
|
public string SyunoRecvNum
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return syunoRecvNumField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
syunoRecvNumField = value;
|
||||||
|
RaisePropertyChanged("SyunoRecvNum");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 3)]
|
||||||
|
public string BcJigyosyaNo
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return bcJigyosyaNoField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
bcJigyosyaNoField = value;
|
||||||
|
RaisePropertyChanged("BcJigyosyaNo");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 4)]
|
||||||
|
public string BcAnkenNo
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return bcAnkenNoField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
bcAnkenNoField = value;
|
||||||
|
RaisePropertyChanged("BcAnkenNo");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 5)]
|
||||||
|
public string BcNinsyoKey
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return bcNinsyoKeyField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
bcNinsyoKeyField = value;
|
||||||
|
RaisePropertyChanged("BcNinsyoKey");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 6)]
|
||||||
|
public string SyunoOpCode
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return syunoOpCodeField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
syunoOpCodeField = value;
|
||||||
|
RaisePropertyChanged("SyunoOpCode");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 7)]
|
||||||
|
public string SyunoCorpCode
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return syunoCorpCodeField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
syunoCorpCodeField = value;
|
||||||
|
RaisePropertyChanged("SyunoCorpCode");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 8)]
|
||||||
|
public string SyunoTel
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return syunoTelField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
syunoTelField = value;
|
||||||
|
RaisePropertyChanged("SyunoTel");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 9)]
|
||||||
|
public string SyunoNameKanji
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return syunoNameKanjiField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
syunoNameKanjiField = value;
|
||||||
|
RaisePropertyChanged("SyunoNameKanji");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 10)]
|
||||||
|
public string SyunoPayLimit
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return syunoPayLimitField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
syunoPayLimitField = value;
|
||||||
|
RaisePropertyChanged("SyunoPayLimit");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 11)]
|
||||||
|
public string SyunoPayAmount
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return syunoPayAmountField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
syunoPayAmountField = value;
|
||||||
|
RaisePropertyChanged("SyunoPayAmount");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 12)]
|
||||||
|
public string SyunoReserveNum
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return syunoReserveNumField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
syunoReserveNumField = value;
|
||||||
|
RaisePropertyChanged("SyunoReserveNum");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 13)]
|
||||||
|
public string SyunoMemberNum
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return syunoMemberNumField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
syunoMemberNumField = value;
|
||||||
|
RaisePropertyChanged("SyunoMemberNum");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 14)]
|
||||||
|
public string SyunoNameKana
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return syunoNameKanaField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
syunoNameKanaField = value;
|
||||||
|
RaisePropertyChanged("SyunoNameKana");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlArray(Order = 15)]
|
||||||
|
public SyunoFree[] SyunoFreeArray
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return syunoFreeArrayField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
syunoFreeArrayField = value;
|
||||||
|
RaisePropertyChanged("SyunoFreeArray");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
public event PropertyChangedEventHandler PropertyChanged;
|
||||||
|
|
||||||
|
protected void RaisePropertyChanged(string propertyName)
|
||||||
|
{
|
||||||
|
this.PropertyChanged?.Invoke(this, new PropertyChangedEventArgs(propertyName));
|
||||||
|
}
|
||||||
|
}
|
||||||
375
SoM_PrnControl.YoyakuServiceReference/InParamSyunoBarCode.cs
Normal file
375
SoM_PrnControl.YoyakuServiceReference/InParamSyunoBarCode.cs
Normal file
@ -0,0 +1,375 @@
|
|||||||
|
using System;
|
||||||
|
using System.CodeDom.Compiler;
|
||||||
|
using System.ComponentModel;
|
||||||
|
using System.Diagnostics;
|
||||||
|
using System.Xml.Serialization;
|
||||||
|
|
||||||
|
namespace SoM_PrnControl.YoyakuServiceReference;
|
||||||
|
|
||||||
|
[Serializable]
|
||||||
|
[XmlInclude(typeof(InParamSyunoETicket))]
|
||||||
|
[GeneratedCode("System.Xml", "4.8.9032.0")]
|
||||||
|
[DebuggerStepThrough]
|
||||||
|
[DesignerCategory("code")]
|
||||||
|
[XmlType(Namespace = "http://rem.kessai.info/Kessai/")]
|
||||||
|
public class InParamSyunoBarCode : INotifyPropertyChanged
|
||||||
|
{
|
||||||
|
private string dataSyubetsuField;
|
||||||
|
|
||||||
|
private string syunoPayCodeField;
|
||||||
|
|
||||||
|
private string syunoRecvNumField;
|
||||||
|
|
||||||
|
private string bcJigyosyaNoField;
|
||||||
|
|
||||||
|
private string bcAnkenNoField;
|
||||||
|
|
||||||
|
private string bcNinsyoKeyField;
|
||||||
|
|
||||||
|
private string syunoOpCodeField;
|
||||||
|
|
||||||
|
private string syunoCorpCodeField;
|
||||||
|
|
||||||
|
private string syunoTelField;
|
||||||
|
|
||||||
|
private string syunoNameKanjiField;
|
||||||
|
|
||||||
|
private string syunoPayLimitField;
|
||||||
|
|
||||||
|
private string syunoPayAmountField;
|
||||||
|
|
||||||
|
private string syunoReserveNumField;
|
||||||
|
|
||||||
|
private string syunoMemberNumField;
|
||||||
|
|
||||||
|
private string syunoNameKanaField;
|
||||||
|
|
||||||
|
private SyunoFree[] syunoFreeArrayField;
|
||||||
|
|
||||||
|
private string bcNinsyoPasswordField;
|
||||||
|
|
||||||
|
private BcScript[] bcScriptArrayField;
|
||||||
|
|
||||||
|
private string bcTanmatsuIdField;
|
||||||
|
|
||||||
|
private string bcUserIdField;
|
||||||
|
|
||||||
|
private string bcUserAgentField;
|
||||||
|
|
||||||
|
private string bcFreeBufferField;
|
||||||
|
|
||||||
|
[XmlElement(Order = 0)]
|
||||||
|
public string DataSyubetsu
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return dataSyubetsuField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
dataSyubetsuField = value;
|
||||||
|
RaisePropertyChanged("DataSyubetsu");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 1)]
|
||||||
|
public string SyunoPayCode
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return syunoPayCodeField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
syunoPayCodeField = value;
|
||||||
|
RaisePropertyChanged("SyunoPayCode");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 2)]
|
||||||
|
public string SyunoRecvNum
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return syunoRecvNumField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
syunoRecvNumField = value;
|
||||||
|
RaisePropertyChanged("SyunoRecvNum");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 3)]
|
||||||
|
public string BcJigyosyaNo
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return bcJigyosyaNoField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
bcJigyosyaNoField = value;
|
||||||
|
RaisePropertyChanged("BcJigyosyaNo");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 4)]
|
||||||
|
public string BcAnkenNo
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return bcAnkenNoField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
bcAnkenNoField = value;
|
||||||
|
RaisePropertyChanged("BcAnkenNo");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 5)]
|
||||||
|
public string BcNinsyoKey
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return bcNinsyoKeyField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
bcNinsyoKeyField = value;
|
||||||
|
RaisePropertyChanged("BcNinsyoKey");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 6)]
|
||||||
|
public string SyunoOpCode
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return syunoOpCodeField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
syunoOpCodeField = value;
|
||||||
|
RaisePropertyChanged("SyunoOpCode");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 7)]
|
||||||
|
public string SyunoCorpCode
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return syunoCorpCodeField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
syunoCorpCodeField = value;
|
||||||
|
RaisePropertyChanged("SyunoCorpCode");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 8)]
|
||||||
|
public string SyunoTel
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return syunoTelField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
syunoTelField = value;
|
||||||
|
RaisePropertyChanged("SyunoTel");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 9)]
|
||||||
|
public string SyunoNameKanji
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return syunoNameKanjiField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
syunoNameKanjiField = value;
|
||||||
|
RaisePropertyChanged("SyunoNameKanji");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 10)]
|
||||||
|
public string SyunoPayLimit
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return syunoPayLimitField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
syunoPayLimitField = value;
|
||||||
|
RaisePropertyChanged("SyunoPayLimit");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 11)]
|
||||||
|
public string SyunoPayAmount
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return syunoPayAmountField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
syunoPayAmountField = value;
|
||||||
|
RaisePropertyChanged("SyunoPayAmount");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 12)]
|
||||||
|
public string SyunoReserveNum
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return syunoReserveNumField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
syunoReserveNumField = value;
|
||||||
|
RaisePropertyChanged("SyunoReserveNum");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 13)]
|
||||||
|
public string SyunoMemberNum
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return syunoMemberNumField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
syunoMemberNumField = value;
|
||||||
|
RaisePropertyChanged("SyunoMemberNum");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 14)]
|
||||||
|
public string SyunoNameKana
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return syunoNameKanaField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
syunoNameKanaField = value;
|
||||||
|
RaisePropertyChanged("SyunoNameKana");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlArray(Order = 15)]
|
||||||
|
public SyunoFree[] SyunoFreeArray
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return syunoFreeArrayField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
syunoFreeArrayField = value;
|
||||||
|
RaisePropertyChanged("SyunoFreeArray");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 16)]
|
||||||
|
public string BcNinsyoPassword
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return bcNinsyoPasswordField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
bcNinsyoPasswordField = value;
|
||||||
|
RaisePropertyChanged("BcNinsyoPassword");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlArray(Order = 17)]
|
||||||
|
public BcScript[] BcScriptArray
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return bcScriptArrayField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
bcScriptArrayField = value;
|
||||||
|
RaisePropertyChanged("BcScriptArray");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 18)]
|
||||||
|
public string BcTanmatsuId
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return bcTanmatsuIdField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
bcTanmatsuIdField = value;
|
||||||
|
RaisePropertyChanged("BcTanmatsuId");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 19)]
|
||||||
|
public string BcUserId
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return bcUserIdField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
bcUserIdField = value;
|
||||||
|
RaisePropertyChanged("BcUserId");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 20)]
|
||||||
|
public string BcUserAgent
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return bcUserAgentField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
bcUserAgentField = value;
|
||||||
|
RaisePropertyChanged("BcUserAgent");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 21)]
|
||||||
|
public string BcFreeBuffer
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return bcFreeBufferField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
bcFreeBufferField = value;
|
||||||
|
RaisePropertyChanged("BcFreeBuffer");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
public event PropertyChangedEventHandler PropertyChanged;
|
||||||
|
|
||||||
|
protected void RaisePropertyChanged(string propertyName)
|
||||||
|
{
|
||||||
|
this.PropertyChanged?.Invoke(this, new PropertyChangedEventArgs(propertyName));
|
||||||
|
}
|
||||||
|
}
|
||||||
16
SoM_PrnControl.YoyakuServiceReference/InParamSyunoETicket.cs
Normal file
16
SoM_PrnControl.YoyakuServiceReference/InParamSyunoETicket.cs
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
using System;
|
||||||
|
using System.CodeDom.Compiler;
|
||||||
|
using System.ComponentModel;
|
||||||
|
using System.Diagnostics;
|
||||||
|
using System.Xml.Serialization;
|
||||||
|
|
||||||
|
namespace SoM_PrnControl.YoyakuServiceReference;
|
||||||
|
|
||||||
|
[Serializable]
|
||||||
|
[GeneratedCode("System.Xml", "4.8.9032.0")]
|
||||||
|
[DebuggerStepThrough]
|
||||||
|
[DesignerCategory("code")]
|
||||||
|
[XmlType(Namespace = "http://rem.kessai.info/Kessai/")]
|
||||||
|
public class InParamSyunoETicket : InParamSyunoBarCode
|
||||||
|
{
|
||||||
|
}
|
||||||
470
SoM_PrnControl.YoyakuServiceReference/InParamSyunoPlusBarCode.cs
Normal file
470
SoM_PrnControl.YoyakuServiceReference/InParamSyunoPlusBarCode.cs
Normal file
@ -0,0 +1,470 @@
|
|||||||
|
using System;
|
||||||
|
using System.CodeDom.Compiler;
|
||||||
|
using System.ComponentModel;
|
||||||
|
using System.Diagnostics;
|
||||||
|
using System.Xml.Serialization;
|
||||||
|
|
||||||
|
namespace SoM_PrnControl.YoyakuServiceReference;
|
||||||
|
|
||||||
|
[Serializable]
|
||||||
|
[GeneratedCode("System.Xml", "4.8.9032.0")]
|
||||||
|
[DebuggerStepThrough]
|
||||||
|
[DesignerCategory("code")]
|
||||||
|
[XmlType(Namespace = "http://rem.kessai.info/Kessai/")]
|
||||||
|
public class InParamSyunoPlusBarCode : INotifyPropertyChanged
|
||||||
|
{
|
||||||
|
private string dataSyubetsuField;
|
||||||
|
|
||||||
|
private string syunoPayCodeField;
|
||||||
|
|
||||||
|
private string syunoRecvNumField;
|
||||||
|
|
||||||
|
private string bcJigyosyaNoField;
|
||||||
|
|
||||||
|
private string bcAnkenNoField;
|
||||||
|
|
||||||
|
private string bcNinsyoKeyField;
|
||||||
|
|
||||||
|
private string syunoOpCodeField;
|
||||||
|
|
||||||
|
private string syunoCorpCodeField;
|
||||||
|
|
||||||
|
private string syunoTelField;
|
||||||
|
|
||||||
|
private string syunoNameKanjiField;
|
||||||
|
|
||||||
|
private string syunoPayLimitField;
|
||||||
|
|
||||||
|
private string syunoPayAmountField;
|
||||||
|
|
||||||
|
private string bcBarDataField;
|
||||||
|
|
||||||
|
private string bcGetStartField;
|
||||||
|
|
||||||
|
private string bcGetEndField;
|
||||||
|
|
||||||
|
private string bcUseStartField;
|
||||||
|
|
||||||
|
private string bcUseEndField;
|
||||||
|
|
||||||
|
private string bcDataKubunField;
|
||||||
|
|
||||||
|
private string syunoReserveNumField;
|
||||||
|
|
||||||
|
private string syunoMemberNumField;
|
||||||
|
|
||||||
|
private string syunoNameKanaField;
|
||||||
|
|
||||||
|
private SyunoFree[] syunoFreeArrayField;
|
||||||
|
|
||||||
|
private string bcNinsyoPasswordField;
|
||||||
|
|
||||||
|
private BcScript[] bcScriptArrayField;
|
||||||
|
|
||||||
|
private string bcTanmatsuIdField;
|
||||||
|
|
||||||
|
private string bcUserIdField;
|
||||||
|
|
||||||
|
private string bcUserAgentField;
|
||||||
|
|
||||||
|
private string bcFreeBufferField;
|
||||||
|
|
||||||
|
[XmlElement(Order = 0)]
|
||||||
|
public string DataSyubetsu
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return dataSyubetsuField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
dataSyubetsuField = value;
|
||||||
|
RaisePropertyChanged("DataSyubetsu");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 1)]
|
||||||
|
public string SyunoPayCode
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return syunoPayCodeField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
syunoPayCodeField = value;
|
||||||
|
RaisePropertyChanged("SyunoPayCode");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 2)]
|
||||||
|
public string SyunoRecvNum
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return syunoRecvNumField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
syunoRecvNumField = value;
|
||||||
|
RaisePropertyChanged("SyunoRecvNum");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 3)]
|
||||||
|
public string BcJigyosyaNo
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return bcJigyosyaNoField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
bcJigyosyaNoField = value;
|
||||||
|
RaisePropertyChanged("BcJigyosyaNo");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 4)]
|
||||||
|
public string BcAnkenNo
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return bcAnkenNoField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
bcAnkenNoField = value;
|
||||||
|
RaisePropertyChanged("BcAnkenNo");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 5)]
|
||||||
|
public string BcNinsyoKey
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return bcNinsyoKeyField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
bcNinsyoKeyField = value;
|
||||||
|
RaisePropertyChanged("BcNinsyoKey");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 6)]
|
||||||
|
public string SyunoOpCode
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return syunoOpCodeField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
syunoOpCodeField = value;
|
||||||
|
RaisePropertyChanged("SyunoOpCode");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 7)]
|
||||||
|
public string SyunoCorpCode
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return syunoCorpCodeField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
syunoCorpCodeField = value;
|
||||||
|
RaisePropertyChanged("SyunoCorpCode");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 8)]
|
||||||
|
public string SyunoTel
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return syunoTelField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
syunoTelField = value;
|
||||||
|
RaisePropertyChanged("SyunoTel");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 9)]
|
||||||
|
public string SyunoNameKanji
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return syunoNameKanjiField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
syunoNameKanjiField = value;
|
||||||
|
RaisePropertyChanged("SyunoNameKanji");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 10)]
|
||||||
|
public string SyunoPayLimit
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return syunoPayLimitField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
syunoPayLimitField = value;
|
||||||
|
RaisePropertyChanged("SyunoPayLimit");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 11)]
|
||||||
|
public string SyunoPayAmount
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return syunoPayAmountField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
syunoPayAmountField = value;
|
||||||
|
RaisePropertyChanged("SyunoPayAmount");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 12)]
|
||||||
|
public string BcBarData
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return bcBarDataField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
bcBarDataField = value;
|
||||||
|
RaisePropertyChanged("BcBarData");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 13)]
|
||||||
|
public string BcGetStart
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return bcGetStartField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
bcGetStartField = value;
|
||||||
|
RaisePropertyChanged("BcGetStart");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 14)]
|
||||||
|
public string BcGetEnd
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return bcGetEndField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
bcGetEndField = value;
|
||||||
|
RaisePropertyChanged("BcGetEnd");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 15)]
|
||||||
|
public string BcUseStart
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return bcUseStartField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
bcUseStartField = value;
|
||||||
|
RaisePropertyChanged("BcUseStart");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 16)]
|
||||||
|
public string BcUseEnd
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return bcUseEndField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
bcUseEndField = value;
|
||||||
|
RaisePropertyChanged("BcUseEnd");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 17)]
|
||||||
|
public string BcDataKubun
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return bcDataKubunField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
bcDataKubunField = value;
|
||||||
|
RaisePropertyChanged("BcDataKubun");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 18)]
|
||||||
|
public string SyunoReserveNum
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return syunoReserveNumField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
syunoReserveNumField = value;
|
||||||
|
RaisePropertyChanged("SyunoReserveNum");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 19)]
|
||||||
|
public string SyunoMemberNum
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return syunoMemberNumField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
syunoMemberNumField = value;
|
||||||
|
RaisePropertyChanged("SyunoMemberNum");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 20)]
|
||||||
|
public string SyunoNameKana
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return syunoNameKanaField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
syunoNameKanaField = value;
|
||||||
|
RaisePropertyChanged("SyunoNameKana");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlArray(Order = 21)]
|
||||||
|
public SyunoFree[] SyunoFreeArray
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return syunoFreeArrayField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
syunoFreeArrayField = value;
|
||||||
|
RaisePropertyChanged("SyunoFreeArray");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 22)]
|
||||||
|
public string BcNinsyoPassword
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return bcNinsyoPasswordField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
bcNinsyoPasswordField = value;
|
||||||
|
RaisePropertyChanged("BcNinsyoPassword");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlArray(Order = 23)]
|
||||||
|
public BcScript[] BcScriptArray
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return bcScriptArrayField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
bcScriptArrayField = value;
|
||||||
|
RaisePropertyChanged("BcScriptArray");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 24)]
|
||||||
|
public string BcTanmatsuId
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return bcTanmatsuIdField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
bcTanmatsuIdField = value;
|
||||||
|
RaisePropertyChanged("BcTanmatsuId");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 25)]
|
||||||
|
public string BcUserId
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return bcUserIdField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
bcUserIdField = value;
|
||||||
|
RaisePropertyChanged("BcUserId");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 26)]
|
||||||
|
public string BcUserAgent
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return bcUserAgentField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
bcUserAgentField = value;
|
||||||
|
RaisePropertyChanged("BcUserAgent");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 27)]
|
||||||
|
public string BcFreeBuffer
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return bcFreeBufferField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
bcFreeBufferField = value;
|
||||||
|
RaisePropertyChanged("BcFreeBuffer");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
public event PropertyChangedEventHandler PropertyChanged;
|
||||||
|
|
||||||
|
protected void RaisePropertyChanged(string propertyName)
|
||||||
|
{
|
||||||
|
this.PropertyChanged?.Invoke(this, new PropertyChangedEventArgs(propertyName));
|
||||||
|
}
|
||||||
|
}
|
||||||
278
SoM_PrnControl.YoyakuServiceReference/InParamTomeoki.cs
Normal file
278
SoM_PrnControl.YoyakuServiceReference/InParamTomeoki.cs
Normal file
@ -0,0 +1,278 @@
|
|||||||
|
using System;
|
||||||
|
using System.CodeDom.Compiler;
|
||||||
|
using System.ComponentModel;
|
||||||
|
using System.Diagnostics;
|
||||||
|
using System.Xml.Serialization;
|
||||||
|
|
||||||
|
namespace SoM_PrnControl.YoyakuServiceReference;
|
||||||
|
|
||||||
|
[Serializable]
|
||||||
|
[GeneratedCode("System.Xml", "4.8.9032.0")]
|
||||||
|
[DebuggerStepThrough]
|
||||||
|
[DesignerCategory("code")]
|
||||||
|
[XmlType(Namespace = "http://rem.kessai.info/Kessai/")]
|
||||||
|
public class InParamTomeoki : INotifyPropertyChanged
|
||||||
|
{
|
||||||
|
private string dataSyubetsuField;
|
||||||
|
|
||||||
|
private string syunoPayCodeField;
|
||||||
|
|
||||||
|
private string syunoRecvNumField;
|
||||||
|
|
||||||
|
private string bcJigyosyaNoField;
|
||||||
|
|
||||||
|
private string bcAnkenNoField;
|
||||||
|
|
||||||
|
private string bcNinsyoKeyField;
|
||||||
|
|
||||||
|
private string syunoOpCodeField;
|
||||||
|
|
||||||
|
private string syunoCorpCodeField;
|
||||||
|
|
||||||
|
private string syunoTelField;
|
||||||
|
|
||||||
|
private string syunoNameKanjiField;
|
||||||
|
|
||||||
|
private string syunoPayLimitField;
|
||||||
|
|
||||||
|
private string syunoPayAmountField;
|
||||||
|
|
||||||
|
private string syunoReserveNumField;
|
||||||
|
|
||||||
|
private string syunoMemberNumField;
|
||||||
|
|
||||||
|
private string syunoNameKanaField;
|
||||||
|
|
||||||
|
private SyunoFree[] syunoFreeArrayField;
|
||||||
|
|
||||||
|
[XmlElement(Order = 0)]
|
||||||
|
public string DataSyubetsu
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return dataSyubetsuField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
dataSyubetsuField = value;
|
||||||
|
RaisePropertyChanged("DataSyubetsu");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 1)]
|
||||||
|
public string SyunoPayCode
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return syunoPayCodeField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
syunoPayCodeField = value;
|
||||||
|
RaisePropertyChanged("SyunoPayCode");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 2)]
|
||||||
|
public string SyunoRecvNum
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return syunoRecvNumField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
syunoRecvNumField = value;
|
||||||
|
RaisePropertyChanged("SyunoRecvNum");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 3)]
|
||||||
|
public string BcJigyosyaNo
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return bcJigyosyaNoField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
bcJigyosyaNoField = value;
|
||||||
|
RaisePropertyChanged("BcJigyosyaNo");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 4)]
|
||||||
|
public string BcAnkenNo
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return bcAnkenNoField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
bcAnkenNoField = value;
|
||||||
|
RaisePropertyChanged("BcAnkenNo");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 5)]
|
||||||
|
public string BcNinsyoKey
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return bcNinsyoKeyField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
bcNinsyoKeyField = value;
|
||||||
|
RaisePropertyChanged("BcNinsyoKey");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 6)]
|
||||||
|
public string SyunoOpCode
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return syunoOpCodeField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
syunoOpCodeField = value;
|
||||||
|
RaisePropertyChanged("SyunoOpCode");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 7)]
|
||||||
|
public string SyunoCorpCode
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return syunoCorpCodeField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
syunoCorpCodeField = value;
|
||||||
|
RaisePropertyChanged("SyunoCorpCode");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 8)]
|
||||||
|
public string SyunoTel
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return syunoTelField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
syunoTelField = value;
|
||||||
|
RaisePropertyChanged("SyunoTel");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 9)]
|
||||||
|
public string SyunoNameKanji
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return syunoNameKanjiField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
syunoNameKanjiField = value;
|
||||||
|
RaisePropertyChanged("SyunoNameKanji");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 10)]
|
||||||
|
public string SyunoPayLimit
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return syunoPayLimitField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
syunoPayLimitField = value;
|
||||||
|
RaisePropertyChanged("SyunoPayLimit");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 11)]
|
||||||
|
public string SyunoPayAmount
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return syunoPayAmountField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
syunoPayAmountField = value;
|
||||||
|
RaisePropertyChanged("SyunoPayAmount");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 12)]
|
||||||
|
public string SyunoReserveNum
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return syunoReserveNumField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
syunoReserveNumField = value;
|
||||||
|
RaisePropertyChanged("SyunoReserveNum");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 13)]
|
||||||
|
public string SyunoMemberNum
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return syunoMemberNumField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
syunoMemberNumField = value;
|
||||||
|
RaisePropertyChanged("SyunoMemberNum");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 14)]
|
||||||
|
public string SyunoNameKana
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return syunoNameKanaField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
syunoNameKanaField = value;
|
||||||
|
RaisePropertyChanged("SyunoNameKana");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlArray(Order = 15)]
|
||||||
|
public SyunoFree[] SyunoFreeArray
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return syunoFreeArrayField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
syunoFreeArrayField = value;
|
||||||
|
RaisePropertyChanged("SyunoFreeArray");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
public event PropertyChangedEventHandler PropertyChanged;
|
||||||
|
|
||||||
|
protected void RaisePropertyChanged(string propertyName)
|
||||||
|
{
|
||||||
|
this.PropertyChanged?.Invoke(this, new PropertyChangedEventArgs(propertyName));
|
||||||
|
}
|
||||||
|
}
|
||||||
198
SoM_PrnControl.YoyakuServiceReference/OutParamBarCode.cs
Normal file
198
SoM_PrnControl.YoyakuServiceReference/OutParamBarCode.cs
Normal file
@ -0,0 +1,198 @@
|
|||||||
|
using System;
|
||||||
|
using System.CodeDom.Compiler;
|
||||||
|
using System.ComponentModel;
|
||||||
|
using System.Diagnostics;
|
||||||
|
using System.Xml.Serialization;
|
||||||
|
|
||||||
|
namespace SoM_PrnControl.YoyakuServiceReference;
|
||||||
|
|
||||||
|
[Serializable]
|
||||||
|
[GeneratedCode("System.Xml", "4.8.9032.0")]
|
||||||
|
[DebuggerStepThrough]
|
||||||
|
[DesignerCategory("code")]
|
||||||
|
[XmlType(Namespace = "http://rem.kessai.info/Kessai/")]
|
||||||
|
public class OutParamBarCode : INotifyPropertyChanged
|
||||||
|
{
|
||||||
|
private string resultField;
|
||||||
|
|
||||||
|
private string dataSyubetsuField;
|
||||||
|
|
||||||
|
private string kKessaiNoField;
|
||||||
|
|
||||||
|
private string freeAreaField;
|
||||||
|
|
||||||
|
private string bcJigyosyaNoField;
|
||||||
|
|
||||||
|
private string bcAnkenNoField;
|
||||||
|
|
||||||
|
private string bcNinsyoKeyField;
|
||||||
|
|
||||||
|
private string bcServiceKeyField;
|
||||||
|
|
||||||
|
private string bcUrlField;
|
||||||
|
|
||||||
|
private string bcBarDataField;
|
||||||
|
|
||||||
|
private string bcSyoriDateField;
|
||||||
|
|
||||||
|
[XmlElement(Order = 0)]
|
||||||
|
public string Result
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return resultField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
resultField = value;
|
||||||
|
RaisePropertyChanged("Result");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 1)]
|
||||||
|
public string DataSyubetsu
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return dataSyubetsuField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
dataSyubetsuField = value;
|
||||||
|
RaisePropertyChanged("DataSyubetsu");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 2)]
|
||||||
|
public string KKessaiNo
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return kKessaiNoField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
kKessaiNoField = value;
|
||||||
|
RaisePropertyChanged("KKessaiNo");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 3)]
|
||||||
|
public string FreeArea
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return freeAreaField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
freeAreaField = value;
|
||||||
|
RaisePropertyChanged("FreeArea");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 4)]
|
||||||
|
public string BcJigyosyaNo
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return bcJigyosyaNoField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
bcJigyosyaNoField = value;
|
||||||
|
RaisePropertyChanged("BcJigyosyaNo");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 5)]
|
||||||
|
public string BcAnkenNo
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return bcAnkenNoField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
bcAnkenNoField = value;
|
||||||
|
RaisePropertyChanged("BcAnkenNo");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 6)]
|
||||||
|
public string BcNinsyoKey
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return bcNinsyoKeyField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
bcNinsyoKeyField = value;
|
||||||
|
RaisePropertyChanged("BcNinsyoKey");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 7)]
|
||||||
|
public string BcServiceKey
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return bcServiceKeyField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
bcServiceKeyField = value;
|
||||||
|
RaisePropertyChanged("BcServiceKey");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 8)]
|
||||||
|
public string BcUrl
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return bcUrlField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
bcUrlField = value;
|
||||||
|
RaisePropertyChanged("BcUrl");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 9)]
|
||||||
|
public string BcBarData
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return bcBarDataField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
bcBarDataField = value;
|
||||||
|
RaisePropertyChanged("BcBarData");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 10)]
|
||||||
|
public string BcSyoriDate
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return bcSyoriDateField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
bcSyoriDateField = value;
|
||||||
|
RaisePropertyChanged("BcSyoriDate");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
public event PropertyChangedEventHandler PropertyChanged;
|
||||||
|
|
||||||
|
protected void RaisePropertyChanged(string propertyName)
|
||||||
|
{
|
||||||
|
this.PropertyChanged?.Invoke(this, new PropertyChangedEventArgs(propertyName));
|
||||||
|
}
|
||||||
|
}
|
||||||
@ -0,0 +1,230 @@
|
|||||||
|
using System;
|
||||||
|
using System.CodeDom.Compiler;
|
||||||
|
using System.ComponentModel;
|
||||||
|
using System.Diagnostics;
|
||||||
|
using System.Xml.Serialization;
|
||||||
|
|
||||||
|
namespace SoM_PrnControl.YoyakuServiceReference;
|
||||||
|
|
||||||
|
[Serializable]
|
||||||
|
[GeneratedCode("System.Xml", "4.8.9032.0")]
|
||||||
|
[DebuggerStepThrough]
|
||||||
|
[DesignerCategory("code")]
|
||||||
|
[XmlType(Namespace = "http://rem.kessai.info/Kessai/")]
|
||||||
|
public class OutParamCashOutConsequence : INotifyPropertyChanged
|
||||||
|
{
|
||||||
|
private string resultField;
|
||||||
|
|
||||||
|
private string dataSyubetsuField;
|
||||||
|
|
||||||
|
private string coYoyakuNumField;
|
||||||
|
|
||||||
|
private string freeAreaField;
|
||||||
|
|
||||||
|
private string coRecvNumField;
|
||||||
|
|
||||||
|
private string coCorpCodeField;
|
||||||
|
|
||||||
|
private string coReqDateField;
|
||||||
|
|
||||||
|
private string coReqTypeField;
|
||||||
|
|
||||||
|
private string coShopCodeField;
|
||||||
|
|
||||||
|
private string coMmsNumberField;
|
||||||
|
|
||||||
|
private string coCompDateField;
|
||||||
|
|
||||||
|
private string coTranAmountField;
|
||||||
|
|
||||||
|
private string coInshiFlagField;
|
||||||
|
|
||||||
|
[XmlElement(Order = 0)]
|
||||||
|
public string Result
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return resultField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
resultField = value;
|
||||||
|
RaisePropertyChanged("Result");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 1)]
|
||||||
|
public string DataSyubetsu
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return dataSyubetsuField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
dataSyubetsuField = value;
|
||||||
|
RaisePropertyChanged("DataSyubetsu");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 2)]
|
||||||
|
public string CoYoyakuNum
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return coYoyakuNumField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
coYoyakuNumField = value;
|
||||||
|
RaisePropertyChanged("CoYoyakuNum");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 3)]
|
||||||
|
public string FreeArea
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return freeAreaField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
freeAreaField = value;
|
||||||
|
RaisePropertyChanged("FreeArea");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 4)]
|
||||||
|
public string CoRecvNum
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return coRecvNumField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
coRecvNumField = value;
|
||||||
|
RaisePropertyChanged("CoRecvNum");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 5)]
|
||||||
|
public string CoCorpCode
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return coCorpCodeField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
coCorpCodeField = value;
|
||||||
|
RaisePropertyChanged("CoCorpCode");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 6)]
|
||||||
|
public string CoReqDate
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return coReqDateField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
coReqDateField = value;
|
||||||
|
RaisePropertyChanged("CoReqDate");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 7)]
|
||||||
|
public string CoReqType
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return coReqTypeField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
coReqTypeField = value;
|
||||||
|
RaisePropertyChanged("CoReqType");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 8)]
|
||||||
|
public string CoShopCode
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return coShopCodeField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
coShopCodeField = value;
|
||||||
|
RaisePropertyChanged("CoShopCode");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 9)]
|
||||||
|
public string CoMmsNumber
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return coMmsNumberField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
coMmsNumberField = value;
|
||||||
|
RaisePropertyChanged("CoMmsNumber");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 10)]
|
||||||
|
public string CoCompDate
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return coCompDateField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
coCompDateField = value;
|
||||||
|
RaisePropertyChanged("CoCompDate");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 11)]
|
||||||
|
public string CoTranAmount
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return coTranAmountField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
coTranAmountField = value;
|
||||||
|
RaisePropertyChanged("CoTranAmount");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 12)]
|
||||||
|
public string CoInshiFlag
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return coInshiFlagField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
coInshiFlagField = value;
|
||||||
|
RaisePropertyChanged("CoInshiFlag");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
public event PropertyChangedEventHandler PropertyChanged;
|
||||||
|
|
||||||
|
protected void RaisePropertyChanged(string propertyName)
|
||||||
|
{
|
||||||
|
this.PropertyChanged?.Invoke(this, new PropertyChangedEventArgs(propertyName));
|
||||||
|
}
|
||||||
|
}
|
||||||
134
SoM_PrnControl.YoyakuServiceReference/OutParamCashOutRequest.cs
Normal file
134
SoM_PrnControl.YoyakuServiceReference/OutParamCashOutRequest.cs
Normal file
@ -0,0 +1,134 @@
|
|||||||
|
using System;
|
||||||
|
using System.CodeDom.Compiler;
|
||||||
|
using System.ComponentModel;
|
||||||
|
using System.Diagnostics;
|
||||||
|
using System.Xml.Serialization;
|
||||||
|
|
||||||
|
namespace SoM_PrnControl.YoyakuServiceReference;
|
||||||
|
|
||||||
|
[Serializable]
|
||||||
|
[GeneratedCode("System.Xml", "4.8.9032.0")]
|
||||||
|
[DebuggerStepThrough]
|
||||||
|
[DesignerCategory("code")]
|
||||||
|
[XmlType(Namespace = "http://rem.kessai.info/Kessai/")]
|
||||||
|
public class OutParamCashOutRequest : INotifyPropertyChanged
|
||||||
|
{
|
||||||
|
private string resultField;
|
||||||
|
|
||||||
|
private string dataSyubetsuField;
|
||||||
|
|
||||||
|
private string coYoyakuNumField;
|
||||||
|
|
||||||
|
private string coWcosIdField;
|
||||||
|
|
||||||
|
private string coRecvNumField;
|
||||||
|
|
||||||
|
private string coWcosPasswordField;
|
||||||
|
|
||||||
|
private string coUrlField;
|
||||||
|
|
||||||
|
[XmlElement(Order = 0)]
|
||||||
|
public string Result
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return resultField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
resultField = value;
|
||||||
|
RaisePropertyChanged("Result");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 1)]
|
||||||
|
public string DataSyubetsu
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return dataSyubetsuField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
dataSyubetsuField = value;
|
||||||
|
RaisePropertyChanged("DataSyubetsu");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 2)]
|
||||||
|
public string CoYoyakuNum
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return coYoyakuNumField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
coYoyakuNumField = value;
|
||||||
|
RaisePropertyChanged("CoYoyakuNum");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 3)]
|
||||||
|
public string CoWcosId
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return coWcosIdField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
coWcosIdField = value;
|
||||||
|
RaisePropertyChanged("CoWcosId");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 4)]
|
||||||
|
public string CoRecvNum
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return coRecvNumField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
coRecvNumField = value;
|
||||||
|
RaisePropertyChanged("CoRecvNum");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 5)]
|
||||||
|
public string CoWcosPassword
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return coWcosPasswordField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
coWcosPasswordField = value;
|
||||||
|
RaisePropertyChanged("CoWcosPassword");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 6)]
|
||||||
|
public string CoUrl
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return coUrlField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
coUrlField = value;
|
||||||
|
RaisePropertyChanged("CoUrl");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
public event PropertyChangedEventHandler PropertyChanged;
|
||||||
|
|
||||||
|
protected void RaisePropertyChanged(string propertyName)
|
||||||
|
{
|
||||||
|
this.PropertyChanged?.Invoke(this, new PropertyChangedEventArgs(propertyName));
|
||||||
|
}
|
||||||
|
}
|
||||||
@ -0,0 +1,166 @@
|
|||||||
|
using System;
|
||||||
|
using System.CodeDom.Compiler;
|
||||||
|
using System.ComponentModel;
|
||||||
|
using System.Diagnostics;
|
||||||
|
using System.Xml.Serialization;
|
||||||
|
|
||||||
|
namespace SoM_PrnControl.YoyakuServiceReference;
|
||||||
|
|
||||||
|
[Serializable]
|
||||||
|
[GeneratedCode("System.Xml", "4.8.9032.0")]
|
||||||
|
[DebuggerStepThrough]
|
||||||
|
[DesignerCategory("code")]
|
||||||
|
[XmlType(Namespace = "http://rem.kessai.info/Kessai/")]
|
||||||
|
public class OutParamKeizokukakinRequest : INotifyPropertyChanged
|
||||||
|
{
|
||||||
|
private string resultField;
|
||||||
|
|
||||||
|
private string ccTorihikiIdField;
|
||||||
|
|
||||||
|
private string cipherCcTorihikiIdField;
|
||||||
|
|
||||||
|
private string freeAreaField;
|
||||||
|
|
||||||
|
private string syunoPayCodeField;
|
||||||
|
|
||||||
|
private string syunoRecvNumField;
|
||||||
|
|
||||||
|
private string bcJigyosyaNoField;
|
||||||
|
|
||||||
|
private string bcAnkenNoField;
|
||||||
|
|
||||||
|
private string bcSyoriDateField;
|
||||||
|
|
||||||
|
[XmlElement(Order = 0)]
|
||||||
|
public string Result
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return resultField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
resultField = value;
|
||||||
|
RaisePropertyChanged("Result");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 1)]
|
||||||
|
public string CcTorihikiId
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return ccTorihikiIdField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
ccTorihikiIdField = value;
|
||||||
|
RaisePropertyChanged("CcTorihikiId");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 2)]
|
||||||
|
public string CipherCcTorihikiId
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return cipherCcTorihikiIdField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
cipherCcTorihikiIdField = value;
|
||||||
|
RaisePropertyChanged("CipherCcTorihikiId");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 3)]
|
||||||
|
public string FreeArea
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return freeAreaField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
freeAreaField = value;
|
||||||
|
RaisePropertyChanged("FreeArea");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 4)]
|
||||||
|
public string SyunoPayCode
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return syunoPayCodeField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
syunoPayCodeField = value;
|
||||||
|
RaisePropertyChanged("SyunoPayCode");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 5)]
|
||||||
|
public string SyunoRecvNum
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return syunoRecvNumField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
syunoRecvNumField = value;
|
||||||
|
RaisePropertyChanged("SyunoRecvNum");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 6)]
|
||||||
|
public string BcJigyosyaNo
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return bcJigyosyaNoField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
bcJigyosyaNoField = value;
|
||||||
|
RaisePropertyChanged("BcJigyosyaNo");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 7)]
|
||||||
|
public string BcAnkenNo
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return bcAnkenNoField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
bcAnkenNoField = value;
|
||||||
|
RaisePropertyChanged("BcAnkenNo");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 8)]
|
||||||
|
public string BcSyoriDate
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return bcSyoriDateField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
bcSyoriDateField = value;
|
||||||
|
RaisePropertyChanged("BcSyoriDate");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
public event PropertyChangedEventHandler PropertyChanged;
|
||||||
|
|
||||||
|
protected void RaisePropertyChanged(string propertyName)
|
||||||
|
{
|
||||||
|
this.PropertyChanged?.Invoke(this, new PropertyChangedEventArgs(propertyName));
|
||||||
|
}
|
||||||
|
}
|
||||||
246
SoM_PrnControl.YoyakuServiceReference/OutParamNyukin.cs
Normal file
246
SoM_PrnControl.YoyakuServiceReference/OutParamNyukin.cs
Normal file
@ -0,0 +1,246 @@
|
|||||||
|
using System;
|
||||||
|
using System.CodeDom.Compiler;
|
||||||
|
using System.ComponentModel;
|
||||||
|
using System.Diagnostics;
|
||||||
|
using System.Xml.Serialization;
|
||||||
|
|
||||||
|
namespace SoM_PrnControl.YoyakuServiceReference;
|
||||||
|
|
||||||
|
[Serializable]
|
||||||
|
[GeneratedCode("System.Xml", "4.8.9032.0")]
|
||||||
|
[DebuggerStepThrough]
|
||||||
|
[DesignerCategory("code")]
|
||||||
|
[XmlType(Namespace = "http://rem.kessai.info/Kessai/")]
|
||||||
|
public class OutParamNyukin : INotifyPropertyChanged
|
||||||
|
{
|
||||||
|
private string resultField;
|
||||||
|
|
||||||
|
private string dataSyubetsuField;
|
||||||
|
|
||||||
|
private string kKessaiNoField;
|
||||||
|
|
||||||
|
private string freeAreaField;
|
||||||
|
|
||||||
|
private string nyukinPayCodeField;
|
||||||
|
|
||||||
|
private string nyukinRecvNumField;
|
||||||
|
|
||||||
|
private string nyukinCorpCodeField;
|
||||||
|
|
||||||
|
private string nyukinReferDateField;
|
||||||
|
|
||||||
|
private string nyukinCvsCodeField;
|
||||||
|
|
||||||
|
private string nyukinShopCodeField;
|
||||||
|
|
||||||
|
private string nyukinMmsNumberField;
|
||||||
|
|
||||||
|
private string nyukinPaidDateField;
|
||||||
|
|
||||||
|
private string nyukinPaidAmountField;
|
||||||
|
|
||||||
|
private string nyukinInshiFlagField;
|
||||||
|
|
||||||
|
[XmlElement(Order = 0)]
|
||||||
|
public string Result
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return resultField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
resultField = value;
|
||||||
|
RaisePropertyChanged("Result");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 1)]
|
||||||
|
public string DataSyubetsu
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return dataSyubetsuField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
dataSyubetsuField = value;
|
||||||
|
RaisePropertyChanged("DataSyubetsu");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 2)]
|
||||||
|
public string KKessaiNo
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return kKessaiNoField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
kKessaiNoField = value;
|
||||||
|
RaisePropertyChanged("KKessaiNo");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 3)]
|
||||||
|
public string FreeArea
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return freeAreaField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
freeAreaField = value;
|
||||||
|
RaisePropertyChanged("FreeArea");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 4)]
|
||||||
|
public string NyukinPayCode
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return nyukinPayCodeField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
nyukinPayCodeField = value;
|
||||||
|
RaisePropertyChanged("NyukinPayCode");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 5)]
|
||||||
|
public string NyukinRecvNum
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return nyukinRecvNumField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
nyukinRecvNumField = value;
|
||||||
|
RaisePropertyChanged("NyukinRecvNum");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 6)]
|
||||||
|
public string NyukinCorpCode
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return nyukinCorpCodeField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
nyukinCorpCodeField = value;
|
||||||
|
RaisePropertyChanged("NyukinCorpCode");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 7)]
|
||||||
|
public string NyukinReferDate
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return nyukinReferDateField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
nyukinReferDateField = value;
|
||||||
|
RaisePropertyChanged("NyukinReferDate");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 8)]
|
||||||
|
public string NyukinCvsCode
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return nyukinCvsCodeField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
nyukinCvsCodeField = value;
|
||||||
|
RaisePropertyChanged("NyukinCvsCode");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 9)]
|
||||||
|
public string NyukinShopCode
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return nyukinShopCodeField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
nyukinShopCodeField = value;
|
||||||
|
RaisePropertyChanged("NyukinShopCode");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 10)]
|
||||||
|
public string NyukinMmsNumber
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return nyukinMmsNumberField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
nyukinMmsNumberField = value;
|
||||||
|
RaisePropertyChanged("NyukinMmsNumber");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 11)]
|
||||||
|
public string NyukinPaidDate
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return nyukinPaidDateField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
nyukinPaidDateField = value;
|
||||||
|
RaisePropertyChanged("NyukinPaidDate");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 12)]
|
||||||
|
public string NyukinPaidAmount
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return nyukinPaidAmountField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
nyukinPaidAmountField = value;
|
||||||
|
RaisePropertyChanged("NyukinPaidAmount");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 13)]
|
||||||
|
public string NyukinInshiFlag
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return nyukinInshiFlagField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
nyukinInshiFlagField = value;
|
||||||
|
RaisePropertyChanged("NyukinInshiFlag");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
public event PropertyChangedEventHandler PropertyChanged;
|
||||||
|
|
||||||
|
protected void RaisePropertyChanged(string propertyName)
|
||||||
|
{
|
||||||
|
this.PropertyChanged?.Invoke(this, new PropertyChangedEventArgs(propertyName));
|
||||||
|
}
|
||||||
|
}
|
||||||
134
SoM_PrnControl.YoyakuServiceReference/OutParamSyuno.cs
Normal file
134
SoM_PrnControl.YoyakuServiceReference/OutParamSyuno.cs
Normal file
@ -0,0 +1,134 @@
|
|||||||
|
using System;
|
||||||
|
using System.CodeDom.Compiler;
|
||||||
|
using System.ComponentModel;
|
||||||
|
using System.Diagnostics;
|
||||||
|
using System.Xml.Serialization;
|
||||||
|
|
||||||
|
namespace SoM_PrnControl.YoyakuServiceReference;
|
||||||
|
|
||||||
|
[Serializable]
|
||||||
|
[GeneratedCode("System.Xml", "4.8.9032.0")]
|
||||||
|
[DebuggerStepThrough]
|
||||||
|
[DesignerCategory("code")]
|
||||||
|
[XmlType(Namespace = "http://rem.kessai.info/Kessai/")]
|
||||||
|
public class OutParamSyuno : INotifyPropertyChanged
|
||||||
|
{
|
||||||
|
private string resultField;
|
||||||
|
|
||||||
|
private string dataSyubetsuField;
|
||||||
|
|
||||||
|
private string kKessaiNoField;
|
||||||
|
|
||||||
|
private string freeAreaField;
|
||||||
|
|
||||||
|
private string syunoPayCodeField;
|
||||||
|
|
||||||
|
private string syunoRecvNumField;
|
||||||
|
|
||||||
|
private string syunoMMSNoField;
|
||||||
|
|
||||||
|
[XmlElement(Order = 0)]
|
||||||
|
public string Result
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return resultField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
resultField = value;
|
||||||
|
RaisePropertyChanged("Result");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 1)]
|
||||||
|
public string DataSyubetsu
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return dataSyubetsuField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
dataSyubetsuField = value;
|
||||||
|
RaisePropertyChanged("DataSyubetsu");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 2)]
|
||||||
|
public string KKessaiNo
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return kKessaiNoField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
kKessaiNoField = value;
|
||||||
|
RaisePropertyChanged("KKessaiNo");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 3)]
|
||||||
|
public string FreeArea
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return freeAreaField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
freeAreaField = value;
|
||||||
|
RaisePropertyChanged("FreeArea");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 4)]
|
||||||
|
public string SyunoPayCode
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return syunoPayCodeField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
syunoPayCodeField = value;
|
||||||
|
RaisePropertyChanged("SyunoPayCode");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 5)]
|
||||||
|
public string SyunoRecvNum
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return syunoRecvNumField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
syunoRecvNumField = value;
|
||||||
|
RaisePropertyChanged("SyunoRecvNum");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 6)]
|
||||||
|
public string SyunoMMSNo
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return syunoMMSNoField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
syunoMMSNoField = value;
|
||||||
|
RaisePropertyChanged("SyunoMMSNo");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
public event PropertyChangedEventHandler PropertyChanged;
|
||||||
|
|
||||||
|
protected void RaisePropertyChanged(string propertyName)
|
||||||
|
{
|
||||||
|
this.PropertyChanged?.Invoke(this, new PropertyChangedEventArgs(propertyName));
|
||||||
|
}
|
||||||
|
}
|
||||||
246
SoM_PrnControl.YoyakuServiceReference/OutParamSyunoBarCode.cs
Normal file
246
SoM_PrnControl.YoyakuServiceReference/OutParamSyunoBarCode.cs
Normal file
@ -0,0 +1,246 @@
|
|||||||
|
using System;
|
||||||
|
using System.CodeDom.Compiler;
|
||||||
|
using System.ComponentModel;
|
||||||
|
using System.Diagnostics;
|
||||||
|
using System.Xml.Serialization;
|
||||||
|
|
||||||
|
namespace SoM_PrnControl.YoyakuServiceReference;
|
||||||
|
|
||||||
|
[Serializable]
|
||||||
|
[GeneratedCode("System.Xml", "4.8.9032.0")]
|
||||||
|
[DebuggerStepThrough]
|
||||||
|
[DesignerCategory("code")]
|
||||||
|
[XmlType(Namespace = "http://rem.kessai.info/Kessai/")]
|
||||||
|
public class OutParamSyunoBarCode : INotifyPropertyChanged
|
||||||
|
{
|
||||||
|
private string resultField;
|
||||||
|
|
||||||
|
private string dataSyubetsuField;
|
||||||
|
|
||||||
|
private string kKessaiNoField;
|
||||||
|
|
||||||
|
private string freeAreaField;
|
||||||
|
|
||||||
|
private string syunoPayCodeField;
|
||||||
|
|
||||||
|
private string syunoRecvNumField;
|
||||||
|
|
||||||
|
private string bcJigyosyaNoField;
|
||||||
|
|
||||||
|
private string bcAnkenNoField;
|
||||||
|
|
||||||
|
private string bcNinsyoKeyField;
|
||||||
|
|
||||||
|
private string syunoMMSNoField;
|
||||||
|
|
||||||
|
private string bcServiceKeyField;
|
||||||
|
|
||||||
|
private string bcUrlField;
|
||||||
|
|
||||||
|
private string bcBarDataField;
|
||||||
|
|
||||||
|
private string bcSyoriDateField;
|
||||||
|
|
||||||
|
[XmlElement(Order = 0)]
|
||||||
|
public string Result
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return resultField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
resultField = value;
|
||||||
|
RaisePropertyChanged("Result");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 1)]
|
||||||
|
public string DataSyubetsu
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return dataSyubetsuField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
dataSyubetsuField = value;
|
||||||
|
RaisePropertyChanged("DataSyubetsu");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 2)]
|
||||||
|
public string KKessaiNo
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return kKessaiNoField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
kKessaiNoField = value;
|
||||||
|
RaisePropertyChanged("KKessaiNo");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 3)]
|
||||||
|
public string FreeArea
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return freeAreaField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
freeAreaField = value;
|
||||||
|
RaisePropertyChanged("FreeArea");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 4)]
|
||||||
|
public string SyunoPayCode
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return syunoPayCodeField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
syunoPayCodeField = value;
|
||||||
|
RaisePropertyChanged("SyunoPayCode");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 5)]
|
||||||
|
public string SyunoRecvNum
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return syunoRecvNumField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
syunoRecvNumField = value;
|
||||||
|
RaisePropertyChanged("SyunoRecvNum");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 6)]
|
||||||
|
public string BcJigyosyaNo
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return bcJigyosyaNoField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
bcJigyosyaNoField = value;
|
||||||
|
RaisePropertyChanged("BcJigyosyaNo");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 7)]
|
||||||
|
public string BcAnkenNo
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return bcAnkenNoField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
bcAnkenNoField = value;
|
||||||
|
RaisePropertyChanged("BcAnkenNo");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 8)]
|
||||||
|
public string BcNinsyoKey
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return bcNinsyoKeyField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
bcNinsyoKeyField = value;
|
||||||
|
RaisePropertyChanged("BcNinsyoKey");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 9)]
|
||||||
|
public string SyunoMMSNo
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return syunoMMSNoField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
syunoMMSNoField = value;
|
||||||
|
RaisePropertyChanged("SyunoMMSNo");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 10)]
|
||||||
|
public string BcServiceKey
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return bcServiceKeyField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
bcServiceKeyField = value;
|
||||||
|
RaisePropertyChanged("BcServiceKey");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 11)]
|
||||||
|
public string BcUrl
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return bcUrlField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
bcUrlField = value;
|
||||||
|
RaisePropertyChanged("BcUrl");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 12)]
|
||||||
|
public string BcBarData
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return bcBarDataField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
bcBarDataField = value;
|
||||||
|
RaisePropertyChanged("BcBarData");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 13)]
|
||||||
|
public string BcSyoriDate
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return bcSyoriDateField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
bcSyoriDateField = value;
|
||||||
|
RaisePropertyChanged("BcSyoriDate");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
public event PropertyChangedEventHandler PropertyChanged;
|
||||||
|
|
||||||
|
protected void RaisePropertyChanged(string propertyName)
|
||||||
|
{
|
||||||
|
this.PropertyChanged?.Invoke(this, new PropertyChangedEventArgs(propertyName));
|
||||||
|
}
|
||||||
|
}
|
||||||
198
SoM_PrnControl.YoyakuServiceReference/OutParamSyunoETicket.cs
Normal file
198
SoM_PrnControl.YoyakuServiceReference/OutParamSyunoETicket.cs
Normal file
@ -0,0 +1,198 @@
|
|||||||
|
using System;
|
||||||
|
using System.CodeDom.Compiler;
|
||||||
|
using System.ComponentModel;
|
||||||
|
using System.Diagnostics;
|
||||||
|
using System.Xml.Serialization;
|
||||||
|
|
||||||
|
namespace SoM_PrnControl.YoyakuServiceReference;
|
||||||
|
|
||||||
|
[Serializable]
|
||||||
|
[GeneratedCode("System.Xml", "4.8.9032.0")]
|
||||||
|
[DebuggerStepThrough]
|
||||||
|
[DesignerCategory("code")]
|
||||||
|
[XmlType(Namespace = "http://rem.kessai.info/Kessai/")]
|
||||||
|
public class OutParamSyunoETicket : INotifyPropertyChanged
|
||||||
|
{
|
||||||
|
private string resultField;
|
||||||
|
|
||||||
|
private string dataSyubetsuField;
|
||||||
|
|
||||||
|
private string kKessaiNoField;
|
||||||
|
|
||||||
|
private string freeAreaField;
|
||||||
|
|
||||||
|
private string syunoPayCodeField;
|
||||||
|
|
||||||
|
private string syunoRecvNumField;
|
||||||
|
|
||||||
|
private string bcJigyosyaNoField;
|
||||||
|
|
||||||
|
private string bcAnkenNoField;
|
||||||
|
|
||||||
|
private string bcNinsyoKeyField;
|
||||||
|
|
||||||
|
private string syunoMMSNoField;
|
||||||
|
|
||||||
|
private string bcSyoriDateField;
|
||||||
|
|
||||||
|
[XmlElement(Order = 0)]
|
||||||
|
public string Result
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return resultField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
resultField = value;
|
||||||
|
RaisePropertyChanged("Result");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 1)]
|
||||||
|
public string DataSyubetsu
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return dataSyubetsuField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
dataSyubetsuField = value;
|
||||||
|
RaisePropertyChanged("DataSyubetsu");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 2)]
|
||||||
|
public string KKessaiNo
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return kKessaiNoField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
kKessaiNoField = value;
|
||||||
|
RaisePropertyChanged("KKessaiNo");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 3)]
|
||||||
|
public string FreeArea
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return freeAreaField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
freeAreaField = value;
|
||||||
|
RaisePropertyChanged("FreeArea");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 4)]
|
||||||
|
public string SyunoPayCode
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return syunoPayCodeField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
syunoPayCodeField = value;
|
||||||
|
RaisePropertyChanged("SyunoPayCode");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 5)]
|
||||||
|
public string SyunoRecvNum
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return syunoRecvNumField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
syunoRecvNumField = value;
|
||||||
|
RaisePropertyChanged("SyunoRecvNum");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 6)]
|
||||||
|
public string BcJigyosyaNo
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return bcJigyosyaNoField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
bcJigyosyaNoField = value;
|
||||||
|
RaisePropertyChanged("BcJigyosyaNo");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 7)]
|
||||||
|
public string BcAnkenNo
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return bcAnkenNoField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
bcAnkenNoField = value;
|
||||||
|
RaisePropertyChanged("BcAnkenNo");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 8)]
|
||||||
|
public string BcNinsyoKey
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return bcNinsyoKeyField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
bcNinsyoKeyField = value;
|
||||||
|
RaisePropertyChanged("BcNinsyoKey");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 9)]
|
||||||
|
public string SyunoMMSNo
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return syunoMMSNoField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
syunoMMSNoField = value;
|
||||||
|
RaisePropertyChanged("SyunoMMSNo");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 10)]
|
||||||
|
public string BcSyoriDate
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return bcSyoriDateField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
bcSyoriDateField = value;
|
||||||
|
RaisePropertyChanged("BcSyoriDate");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
public event PropertyChangedEventHandler PropertyChanged;
|
||||||
|
|
||||||
|
protected void RaisePropertyChanged(string propertyName)
|
||||||
|
{
|
||||||
|
this.PropertyChanged?.Invoke(this, new PropertyChangedEventArgs(propertyName));
|
||||||
|
}
|
||||||
|
}
|
||||||
@ -0,0 +1,246 @@
|
|||||||
|
using System;
|
||||||
|
using System.CodeDom.Compiler;
|
||||||
|
using System.ComponentModel;
|
||||||
|
using System.Diagnostics;
|
||||||
|
using System.Xml.Serialization;
|
||||||
|
|
||||||
|
namespace SoM_PrnControl.YoyakuServiceReference;
|
||||||
|
|
||||||
|
[Serializable]
|
||||||
|
[GeneratedCode("System.Xml", "4.8.9032.0")]
|
||||||
|
[DebuggerStepThrough]
|
||||||
|
[DesignerCategory("code")]
|
||||||
|
[XmlType(Namespace = "http://rem.kessai.info/Kessai/")]
|
||||||
|
public class OutParamSyunoPlusBarCode : INotifyPropertyChanged
|
||||||
|
{
|
||||||
|
private string resultField;
|
||||||
|
|
||||||
|
private string dataSyubetsuField;
|
||||||
|
|
||||||
|
private string kKessaiNoField;
|
||||||
|
|
||||||
|
private string freeAreaField;
|
||||||
|
|
||||||
|
private string syunoPayCodeField;
|
||||||
|
|
||||||
|
private string syunoRecvNumField;
|
||||||
|
|
||||||
|
private string bcJigyosyaNoField;
|
||||||
|
|
||||||
|
private string bcAnkenNoField;
|
||||||
|
|
||||||
|
private string bcNinsyoKeyField;
|
||||||
|
|
||||||
|
private string syunoMMSNoField;
|
||||||
|
|
||||||
|
private string bcServiceKeyField;
|
||||||
|
|
||||||
|
private string bcUrlField;
|
||||||
|
|
||||||
|
private string bcBarDataField;
|
||||||
|
|
||||||
|
private string bcSyoriDateField;
|
||||||
|
|
||||||
|
[XmlElement(Order = 0)]
|
||||||
|
public string Result
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return resultField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
resultField = value;
|
||||||
|
RaisePropertyChanged("Result");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 1)]
|
||||||
|
public string DataSyubetsu
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return dataSyubetsuField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
dataSyubetsuField = value;
|
||||||
|
RaisePropertyChanged("DataSyubetsu");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 2)]
|
||||||
|
public string KKessaiNo
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return kKessaiNoField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
kKessaiNoField = value;
|
||||||
|
RaisePropertyChanged("KKessaiNo");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 3)]
|
||||||
|
public string FreeArea
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return freeAreaField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
freeAreaField = value;
|
||||||
|
RaisePropertyChanged("FreeArea");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 4)]
|
||||||
|
public string SyunoPayCode
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return syunoPayCodeField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
syunoPayCodeField = value;
|
||||||
|
RaisePropertyChanged("SyunoPayCode");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 5)]
|
||||||
|
public string SyunoRecvNum
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return syunoRecvNumField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
syunoRecvNumField = value;
|
||||||
|
RaisePropertyChanged("SyunoRecvNum");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 6)]
|
||||||
|
public string BcJigyosyaNo
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return bcJigyosyaNoField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
bcJigyosyaNoField = value;
|
||||||
|
RaisePropertyChanged("BcJigyosyaNo");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 7)]
|
||||||
|
public string BcAnkenNo
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return bcAnkenNoField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
bcAnkenNoField = value;
|
||||||
|
RaisePropertyChanged("BcAnkenNo");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 8)]
|
||||||
|
public string BcNinsyoKey
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return bcNinsyoKeyField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
bcNinsyoKeyField = value;
|
||||||
|
RaisePropertyChanged("BcNinsyoKey");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 9)]
|
||||||
|
public string SyunoMMSNo
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return syunoMMSNoField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
syunoMMSNoField = value;
|
||||||
|
RaisePropertyChanged("SyunoMMSNo");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 10)]
|
||||||
|
public string BcServiceKey
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return bcServiceKeyField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
bcServiceKeyField = value;
|
||||||
|
RaisePropertyChanged("BcServiceKey");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 11)]
|
||||||
|
public string BcUrl
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return bcUrlField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
bcUrlField = value;
|
||||||
|
RaisePropertyChanged("BcUrl");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 12)]
|
||||||
|
public string BcBarData
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return bcBarDataField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
bcBarDataField = value;
|
||||||
|
RaisePropertyChanged("BcBarData");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 13)]
|
||||||
|
public string BcSyoriDate
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return bcSyoriDateField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
bcSyoriDateField = value;
|
||||||
|
RaisePropertyChanged("BcSyoriDate");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
public event PropertyChangedEventHandler PropertyChanged;
|
||||||
|
|
||||||
|
protected void RaisePropertyChanged(string propertyName)
|
||||||
|
{
|
||||||
|
this.PropertyChanged?.Invoke(this, new PropertyChangedEventArgs(propertyName));
|
||||||
|
}
|
||||||
|
}
|
||||||
278
SoM_PrnControl.YoyakuServiceReference/OutParamSyunoQr.cs
Normal file
278
SoM_PrnControl.YoyakuServiceReference/OutParamSyunoQr.cs
Normal file
@ -0,0 +1,278 @@
|
|||||||
|
using System;
|
||||||
|
using System.CodeDom.Compiler;
|
||||||
|
using System.ComponentModel;
|
||||||
|
using System.Diagnostics;
|
||||||
|
using System.Xml.Serialization;
|
||||||
|
|
||||||
|
namespace SoM_PrnControl.YoyakuServiceReference;
|
||||||
|
|
||||||
|
[Serializable]
|
||||||
|
[GeneratedCode("System.Xml", "4.8.9032.0")]
|
||||||
|
[DebuggerStepThrough]
|
||||||
|
[DesignerCategory("code")]
|
||||||
|
[XmlType(Namespace = "http://rem.kessai.info/Kessai/")]
|
||||||
|
public class OutParamSyunoQr : INotifyPropertyChanged
|
||||||
|
{
|
||||||
|
private string resultField;
|
||||||
|
|
||||||
|
private string dataSyubetsuField;
|
||||||
|
|
||||||
|
private string kKessaiNoField;
|
||||||
|
|
||||||
|
private string freeAreaField;
|
||||||
|
|
||||||
|
private string syunoPayCodeField;
|
||||||
|
|
||||||
|
private string syunoRecvNumField;
|
||||||
|
|
||||||
|
private string bcJigyosyaNoField;
|
||||||
|
|
||||||
|
private string bcAnkenNoField;
|
||||||
|
|
||||||
|
private string bcNinsyoKeyField;
|
||||||
|
|
||||||
|
private string syunoMMSNoField;
|
||||||
|
|
||||||
|
private string bcServiceKeyField;
|
||||||
|
|
||||||
|
private string bcUrlField;
|
||||||
|
|
||||||
|
private string bcBarDataField;
|
||||||
|
|
||||||
|
private string bcSyoriDateField;
|
||||||
|
|
||||||
|
private string loppippi_QrField;
|
||||||
|
|
||||||
|
private string famiport_QrField;
|
||||||
|
|
||||||
|
[XmlElement(Order = 0)]
|
||||||
|
public string Result
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return resultField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
resultField = value;
|
||||||
|
RaisePropertyChanged("Result");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 1)]
|
||||||
|
public string DataSyubetsu
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return dataSyubetsuField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
dataSyubetsuField = value;
|
||||||
|
RaisePropertyChanged("DataSyubetsu");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 2)]
|
||||||
|
public string KKessaiNo
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return kKessaiNoField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
kKessaiNoField = value;
|
||||||
|
RaisePropertyChanged("KKessaiNo");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 3)]
|
||||||
|
public string FreeArea
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return freeAreaField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
freeAreaField = value;
|
||||||
|
RaisePropertyChanged("FreeArea");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 4)]
|
||||||
|
public string SyunoPayCode
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return syunoPayCodeField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
syunoPayCodeField = value;
|
||||||
|
RaisePropertyChanged("SyunoPayCode");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 5)]
|
||||||
|
public string SyunoRecvNum
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return syunoRecvNumField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
syunoRecvNumField = value;
|
||||||
|
RaisePropertyChanged("SyunoRecvNum");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 6)]
|
||||||
|
public string BcJigyosyaNo
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return bcJigyosyaNoField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
bcJigyosyaNoField = value;
|
||||||
|
RaisePropertyChanged("BcJigyosyaNo");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 7)]
|
||||||
|
public string BcAnkenNo
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return bcAnkenNoField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
bcAnkenNoField = value;
|
||||||
|
RaisePropertyChanged("BcAnkenNo");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 8)]
|
||||||
|
public string BcNinsyoKey
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return bcNinsyoKeyField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
bcNinsyoKeyField = value;
|
||||||
|
RaisePropertyChanged("BcNinsyoKey");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 9)]
|
||||||
|
public string SyunoMMSNo
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return syunoMMSNoField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
syunoMMSNoField = value;
|
||||||
|
RaisePropertyChanged("SyunoMMSNo");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 10)]
|
||||||
|
public string BcServiceKey
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return bcServiceKeyField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
bcServiceKeyField = value;
|
||||||
|
RaisePropertyChanged("BcServiceKey");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 11)]
|
||||||
|
public string BcUrl
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return bcUrlField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
bcUrlField = value;
|
||||||
|
RaisePropertyChanged("BcUrl");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 12)]
|
||||||
|
public string BcBarData
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return bcBarDataField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
bcBarDataField = value;
|
||||||
|
RaisePropertyChanged("BcBarData");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 13)]
|
||||||
|
public string BcSyoriDate
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return bcSyoriDateField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
bcSyoriDateField = value;
|
||||||
|
RaisePropertyChanged("BcSyoriDate");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 14)]
|
||||||
|
public string Loppippi_Qr
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return loppippi_QrField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
loppippi_QrField = value;
|
||||||
|
RaisePropertyChanged("Loppippi_Qr");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 15)]
|
||||||
|
public string Famiport_Qr
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return famiport_QrField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
famiport_QrField = value;
|
||||||
|
RaisePropertyChanged("Famiport_Qr");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
public event PropertyChangedEventHandler PropertyChanged;
|
||||||
|
|
||||||
|
protected void RaisePropertyChanged(string propertyName)
|
||||||
|
{
|
||||||
|
this.PropertyChanged?.Invoke(this, new PropertyChangedEventArgs(propertyName));
|
||||||
|
}
|
||||||
|
}
|
||||||
134
SoM_PrnControl.YoyakuServiceReference/OutParamTomeoki.cs
Normal file
134
SoM_PrnControl.YoyakuServiceReference/OutParamTomeoki.cs
Normal file
@ -0,0 +1,134 @@
|
|||||||
|
using System;
|
||||||
|
using System.CodeDom.Compiler;
|
||||||
|
using System.ComponentModel;
|
||||||
|
using System.Diagnostics;
|
||||||
|
using System.Xml.Serialization;
|
||||||
|
|
||||||
|
namespace SoM_PrnControl.YoyakuServiceReference;
|
||||||
|
|
||||||
|
[Serializable]
|
||||||
|
[GeneratedCode("System.Xml", "4.8.9032.0")]
|
||||||
|
[DebuggerStepThrough]
|
||||||
|
[DesignerCategory("code")]
|
||||||
|
[XmlType(Namespace = "http://rem.kessai.info/Kessai/")]
|
||||||
|
public class OutParamTomeoki : INotifyPropertyChanged
|
||||||
|
{
|
||||||
|
private string resultField;
|
||||||
|
|
||||||
|
private string dataSyubetsuField;
|
||||||
|
|
||||||
|
private string kKessaiNoField;
|
||||||
|
|
||||||
|
private string freeAreaField;
|
||||||
|
|
||||||
|
private string syunoPayCodeField;
|
||||||
|
|
||||||
|
private string syunoRecvNumField;
|
||||||
|
|
||||||
|
private string syunoMMSNoField;
|
||||||
|
|
||||||
|
[XmlElement(Order = 0)]
|
||||||
|
public string Result
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return resultField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
resultField = value;
|
||||||
|
RaisePropertyChanged("Result");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 1)]
|
||||||
|
public string DataSyubetsu
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return dataSyubetsuField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
dataSyubetsuField = value;
|
||||||
|
RaisePropertyChanged("DataSyubetsu");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 2)]
|
||||||
|
public string KKessaiNo
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return kKessaiNoField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
kKessaiNoField = value;
|
||||||
|
RaisePropertyChanged("KKessaiNo");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 3)]
|
||||||
|
public string FreeArea
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return freeAreaField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
freeAreaField = value;
|
||||||
|
RaisePropertyChanged("FreeArea");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 4)]
|
||||||
|
public string SyunoPayCode
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return syunoPayCodeField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
syunoPayCodeField = value;
|
||||||
|
RaisePropertyChanged("SyunoPayCode");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 5)]
|
||||||
|
public string SyunoRecvNum
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return syunoRecvNumField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
syunoRecvNumField = value;
|
||||||
|
RaisePropertyChanged("SyunoRecvNum");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 6)]
|
||||||
|
public string SyunoMMSNo
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return syunoMMSNoField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
syunoMMSNoField = value;
|
||||||
|
RaisePropertyChanged("SyunoMMSNo");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
public event PropertyChangedEventHandler PropertyChanged;
|
||||||
|
|
||||||
|
protected void RaisePropertyChanged(string propertyName)
|
||||||
|
{
|
||||||
|
this.PropertyChanged?.Invoke(this, new PropertyChangedEventArgs(propertyName));
|
||||||
|
}
|
||||||
|
}
|
||||||
54
SoM_PrnControl.YoyakuServiceReference/SyunoFree.cs
Normal file
54
SoM_PrnControl.YoyakuServiceReference/SyunoFree.cs
Normal file
@ -0,0 +1,54 @@
|
|||||||
|
using System;
|
||||||
|
using System.CodeDom.Compiler;
|
||||||
|
using System.ComponentModel;
|
||||||
|
using System.Diagnostics;
|
||||||
|
using System.Xml.Serialization;
|
||||||
|
|
||||||
|
namespace SoM_PrnControl.YoyakuServiceReference;
|
||||||
|
|
||||||
|
[Serializable]
|
||||||
|
[GeneratedCode("System.Xml", "4.8.9032.0")]
|
||||||
|
[DebuggerStepThrough]
|
||||||
|
[DesignerCategory("code")]
|
||||||
|
[XmlType(Namespace = "http://rem.kessai.info/Kessai/")]
|
||||||
|
public class SyunoFree : INotifyPropertyChanged
|
||||||
|
{
|
||||||
|
private int indexField;
|
||||||
|
|
||||||
|
private string syunoFreeStrField;
|
||||||
|
|
||||||
|
[XmlElement(Order = 0)]
|
||||||
|
public int Index
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return indexField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
indexField = value;
|
||||||
|
RaisePropertyChanged("Index");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 1)]
|
||||||
|
public string SyunoFreeStr
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return syunoFreeStrField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
syunoFreeStrField = value;
|
||||||
|
RaisePropertyChanged("SyunoFreeStr");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
public event PropertyChangedEventHandler PropertyChanged;
|
||||||
|
|
||||||
|
protected void RaisePropertyChanged(string propertyName)
|
||||||
|
{
|
||||||
|
this.PropertyChanged?.Invoke(this, new PropertyChangedEventArgs(propertyName));
|
||||||
|
}
|
||||||
|
}
|
||||||
54
SoM_PrnControl.YoyakuServiceReference/WellnetSoapHeader.cs
Normal file
54
SoM_PrnControl.YoyakuServiceReference/WellnetSoapHeader.cs
Normal file
@ -0,0 +1,54 @@
|
|||||||
|
using System;
|
||||||
|
using System.CodeDom.Compiler;
|
||||||
|
using System.ComponentModel;
|
||||||
|
using System.Diagnostics;
|
||||||
|
using System.Xml.Serialization;
|
||||||
|
|
||||||
|
namespace SoM_PrnControl.YoyakuServiceReference;
|
||||||
|
|
||||||
|
[Serializable]
|
||||||
|
[GeneratedCode("System.Xml", "4.8.9032.0")]
|
||||||
|
[DebuggerStepThrough]
|
||||||
|
[DesignerCategory("code")]
|
||||||
|
[XmlType(Namespace = "http://rem.kessai.info/Kessai/")]
|
||||||
|
public class WellnetSoapHeader : INotifyPropertyChanged
|
||||||
|
{
|
||||||
|
private string userIdField;
|
||||||
|
|
||||||
|
private string passwordField;
|
||||||
|
|
||||||
|
[XmlElement(Order = 0)]
|
||||||
|
public string UserId
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return userIdField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
userIdField = value;
|
||||||
|
RaisePropertyChanged("UserId");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[XmlElement(Order = 1)]
|
||||||
|
public string Password
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return passwordField;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
passwordField = value;
|
||||||
|
RaisePropertyChanged("Password");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
public event PropertyChangedEventHandler PropertyChanged;
|
||||||
|
|
||||||
|
protected void RaisePropertyChanged(string propertyName)
|
||||||
|
{
|
||||||
|
this.PropertyChanged?.Invoke(this, new PropertyChangedEventArgs(propertyName));
|
||||||
|
}
|
||||||
|
}
|
||||||
@ -0,0 +1,29 @@
|
|||||||
|
using System.CodeDom.Compiler;
|
||||||
|
using System.ComponentModel;
|
||||||
|
using System.Diagnostics;
|
||||||
|
using System.ServiceModel;
|
||||||
|
|
||||||
|
namespace SoM_PrnControl.YoyakuServiceReference;
|
||||||
|
|
||||||
|
[DebuggerStepThrough]
|
||||||
|
[GeneratedCode("System.ServiceModel", "4.0.0.0")]
|
||||||
|
[EditorBrowsable(EditorBrowsableState.Advanced)]
|
||||||
|
[MessageContract(WrapperName = "YoyakuBarCode", WrapperNamespace = "http://rem.kessai.info/Kessai/", IsWrapped = true)]
|
||||||
|
public class YoyakuBarCodeRequest
|
||||||
|
{
|
||||||
|
[MessageHeader(Namespace = "http://rem.kessai.info/Kessai/")]
|
||||||
|
public WellnetSoapHeader WellnetSoapHeader;
|
||||||
|
|
||||||
|
[MessageBodyMember(Namespace = "http://rem.kessai.info/Kessai/", Order = 0)]
|
||||||
|
public InParamBarCode inData;
|
||||||
|
|
||||||
|
public YoyakuBarCodeRequest()
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
|
public YoyakuBarCodeRequest(WellnetSoapHeader WellnetSoapHeader, InParamBarCode inData)
|
||||||
|
{
|
||||||
|
this.WellnetSoapHeader = WellnetSoapHeader;
|
||||||
|
this.inData = inData;
|
||||||
|
}
|
||||||
|
}
|
||||||
@ -0,0 +1,25 @@
|
|||||||
|
using System.CodeDom.Compiler;
|
||||||
|
using System.ComponentModel;
|
||||||
|
using System.Diagnostics;
|
||||||
|
using System.ServiceModel;
|
||||||
|
|
||||||
|
namespace SoM_PrnControl.YoyakuServiceReference;
|
||||||
|
|
||||||
|
[DebuggerStepThrough]
|
||||||
|
[GeneratedCode("System.ServiceModel", "4.0.0.0")]
|
||||||
|
[EditorBrowsable(EditorBrowsableState.Advanced)]
|
||||||
|
[MessageContract(WrapperName = "YoyakuBarCodeResponse", WrapperNamespace = "http://rem.kessai.info/Kessai/", IsWrapped = true)]
|
||||||
|
public class YoyakuBarCodeResponse
|
||||||
|
{
|
||||||
|
[MessageBodyMember(Namespace = "http://rem.kessai.info/Kessai/", Order = 0)]
|
||||||
|
public OutParamBarCode YoyakuBarCodeResult;
|
||||||
|
|
||||||
|
public YoyakuBarCodeResponse()
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
|
public YoyakuBarCodeResponse(OutParamBarCode YoyakuBarCodeResult)
|
||||||
|
{
|
||||||
|
this.YoyakuBarCodeResult = YoyakuBarCodeResult;
|
||||||
|
}
|
||||||
|
}
|
||||||
@ -0,0 +1,29 @@
|
|||||||
|
using System.CodeDom.Compiler;
|
||||||
|
using System.ComponentModel;
|
||||||
|
using System.Diagnostics;
|
||||||
|
using System.ServiceModel;
|
||||||
|
|
||||||
|
namespace SoM_PrnControl.YoyakuServiceReference;
|
||||||
|
|
||||||
|
[DebuggerStepThrough]
|
||||||
|
[GeneratedCode("System.ServiceModel", "4.0.0.0")]
|
||||||
|
[EditorBrowsable(EditorBrowsableState.Advanced)]
|
||||||
|
[MessageContract(WrapperName = "YoyakuKeizokukakinRequest", WrapperNamespace = "http://rem.kessai.info/Kessai/", IsWrapped = true)]
|
||||||
|
public class YoyakuKeizokukakinRequestRequest
|
||||||
|
{
|
||||||
|
[MessageHeader(Namespace = "http://rem.kessai.info/Kessai/")]
|
||||||
|
public WellnetSoapHeader WellnetSoapHeader;
|
||||||
|
|
||||||
|
[MessageBodyMember(Namespace = "http://rem.kessai.info/Kessai/", Order = 0)]
|
||||||
|
public InParamKeizokukakinRequest inData;
|
||||||
|
|
||||||
|
public YoyakuKeizokukakinRequestRequest()
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
|
public YoyakuKeizokukakinRequestRequest(WellnetSoapHeader WellnetSoapHeader, InParamKeizokukakinRequest inData)
|
||||||
|
{
|
||||||
|
this.WellnetSoapHeader = WellnetSoapHeader;
|
||||||
|
this.inData = inData;
|
||||||
|
}
|
||||||
|
}
|
||||||
@ -0,0 +1,25 @@
|
|||||||
|
using System.CodeDom.Compiler;
|
||||||
|
using System.ComponentModel;
|
||||||
|
using System.Diagnostics;
|
||||||
|
using System.ServiceModel;
|
||||||
|
|
||||||
|
namespace SoM_PrnControl.YoyakuServiceReference;
|
||||||
|
|
||||||
|
[DebuggerStepThrough]
|
||||||
|
[GeneratedCode("System.ServiceModel", "4.0.0.0")]
|
||||||
|
[EditorBrowsable(EditorBrowsableState.Advanced)]
|
||||||
|
[MessageContract(WrapperName = "YoyakuKeizokukakinRequestResponse", WrapperNamespace = "http://rem.kessai.info/Kessai/", IsWrapped = true)]
|
||||||
|
public class YoyakuKeizokukakinRequestResponse
|
||||||
|
{
|
||||||
|
[MessageBodyMember(Namespace = "http://rem.kessai.info/Kessai/", Order = 0)]
|
||||||
|
public OutParamKeizokukakinRequest YoyakuKeizokukakinRequestResult;
|
||||||
|
|
||||||
|
public YoyakuKeizokukakinRequestResponse()
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
|
public YoyakuKeizokukakinRequestResponse(OutParamKeizokukakinRequest YoyakuKeizokukakinRequestResult)
|
||||||
|
{
|
||||||
|
this.YoyakuKeizokukakinRequestResult = YoyakuKeizokukakinRequestResult;
|
||||||
|
}
|
||||||
|
}
|
||||||
29
SoM_PrnControl.YoyakuServiceReference/YoyakuNyukinRequest.cs
Normal file
29
SoM_PrnControl.YoyakuServiceReference/YoyakuNyukinRequest.cs
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
using System.CodeDom.Compiler;
|
||||||
|
using System.ComponentModel;
|
||||||
|
using System.Diagnostics;
|
||||||
|
using System.ServiceModel;
|
||||||
|
|
||||||
|
namespace SoM_PrnControl.YoyakuServiceReference;
|
||||||
|
|
||||||
|
[DebuggerStepThrough]
|
||||||
|
[GeneratedCode("System.ServiceModel", "4.0.0.0")]
|
||||||
|
[EditorBrowsable(EditorBrowsableState.Advanced)]
|
||||||
|
[MessageContract(WrapperName = "YoyakuNyukin", WrapperNamespace = "http://rem.kessai.info/Kessai/", IsWrapped = true)]
|
||||||
|
public class YoyakuNyukinRequest
|
||||||
|
{
|
||||||
|
[MessageHeader(Namespace = "http://rem.kessai.info/Kessai/")]
|
||||||
|
public WellnetSoapHeader WellnetSoapHeader;
|
||||||
|
|
||||||
|
[MessageBodyMember(Namespace = "http://rem.kessai.info/Kessai/", Order = 0)]
|
||||||
|
public InParamNyukin inData;
|
||||||
|
|
||||||
|
public YoyakuNyukinRequest()
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
|
public YoyakuNyukinRequest(WellnetSoapHeader WellnetSoapHeader, InParamNyukin inData)
|
||||||
|
{
|
||||||
|
this.WellnetSoapHeader = WellnetSoapHeader;
|
||||||
|
this.inData = inData;
|
||||||
|
}
|
||||||
|
}
|
||||||
@ -0,0 +1,25 @@
|
|||||||
|
using System.CodeDom.Compiler;
|
||||||
|
using System.ComponentModel;
|
||||||
|
using System.Diagnostics;
|
||||||
|
using System.ServiceModel;
|
||||||
|
|
||||||
|
namespace SoM_PrnControl.YoyakuServiceReference;
|
||||||
|
|
||||||
|
[DebuggerStepThrough]
|
||||||
|
[GeneratedCode("System.ServiceModel", "4.0.0.0")]
|
||||||
|
[EditorBrowsable(EditorBrowsableState.Advanced)]
|
||||||
|
[MessageContract(WrapperName = "YoyakuNyukinResponse", WrapperNamespace = "http://rem.kessai.info/Kessai/", IsWrapped = true)]
|
||||||
|
public class YoyakuNyukinResponse
|
||||||
|
{
|
||||||
|
[MessageBodyMember(Namespace = "http://rem.kessai.info/Kessai/", Order = 0)]
|
||||||
|
public OutParamNyukin YoyakuNyukinResult;
|
||||||
|
|
||||||
|
public YoyakuNyukinResponse()
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
|
public YoyakuNyukinResponse(OutParamNyukin YoyakuNyukinResult)
|
||||||
|
{
|
||||||
|
this.YoyakuNyukinResult = YoyakuNyukinResult;
|
||||||
|
}
|
||||||
|
}
|
||||||
94
SoM_PrnControl.YoyakuServiceReference/YoyakuSoap.cs
Normal file
94
SoM_PrnControl.YoyakuServiceReference/YoyakuSoap.cs
Normal file
@ -0,0 +1,94 @@
|
|||||||
|
using System.CodeDom.Compiler;
|
||||||
|
using System.ServiceModel;
|
||||||
|
using System.Threading.Tasks;
|
||||||
|
|
||||||
|
namespace SoM_PrnControl.YoyakuServiceReference;
|
||||||
|
|
||||||
|
[GeneratedCode("System.ServiceModel", "4.0.0.0")]
|
||||||
|
[ServiceContract(Namespace = "http://rem.kessai.info/Kessai/", ConfigurationName = "YoyakuServiceReference.YoyakuSoap")]
|
||||||
|
public interface YoyakuSoap
|
||||||
|
{
|
||||||
|
[OperationContract(Action = "http://rem.kessai.info/Kessai/YoyakuSyunoRequest", ReplyAction = "*")]
|
||||||
|
[XmlSerializerFormat(SupportFaults = true)]
|
||||||
|
YoyakuSyunoRequestResponse YoyakuSyunoRequest(YoyakuSyunoRequestRequest request);
|
||||||
|
|
||||||
|
[OperationContract(Action = "http://rem.kessai.info/Kessai/YoyakuSyunoRequest", ReplyAction = "*")]
|
||||||
|
Task<YoyakuSyunoRequestResponse> YoyakuSyunoRequestAsync(YoyakuSyunoRequestRequest request);
|
||||||
|
|
||||||
|
[OperationContract(Action = "http://rem.kessai.info/Kessai/YoyakuBarCode", ReplyAction = "*")]
|
||||||
|
[XmlSerializerFormat(SupportFaults = true)]
|
||||||
|
YoyakuBarCodeResponse YoyakuBarCode(YoyakuBarCodeRequest request);
|
||||||
|
|
||||||
|
[OperationContract(Action = "http://rem.kessai.info/Kessai/YoyakuBarCode", ReplyAction = "*")]
|
||||||
|
Task<YoyakuBarCodeResponse> YoyakuBarCodeAsync(YoyakuBarCodeRequest request);
|
||||||
|
|
||||||
|
[OperationContract(Action = "http://rem.kessai.info/Kessai/YoyakuNyukin", ReplyAction = "*")]
|
||||||
|
[XmlSerializerFormat(SupportFaults = true)]
|
||||||
|
YoyakuNyukinResponse YoyakuNyukin(YoyakuNyukinRequest request);
|
||||||
|
|
||||||
|
[OperationContract(Action = "http://rem.kessai.info/Kessai/YoyakuNyukin", ReplyAction = "*")]
|
||||||
|
Task<YoyakuNyukinResponse> YoyakuNyukinAsync(YoyakuNyukinRequest request);
|
||||||
|
|
||||||
|
[OperationContract(Action = "http://rem.kessai.info/Kessai/YoyakuSyunoBarCode", ReplyAction = "*")]
|
||||||
|
[XmlSerializerFormat(SupportFaults = true)]
|
||||||
|
YoyakuSyunoBarCodeResponse YoyakuSyunoBarCode(YoyakuSyunoBarCodeRequest request);
|
||||||
|
|
||||||
|
[OperationContract(Action = "http://rem.kessai.info/Kessai/YoyakuSyunoBarCode", ReplyAction = "*")]
|
||||||
|
Task<YoyakuSyunoBarCodeResponse> YoyakuSyunoBarCodeAsync(YoyakuSyunoBarCodeRequest request);
|
||||||
|
|
||||||
|
[OperationContract(Action = "http://rem.kessai.info/Kessai/YoyakuSyunoETicket", ReplyAction = "*")]
|
||||||
|
[XmlSerializerFormat(SupportFaults = true)]
|
||||||
|
YoyakuSyunoETicketResponse YoyakuSyunoETicket(YoyakuSyunoETicketRequest request);
|
||||||
|
|
||||||
|
[OperationContract(Action = "http://rem.kessai.info/Kessai/YoyakuSyunoETicket", ReplyAction = "*")]
|
||||||
|
Task<YoyakuSyunoETicketResponse> YoyakuSyunoETicketAsync(YoyakuSyunoETicketRequest request);
|
||||||
|
|
||||||
|
[OperationContract(Action = "http://rem.kessai.info/Kessai/YoyakuSyunoPlusBarCode", ReplyAction = "*")]
|
||||||
|
[XmlSerializerFormat(SupportFaults = true)]
|
||||||
|
YoyakuSyunoPlusBarCodeResponse YoyakuSyunoPlusBarCode(YoyakuSyunoPlusBarCodeRequest request);
|
||||||
|
|
||||||
|
[OperationContract(Action = "http://rem.kessai.info/Kessai/YoyakuSyunoPlusBarCode", ReplyAction = "*")]
|
||||||
|
Task<YoyakuSyunoPlusBarCodeResponse> YoyakuSyunoPlusBarCodeAsync(YoyakuSyunoPlusBarCodeRequest request);
|
||||||
|
|
||||||
|
[OperationContract(Action = "http://rem.kessai.info/Kessai/YoyakuTomeokiRequest", ReplyAction = "*")]
|
||||||
|
[XmlSerializerFormat(SupportFaults = true)]
|
||||||
|
YoyakuTomeokiRequestResponse YoyakuTomeokiRequest(YoyakuTomeokiRequestRequest request);
|
||||||
|
|
||||||
|
[OperationContract(Action = "http://rem.kessai.info/Kessai/YoyakuTomeokiRequest", ReplyAction = "*")]
|
||||||
|
Task<YoyakuTomeokiRequestResponse> YoyakuTomeokiRequestAsync(YoyakuTomeokiRequestRequest request);
|
||||||
|
|
||||||
|
[OperationContract(Action = "http://rem.kessai.info/Kessai/CashOutRequest", ReplyAction = "*")]
|
||||||
|
[XmlSerializerFormat(SupportFaults = true)]
|
||||||
|
CashOutRequestResponse CashOutRequest(CashOutRequestRequest request);
|
||||||
|
|
||||||
|
[OperationContract(Action = "http://rem.kessai.info/Kessai/CashOutRequest", ReplyAction = "*")]
|
||||||
|
Task<CashOutRequestResponse> CashOutRequestAsync(CashOutRequestRequest request);
|
||||||
|
|
||||||
|
[OperationContract(Action = "http://rem.kessai.info/Kessai/CashOutAesRequest", ReplyAction = "*")]
|
||||||
|
[XmlSerializerFormat(SupportFaults = true)]
|
||||||
|
CashOutAesRequestResponse CashOutAesRequest(CashOutAesRequestRequest request);
|
||||||
|
|
||||||
|
[OperationContract(Action = "http://rem.kessai.info/Kessai/CashOutAesRequest", ReplyAction = "*")]
|
||||||
|
Task<CashOutAesRequestResponse> CashOutAesRequestAsync(CashOutAesRequestRequest request);
|
||||||
|
|
||||||
|
[OperationContract(Action = "http://rem.kessai.info/Kessai/CashOutConsequence", ReplyAction = "*")]
|
||||||
|
[XmlSerializerFormat(SupportFaults = true)]
|
||||||
|
CashOutConsequenceResponse CashOutConsequence(CashOutConsequenceRequest request);
|
||||||
|
|
||||||
|
[OperationContract(Action = "http://rem.kessai.info/Kessai/CashOutConsequence", ReplyAction = "*")]
|
||||||
|
Task<CashOutConsequenceResponse> CashOutConsequenceAsync(CashOutConsequenceRequest request);
|
||||||
|
|
||||||
|
[OperationContract(Action = "http://rem.kessai.info/Kessai/YoyakuKeizokukakinRequest", ReplyAction = "*")]
|
||||||
|
[XmlSerializerFormat(SupportFaults = true)]
|
||||||
|
YoyakuKeizokukakinRequestResponse YoyakuKeizokukakinRequest(YoyakuKeizokukakinRequestRequest request);
|
||||||
|
|
||||||
|
[OperationContract(Action = "http://rem.kessai.info/Kessai/YoyakuKeizokukakinRequest", ReplyAction = "*")]
|
||||||
|
Task<YoyakuKeizokukakinRequestResponse> YoyakuKeizokukakinRequestAsync(YoyakuKeizokukakinRequestRequest request);
|
||||||
|
|
||||||
|
[OperationContract(Action = "http://rem.kessai.info/Kessai/YoyakuSyunoQr", ReplyAction = "*")]
|
||||||
|
[XmlSerializerFormat(SupportFaults = true)]
|
||||||
|
YoyakuSyunoQrResponse YoyakuSyunoQr(YoyakuSyunoQrRequest request);
|
||||||
|
|
||||||
|
[OperationContract(Action = "http://rem.kessai.info/Kessai/YoyakuSyunoQr", ReplyAction = "*")]
|
||||||
|
Task<YoyakuSyunoQrResponse> YoyakuSyunoQrAsync(YoyakuSyunoQrRequest request);
|
||||||
|
}
|
||||||
11
SoM_PrnControl.YoyakuServiceReference/YoyakuSoapChannel.cs
Normal file
11
SoM_PrnControl.YoyakuServiceReference/YoyakuSoapChannel.cs
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
using System;
|
||||||
|
using System.CodeDom.Compiler;
|
||||||
|
using System.ServiceModel;
|
||||||
|
using System.ServiceModel.Channels;
|
||||||
|
|
||||||
|
namespace SoM_PrnControl.YoyakuServiceReference;
|
||||||
|
|
||||||
|
[GeneratedCode("System.ServiceModel", "4.0.0.0")]
|
||||||
|
public interface YoyakuSoapChannel : YoyakuSoap, IClientChannel, IContextChannel, IChannel, ICommunicationObject, IExtensibleObject<IContextChannel>, IDisposable
|
||||||
|
{
|
||||||
|
}
|
||||||
385
SoM_PrnControl.YoyakuServiceReference/YoyakuSoapClient.cs
Normal file
385
SoM_PrnControl.YoyakuServiceReference/YoyakuSoapClient.cs
Normal file
@ -0,0 +1,385 @@
|
|||||||
|
using System.CodeDom.Compiler;
|
||||||
|
using System.ComponentModel;
|
||||||
|
using System.Diagnostics;
|
||||||
|
using System.ServiceModel;
|
||||||
|
using System.ServiceModel.Channels;
|
||||||
|
using System.Threading.Tasks;
|
||||||
|
|
||||||
|
namespace SoM_PrnControl.YoyakuServiceReference;
|
||||||
|
|
||||||
|
[DebuggerStepThrough]
|
||||||
|
[GeneratedCode("System.ServiceModel", "4.0.0.0")]
|
||||||
|
public class YoyakuSoapClient : ClientBase<YoyakuSoap>, YoyakuSoap
|
||||||
|
{
|
||||||
|
public YoyakuSoapClient()
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
|
public YoyakuSoapClient(string endpointConfigurationName)
|
||||||
|
: base(endpointConfigurationName)
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
|
public YoyakuSoapClient(string endpointConfigurationName, string remoteAddress)
|
||||||
|
: base(endpointConfigurationName, remoteAddress)
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
|
public YoyakuSoapClient(string endpointConfigurationName, EndpointAddress remoteAddress)
|
||||||
|
: base(endpointConfigurationName, remoteAddress)
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
|
public YoyakuSoapClient(Binding binding, EndpointAddress remoteAddress)
|
||||||
|
: base(binding, remoteAddress)
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
|
[EditorBrowsable(EditorBrowsableState.Advanced)]
|
||||||
|
YoyakuSyunoRequestResponse YoyakuSoap.YoyakuSyunoRequest(YoyakuSyunoRequestRequest request)
|
||||||
|
{
|
||||||
|
return base.Channel.YoyakuSyunoRequest(request);
|
||||||
|
}
|
||||||
|
|
||||||
|
public OutParamSyuno YoyakuSyunoRequest(WellnetSoapHeader WellnetSoapHeader, InParamSyuno inData)
|
||||||
|
{
|
||||||
|
YoyakuSyunoRequestRequest yoyakuSyunoRequestRequest = new YoyakuSyunoRequestRequest();
|
||||||
|
yoyakuSyunoRequestRequest.WellnetSoapHeader = WellnetSoapHeader;
|
||||||
|
yoyakuSyunoRequestRequest.inData = inData;
|
||||||
|
YoyakuSyunoRequestResponse yoyakuSyunoRequestResponse = ((YoyakuSoap)this).YoyakuSyunoRequest(yoyakuSyunoRequestRequest);
|
||||||
|
return yoyakuSyunoRequestResponse.YoyakuSyunoRequestResult;
|
||||||
|
}
|
||||||
|
|
||||||
|
[EditorBrowsable(EditorBrowsableState.Advanced)]
|
||||||
|
Task<YoyakuSyunoRequestResponse> YoyakuSoap.YoyakuSyunoRequestAsync(YoyakuSyunoRequestRequest request)
|
||||||
|
{
|
||||||
|
return base.Channel.YoyakuSyunoRequestAsync(request);
|
||||||
|
}
|
||||||
|
|
||||||
|
public Task<YoyakuSyunoRequestResponse> YoyakuSyunoRequestAsync(WellnetSoapHeader WellnetSoapHeader, InParamSyuno inData)
|
||||||
|
{
|
||||||
|
YoyakuSyunoRequestRequest yoyakuSyunoRequestRequest = new YoyakuSyunoRequestRequest();
|
||||||
|
yoyakuSyunoRequestRequest.WellnetSoapHeader = WellnetSoapHeader;
|
||||||
|
yoyakuSyunoRequestRequest.inData = inData;
|
||||||
|
return ((YoyakuSoap)this).YoyakuSyunoRequestAsync(yoyakuSyunoRequestRequest);
|
||||||
|
}
|
||||||
|
|
||||||
|
[EditorBrowsable(EditorBrowsableState.Advanced)]
|
||||||
|
YoyakuBarCodeResponse YoyakuSoap.YoyakuBarCode(YoyakuBarCodeRequest request)
|
||||||
|
{
|
||||||
|
return base.Channel.YoyakuBarCode(request);
|
||||||
|
}
|
||||||
|
|
||||||
|
public OutParamBarCode YoyakuBarCode(WellnetSoapHeader WellnetSoapHeader, InParamBarCode inData)
|
||||||
|
{
|
||||||
|
YoyakuBarCodeRequest yoyakuBarCodeRequest = new YoyakuBarCodeRequest();
|
||||||
|
yoyakuBarCodeRequest.WellnetSoapHeader = WellnetSoapHeader;
|
||||||
|
yoyakuBarCodeRequest.inData = inData;
|
||||||
|
YoyakuBarCodeResponse yoyakuBarCodeResponse = ((YoyakuSoap)this).YoyakuBarCode(yoyakuBarCodeRequest);
|
||||||
|
return yoyakuBarCodeResponse.YoyakuBarCodeResult;
|
||||||
|
}
|
||||||
|
|
||||||
|
[EditorBrowsable(EditorBrowsableState.Advanced)]
|
||||||
|
Task<YoyakuBarCodeResponse> YoyakuSoap.YoyakuBarCodeAsync(YoyakuBarCodeRequest request)
|
||||||
|
{
|
||||||
|
return base.Channel.YoyakuBarCodeAsync(request);
|
||||||
|
}
|
||||||
|
|
||||||
|
public Task<YoyakuBarCodeResponse> YoyakuBarCodeAsync(WellnetSoapHeader WellnetSoapHeader, InParamBarCode inData)
|
||||||
|
{
|
||||||
|
YoyakuBarCodeRequest yoyakuBarCodeRequest = new YoyakuBarCodeRequest();
|
||||||
|
yoyakuBarCodeRequest.WellnetSoapHeader = WellnetSoapHeader;
|
||||||
|
yoyakuBarCodeRequest.inData = inData;
|
||||||
|
return ((YoyakuSoap)this).YoyakuBarCodeAsync(yoyakuBarCodeRequest);
|
||||||
|
}
|
||||||
|
|
||||||
|
[EditorBrowsable(EditorBrowsableState.Advanced)]
|
||||||
|
YoyakuNyukinResponse YoyakuSoap.YoyakuNyukin(YoyakuNyukinRequest request)
|
||||||
|
{
|
||||||
|
return base.Channel.YoyakuNyukin(request);
|
||||||
|
}
|
||||||
|
|
||||||
|
public OutParamNyukin YoyakuNyukin(WellnetSoapHeader WellnetSoapHeader, InParamNyukin inData)
|
||||||
|
{
|
||||||
|
YoyakuNyukinRequest yoyakuNyukinRequest = new YoyakuNyukinRequest();
|
||||||
|
yoyakuNyukinRequest.WellnetSoapHeader = WellnetSoapHeader;
|
||||||
|
yoyakuNyukinRequest.inData = inData;
|
||||||
|
YoyakuNyukinResponse yoyakuNyukinResponse = ((YoyakuSoap)this).YoyakuNyukin(yoyakuNyukinRequest);
|
||||||
|
return yoyakuNyukinResponse.YoyakuNyukinResult;
|
||||||
|
}
|
||||||
|
|
||||||
|
[EditorBrowsable(EditorBrowsableState.Advanced)]
|
||||||
|
Task<YoyakuNyukinResponse> YoyakuSoap.YoyakuNyukinAsync(YoyakuNyukinRequest request)
|
||||||
|
{
|
||||||
|
return base.Channel.YoyakuNyukinAsync(request);
|
||||||
|
}
|
||||||
|
|
||||||
|
public Task<YoyakuNyukinResponse> YoyakuNyukinAsync(WellnetSoapHeader WellnetSoapHeader, InParamNyukin inData)
|
||||||
|
{
|
||||||
|
YoyakuNyukinRequest yoyakuNyukinRequest = new YoyakuNyukinRequest();
|
||||||
|
yoyakuNyukinRequest.WellnetSoapHeader = WellnetSoapHeader;
|
||||||
|
yoyakuNyukinRequest.inData = inData;
|
||||||
|
return ((YoyakuSoap)this).YoyakuNyukinAsync(yoyakuNyukinRequest);
|
||||||
|
}
|
||||||
|
|
||||||
|
[EditorBrowsable(EditorBrowsableState.Advanced)]
|
||||||
|
YoyakuSyunoBarCodeResponse YoyakuSoap.YoyakuSyunoBarCode(YoyakuSyunoBarCodeRequest request)
|
||||||
|
{
|
||||||
|
return base.Channel.YoyakuSyunoBarCode(request);
|
||||||
|
}
|
||||||
|
|
||||||
|
public OutParamSyunoBarCode YoyakuSyunoBarCode(WellnetSoapHeader WellnetSoapHeader, InParamSyunoBarCode inData)
|
||||||
|
{
|
||||||
|
YoyakuSyunoBarCodeRequest yoyakuSyunoBarCodeRequest = new YoyakuSyunoBarCodeRequest();
|
||||||
|
yoyakuSyunoBarCodeRequest.WellnetSoapHeader = WellnetSoapHeader;
|
||||||
|
yoyakuSyunoBarCodeRequest.inData = inData;
|
||||||
|
YoyakuSyunoBarCodeResponse yoyakuSyunoBarCodeResponse = ((YoyakuSoap)this).YoyakuSyunoBarCode(yoyakuSyunoBarCodeRequest);
|
||||||
|
return yoyakuSyunoBarCodeResponse.YoyakuSyunoBarCodeResult;
|
||||||
|
}
|
||||||
|
|
||||||
|
[EditorBrowsable(EditorBrowsableState.Advanced)]
|
||||||
|
Task<YoyakuSyunoBarCodeResponse> YoyakuSoap.YoyakuSyunoBarCodeAsync(YoyakuSyunoBarCodeRequest request)
|
||||||
|
{
|
||||||
|
return base.Channel.YoyakuSyunoBarCodeAsync(request);
|
||||||
|
}
|
||||||
|
|
||||||
|
public Task<YoyakuSyunoBarCodeResponse> YoyakuSyunoBarCodeAsync(WellnetSoapHeader WellnetSoapHeader, InParamSyunoBarCode inData)
|
||||||
|
{
|
||||||
|
YoyakuSyunoBarCodeRequest yoyakuSyunoBarCodeRequest = new YoyakuSyunoBarCodeRequest();
|
||||||
|
yoyakuSyunoBarCodeRequest.WellnetSoapHeader = WellnetSoapHeader;
|
||||||
|
yoyakuSyunoBarCodeRequest.inData = inData;
|
||||||
|
return ((YoyakuSoap)this).YoyakuSyunoBarCodeAsync(yoyakuSyunoBarCodeRequest);
|
||||||
|
}
|
||||||
|
|
||||||
|
[EditorBrowsable(EditorBrowsableState.Advanced)]
|
||||||
|
YoyakuSyunoETicketResponse YoyakuSoap.YoyakuSyunoETicket(YoyakuSyunoETicketRequest request)
|
||||||
|
{
|
||||||
|
return base.Channel.YoyakuSyunoETicket(request);
|
||||||
|
}
|
||||||
|
|
||||||
|
public OutParamSyunoETicket YoyakuSyunoETicket(WellnetSoapHeader WellnetSoapHeader, InParamSyunoETicket inData)
|
||||||
|
{
|
||||||
|
YoyakuSyunoETicketRequest yoyakuSyunoETicketRequest = new YoyakuSyunoETicketRequest();
|
||||||
|
yoyakuSyunoETicketRequest.WellnetSoapHeader = WellnetSoapHeader;
|
||||||
|
yoyakuSyunoETicketRequest.inData = inData;
|
||||||
|
YoyakuSyunoETicketResponse yoyakuSyunoETicketResponse = ((YoyakuSoap)this).YoyakuSyunoETicket(yoyakuSyunoETicketRequest);
|
||||||
|
return yoyakuSyunoETicketResponse.YoyakuSyunoETicketResult;
|
||||||
|
}
|
||||||
|
|
||||||
|
[EditorBrowsable(EditorBrowsableState.Advanced)]
|
||||||
|
Task<YoyakuSyunoETicketResponse> YoyakuSoap.YoyakuSyunoETicketAsync(YoyakuSyunoETicketRequest request)
|
||||||
|
{
|
||||||
|
return base.Channel.YoyakuSyunoETicketAsync(request);
|
||||||
|
}
|
||||||
|
|
||||||
|
public Task<YoyakuSyunoETicketResponse> YoyakuSyunoETicketAsync(WellnetSoapHeader WellnetSoapHeader, InParamSyunoETicket inData)
|
||||||
|
{
|
||||||
|
YoyakuSyunoETicketRequest yoyakuSyunoETicketRequest = new YoyakuSyunoETicketRequest();
|
||||||
|
yoyakuSyunoETicketRequest.WellnetSoapHeader = WellnetSoapHeader;
|
||||||
|
yoyakuSyunoETicketRequest.inData = inData;
|
||||||
|
return ((YoyakuSoap)this).YoyakuSyunoETicketAsync(yoyakuSyunoETicketRequest);
|
||||||
|
}
|
||||||
|
|
||||||
|
[EditorBrowsable(EditorBrowsableState.Advanced)]
|
||||||
|
YoyakuSyunoPlusBarCodeResponse YoyakuSoap.YoyakuSyunoPlusBarCode(YoyakuSyunoPlusBarCodeRequest request)
|
||||||
|
{
|
||||||
|
return base.Channel.YoyakuSyunoPlusBarCode(request);
|
||||||
|
}
|
||||||
|
|
||||||
|
public OutParamSyunoPlusBarCode YoyakuSyunoPlusBarCode(WellnetSoapHeader WellnetSoapHeader, InParamSyunoPlusBarCode inData)
|
||||||
|
{
|
||||||
|
YoyakuSyunoPlusBarCodeRequest yoyakuSyunoPlusBarCodeRequest = new YoyakuSyunoPlusBarCodeRequest();
|
||||||
|
yoyakuSyunoPlusBarCodeRequest.WellnetSoapHeader = WellnetSoapHeader;
|
||||||
|
yoyakuSyunoPlusBarCodeRequest.inData = inData;
|
||||||
|
YoyakuSyunoPlusBarCodeResponse yoyakuSyunoPlusBarCodeResponse = ((YoyakuSoap)this).YoyakuSyunoPlusBarCode(yoyakuSyunoPlusBarCodeRequest);
|
||||||
|
return yoyakuSyunoPlusBarCodeResponse.YoyakuSyunoPlusBarCodeResult;
|
||||||
|
}
|
||||||
|
|
||||||
|
[EditorBrowsable(EditorBrowsableState.Advanced)]
|
||||||
|
Task<YoyakuSyunoPlusBarCodeResponse> YoyakuSoap.YoyakuSyunoPlusBarCodeAsync(YoyakuSyunoPlusBarCodeRequest request)
|
||||||
|
{
|
||||||
|
return base.Channel.YoyakuSyunoPlusBarCodeAsync(request);
|
||||||
|
}
|
||||||
|
|
||||||
|
public Task<YoyakuSyunoPlusBarCodeResponse> YoyakuSyunoPlusBarCodeAsync(WellnetSoapHeader WellnetSoapHeader, InParamSyunoPlusBarCode inData)
|
||||||
|
{
|
||||||
|
YoyakuSyunoPlusBarCodeRequest yoyakuSyunoPlusBarCodeRequest = new YoyakuSyunoPlusBarCodeRequest();
|
||||||
|
yoyakuSyunoPlusBarCodeRequest.WellnetSoapHeader = WellnetSoapHeader;
|
||||||
|
yoyakuSyunoPlusBarCodeRequest.inData = inData;
|
||||||
|
return ((YoyakuSoap)this).YoyakuSyunoPlusBarCodeAsync(yoyakuSyunoPlusBarCodeRequest);
|
||||||
|
}
|
||||||
|
|
||||||
|
[EditorBrowsable(EditorBrowsableState.Advanced)]
|
||||||
|
YoyakuTomeokiRequestResponse YoyakuSoap.YoyakuTomeokiRequest(YoyakuTomeokiRequestRequest request)
|
||||||
|
{
|
||||||
|
return base.Channel.YoyakuTomeokiRequest(request);
|
||||||
|
}
|
||||||
|
|
||||||
|
public OutParamTomeoki YoyakuTomeokiRequest(WellnetSoapHeader WellnetSoapHeader, InParamTomeoki inData)
|
||||||
|
{
|
||||||
|
YoyakuTomeokiRequestRequest yoyakuTomeokiRequestRequest = new YoyakuTomeokiRequestRequest();
|
||||||
|
yoyakuTomeokiRequestRequest.WellnetSoapHeader = WellnetSoapHeader;
|
||||||
|
yoyakuTomeokiRequestRequest.inData = inData;
|
||||||
|
YoyakuTomeokiRequestResponse yoyakuTomeokiRequestResponse = ((YoyakuSoap)this).YoyakuTomeokiRequest(yoyakuTomeokiRequestRequest);
|
||||||
|
return yoyakuTomeokiRequestResponse.YoyakuTomeokiRequestResult;
|
||||||
|
}
|
||||||
|
|
||||||
|
[EditorBrowsable(EditorBrowsableState.Advanced)]
|
||||||
|
Task<YoyakuTomeokiRequestResponse> YoyakuSoap.YoyakuTomeokiRequestAsync(YoyakuTomeokiRequestRequest request)
|
||||||
|
{
|
||||||
|
return base.Channel.YoyakuTomeokiRequestAsync(request);
|
||||||
|
}
|
||||||
|
|
||||||
|
public Task<YoyakuTomeokiRequestResponse> YoyakuTomeokiRequestAsync(WellnetSoapHeader WellnetSoapHeader, InParamTomeoki inData)
|
||||||
|
{
|
||||||
|
YoyakuTomeokiRequestRequest yoyakuTomeokiRequestRequest = new YoyakuTomeokiRequestRequest();
|
||||||
|
yoyakuTomeokiRequestRequest.WellnetSoapHeader = WellnetSoapHeader;
|
||||||
|
yoyakuTomeokiRequestRequest.inData = inData;
|
||||||
|
return ((YoyakuSoap)this).YoyakuTomeokiRequestAsync(yoyakuTomeokiRequestRequest);
|
||||||
|
}
|
||||||
|
|
||||||
|
[EditorBrowsable(EditorBrowsableState.Advanced)]
|
||||||
|
CashOutRequestResponse YoyakuSoap.CashOutRequest(CashOutRequestRequest request)
|
||||||
|
{
|
||||||
|
return base.Channel.CashOutRequest(request);
|
||||||
|
}
|
||||||
|
|
||||||
|
public OutParamCashOutRequest CashOutRequest(WellnetSoapHeader WellnetSoapHeader, InParamCashOutRequest inData)
|
||||||
|
{
|
||||||
|
CashOutRequestRequest cashOutRequestRequest = new CashOutRequestRequest();
|
||||||
|
cashOutRequestRequest.WellnetSoapHeader = WellnetSoapHeader;
|
||||||
|
cashOutRequestRequest.inData = inData;
|
||||||
|
CashOutRequestResponse cashOutRequestResponse = ((YoyakuSoap)this).CashOutRequest(cashOutRequestRequest);
|
||||||
|
return cashOutRequestResponse.CashOutRequestResult;
|
||||||
|
}
|
||||||
|
|
||||||
|
[EditorBrowsable(EditorBrowsableState.Advanced)]
|
||||||
|
Task<CashOutRequestResponse> YoyakuSoap.CashOutRequestAsync(CashOutRequestRequest request)
|
||||||
|
{
|
||||||
|
return base.Channel.CashOutRequestAsync(request);
|
||||||
|
}
|
||||||
|
|
||||||
|
public Task<CashOutRequestResponse> CashOutRequestAsync(WellnetSoapHeader WellnetSoapHeader, InParamCashOutRequest inData)
|
||||||
|
{
|
||||||
|
CashOutRequestRequest cashOutRequestRequest = new CashOutRequestRequest();
|
||||||
|
cashOutRequestRequest.WellnetSoapHeader = WellnetSoapHeader;
|
||||||
|
cashOutRequestRequest.inData = inData;
|
||||||
|
return ((YoyakuSoap)this).CashOutRequestAsync(cashOutRequestRequest);
|
||||||
|
}
|
||||||
|
|
||||||
|
[EditorBrowsable(EditorBrowsableState.Advanced)]
|
||||||
|
CashOutAesRequestResponse YoyakuSoap.CashOutAesRequest(CashOutAesRequestRequest request)
|
||||||
|
{
|
||||||
|
return base.Channel.CashOutAesRequest(request);
|
||||||
|
}
|
||||||
|
|
||||||
|
public OutParamCashOutRequest CashOutAesRequest(WellnetSoapHeader WellnetSoapHeader, InParamCashOutAesRequest inDataAes)
|
||||||
|
{
|
||||||
|
CashOutAesRequestRequest cashOutAesRequestRequest = new CashOutAesRequestRequest();
|
||||||
|
cashOutAesRequestRequest.WellnetSoapHeader = WellnetSoapHeader;
|
||||||
|
cashOutAesRequestRequest.inDataAes = inDataAes;
|
||||||
|
CashOutAesRequestResponse cashOutAesRequestResponse = ((YoyakuSoap)this).CashOutAesRequest(cashOutAesRequestRequest);
|
||||||
|
return cashOutAesRequestResponse.CashOutAesRequestResult;
|
||||||
|
}
|
||||||
|
|
||||||
|
[EditorBrowsable(EditorBrowsableState.Advanced)]
|
||||||
|
Task<CashOutAesRequestResponse> YoyakuSoap.CashOutAesRequestAsync(CashOutAesRequestRequest request)
|
||||||
|
{
|
||||||
|
return base.Channel.CashOutAesRequestAsync(request);
|
||||||
|
}
|
||||||
|
|
||||||
|
public Task<CashOutAesRequestResponse> CashOutAesRequestAsync(WellnetSoapHeader WellnetSoapHeader, InParamCashOutAesRequest inDataAes)
|
||||||
|
{
|
||||||
|
CashOutAesRequestRequest cashOutAesRequestRequest = new CashOutAesRequestRequest();
|
||||||
|
cashOutAesRequestRequest.WellnetSoapHeader = WellnetSoapHeader;
|
||||||
|
cashOutAesRequestRequest.inDataAes = inDataAes;
|
||||||
|
return ((YoyakuSoap)this).CashOutAesRequestAsync(cashOutAesRequestRequest);
|
||||||
|
}
|
||||||
|
|
||||||
|
[EditorBrowsable(EditorBrowsableState.Advanced)]
|
||||||
|
CashOutConsequenceResponse YoyakuSoap.CashOutConsequence(CashOutConsequenceRequest request)
|
||||||
|
{
|
||||||
|
return base.Channel.CashOutConsequence(request);
|
||||||
|
}
|
||||||
|
|
||||||
|
public OutParamCashOutConsequence CashOutConsequence(WellnetSoapHeader WellnetSoapHeader, InParamCashOutConsequence inData)
|
||||||
|
{
|
||||||
|
CashOutConsequenceRequest cashOutConsequenceRequest = new CashOutConsequenceRequest();
|
||||||
|
cashOutConsequenceRequest.WellnetSoapHeader = WellnetSoapHeader;
|
||||||
|
cashOutConsequenceRequest.inData = inData;
|
||||||
|
CashOutConsequenceResponse cashOutConsequenceResponse = ((YoyakuSoap)this).CashOutConsequence(cashOutConsequenceRequest);
|
||||||
|
return cashOutConsequenceResponse.CashOutConsequenceResult;
|
||||||
|
}
|
||||||
|
|
||||||
|
[EditorBrowsable(EditorBrowsableState.Advanced)]
|
||||||
|
Task<CashOutConsequenceResponse> YoyakuSoap.CashOutConsequenceAsync(CashOutConsequenceRequest request)
|
||||||
|
{
|
||||||
|
return base.Channel.CashOutConsequenceAsync(request);
|
||||||
|
}
|
||||||
|
|
||||||
|
public Task<CashOutConsequenceResponse> CashOutConsequenceAsync(WellnetSoapHeader WellnetSoapHeader, InParamCashOutConsequence inData)
|
||||||
|
{
|
||||||
|
CashOutConsequenceRequest cashOutConsequenceRequest = new CashOutConsequenceRequest();
|
||||||
|
cashOutConsequenceRequest.WellnetSoapHeader = WellnetSoapHeader;
|
||||||
|
cashOutConsequenceRequest.inData = inData;
|
||||||
|
return ((YoyakuSoap)this).CashOutConsequenceAsync(cashOutConsequenceRequest);
|
||||||
|
}
|
||||||
|
|
||||||
|
[EditorBrowsable(EditorBrowsableState.Advanced)]
|
||||||
|
YoyakuKeizokukakinRequestResponse YoyakuSoap.YoyakuKeizokukakinRequest(YoyakuKeizokukakinRequestRequest request)
|
||||||
|
{
|
||||||
|
return base.Channel.YoyakuKeizokukakinRequest(request);
|
||||||
|
}
|
||||||
|
|
||||||
|
public OutParamKeizokukakinRequest YoyakuKeizokukakinRequest(WellnetSoapHeader WellnetSoapHeader, InParamKeizokukakinRequest inData)
|
||||||
|
{
|
||||||
|
YoyakuKeizokukakinRequestRequest yoyakuKeizokukakinRequestRequest = new YoyakuKeizokukakinRequestRequest();
|
||||||
|
yoyakuKeizokukakinRequestRequest.WellnetSoapHeader = WellnetSoapHeader;
|
||||||
|
yoyakuKeizokukakinRequestRequest.inData = inData;
|
||||||
|
YoyakuKeizokukakinRequestResponse yoyakuKeizokukakinRequestResponse = ((YoyakuSoap)this).YoyakuKeizokukakinRequest(yoyakuKeizokukakinRequestRequest);
|
||||||
|
return yoyakuKeizokukakinRequestResponse.YoyakuKeizokukakinRequestResult;
|
||||||
|
}
|
||||||
|
|
||||||
|
[EditorBrowsable(EditorBrowsableState.Advanced)]
|
||||||
|
Task<YoyakuKeizokukakinRequestResponse> YoyakuSoap.YoyakuKeizokukakinRequestAsync(YoyakuKeizokukakinRequestRequest request)
|
||||||
|
{
|
||||||
|
return base.Channel.YoyakuKeizokukakinRequestAsync(request);
|
||||||
|
}
|
||||||
|
|
||||||
|
public Task<YoyakuKeizokukakinRequestResponse> YoyakuKeizokukakinRequestAsync(WellnetSoapHeader WellnetSoapHeader, InParamKeizokukakinRequest inData)
|
||||||
|
{
|
||||||
|
YoyakuKeizokukakinRequestRequest yoyakuKeizokukakinRequestRequest = new YoyakuKeizokukakinRequestRequest();
|
||||||
|
yoyakuKeizokukakinRequestRequest.WellnetSoapHeader = WellnetSoapHeader;
|
||||||
|
yoyakuKeizokukakinRequestRequest.inData = inData;
|
||||||
|
return ((YoyakuSoap)this).YoyakuKeizokukakinRequestAsync(yoyakuKeizokukakinRequestRequest);
|
||||||
|
}
|
||||||
|
|
||||||
|
[EditorBrowsable(EditorBrowsableState.Advanced)]
|
||||||
|
YoyakuSyunoQrResponse YoyakuSoap.YoyakuSyunoQr(YoyakuSyunoQrRequest request)
|
||||||
|
{
|
||||||
|
return base.Channel.YoyakuSyunoQr(request);
|
||||||
|
}
|
||||||
|
|
||||||
|
public OutParamSyunoQr YoyakuSyunoQr(WellnetSoapHeader WellnetSoapHeader, InParamSyunoBarCode inData)
|
||||||
|
{
|
||||||
|
YoyakuSyunoQrRequest yoyakuSyunoQrRequest = new YoyakuSyunoQrRequest();
|
||||||
|
yoyakuSyunoQrRequest.WellnetSoapHeader = WellnetSoapHeader;
|
||||||
|
yoyakuSyunoQrRequest.inData = inData;
|
||||||
|
YoyakuSyunoQrResponse yoyakuSyunoQrResponse = ((YoyakuSoap)this).YoyakuSyunoQr(yoyakuSyunoQrRequest);
|
||||||
|
return yoyakuSyunoQrResponse.YoyakuSyunoQrResult;
|
||||||
|
}
|
||||||
|
|
||||||
|
[EditorBrowsable(EditorBrowsableState.Advanced)]
|
||||||
|
Task<YoyakuSyunoQrResponse> YoyakuSoap.YoyakuSyunoQrAsync(YoyakuSyunoQrRequest request)
|
||||||
|
{
|
||||||
|
return base.Channel.YoyakuSyunoQrAsync(request);
|
||||||
|
}
|
||||||
|
|
||||||
|
public Task<YoyakuSyunoQrResponse> YoyakuSyunoQrAsync(WellnetSoapHeader WellnetSoapHeader, InParamSyunoBarCode inData)
|
||||||
|
{
|
||||||
|
YoyakuSyunoQrRequest yoyakuSyunoQrRequest = new YoyakuSyunoQrRequest();
|
||||||
|
yoyakuSyunoQrRequest.WellnetSoapHeader = WellnetSoapHeader;
|
||||||
|
yoyakuSyunoQrRequest.inData = inData;
|
||||||
|
return ((YoyakuSoap)this).YoyakuSyunoQrAsync(yoyakuSyunoQrRequest);
|
||||||
|
}
|
||||||
|
}
|
||||||
@ -0,0 +1,29 @@
|
|||||||
|
using System.CodeDom.Compiler;
|
||||||
|
using System.ComponentModel;
|
||||||
|
using System.Diagnostics;
|
||||||
|
using System.ServiceModel;
|
||||||
|
|
||||||
|
namespace SoM_PrnControl.YoyakuServiceReference;
|
||||||
|
|
||||||
|
[DebuggerStepThrough]
|
||||||
|
[GeneratedCode("System.ServiceModel", "4.0.0.0")]
|
||||||
|
[EditorBrowsable(EditorBrowsableState.Advanced)]
|
||||||
|
[MessageContract(WrapperName = "YoyakuSyunoBarCode", WrapperNamespace = "http://rem.kessai.info/Kessai/", IsWrapped = true)]
|
||||||
|
public class YoyakuSyunoBarCodeRequest
|
||||||
|
{
|
||||||
|
[MessageHeader(Namespace = "http://rem.kessai.info/Kessai/")]
|
||||||
|
public WellnetSoapHeader WellnetSoapHeader;
|
||||||
|
|
||||||
|
[MessageBodyMember(Namespace = "http://rem.kessai.info/Kessai/", Order = 0)]
|
||||||
|
public InParamSyunoBarCode inData;
|
||||||
|
|
||||||
|
public YoyakuSyunoBarCodeRequest()
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
|
public YoyakuSyunoBarCodeRequest(WellnetSoapHeader WellnetSoapHeader, InParamSyunoBarCode inData)
|
||||||
|
{
|
||||||
|
this.WellnetSoapHeader = WellnetSoapHeader;
|
||||||
|
this.inData = inData;
|
||||||
|
}
|
||||||
|
}
|
||||||
@ -0,0 +1,25 @@
|
|||||||
|
using System.CodeDom.Compiler;
|
||||||
|
using System.ComponentModel;
|
||||||
|
using System.Diagnostics;
|
||||||
|
using System.ServiceModel;
|
||||||
|
|
||||||
|
namespace SoM_PrnControl.YoyakuServiceReference;
|
||||||
|
|
||||||
|
[DebuggerStepThrough]
|
||||||
|
[GeneratedCode("System.ServiceModel", "4.0.0.0")]
|
||||||
|
[EditorBrowsable(EditorBrowsableState.Advanced)]
|
||||||
|
[MessageContract(WrapperName = "YoyakuSyunoBarCodeResponse", WrapperNamespace = "http://rem.kessai.info/Kessai/", IsWrapped = true)]
|
||||||
|
public class YoyakuSyunoBarCodeResponse
|
||||||
|
{
|
||||||
|
[MessageBodyMember(Namespace = "http://rem.kessai.info/Kessai/", Order = 0)]
|
||||||
|
public OutParamSyunoBarCode YoyakuSyunoBarCodeResult;
|
||||||
|
|
||||||
|
public YoyakuSyunoBarCodeResponse()
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
|
public YoyakuSyunoBarCodeResponse(OutParamSyunoBarCode YoyakuSyunoBarCodeResult)
|
||||||
|
{
|
||||||
|
this.YoyakuSyunoBarCodeResult = YoyakuSyunoBarCodeResult;
|
||||||
|
}
|
||||||
|
}
|
||||||
@ -0,0 +1,29 @@
|
|||||||
|
using System.CodeDom.Compiler;
|
||||||
|
using System.ComponentModel;
|
||||||
|
using System.Diagnostics;
|
||||||
|
using System.ServiceModel;
|
||||||
|
|
||||||
|
namespace SoM_PrnControl.YoyakuServiceReference;
|
||||||
|
|
||||||
|
[DebuggerStepThrough]
|
||||||
|
[GeneratedCode("System.ServiceModel", "4.0.0.0")]
|
||||||
|
[EditorBrowsable(EditorBrowsableState.Advanced)]
|
||||||
|
[MessageContract(WrapperName = "YoyakuSyunoETicket", WrapperNamespace = "http://rem.kessai.info/Kessai/", IsWrapped = true)]
|
||||||
|
public class YoyakuSyunoETicketRequest
|
||||||
|
{
|
||||||
|
[MessageHeader(Namespace = "http://rem.kessai.info/Kessai/")]
|
||||||
|
public WellnetSoapHeader WellnetSoapHeader;
|
||||||
|
|
||||||
|
[MessageBodyMember(Namespace = "http://rem.kessai.info/Kessai/", Order = 0)]
|
||||||
|
public InParamSyunoETicket inData;
|
||||||
|
|
||||||
|
public YoyakuSyunoETicketRequest()
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
|
public YoyakuSyunoETicketRequest(WellnetSoapHeader WellnetSoapHeader, InParamSyunoETicket inData)
|
||||||
|
{
|
||||||
|
this.WellnetSoapHeader = WellnetSoapHeader;
|
||||||
|
this.inData = inData;
|
||||||
|
}
|
||||||
|
}
|
||||||
@ -0,0 +1,25 @@
|
|||||||
|
using System.CodeDom.Compiler;
|
||||||
|
using System.ComponentModel;
|
||||||
|
using System.Diagnostics;
|
||||||
|
using System.ServiceModel;
|
||||||
|
|
||||||
|
namespace SoM_PrnControl.YoyakuServiceReference;
|
||||||
|
|
||||||
|
[DebuggerStepThrough]
|
||||||
|
[GeneratedCode("System.ServiceModel", "4.0.0.0")]
|
||||||
|
[EditorBrowsable(EditorBrowsableState.Advanced)]
|
||||||
|
[MessageContract(WrapperName = "YoyakuSyunoETicketResponse", WrapperNamespace = "http://rem.kessai.info/Kessai/", IsWrapped = true)]
|
||||||
|
public class YoyakuSyunoETicketResponse
|
||||||
|
{
|
||||||
|
[MessageBodyMember(Namespace = "http://rem.kessai.info/Kessai/", Order = 0)]
|
||||||
|
public OutParamSyunoETicket YoyakuSyunoETicketResult;
|
||||||
|
|
||||||
|
public YoyakuSyunoETicketResponse()
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
|
public YoyakuSyunoETicketResponse(OutParamSyunoETicket YoyakuSyunoETicketResult)
|
||||||
|
{
|
||||||
|
this.YoyakuSyunoETicketResult = YoyakuSyunoETicketResult;
|
||||||
|
}
|
||||||
|
}
|
||||||
@ -0,0 +1,29 @@
|
|||||||
|
using System.CodeDom.Compiler;
|
||||||
|
using System.ComponentModel;
|
||||||
|
using System.Diagnostics;
|
||||||
|
using System.ServiceModel;
|
||||||
|
|
||||||
|
namespace SoM_PrnControl.YoyakuServiceReference;
|
||||||
|
|
||||||
|
[DebuggerStepThrough]
|
||||||
|
[GeneratedCode("System.ServiceModel", "4.0.0.0")]
|
||||||
|
[EditorBrowsable(EditorBrowsableState.Advanced)]
|
||||||
|
[MessageContract(WrapperName = "YoyakuSyunoPlusBarCode", WrapperNamespace = "http://rem.kessai.info/Kessai/", IsWrapped = true)]
|
||||||
|
public class YoyakuSyunoPlusBarCodeRequest
|
||||||
|
{
|
||||||
|
[MessageHeader(Namespace = "http://rem.kessai.info/Kessai/")]
|
||||||
|
public WellnetSoapHeader WellnetSoapHeader;
|
||||||
|
|
||||||
|
[MessageBodyMember(Namespace = "http://rem.kessai.info/Kessai/", Order = 0)]
|
||||||
|
public InParamSyunoPlusBarCode inData;
|
||||||
|
|
||||||
|
public YoyakuSyunoPlusBarCodeRequest()
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
|
public YoyakuSyunoPlusBarCodeRequest(WellnetSoapHeader WellnetSoapHeader, InParamSyunoPlusBarCode inData)
|
||||||
|
{
|
||||||
|
this.WellnetSoapHeader = WellnetSoapHeader;
|
||||||
|
this.inData = inData;
|
||||||
|
}
|
||||||
|
}
|
||||||
@ -0,0 +1,25 @@
|
|||||||
|
using System.CodeDom.Compiler;
|
||||||
|
using System.ComponentModel;
|
||||||
|
using System.Diagnostics;
|
||||||
|
using System.ServiceModel;
|
||||||
|
|
||||||
|
namespace SoM_PrnControl.YoyakuServiceReference;
|
||||||
|
|
||||||
|
[DebuggerStepThrough]
|
||||||
|
[GeneratedCode("System.ServiceModel", "4.0.0.0")]
|
||||||
|
[EditorBrowsable(EditorBrowsableState.Advanced)]
|
||||||
|
[MessageContract(WrapperName = "YoyakuSyunoPlusBarCodeResponse", WrapperNamespace = "http://rem.kessai.info/Kessai/", IsWrapped = true)]
|
||||||
|
public class YoyakuSyunoPlusBarCodeResponse
|
||||||
|
{
|
||||||
|
[MessageBodyMember(Namespace = "http://rem.kessai.info/Kessai/", Order = 0)]
|
||||||
|
public OutParamSyunoPlusBarCode YoyakuSyunoPlusBarCodeResult;
|
||||||
|
|
||||||
|
public YoyakuSyunoPlusBarCodeResponse()
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
|
public YoyakuSyunoPlusBarCodeResponse(OutParamSyunoPlusBarCode YoyakuSyunoPlusBarCodeResult)
|
||||||
|
{
|
||||||
|
this.YoyakuSyunoPlusBarCodeResult = YoyakuSyunoPlusBarCodeResult;
|
||||||
|
}
|
||||||
|
}
|
||||||
@ -0,0 +1,29 @@
|
|||||||
|
using System.CodeDom.Compiler;
|
||||||
|
using System.ComponentModel;
|
||||||
|
using System.Diagnostics;
|
||||||
|
using System.ServiceModel;
|
||||||
|
|
||||||
|
namespace SoM_PrnControl.YoyakuServiceReference;
|
||||||
|
|
||||||
|
[DebuggerStepThrough]
|
||||||
|
[GeneratedCode("System.ServiceModel", "4.0.0.0")]
|
||||||
|
[EditorBrowsable(EditorBrowsableState.Advanced)]
|
||||||
|
[MessageContract(WrapperName = "YoyakuSyunoQr", WrapperNamespace = "http://rem.kessai.info/Kessai/", IsWrapped = true)]
|
||||||
|
public class YoyakuSyunoQrRequest
|
||||||
|
{
|
||||||
|
[MessageHeader(Namespace = "http://rem.kessai.info/Kessai/")]
|
||||||
|
public WellnetSoapHeader WellnetSoapHeader;
|
||||||
|
|
||||||
|
[MessageBodyMember(Namespace = "http://rem.kessai.info/Kessai/", Order = 0)]
|
||||||
|
public InParamSyunoBarCode inData;
|
||||||
|
|
||||||
|
public YoyakuSyunoQrRequest()
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
|
public YoyakuSyunoQrRequest(WellnetSoapHeader WellnetSoapHeader, InParamSyunoBarCode inData)
|
||||||
|
{
|
||||||
|
this.WellnetSoapHeader = WellnetSoapHeader;
|
||||||
|
this.inData = inData;
|
||||||
|
}
|
||||||
|
}
|
||||||
@ -0,0 +1,25 @@
|
|||||||
|
using System.CodeDom.Compiler;
|
||||||
|
using System.ComponentModel;
|
||||||
|
using System.Diagnostics;
|
||||||
|
using System.ServiceModel;
|
||||||
|
|
||||||
|
namespace SoM_PrnControl.YoyakuServiceReference;
|
||||||
|
|
||||||
|
[DebuggerStepThrough]
|
||||||
|
[GeneratedCode("System.ServiceModel", "4.0.0.0")]
|
||||||
|
[EditorBrowsable(EditorBrowsableState.Advanced)]
|
||||||
|
[MessageContract(WrapperName = "YoyakuSyunoQrResponse", WrapperNamespace = "http://rem.kessai.info/Kessai/", IsWrapped = true)]
|
||||||
|
public class YoyakuSyunoQrResponse
|
||||||
|
{
|
||||||
|
[MessageBodyMember(Namespace = "http://rem.kessai.info/Kessai/", Order = 0)]
|
||||||
|
public OutParamSyunoQr YoyakuSyunoQrResult;
|
||||||
|
|
||||||
|
public YoyakuSyunoQrResponse()
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
|
public YoyakuSyunoQrResponse(OutParamSyunoQr YoyakuSyunoQrResult)
|
||||||
|
{
|
||||||
|
this.YoyakuSyunoQrResult = YoyakuSyunoQrResult;
|
||||||
|
}
|
||||||
|
}
|
||||||
@ -0,0 +1,29 @@
|
|||||||
|
using System.CodeDom.Compiler;
|
||||||
|
using System.ComponentModel;
|
||||||
|
using System.Diagnostics;
|
||||||
|
using System.ServiceModel;
|
||||||
|
|
||||||
|
namespace SoM_PrnControl.YoyakuServiceReference;
|
||||||
|
|
||||||
|
[DebuggerStepThrough]
|
||||||
|
[GeneratedCode("System.ServiceModel", "4.0.0.0")]
|
||||||
|
[EditorBrowsable(EditorBrowsableState.Advanced)]
|
||||||
|
[MessageContract(WrapperName = "YoyakuSyunoRequest", WrapperNamespace = "http://rem.kessai.info/Kessai/", IsWrapped = true)]
|
||||||
|
public class YoyakuSyunoRequestRequest
|
||||||
|
{
|
||||||
|
[MessageHeader(Namespace = "http://rem.kessai.info/Kessai/")]
|
||||||
|
public WellnetSoapHeader WellnetSoapHeader;
|
||||||
|
|
||||||
|
[MessageBodyMember(Namespace = "http://rem.kessai.info/Kessai/", Order = 0)]
|
||||||
|
public InParamSyuno inData;
|
||||||
|
|
||||||
|
public YoyakuSyunoRequestRequest()
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
|
public YoyakuSyunoRequestRequest(WellnetSoapHeader WellnetSoapHeader, InParamSyuno inData)
|
||||||
|
{
|
||||||
|
this.WellnetSoapHeader = WellnetSoapHeader;
|
||||||
|
this.inData = inData;
|
||||||
|
}
|
||||||
|
}
|
||||||
@ -0,0 +1,25 @@
|
|||||||
|
using System.CodeDom.Compiler;
|
||||||
|
using System.ComponentModel;
|
||||||
|
using System.Diagnostics;
|
||||||
|
using System.ServiceModel;
|
||||||
|
|
||||||
|
namespace SoM_PrnControl.YoyakuServiceReference;
|
||||||
|
|
||||||
|
[DebuggerStepThrough]
|
||||||
|
[GeneratedCode("System.ServiceModel", "4.0.0.0")]
|
||||||
|
[EditorBrowsable(EditorBrowsableState.Advanced)]
|
||||||
|
[MessageContract(WrapperName = "YoyakuSyunoRequestResponse", WrapperNamespace = "http://rem.kessai.info/Kessai/", IsWrapped = true)]
|
||||||
|
public class YoyakuSyunoRequestResponse
|
||||||
|
{
|
||||||
|
[MessageBodyMember(Namespace = "http://rem.kessai.info/Kessai/", Order = 0)]
|
||||||
|
public OutParamSyuno YoyakuSyunoRequestResult;
|
||||||
|
|
||||||
|
public YoyakuSyunoRequestResponse()
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
|
public YoyakuSyunoRequestResponse(OutParamSyuno YoyakuSyunoRequestResult)
|
||||||
|
{
|
||||||
|
this.YoyakuSyunoRequestResult = YoyakuSyunoRequestResult;
|
||||||
|
}
|
||||||
|
}
|
||||||
@ -0,0 +1,29 @@
|
|||||||
|
using System.CodeDom.Compiler;
|
||||||
|
using System.ComponentModel;
|
||||||
|
using System.Diagnostics;
|
||||||
|
using System.ServiceModel;
|
||||||
|
|
||||||
|
namespace SoM_PrnControl.YoyakuServiceReference;
|
||||||
|
|
||||||
|
[DebuggerStepThrough]
|
||||||
|
[GeneratedCode("System.ServiceModel", "4.0.0.0")]
|
||||||
|
[EditorBrowsable(EditorBrowsableState.Advanced)]
|
||||||
|
[MessageContract(WrapperName = "YoyakuTomeokiRequest", WrapperNamespace = "http://rem.kessai.info/Kessai/", IsWrapped = true)]
|
||||||
|
public class YoyakuTomeokiRequestRequest
|
||||||
|
{
|
||||||
|
[MessageHeader(Namespace = "http://rem.kessai.info/Kessai/")]
|
||||||
|
public WellnetSoapHeader WellnetSoapHeader;
|
||||||
|
|
||||||
|
[MessageBodyMember(Namespace = "http://rem.kessai.info/Kessai/", Order = 0)]
|
||||||
|
public InParamTomeoki inData;
|
||||||
|
|
||||||
|
public YoyakuTomeokiRequestRequest()
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
|
public YoyakuTomeokiRequestRequest(WellnetSoapHeader WellnetSoapHeader, InParamTomeoki inData)
|
||||||
|
{
|
||||||
|
this.WellnetSoapHeader = WellnetSoapHeader;
|
||||||
|
this.inData = inData;
|
||||||
|
}
|
||||||
|
}
|
||||||
@ -0,0 +1,25 @@
|
|||||||
|
using System.CodeDom.Compiler;
|
||||||
|
using System.ComponentModel;
|
||||||
|
using System.Diagnostics;
|
||||||
|
using System.ServiceModel;
|
||||||
|
|
||||||
|
namespace SoM_PrnControl.YoyakuServiceReference;
|
||||||
|
|
||||||
|
[DebuggerStepThrough]
|
||||||
|
[GeneratedCode("System.ServiceModel", "4.0.0.0")]
|
||||||
|
[EditorBrowsable(EditorBrowsableState.Advanced)]
|
||||||
|
[MessageContract(WrapperName = "YoyakuTomeokiRequestResponse", WrapperNamespace = "http://rem.kessai.info/Kessai/", IsWrapped = true)]
|
||||||
|
public class YoyakuTomeokiRequestResponse
|
||||||
|
{
|
||||||
|
[MessageBodyMember(Namespace = "http://rem.kessai.info/Kessai/", Order = 0)]
|
||||||
|
public OutParamTomeoki YoyakuTomeokiRequestResult;
|
||||||
|
|
||||||
|
public YoyakuTomeokiRequestResponse()
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
|
public YoyakuTomeokiRequestResponse(OutParamTomeoki YoyakuTomeokiRequestResult)
|
||||||
|
{
|
||||||
|
this.YoyakuTomeokiRequestResult = YoyakuTomeokiRequestResult;
|
||||||
|
}
|
||||||
|
}
|
||||||
47
SoM_PrnControl.csproj
Normal file
47
SoM_PrnControl.csproj
Normal file
@ -0,0 +1,47 @@
|
|||||||
|
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
|
||||||
|
<PropertyGroup>
|
||||||
|
<AssemblyName>SoM_PrnControl</AssemblyName>
|
||||||
|
<GenerateAssemblyInfo>False</GenerateAssemblyInfo>
|
||||||
|
<OutputType>WinExe</OutputType>
|
||||||
|
<UseWindowsForms>True</UseWindowsForms>
|
||||||
|
<TargetFramework>net461</TargetFramework>
|
||||||
|
<Prefer32Bit>True</Prefer32Bit>
|
||||||
|
<Platforms>AnyCPU;x86</Platforms>
|
||||||
|
</PropertyGroup>
|
||||||
|
<PropertyGroup>
|
||||||
|
<LangVersion>12.0</LangVersion>
|
||||||
|
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
|
||||||
|
</PropertyGroup>
|
||||||
|
<PropertyGroup>
|
||||||
|
<ApplicationIcon>app.ico</ApplicationIcon>
|
||||||
|
<ApplicationManifest>app.manifest</ApplicationManifest>
|
||||||
|
<RootNamespace />
|
||||||
|
</PropertyGroup>
|
||||||
|
<ItemGroup />
|
||||||
|
<ItemGroup>
|
||||||
|
<Reference Include="System.Core" />
|
||||||
|
<Reference Include="MySql.Data">
|
||||||
|
<HintPath>..\SoM_PrnControl\bin\Release\MySql.Data.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="CSJLabelLib">
|
||||||
|
<HintPath>..\SoM_PrnControl\bin\Release\CSJLabelLib.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="MLComponent">
|
||||||
|
<HintPath>..\SoM_PrnControl\bin\Release\MLComponent.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="System.Xml" />
|
||||||
|
<Reference Include="PCSC">
|
||||||
|
<HintPath>..\SoM_PrnControl\bin\Release\PCSC.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="PCSC.Iso7816">
|
||||||
|
<HintPath>..\SoM_PrnControl\bin\Release\PCSC.Iso7816.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="Citizen.LayoutUtilities.Printing">
|
||||||
|
<HintPath>..\SoM_PrnControl\bin\Release\Citizen.LayoutUtilities.Printing.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="System.Management" />
|
||||||
|
<Reference Include="System.ServiceModel" />
|
||||||
|
<Reference Include="System.Data" />
|
||||||
|
<Reference Include="Microsoft.CSharp" />
|
||||||
|
</ItemGroup>
|
||||||
|
</Project>
|
||||||
@ -1,25 +1,31 @@
|
|||||||
|
|
||||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||||
# Visual Studio 15
|
# Visual Studio Version 17
|
||||||
VisualStudioVersion = 15.0.28010.2036
|
VisualStudioVersion = 17.14.36401.2 d17.14
|
||||||
MinimumVisualStudioVersion = 10.0.40219.1
|
MinimumVisualStudioVersion = 10.0.40219.1
|
||||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SoM_PrnControl", "SoM_PrnControl\SoM_PrnControl.csproj", "{40C2B03C-3EFC-4F9E-B942-71D4F94F5A37}"
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SoM_PrnControl", "SoM_PrnControl.csproj", "{4CF6E170-C8BE-2FA3-5F92-585EDECDC4F9}"
|
||||||
EndProject
|
EndProject
|
||||||
Global
|
Global
|
||||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||||
Debug|Any CPU = Debug|Any CPU
|
Debug|Any CPU = Debug|Any CPU
|
||||||
|
Debug|x86 = Debug|x86
|
||||||
Release|Any CPU = Release|Any CPU
|
Release|Any CPU = Release|Any CPU
|
||||||
|
Release|x86 = Release|x86
|
||||||
EndGlobalSection
|
EndGlobalSection
|
||||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||||
{40C2B03C-3EFC-4F9E-B942-71D4F94F5A37}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
{4CF6E170-C8BE-2FA3-5F92-585EDECDC4F9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||||
{40C2B03C-3EFC-4F9E-B942-71D4F94F5A37}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
{4CF6E170-C8BE-2FA3-5F92-585EDECDC4F9}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||||
{40C2B03C-3EFC-4F9E-B942-71D4F94F5A37}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
{4CF6E170-C8BE-2FA3-5F92-585EDECDC4F9}.Debug|x86.ActiveCfg = Debug|x86
|
||||||
{40C2B03C-3EFC-4F9E-B942-71D4F94F5A37}.Release|Any CPU.Build.0 = Release|Any CPU
|
{4CF6E170-C8BE-2FA3-5F92-585EDECDC4F9}.Debug|x86.Build.0 = Debug|x86
|
||||||
|
{4CF6E170-C8BE-2FA3-5F92-585EDECDC4F9}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
|
{4CF6E170-C8BE-2FA3-5F92-585EDECDC4F9}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||||
|
{4CF6E170-C8BE-2FA3-5F92-585EDECDC4F9}.Release|x86.ActiveCfg = Release|x86
|
||||||
|
{4CF6E170-C8BE-2FA3-5F92-585EDECDC4F9}.Release|x86.Build.0 = Release|x86
|
||||||
EndGlobalSection
|
EndGlobalSection
|
||||||
GlobalSection(SolutionProperties) = preSolution
|
GlobalSection(SolutionProperties) = preSolution
|
||||||
HideSolutionNode = FALSE
|
HideSolutionNode = FALSE
|
||||||
EndGlobalSection
|
EndGlobalSection
|
||||||
GlobalSection(ExtensibilityGlobals) = postSolution
|
GlobalSection(ExtensibilityGlobals) = postSolution
|
||||||
SolutionGuid = {0192E6C7-D5DE-4580-A09D-A3CAC411C3BC}
|
SolutionGuid = {916C3EC5-E086-4F0D-B528-77B1ED718182}
|
||||||
EndGlobalSection
|
EndGlobalSection
|
||||||
EndGlobal
|
EndGlobal
|
||||||
|
|||||||
@ -1,148 +0,0 @@
|
|||||||
static class AidConst
|
|
||||||
{
|
|
||||||
// 関数戻り値の定義 (APIの戻り値に関する定義) ======================================================================================================
|
|
||||||
//----------------------------------------------------------------------------------------------
|
|
||||||
// 正常応答
|
|
||||||
public const uint NORMALEND = 0x0; // 正常応答(0以外異常)
|
|
||||||
|
|
||||||
//----------------------------------------------------------------------------------------------
|
|
||||||
// 異常に関する型、分類に関する定義
|
|
||||||
public const uint ERROR_MASK = (0x80000000); // 異常レベル : メインマスク値
|
|
||||||
public const uint ERROR_TYPE_SYS = (ERROR_MASK | 0x10000000); // 異常レベル : AIDシステム/コンピュータ
|
|
||||||
public const uint ERROR_TYPE_FUN = (ERROR_MASK | 0x20000000); // 異常レベル : 機能実行
|
|
||||||
public const uint ERROR_TYPE_VAL = (ERROR_MASK | 0x30000000); // 異常レベル : パラメータ
|
|
||||||
public const uint ERROR_TYPE_RES = (ERROR_MASK | 0x40000000); // 異常レベル : I/F間
|
|
||||||
public const uint ERROR_TYPE_CMD = (ERROR_MASK | 0x50000000); // 異常レベル : コマンド実行結果
|
|
||||||
public const uint ERROR_TYPE_EX = (ERROR_MASK | 0x60000000); // 異常レベル : 内部系
|
|
||||||
public const uint ERROR_MASK_APL = (0x10000); // 異常オブジェクト : API
|
|
||||||
public const uint ERROR_MASK_CARD = (0x20000); // 異常オブジェクト : カード
|
|
||||||
public const uint ERROR_MASK_IFD = (0x30000); // 異常オブジェクト : IFD
|
|
||||||
public const uint ERROR_MASK_STRM = (0x40000); // 異常オブジェクト : ストリーム(通信系)
|
|
||||||
|
|
||||||
|
|
||||||
//----------------------------------------------------------------------------------------------
|
|
||||||
// APIオブジェクト関連異常応答値
|
|
||||||
// システム系異系
|
|
||||||
public const uint ERROR_APL_SYSTEM = (ERROR_MASK_APL | ERROR_TYPE_SYS | 0x1); // 判断できない想定外の異常
|
|
||||||
public const uint ERROR_APL_RESOURCE = (ERROR_MASK_APL | ERROR_TYPE_SYS | 0x2); // リソースの有無、接続の異常
|
|
||||||
public const uint ERROR_APL_AIDFILES = (ERROR_MASK_APL | ERROR_TYPE_SYS | 0x3); // ファイルリソースに接続できない
|
|
||||||
// 機能実行系
|
|
||||||
public const uint ERROR_APL_NOTYET = (ERROR_MASK_APL | ERROR_TYPE_FUN | 0x1); // APLオブジェクトが未設定
|
|
||||||
public const uint ERROR_APL_ALREADY = (ERROR_MASK_APL | ERROR_TYPE_FUN | 0x2); // APLオブジェクトが既設定
|
|
||||||
// APIパラメータ系
|
|
||||||
public const uint ERROR_APL_UNSUPPORT = (ERROR_MASK_APL | ERROR_TYPE_VAL | 0x1); // 未サポート機能への要求
|
|
||||||
public const uint ERROR_APL_INVALID_ARG = (ERROR_MASK_APL | ERROR_TYPE_VAL | 0x2); // 引数値、内容に関する異常
|
|
||||||
public const uint ERROR_APL_BUFFER_SMALL = (ERROR_MASK_APL | ERROR_TYPE_VAL | 0x3); // 引渡されたバッファ長が短い
|
|
||||||
|
|
||||||
//----------------------------------------------------------------------------------------------
|
|
||||||
// カードオブジェクト上での異常値定義
|
|
||||||
// システム系異系
|
|
||||||
public const uint ERROR_CARD_SYSTEM = (ERROR_MASK_CARD | ERROR_TYPE_SYS | 0x1); // 判断できない想定外の異常
|
|
||||||
public const uint ERROR_CARD_RESOURCE = (ERROR_MASK_CARD | ERROR_TYPE_SYS | 0x2); // リソースの有無、接続の異常
|
|
||||||
public const uint ERROR_CARD_AIDFILES = (ERROR_MASK_CARD | ERROR_TYPE_SYS | 0x3); // ファイルリソースに接続できない
|
|
||||||
// 機能実行系
|
|
||||||
public const uint ERROR_CARD_NOTYET = (ERROR_MASK_CARD | ERROR_TYPE_FUN | 0x1); // Cardオブジェクトが未設定
|
|
||||||
public const uint ERROR_CARD_ALREADY = (ERROR_MASK_CARD | ERROR_TYPE_FUN | 0x2); // Cardオブジェクトが既設定
|
|
||||||
// APIパラメータ系
|
|
||||||
public const uint ERROR_CARD_UNSUPPORT = (ERROR_MASK_CARD | ERROR_TYPE_VAL | 0x1); // 未サポート機能への要求
|
|
||||||
public const uint ERROR_CARD_INVALID_ARG = (ERROR_MASK_CARD | ERROR_TYPE_VAL | 0x2); // 引数値、内容に関する異常
|
|
||||||
public const uint ERROR_CARD_BUFFER_SMALL = (ERROR_MASK_CARD | ERROR_TYPE_VAL | 0x3); // 引渡されたバッファ長が短い
|
|
||||||
// SESSION異常
|
|
||||||
public const uint ERROR_CARD_FINED = (ERROR_MASK_CARD | ERROR_TYPE_RES | 0x1); // カード補足が出来なかった
|
|
||||||
public const uint ERROR_CARD_LOST = (ERROR_MASK_CARD | ERROR_TYPE_RES | 0x2); // カード通信が維持出来い
|
|
||||||
public const uint ERROR_CARD_FRAME = (ERROR_MASK_CARD | ERROR_TYPE_RES | 0x3); // R/W-カード間通信フレームが識別出来ない
|
|
||||||
public const uint ERROR_CARD_RECOVER = (ERROR_MASK_CARD | ERROR_TYPE_RES | 0x4); // 上位でのリカバリ可能な異常
|
|
||||||
public const uint ERROR_CARD_TARGET = (ERROR_MASK_CARD | ERROR_TYPE_RES | 0x5); // 対象外カードへの要求
|
|
||||||
public const uint ERROR_CARD_CANCEL = (ERROR_MASK_CARD | ERROR_TYPE_RES | 0x6); // アプリ要求にて処理を中断した
|
|
||||||
// その他
|
|
||||||
public const uint ERROR_CARD_AUTHENTICATE = (ERROR_MASK_CARD | ERROR_TYPE_EX | 0x8001); // AUTHENTICATE異常
|
|
||||||
public const uint ERROR_CARD_MACRO_READ = (ERROR_MASK_CARD | ERROR_TYPE_EX | 0x8002); // マクロコマンドのリードでの異常
|
|
||||||
|
|
||||||
//----------------------------------------------------------------------------------------------
|
|
||||||
// IFDオブジェクト上での異常値定義
|
|
||||||
// システム系異系
|
|
||||||
public const uint ERROR_IFD_SYSTEM = (ERROR_MASK_IFD | ERROR_TYPE_SYS | 0x1); // 判断できない想定外の異常
|
|
||||||
public const uint ERROR_IFD_RESOURCE = (ERROR_MASK_IFD | ERROR_TYPE_SYS | 0x2); // リソースの有無、接続の異常
|
|
||||||
public const uint ERROR_IFD_AIDFILES = (ERROR_MASK_IFD | ERROR_TYPE_SYS | 0x3); // ファイルリソースに接続できない
|
|
||||||
// 機能実行系
|
|
||||||
public const uint ERROR_IFD_NOTYET = (ERROR_MASK_IFD | ERROR_TYPE_FUN | 0x1); // IFDオブジェクトが未設定
|
|
||||||
public const uint ERROR_IFD_ALREADY = (ERROR_MASK_IFD | ERROR_TYPE_FUN | 0x2); // IFDオブジェクトが既設定
|
|
||||||
// APIパラメータ系
|
|
||||||
public const uint ERROR_IFD_UNSUPPORT = (ERROR_MASK_IFD | ERROR_TYPE_VAL | 0x1); // 未サポートI/Fへの要求
|
|
||||||
public const uint ERROR_IFD_INVALID_ARG = (ERROR_MASK_IFD | ERROR_TYPE_VAL | 0x2); // 引数値、内容に関する異常
|
|
||||||
public const uint ERROR_IFD_BUFFER_SMALL = (ERROR_MASK_IFD | ERROR_TYPE_VAL | 0x3); // 引渡されたバッファ長が短い
|
|
||||||
// SESSION異常
|
|
||||||
public const uint ERROR_IFD_FRAME = (ERROR_MASK_IFD | ERROR_TYPE_RES | 0x1); // ホスト-R/W間通信フレームが識別出来ない
|
|
||||||
public const uint ERROR_IFD_RECOVER = (ERROR_MASK_IFD | ERROR_TYPE_RES | 0x2); // 上位でのリカバリ可能な異常
|
|
||||||
public const uint ERROR_IFD_FORMAT = (ERROR_MASK_IFD | ERROR_TYPE_RES | 0x3); // スルー通信用フォーマットが異常
|
|
||||||
public const uint ERROR_IFD_FRAME_STRUCT = (ERROR_MASK_IFD | ERROR_TYPE_RES | 0x4); // 通信フレーム構造異常
|
|
||||||
// コマンド実行結果の異常
|
|
||||||
public const uint ERROR_IFD_SWMISSING = (ERROR_MASK_IFD | ERROR_TYPE_CMD | 0x1); // SWが存在しない(見つからない)
|
|
||||||
public const uint ERROR_IFD_UNDEFINED = (ERROR_MASK_IFD | ERROR_TYPE_CMD | 0x2); // 未定義のSWを検出した
|
|
||||||
public const uint ERROR_IFD_WARNING = (ERROR_MASK_IFD | ERROR_TYPE_CMD | 0x6200); // 警告(詳細なし)
|
|
||||||
public const uint ERROR_IFD_CARDTIMEOUT = (ERROR_MASK_IFD | ERROR_TYPE_CMD | 0x62F0); // R/W側カード通信タイムアウト
|
|
||||||
public const uint ERROR_IFD_CARDERROR = (ERROR_MASK_IFD | ERROR_TYPE_CMD | 0x62F1); // R/W側カード通信異常
|
|
||||||
public const uint ERROR_IFD_EXECUTEERROR = (ERROR_MASK_IFD | ERROR_TYPE_CMD | 0x6400); // コマンドが実行出来ない
|
|
||||||
public const uint ERROR_IFD_CMDLENERROR = (ERROR_MASK_IFD | ERROR_TYPE_CMD | 0x6700); // コマンド長異常
|
|
||||||
public const uint ERROR_IFD_HARDCONDITION = (ERROR_MASK_IFD | ERROR_TYPE_CMD | 0x6900); // ハード的な実行条件異常
|
|
||||||
public const uint ERROR_IFD_CMDCONDITION = (ERROR_MASK_IFD | ERROR_TYPE_CMD | 0x6985); // コマンド実行条件異常
|
|
||||||
public const uint ERROR_IFD_PARAMERROR = (ERROR_MASK_IFD | ERROR_TYPE_CMD | 0x6A86); // パラメータ値不正
|
|
||||||
public const uint ERROR_IFD_PARAMRANGE = (ERROR_MASK_IFD | ERROR_TYPE_CMD | 0x6B00); // パラメータ範囲異常
|
|
||||||
public const uint ERROR_IFD_INSERROR = (ERROR_MASK_IFD | ERROR_TYPE_CMD | 0x6D00); // INS異常
|
|
||||||
public const uint ERROR_IFD_CLAERROR = (ERROR_MASK_IFD | ERROR_TYPE_CMD | 0x6E00); // CLA異常
|
|
||||||
public const uint ERROR_IFD_SELFCHECK = (ERROR_MASK_IFD | ERROR_TYPE_CMD | 0x6F00); // 自己診断異常
|
|
||||||
// その他
|
|
||||||
public const uint ERROR_IFD_AUTHENTICATE1 = (ERROR_MASK_IFD | ERROR_TYPE_EX | 0x8001); // AUTHENTICATE1異常
|
|
||||||
public const uint ERROR_IFD_AUTHENTICATE2 = (ERROR_MASK_IFD | ERROR_TYPE_EX | 0x8002); // AUTHENTICATE2異常
|
|
||||||
public const uint ERROR_IFD_SETUPAUTH = (ERROR_MASK_IFD | ERROR_TYPE_EX | 0x8003); // 認証・暗号設定異常
|
|
||||||
public const uint WARNING_IFD_RETURN = (ERROR_MASK_IFD | ERROR_TYPE_EX | 0x8100); // 応答検査要求
|
|
||||||
|
|
||||||
//----------------------------------------------------------------------------------------------
|
|
||||||
// STreamオブジェクト上での異常値定義
|
|
||||||
// システム系異常
|
|
||||||
public const uint ERROR_STRM_SYSTEM = (ERROR_MASK_STRM | ERROR_TYPE_SYS | 0x1); // 判断できない想定外の異常
|
|
||||||
public const uint ERROR_STRM_RESOURCE = (ERROR_MASK_STRM | ERROR_TYPE_SYS | 0x2); // リソースの有無、接続の異常
|
|
||||||
public const uint ERROR_STRM_AIDFILES = (ERROR_MASK_STRM | ERROR_TYPE_SYS | 0x3); // ファイルリソースに接続できない
|
|
||||||
public const uint ERROR_STRM_DEVICE = (ERROR_MASK_STRM | ERROR_TYPE_SYS | 0x4); // デバイス内部異常
|
|
||||||
public const uint ERROR_STRM_WIN32 = (ERROR_MASK_STRM | ERROR_TYPE_SYS | 0x7); // Win32API上での異常
|
|
||||||
// 機能実行系
|
|
||||||
public const uint ERROR_STRM_COLLISION = (ERROR_MASK_STRM | ERROR_TYPE_FUN | 0x1); // リソースの競合
|
|
||||||
public const uint ERROR_STRM_NOTOPEN = (ERROR_MASK_STRM | ERROR_TYPE_FUN | 0x2); // ポート未オープン
|
|
||||||
public const uint ERROR_STRM_ALREADYOPEN = (ERROR_MASK_STRM | ERROR_TYPE_FUN | 0x3); // ポートオープン済
|
|
||||||
public const uint ERROR_STRM_CURBUSY = (ERROR_MASK_STRM | ERROR_TYPE_FUN | 0x4); // セッション処理中
|
|
||||||
// APIパラメータ系
|
|
||||||
public const uint ERROR_STRM_UNSUPPORT = (ERROR_MASK_STRM | ERROR_TYPE_VAL | 0x1); // 未サポート機能への要求
|
|
||||||
public const uint ERROR_STRM_INVALID_ARG = (ERROR_MASK_STRM | ERROR_TYPE_VAL | 0x2); // DLL呼び出し時の引数異常
|
|
||||||
public const uint ERROR_STRM_BUFFER_SMALL = (ERROR_MASK_STRM | ERROR_TYPE_VAL | 0x3); // 応答格納用バッファ長が短い
|
|
||||||
// SESSION系
|
|
||||||
public const uint ERROR_STRM_TIME_OUT = (ERROR_MASK_STRM | ERROR_TYPE_RES | 0x1); // セッションタイムアウト
|
|
||||||
public const uint ERROR_STRM_RECEIVE = (ERROR_MASK_STRM | ERROR_TYPE_RES | 0x2); // バイナリレベルの受信異常(パリティ等)
|
|
||||||
public const uint ERROR_STRM_SHORT_FRAME = (ERROR_MASK_STRM | ERROR_TYPE_RES | 0x3); // ショートフレーム異常
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// 定数定義 ========================================================================================================================================
|
|
||||||
// StartTransactionのtypeの戻り値
|
|
||||||
public const uint CARDTYPE_MIF = 0x2; // Mifareカードが存在
|
|
||||||
public const uint CARDTYPE_B = 0x3; // TypeBカードが存在
|
|
||||||
public const uint CARDTYPE_FEL = 0x4; // FeliCaカードが存在
|
|
||||||
public const uint CARDTYPE_A = 0x6; // TypeAカードが存在
|
|
||||||
public const uint CARDTYPE_MORECARD = 0x80000000; // 検出したカード以外のカードが存在
|
|
||||||
|
|
||||||
// StartTransactionのspeedの設定値
|
|
||||||
public const int CARDSPEED_DEFAULT = 0x0; // 初期通信速度を指定
|
|
||||||
public const int CARDSPEED_2TIMES = 0x1; // 初期通信速度の2倍を指定
|
|
||||||
public const int CARDSPEED_4TIMES = 0x2; // 初期通信速度の4倍を指定
|
|
||||||
public const int CARDSPEED_8TIMES = 0x3; // 初期通信速度の8倍を指定
|
|
||||||
public const uint CARDSPEED_MAX = 0x80000000; // 通信可能な最大通信速度を指定
|
|
||||||
|
|
||||||
// シリアル通信速度指定定数
|
|
||||||
public const int DEF_9600 = 9600; // 9600bps
|
|
||||||
public const int DEF_14400 = 14400; // 14400bps
|
|
||||||
public const int DEF_19200 = 19200; // 19200bps
|
|
||||||
public const int DEF_28800 = 28800; // 28800bps
|
|
||||||
public const int DEF_38400 = 38400; // 38400bps
|
|
||||||
public const int DEF_57600 = 57600; // 57600bps
|
|
||||||
public const int DEF_115200 = 115200; // 115200bps
|
|
||||||
}
|
|
||||||
|
|
||||||
@ -1,6 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<configuration>
|
|
||||||
<startup>
|
|
||||||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8"/>
|
|
||||||
</startup>
|
|
||||||
</configuration>
|
|
||||||
181
SoM_PrnControl/EpsonPrinterTMM30Service.cs
Normal file
181
SoM_PrnControl/EpsonPrinterTMM30Service.cs
Normal file
@ -0,0 +1,181 @@
|
|||||||
|
using System;
|
||||||
|
using System.IO;
|
||||||
|
using System.Net;
|
||||||
|
using System.Text;
|
||||||
|
using MySql.Data.MySqlClient;
|
||||||
|
|
||||||
|
namespace SoM_PrnControl;
|
||||||
|
|
||||||
|
public class EpsonPrinterTMM30Service
|
||||||
|
{
|
||||||
|
private string printerIpAddress;
|
||||||
|
|
||||||
|
private string deviceId;
|
||||||
|
|
||||||
|
private int timeout;
|
||||||
|
|
||||||
|
public EpsonPrinterTMM30Service(string ipAddress, string deviceId, int timeout)
|
||||||
|
{
|
||||||
|
printerIpAddress = ipAddress;
|
||||||
|
this.deviceId = deviceId;
|
||||||
|
this.timeout = timeout;
|
||||||
|
}
|
||||||
|
|
||||||
|
public string PrintXml(string soapRequest)
|
||||||
|
{
|
||||||
|
try
|
||||||
|
{
|
||||||
|
HttpWebRequest httpWebRequest = (HttpWebRequest)WebRequest.Create("http://" + printerIpAddress + "/cgi-bin/epos/service.cgi?devid=local_printer&timeout=10000");
|
||||||
|
httpWebRequest.Method = "POST";
|
||||||
|
httpWebRequest.ContentType = "text/xml";
|
||||||
|
Console.WriteLine("SOAP Request:");
|
||||||
|
Console.WriteLine(soapRequest);
|
||||||
|
using (Stream stream = httpWebRequest.GetRequestStream())
|
||||||
|
{
|
||||||
|
byte[] bytes = Encoding.UTF8.GetBytes(soapRequest);
|
||||||
|
stream.Write(bytes, 0, bytes.Length);
|
||||||
|
}
|
||||||
|
using HttpWebResponse httpWebResponse = (HttpWebResponse)httpWebRequest.GetResponse();
|
||||||
|
using Stream stream2 = httpWebResponse.GetResponseStream();
|
||||||
|
StreamReader streamReader = new StreamReader(stream2, Encoding.UTF8);
|
||||||
|
string text = streamReader.ReadToEnd();
|
||||||
|
Console.WriteLine("SOAP Response:");
|
||||||
|
Console.WriteLine(text);
|
||||||
|
return text;
|
||||||
|
}
|
||||||
|
catch (Exception ex)
|
||||||
|
{
|
||||||
|
Console.WriteLine("エラー: " + ex.Message);
|
||||||
|
}
|
||||||
|
return "";
|
||||||
|
}
|
||||||
|
|
||||||
|
public void PrinterPapperCheck(string status, string park_id, MySqlConnection DBconnect)
|
||||||
|
{
|
||||||
|
uint num = uint.Parse(status);
|
||||||
|
string text = "";
|
||||||
|
string text2 = "";
|
||||||
|
string text3 = "";
|
||||||
|
if ((num & 0x20000) != 0)
|
||||||
|
{
|
||||||
|
text = "104";
|
||||||
|
text2 = "用紙残量少";
|
||||||
|
text3 = "プリンタ用紙を確認し、必要に応じて交換してください。";
|
||||||
|
InsertOperatorQue(park_id, text, text2, text3, DBconnect);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
public string PrinterErrorHandling(string status, string park_id, MySqlConnection DBconnect)
|
||||||
|
{
|
||||||
|
uint num = uint.Parse(status);
|
||||||
|
string text = "";
|
||||||
|
string text2 = "";
|
||||||
|
string text3 = "";
|
||||||
|
string text4 = "";
|
||||||
|
if ((num & 1) != 0)
|
||||||
|
{
|
||||||
|
text = "102";
|
||||||
|
text2 = "TM プリンター無応答";
|
||||||
|
text3 = "プリンタを確認し、必要に応じて再起動してください。";
|
||||||
|
InsertOperatorQue(park_id, text, text2, text3, DBconnect);
|
||||||
|
}
|
||||||
|
if ((num & 8) != 0)
|
||||||
|
{
|
||||||
|
text = "102";
|
||||||
|
text2 = "プリンターオフライン";
|
||||||
|
text3 = "プリンタの接続を確認してください。";
|
||||||
|
InsertOperatorQue(park_id, text, text2, text3, DBconnect);
|
||||||
|
}
|
||||||
|
if ((num & 0x40) != 0 || (num & 0x200) != 0)
|
||||||
|
{
|
||||||
|
text = "102";
|
||||||
|
text2 = "紙送りスイッチ動作不良";
|
||||||
|
text3 = "紙送りスイッチを確認してください。";
|
||||||
|
InsertOperatorQue(park_id, text, text2, text3, DBconnect);
|
||||||
|
}
|
||||||
|
if ((num & 0x400) != 0)
|
||||||
|
{
|
||||||
|
text = "102";
|
||||||
|
text2 = "メカニカルエラー";
|
||||||
|
text3 = "プリンタが故障している可能性があります。";
|
||||||
|
InsertOperatorQue(park_id, text, text2, text3, DBconnect);
|
||||||
|
}
|
||||||
|
if ((num & 0x800) != 0)
|
||||||
|
{
|
||||||
|
text = "102";
|
||||||
|
text2 = "オートカッター動作不良";
|
||||||
|
text3 = "オートカッターが故障している可能性があります。";
|
||||||
|
InsertOperatorQue(park_id, text, text2, text3, DBconnect);
|
||||||
|
}
|
||||||
|
if ((num & 0x2000) != 0)
|
||||||
|
{
|
||||||
|
text = "102";
|
||||||
|
text2 = "復帰不可能エラー発生";
|
||||||
|
text3 = "プリンタに重大な問題が発生しています。";
|
||||||
|
InsertOperatorQue(park_id, text, text2, text3, DBconnect);
|
||||||
|
}
|
||||||
|
if ((num & 0x4000) != 0)
|
||||||
|
{
|
||||||
|
text = "102";
|
||||||
|
text2 = "自動復帰エラー";
|
||||||
|
text3 = "プリンタを手動で再起動してください。";
|
||||||
|
InsertOperatorQue(park_id, text, text2, text3, DBconnect);
|
||||||
|
}
|
||||||
|
if ((num & 0x80000) != 0)
|
||||||
|
{
|
||||||
|
text = "105";
|
||||||
|
text2 = "プリンタ用紙切れ";
|
||||||
|
text3 = "用紙を交換してください。";
|
||||||
|
InsertOperatorQue(park_id, text, text2, text3, DBconnect);
|
||||||
|
}
|
||||||
|
if ((num & 1) != 0 || (num & 8) != 0 || (num & 0x40) != 0 || (num & 0x200) != 0 || (num & 0x400) != 0 || (num & 0x800) != 0 || (num & 0x2000) != 0 || (num & 0x4000) != 0)
|
||||||
|
{
|
||||||
|
text4 = "pic_kessai_err_00.png";
|
||||||
|
}
|
||||||
|
if ((num & 0x80000) != 0)
|
||||||
|
{
|
||||||
|
text4 = "pic_kessai_err_p_out.png";
|
||||||
|
}
|
||||||
|
if ((num & 0x20) != 0)
|
||||||
|
{
|
||||||
|
text4 = "pic_kessai_err_c_open.png";
|
||||||
|
}
|
||||||
|
Console.Write(text4);
|
||||||
|
return text4;
|
||||||
|
}
|
||||||
|
|
||||||
|
private void InsertOperatorQue(string park_id, string que_class, string que_comment, string work_instructions, MySqlConnection DBconnect)
|
||||||
|
{
|
||||||
|
Console.WriteLine("parkId: " + park_id);
|
||||||
|
Console.WriteLine("queClass: " + que_class);
|
||||||
|
Console.WriteLine("queComment: " + que_comment);
|
||||||
|
Console.WriteLine("workInstructions: " + work_instructions);
|
||||||
|
string cmdText = "INSERT INTO operator_que (user_id, contract_id, park_id, que_class, que_comment, que_status, created_at, updated_at, operator_id, work_instructions) VALUES (NULL, NULL, @parkId, @queClass, @queComment, 1, NOW(), NOW(), NULL, @workInstructions)";
|
||||||
|
MySqlCommand mySqlCommand = new MySqlCommand(cmdText, DBconnect);
|
||||||
|
mySqlCommand.Parameters.AddWithValue("@parkId", park_id);
|
||||||
|
mySqlCommand.Parameters.AddWithValue("@queClass", que_class);
|
||||||
|
mySqlCommand.Parameters.AddWithValue("@queComment", que_comment);
|
||||||
|
mySqlCommand.Parameters.AddWithValue("@workInstructions", work_instructions);
|
||||||
|
mySqlCommand.ExecuteNonQuery();
|
||||||
|
}
|
||||||
|
|
||||||
|
public string GenerateSoapRequestPayee1(string username, string seven_no, string amount, string park_name, string userttype_subject1, string enable_months, string payment_due, string pay_code, string payee_name, string phone_number)
|
||||||
|
{
|
||||||
|
return "<s:Envelope xmlns:s=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n <s:Body>\r\n<epos-print xmlns=\"http://www.epson-pos.com/schemas/2011/03/epos-print\">\r\n<text lang=\"ja\"/>\r\n<text smooth=\"true\"/>\r\n<text font=\"font_a\"/>\r\n<feed unit=\"10\"/>\r\n<text align=\"center\"/>\r\n<text dw=\"false\" dh=\"true\"/>\r\n<text>【払込票】 </text>\r\n<feed unit=\"10\"/>\r\n<text>受付方法:現金支払 </text>\r\n<feed unit=\"10\"/>\r\n<text>お客様名:" + username + "\u3000様 </text>\r\n<feed unit=\"10\"/>\r\n<text>払込先名:" + payee_name + " </text>\r\n<text>(収納代行ウェルネット) </text>\r\n<feed/>\r\n<text width=\"1\" height=\"1\"/>\r\n<text align=\"left\"/>\r\n<text>【セブンイレブンでのお支払い】 1. レジスタッフに「インターネット代金支払」をお申し出ください。 2.13桁の「" + seven_no + "」をレジスタッフに伝えお支払ください。 </text>\r\n<feed/>\r\n<text align=\"center\"/>\r\n<text width=\"1\" height=\"2\"/>\r\n<feed unit=\"20\"/>\r\n<text>払込票番号 </text>\r\n<text width=\"2\" height=\"4\"/>\r\n<text reverse=\"false\" ul=\"true\" em=\"true\" color=\"color_1\"/>\r\n<text>" + seven_no + " </text>\r\n<text reverse=\"false\" ul=\"false\" em=\"false\" color=\"color_1\"/>\r\n<feed unit=\"30\"/>\r\n<text width=\"2\" height=\"3\"/>\r\n<text>払込金額 </text>\r\n<text reverse=\"false\" ul=\"true\" em=\"true\" color=\"color_1\"/>\r\n<text>" + amount + "円 </text>\r\n<text reverse=\"false\" ul=\"false\" em=\"false\" color=\"color_1\"/>\r\n<feed unit=\"10\"/>\r\n<text width=\"1\" height=\"2\"/>\r\n<text>" + park_name + " </text>\r\n<text>" + userttype_subject1 + "/" + enable_months + "ヶ月 </text>\r\n<text>支払期限 </text>\r\n<text reverse=\"false\" ul=\"true\" em=\"true\" color=\"color_1\"/>\r\n<text>" + payment_due + " </text>\r\n<text reverse=\"false\" ul=\"false\" em=\"false\" color=\"color_1\"/>\r\n<text>※期限が切れた場合、下記連絡先にご連絡下さい。 </text>\r\n<feed/>\r\n<text width=\"1\" height=\"2\"/>\r\n<text>株式会社ソーリン\u3000サポートセンター </text>\r\n<text>" + phone_number + " </text>\r\n<feed/>\r\n<cut type=\"feed\"/>\r\n<feed/>\r\n</epos-print>\r\n\r\n </s:Body>\r\n </s:Envelope>";
|
||||||
|
}
|
||||||
|
|
||||||
|
public string GenerateSoapRequestPayee2(string username, string paycode, string amount, string park_name, string userttype_subject1, string enable_months, string payment_due, string pay_code, string payee_name, string phone_number)
|
||||||
|
{
|
||||||
|
return "<s:Envelope xmlns:s=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n <s:Body>\r\n<epos-print xmlns=\"http://www.epson-pos.com/schemas/2011/03/epos-print\">\r\n<text lang=\"ja\"/>\r\n<text smooth=\"true\"/>\r\n<text font=\"font_a\"/>\r\n<feed unit=\"10\"/>\r\n<text align=\"center\"/>\r\n<text dw=\"false\" dh=\"true\"/>\r\n<text>【払込票】 </text>\r\n<feed unit=\"10\"/>\r\n<text>受付方法:現金支払 </text>\r\n<feed unit=\"10\"/>\r\n<text>お客様名:" + username + "\u3000様 </text>\r\n<feed unit=\"10\"/>\r\n<text>払込先名:" + payee_name + " </text>\r\n<text>(収納代行ウェルネット) </text>\r\n<text width=\"1\" height=\"1\"/>\r\n<text align=\"left\"/>\r\n<text>【ファミリーマートでのお支払い】 1.マルチコピー機の画面から「コンビニでお支払い」のボタンを押します 2.「番号入力」を選択します 3.お客様番号 (" + paycode + ") を入力し、次の画面へ\u3000※入力時ハイフンは省く 4.確認番号 (" + pay_code + ") を入力し、次の画面へ 5.表示された画面を確認し、次の画面へ。申込券が発券されます。 6.30分以内にレジにてお支払い下さい。レシート・受領書を必ずお受け取りください。 </text>\r\n<feed/>\r\n<text align=\"center\"/>\r\n<text width=\"1\" height=\"2\"/>\r\n<feed unit=\"20\"/>\r\n<text>払込票番号 </text>\r\n<text width=\"2\" height=\"4\"/>\r\n<text reverse=\"false\" ul=\"true\" em=\"true\" color=\"color_1\"/>\r\n<text>" + paycode + " </text>\r\n<text reverse=\"false\" ul=\"false\" em=\"false\" color=\"color_1\"/>\r\n<text width=\"1\" height=\"2\"/>\r\n<feed unit=\"20\"/>\r\n<text>確認番号 </text>\r\n<text width=\"2\" height=\"4\"/>\r\n<text reverse=\"false\" ul=\"true\" em=\"true\" color=\"color_1\"/>\r\n<text>" + pay_code + " </text>\r\n<text reverse=\"false\" ul=\"false\" em=\"false\" color=\"color_1\"/>\r\n<feed unit=\"30\"/>\r\n<text width=\"2\" height=\"3\"/>\r\n<text>払込金額 </text>\r\n<text reverse=\"false\" ul=\"true\" em=\"true\" color=\"color_1\"/>\r\n<text>" + amount + "円 </text>\r\n<text reverse=\"false\" ul=\"false\" em=\"false\" color=\"color_1\"/>\r\n<feed unit=\"10\"/>\r\n<text width=\"1\" height=\"2\"/>\r\n<text>" + park_name + " </text>\r\n<text>" + userttype_subject1 + "/" + enable_months + "ヶ月 </text>\r\n<text>支払期限 </text>\r\n<text reverse=\"false\" ul=\"true\" em=\"true\" color=\"color_1\"/>\r\n<text>" + payment_due + " </text>\r\n<text reverse=\"false\" ul=\"false\" em=\"false\" color=\"color_1\"/>\r\n<text>※期限が切れた場合、下記連絡先にご連絡下さい。 </text>\r\n<feed/>\r\n<text width=\"1\" height=\"2\"/>\r\n<text>株式会社ソーリン\u3000サポートセンター </text>\r\n<text>" + phone_number + " </text>\r\n<feed/>\r\n<cut type=\"feed\"/>\r\n<feed/>\r\n</epos-print>\r\n\r\n </s:Body>\r\n </s:Envelope>";
|
||||||
|
}
|
||||||
|
|
||||||
|
public string GenerateSoapRequestPayee3(string username, string paycode, string amount, string park_name, string userttype_subject1, string enable_months, string payment_due, string pay_code, string payee_name, string phone_number)
|
||||||
|
{
|
||||||
|
return "<s:Envelope xmlns:s=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n <s:Body>\r\n<epos-print xmlns=\"http://www.epson-pos.com/schemas/2011/03/epos-print\">\r\n<text lang=\"ja\"/>\r\n<text smooth=\"true\"/>\r\n<text font=\"font_a\"/>\r\n<feed unit=\"10\"/>\r\n<text align=\"center\"/>\r\n<text dw=\"false\" dh=\"true\"/>\r\n<text>【払込票】 </text>\r\n<feed unit=\"10\"/>\r\n<text>受付方法:現金支払 </text>\r\n<feed unit=\"10\"/>\r\n<text>お客様名:" + username + "\u3000様 </text>\r\n<feed unit=\"10\"/>\r\n<text>払込先名:" + payee_name + " </text>\r\n<text>(収納代行ウェルネット) </text>\r\n<feed/>\r\n<text width=\"1\" height=\"1\"/>\r\n<text align=\"left\"/>\r\n<text>【デイリーヤマザキでのお支払い】 1.店員に「オンライン決済」とお申し出下さい 2.レジの客面タッチパネルで" + paycode + "を入力「確定」ボタンをタッチ 3.画面に表示される内容、金額を確認後「確定」ボタンをタッチ 4.レシート・領収書(ご案内)は必ずお受け取り下さい </text>\r\n<feed/>\r\n<text align=\"center\"/>\r\n<text width=\"1\" height=\"2\"/>\r\n<feed unit=\"20\"/>\r\n<text>払込票番号 </text>\r\n<text width=\"2\" height=\"4\"/>\r\n<text reverse=\"false\" ul=\"true\" em=\"true\" color=\"color_1\"/>\r\n<text>" + paycode + " </text>\r\n<text reverse=\"false\" ul=\"false\" em=\"false\" color=\"color_1\"/>\r\n<feed unit=\"30\"/>\r\n<text width=\"2\" height=\"3\"/>\r\n<text>払込金額 </text>\r\n<text reverse=\"false\" ul=\"true\" em=\"true\" color=\"color_1\"/>\r\n<text>" + amount + "円 </text>\r\n<text reverse=\"false\" ul=\"false\" em=\"false\" color=\"color_1\"/>\r\n<feed unit=\"10\"/>\r\n<text width=\"1\" height=\"2\"/>\r\n<text>" + park_name + " </text>\r\n<text>" + userttype_subject1 + "/" + enable_months + "ヶ月 </text>\r\n<text>支払期限 </text>\r\n<text reverse=\"false\" ul=\"true\" em=\"true\" color=\"color_1\"/>\r\n<text>" + payment_due + " </text>\r\n<text reverse=\"false\" ul=\"false\" em=\"false\" color=\"color_1\"/>\r\n<text>※期限が切れた場合、下記連絡先にご連絡下さい。 </text>\r\n<feed/>\r\n<text width=\"1\" height=\"2\"/>\r\n<text>株式会社ソーリン\u3000サポートセンター </text>\r\n<text>" + phone_number + " </text>\r\n<feed/>\r\n<cut type=\"feed\"/>\r\n<feed/>\r\n</epos-print>\r\n\r\n\r\n </s:Body>\r\n </s:Envelope>";
|
||||||
|
}
|
||||||
|
|
||||||
|
public string GenerateSoapRequestPayee4(string username, string paycode, string amount, string park_name, string userttype_subject1, string enable_months, string payment_due, string pay_code, string payee_name, string phone_number)
|
||||||
|
{
|
||||||
|
return "<s:Envelope xmlns:s=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n <s:Body>\r\n<epos-print xmlns=\"http://www.epson-pos.com/schemas/2011/03/epos-print\">\r\n<text lang=\"ja\"/>\r\n<text smooth=\"true\"/>\r\n<text font=\"font_a\"/>\r\n<feed unit=\"10\"/>\r\n<text align=\"center\"/>\r\n<text dw=\"false\" dh=\"true\"/>\r\n<text>【払込票】 </text>\r\n<feed unit=\"10\"/>\r\n<text>受付方法:現金支払 </text>\r\n<feed unit=\"10\"/>\r\n<text>お客様名:" + username + "\u3000様 </text>\r\n<feed unit=\"10\"/>\r\n<text>払込先名:" + payee_name + " </text>\r\n<text>(収納代行ウェルネット) </text>\r\n<feed/>\r\n<text width=\"1\" height=\"1\"/>\r\n<text align=\"left\"/>\r\n<text>【ローソン、ミニストップでのお支払い】 1. Loppi端末から「各種番号をお持ちの方」のボタンを押します 2.お客様番号 (" + paycode + ") を入力し、次の画面へ\u3000※入力時ハイフンは省く 3.確認番号 (" + pay_code + ") を入力し、次の画面へ 4.表示された画面を確認し、次の画面へ。申込券が発券されます。 5.30分以内にレジにてお支払い下さい。受領証を必ずお受け取りください。 </text>\r\n<feed/>\r\n<text align=\"center\"/>\r\n<text width=\"1\" height=\"2\"/>\r\n<feed unit=\"20\"/>\r\n<text>払込票番号 </text>\r\n<text width=\"2\" height=\"4\"/>\r\n<text reverse=\"false\" ul=\"true\" em=\"true\" color=\"color_1\"/>\r\n<text>" + paycode + " </text>\r\n<text reverse=\"false\" ul=\"false\" em=\"false\" color=\"color_1\"/>\r\n<text width=\"1\" height=\"2\"/>\r\n<feed unit=\"20\"/>\r\n<text>確認番号 </text>\r\n<text width=\"2\" height=\"4\"/>\r\n<text reverse=\"false\" ul=\"true\" em=\"true\" color=\"color_1\"/>\r\n<text>" + pay_code + " </text>\r\n<text reverse=\"false\" ul=\"false\" em=\"false\" color=\"color_1\"/>\r\n<feed unit=\"30\"/>\r\n<text width=\"2\" height=\"3\"/>\r\n<text>払込金額 </text>\r\n<text reverse=\"false\" ul=\"true\" em=\"true\" color=\"color_1\"/>\r\n<text>" + amount + "円 </text>\r\n<text reverse=\"false\" ul=\"false\" em=\"false\" color=\"color_1\"/>\r\n<feed unit=\"10\"/>\r\n<text width=\"1\" height=\"2\"/>\r\n<text>" + park_name + " </text>\r\n<text>" + userttype_subject1 + "/" + enable_months + "ヶ月 </text>\r\n<text>支払期限 </text>\r\n<text reverse=\"false\" ul=\"true\" em=\"true\" color=\"color_1\"/>\r\n<text>" + payment_due + " </text>\r\n<text reverse=\"false\" ul=\"false\" em=\"false\" color=\"color_1\"/>\r\n<text>※期限が切れた場合、下記連絡先にご連絡下さい。 </text>\r\n<feed/>\r\n<text width=\"1\" height=\"2\"/>\r\n<text align=\"center\"/>\r\n<text>株式会社ソーリン\u3000サポートセンター </text>\r\n<text>" + phone_number + " </text>\r\n<feed/>\r\n<cut type=\"feed\"/>\r\n<feed/>\r\n<text width=\"1\" height=\"1\"/>\r\n</epos-print>\r\n </s:Body>\r\n </s:Envelope>";
|
||||||
|
}
|
||||||
|
}
|
||||||
89
SoM_PrnControl/Form1.Designer.cs
generated
89
SoM_PrnControl/Form1.Designer.cs
generated
@ -1,89 +0,0 @@
|
|||||||
namespace qk30ic
|
|
||||||
{
|
|
||||||
partial class Form1
|
|
||||||
{
|
|
||||||
/// <summary>
|
|
||||||
/// 必要なデザイナー変数です。
|
|
||||||
/// </summary>
|
|
||||||
private System.ComponentModel.IContainer components = null;
|
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// 使用中のリソースをすべてクリーンアップします。
|
|
||||||
/// </summary>
|
|
||||||
/// <param name="disposing">マネージド リソースを破棄する場合は true を指定し、その他の場合は false を指定します。</param>
|
|
||||||
protected override void Dispose(bool disposing)
|
|
||||||
{
|
|
||||||
if (disposing && (components != null))
|
|
||||||
{
|
|
||||||
components.Dispose();
|
|
||||||
}
|
|
||||||
base.Dispose(disposing);
|
|
||||||
}
|
|
||||||
|
|
||||||
#region Windows フォーム デザイナーで生成されたコード
|
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// デザイナー サポートに必要なメソッドです。このメソッドの内容を
|
|
||||||
/// コード エディターで変更しないでください。
|
|
||||||
/// </summary>
|
|
||||||
private void InitializeComponent()
|
|
||||||
{
|
|
||||||
this.components = new System.ComponentModel.Container();
|
|
||||||
this.button1 = new System.Windows.Forms.Button();
|
|
||||||
this.serialPort1 = new System.IO.Ports.SerialPort(this.components);
|
|
||||||
this.dataGridView1 = new System.Windows.Forms.DataGridView();
|
|
||||||
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
|
|
||||||
this.SuspendLayout();
|
|
||||||
//
|
|
||||||
// button1
|
|
||||||
//
|
|
||||||
this.button1.Location = new System.Drawing.Point(414, 382);
|
|
||||||
this.button1.Name = "button1";
|
|
||||||
this.button1.Size = new System.Drawing.Size(134, 29);
|
|
||||||
this.button1.TabIndex = 0;
|
|
||||||
this.button1.Text = "終了";
|
|
||||||
this.button1.UseVisualStyleBackColor = true;
|
|
||||||
this.button1.Click += new System.EventHandler(this.button1_Click);
|
|
||||||
//
|
|
||||||
// serialPort1
|
|
||||||
//
|
|
||||||
this.serialPort1.DataReceived += new System.IO.Ports.SerialDataReceivedEventHandler(this.serialPort1_DataReceived);
|
|
||||||
//
|
|
||||||
// dataGridView1
|
|
||||||
//
|
|
||||||
this.dataGridView1.AllowUserToAddRows = false;
|
|
||||||
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
||||||
this.dataGridView1.Location = new System.Drawing.Point(24, 28);
|
|
||||||
this.dataGridView1.Name = "dataGridView1";
|
|
||||||
this.dataGridView1.RowHeadersVisible = false;
|
|
||||||
this.dataGridView1.RowHeadersWidth = 60;
|
|
||||||
this.dataGridView1.RowTemplate.Height = 21;
|
|
||||||
this.dataGridView1.ScrollBars = System.Windows.Forms.ScrollBars.None;
|
|
||||||
this.dataGridView1.Size = new System.Drawing.Size(947, 330);
|
|
||||||
this.dataGridView1.TabIndex = 1;
|
|
||||||
//
|
|
||||||
// Form1
|
|
||||||
//
|
|
||||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
||||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
||||||
this.ClientSize = new System.Drawing.Size(994, 450);
|
|
||||||
this.Controls.Add(this.dataGridView1);
|
|
||||||
this.Controls.Add(this.button1);
|
|
||||||
this.Name = "Form1";
|
|
||||||
this.Text = "SoMプリンタ制御プログラム";
|
|
||||||
this.TopMost = true;
|
|
||||||
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing);
|
|
||||||
this.Shown += new System.EventHandler(this.Form1_Shown);
|
|
||||||
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
|
|
||||||
this.ResumeLayout(false);
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
#endregion
|
|
||||||
|
|
||||||
private System.Windows.Forms.Button button1;
|
|
||||||
private System.IO.Ports.SerialPort serialPort1;
|
|
||||||
private System.Windows.Forms.DataGridView dataGridView1;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
File diff suppressed because it is too large
Load Diff
@ -1,123 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<root>
|
|
||||||
<!--
|
|
||||||
Microsoft ResX Schema
|
|
||||||
|
|
||||||
Version 2.0
|
|
||||||
|
|
||||||
The primary goals of this format is to allow a simple XML format
|
|
||||||
that is mostly human readable. The generation and parsing of the
|
|
||||||
various data types are done through the TypeConverter classes
|
|
||||||
associated with the data types.
|
|
||||||
|
|
||||||
Example:
|
|
||||||
|
|
||||||
... ado.net/XML headers & schema ...
|
|
||||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
|
||||||
<resheader name="version">2.0</resheader>
|
|
||||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
|
||||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
|
||||||
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
|
||||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
|
||||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
|
||||||
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
|
||||||
</data>
|
|
||||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
|
||||||
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
|
||||||
<comment>This is a comment</comment>
|
|
||||||
</data>
|
|
||||||
|
|
||||||
There are any number of "resheader" rows that contain simple
|
|
||||||
name/value pairs.
|
|
||||||
|
|
||||||
Each data row contains a name, and value. The row also contains a
|
|
||||||
type or mimetype. Type corresponds to a .NET class that support
|
|
||||||
text/value conversion through the TypeConverter architecture.
|
|
||||||
Classes that don't support this are serialized and stored with the
|
|
||||||
mimetype set.
|
|
||||||
|
|
||||||
The mimetype is used for serialized objects, and tells the
|
|
||||||
ResXResourceReader how to depersist the object. This is currently not
|
|
||||||
extensible. For a given mimetype the value must be set accordingly:
|
|
||||||
|
|
||||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
|
||||||
that the ResXResourceWriter will generate, however the reader can
|
|
||||||
read any of the formats listed below.
|
|
||||||
|
|
||||||
mimetype: application/x-microsoft.net.object.binary.base64
|
|
||||||
value : The object must be serialized with
|
|
||||||
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
|
||||||
: and then encoded with base64 encoding.
|
|
||||||
|
|
||||||
mimetype: application/x-microsoft.net.object.soap.base64
|
|
||||||
value : The object must be serialized with
|
|
||||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
|
||||||
: and then encoded with base64 encoding.
|
|
||||||
|
|
||||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
|
||||||
value : The object must be serialized into a byte array
|
|
||||||
: using a System.ComponentModel.TypeConverter
|
|
||||||
: and then encoded with base64 encoding.
|
|
||||||
-->
|
|
||||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
|
||||||
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
|
||||||
<xsd:element name="root" msdata:IsDataSet="true">
|
|
||||||
<xsd:complexType>
|
|
||||||
<xsd:choice maxOccurs="unbounded">
|
|
||||||
<xsd:element name="metadata">
|
|
||||||
<xsd:complexType>
|
|
||||||
<xsd:sequence>
|
|
||||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
|
||||||
</xsd:sequence>
|
|
||||||
<xsd:attribute name="name" use="required" type="xsd:string" />
|
|
||||||
<xsd:attribute name="type" type="xsd:string" />
|
|
||||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
|
||||||
<xsd:attribute ref="xml:space" />
|
|
||||||
</xsd:complexType>
|
|
||||||
</xsd:element>
|
|
||||||
<xsd:element name="assembly">
|
|
||||||
<xsd:complexType>
|
|
||||||
<xsd:attribute name="alias" type="xsd:string" />
|
|
||||||
<xsd:attribute name="name" type="xsd:string" />
|
|
||||||
</xsd:complexType>
|
|
||||||
</xsd:element>
|
|
||||||
<xsd:element name="data">
|
|
||||||
<xsd:complexType>
|
|
||||||
<xsd:sequence>
|
|
||||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
|
||||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
|
||||||
</xsd:sequence>
|
|
||||||
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
|
||||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
|
||||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
|
||||||
<xsd:attribute ref="xml:space" />
|
|
||||||
</xsd:complexType>
|
|
||||||
</xsd:element>
|
|
||||||
<xsd:element name="resheader">
|
|
||||||
<xsd:complexType>
|
|
||||||
<xsd:sequence>
|
|
||||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
|
||||||
</xsd:sequence>
|
|
||||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
|
||||||
</xsd:complexType>
|
|
||||||
</xsd:element>
|
|
||||||
</xsd:choice>
|
|
||||||
</xsd:complexType>
|
|
||||||
</xsd:element>
|
|
||||||
</xsd:schema>
|
|
||||||
<resheader name="resmimetype">
|
|
||||||
<value>text/microsoft-resx</value>
|
|
||||||
</resheader>
|
|
||||||
<resheader name="version">
|
|
||||||
<value>2.0</value>
|
|
||||||
</resheader>
|
|
||||||
<resheader name="reader">
|
|
||||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
||||||
</resheader>
|
|
||||||
<resheader name="writer">
|
|
||||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
||||||
</resheader>
|
|
||||||
<metadata name="serialPort1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
|
||||||
<value>17, 17</value>
|
|
||||||
</metadata>
|
|
||||||
</root>
|
|
||||||
@ -1,13 +0,0 @@
|
|||||||
<?xml version="1.0"?>
|
|
||||||
<MLComponentSettings xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
|
||||||
<IsLog>false</IsLog>
|
|
||||||
<LogFolder></LogFolder>
|
|
||||||
<IsSheetCountError>true</IsSheetCountError>
|
|
||||||
<TaxRate></TaxRate>
|
|
||||||
<AlternativeFont>false</AlternativeFont>
|
|
||||||
<DesignDefaultWindowsFontName>メイリオ</DesignDefaultWindowsFontName>
|
|
||||||
<DesignDefaultWindowsFontSize>9</DesignDefaultWindowsFontSize>
|
|
||||||
<IsFileForwardCompatibleError>true</IsFileForwardCompatibleError>
|
|
||||||
<IsEnableGcCollectForced>false</IsEnableGcCollectForced>
|
|
||||||
<GcCollectForcedThreshold>0</GcCollectForcedThreshold>
|
|
||||||
</MLComponentSettings>
|
|
||||||
@ -1,24 +0,0 @@
|
|||||||
using System;
|
|
||||||
using System.Collections.Generic;
|
|
||||||
using System.Linq;
|
|
||||||
using System.Threading.Tasks;
|
|
||||||
using System.Windows.Forms;
|
|
||||||
using SATO.MLComponent;
|
|
||||||
|
|
||||||
|
|
||||||
namespace qk30ic
|
|
||||||
{
|
|
||||||
static class Program
|
|
||||||
{
|
|
||||||
/// <summary>
|
|
||||||
/// アプリケーションのメイン エントリ ポイントです。
|
|
||||||
/// </summary>
|
|
||||||
[STAThread]
|
|
||||||
static void Main()
|
|
||||||
{
|
|
||||||
Application.EnableVisualStyles();
|
|
||||||
Application.SetCompatibleTextRenderingDefault(false);
|
|
||||||
Application.Run(new Form1());
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@ -1,36 +0,0 @@
|
|||||||
using System.Reflection;
|
|
||||||
using System.Runtime.CompilerServices;
|
|
||||||
using System.Runtime.InteropServices;
|
|
||||||
|
|
||||||
// アセンブリに関する一般情報は以下の属性セットをとおして制御されます。
|
|
||||||
// アセンブリに関連付けられている情報を変更するには、
|
|
||||||
// これらの属性値を変更してください。
|
|
||||||
[assembly: AssemblyTitle("SoM_PenControl")]
|
|
||||||
[assembly: AssemblyDescription("")]
|
|
||||||
[assembly: AssemblyConfiguration("")]
|
|
||||||
[assembly: AssemblyCompany("")]
|
|
||||||
[assembly: AssemblyProduct("SoM_PenControl")]
|
|
||||||
[assembly: AssemblyCopyright("Copyright © 2018")]
|
|
||||||
[assembly: AssemblyTrademark("")]
|
|
||||||
[assembly: AssemblyCulture("")]
|
|
||||||
|
|
||||||
// ComVisible を false に設定すると、このアセンブリ内の型は COM コンポーネントから
|
|
||||||
// 参照できなくなります。COM からこのアセンブリ内の型にアクセスする必要がある場合は、
|
|
||||||
// その型の ComVisible 属性を true に設定してください。
|
|
||||||
[assembly: ComVisible(false)]
|
|
||||||
|
|
||||||
// このプロジェクトが COM に公開される場合、次の GUID が typelib の ID になります
|
|
||||||
[assembly: Guid("40c2b03c-3efc-4f9e-b942-71d4f94f5a37")]
|
|
||||||
|
|
||||||
// アセンブリのバージョン情報は次の 4 つの値で構成されています:
|
|
||||||
//
|
|
||||||
// メジャー バージョン
|
|
||||||
// マイナー バージョン
|
|
||||||
// ビルド番号
|
|
||||||
// Revision
|
|
||||||
//
|
|
||||||
// すべての値を指定するか、次を使用してビルド番号とリビジョン番号を既定に設定できます
|
|
||||||
// 既定値にすることができます:
|
|
||||||
// [assembly: AssemblyVersion("1.0.*")]
|
|
||||||
[assembly: AssemblyVersion("1.0.0.0")]
|
|
||||||
[assembly: AssemblyFileVersion("1.0.0.0")]
|
|
||||||
@ -1,13 +0,0 @@
|
|||||||
<?xml version="1.0"?>
|
|
||||||
<MLComponentSettings xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
|
||||||
<IsLog>false</IsLog>
|
|
||||||
<LogFolder></LogFolder>
|
|
||||||
<IsSheetCountError>true</IsSheetCountError>
|
|
||||||
<TaxRate></TaxRate>
|
|
||||||
<AlternativeFont>false</AlternativeFont>
|
|
||||||
<DesignDefaultWindowsFontName>メイリオ</DesignDefaultWindowsFontName>
|
|
||||||
<DesignDefaultWindowsFontSize>9</DesignDefaultWindowsFontSize>
|
|
||||||
<IsFileForwardCompatibleError>true</IsFileForwardCompatibleError>
|
|
||||||
<IsEnableGcCollectForced>false</IsEnableGcCollectForced>
|
|
||||||
<GcCollectForcedThreshold>0</GcCollectForcedThreshold>
|
|
||||||
</MLComponentSettings>
|
|
||||||
63
SoM_PrnControl/Properties/Resources.Designer.cs
generated
63
SoM_PrnControl/Properties/Resources.Designer.cs
generated
@ -1,63 +0,0 @@
|
|||||||
//------------------------------------------------------------------------------
|
|
||||||
// <auto-generated>
|
|
||||||
// このコードはツールによって生成されました。
|
|
||||||
// ランタイム バージョン:4.0.30319.42000
|
|
||||||
//
|
|
||||||
// このファイルへの変更は、以下の状況下で不正な動作の原因になったり、
|
|
||||||
// コードが再生成されるときに損失したりします。
|
|
||||||
// </auto-generated>
|
|
||||||
//------------------------------------------------------------------------------
|
|
||||||
|
|
||||||
namespace SoM_PenControl.Properties {
|
|
||||||
using System;
|
|
||||||
|
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// ローカライズされた文字列などを検索するための、厳密に型指定されたリソース クラスです。
|
|
||||||
/// </summary>
|
|
||||||
// このクラスは StronglyTypedResourceBuilder クラスが ResGen
|
|
||||||
// または Visual Studio のようなツールを使用して自動生成されました。
|
|
||||||
// メンバーを追加または削除するには、.ResX ファイルを編集して、/str オプションと共に
|
|
||||||
// ResGen を実行し直すか、または VS プロジェクトをビルドし直します。
|
|
||||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")]
|
|
||||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
||||||
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
|
||||||
internal class Resources {
|
|
||||||
|
|
||||||
private static global::System.Resources.ResourceManager resourceMan;
|
|
||||||
|
|
||||||
private static global::System.Globalization.CultureInfo resourceCulture;
|
|
||||||
|
|
||||||
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
|
|
||||||
internal Resources() {
|
|
||||||
}
|
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// このクラスで使用されているキャッシュされた ResourceManager インスタンスを返します。
|
|
||||||
/// </summary>
|
|
||||||
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
||||||
internal static global::System.Resources.ResourceManager ResourceManager {
|
|
||||||
get {
|
|
||||||
if (object.ReferenceEquals(resourceMan, null)) {
|
|
||||||
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("SoM_PenControl.Properties.Resources", typeof(Resources).Assembly);
|
|
||||||
resourceMan = temp;
|
|
||||||
}
|
|
||||||
return resourceMan;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// すべてについて、現在のスレッドの CurrentUICulture プロパティをオーバーライドします
|
|
||||||
/// 現在のスレッドの CurrentUICulture プロパティをオーバーライドします。
|
|
||||||
/// </summary>
|
|
||||||
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
||||||
internal static global::System.Globalization.CultureInfo Culture {
|
|
||||||
get {
|
|
||||||
return resourceCulture;
|
|
||||||
}
|
|
||||||
set {
|
|
||||||
resourceCulture = value;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@ -1,117 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<root>
|
|
||||||
<!--
|
|
||||||
Microsoft ResX Schema
|
|
||||||
|
|
||||||
Version 2.0
|
|
||||||
|
|
||||||
The primary goals of this format is to allow a simple XML format
|
|
||||||
that is mostly human readable. The generation and parsing of the
|
|
||||||
various data types are done through the TypeConverter classes
|
|
||||||
associated with the data types.
|
|
||||||
|
|
||||||
Example:
|
|
||||||
|
|
||||||
... ado.net/XML headers & schema ...
|
|
||||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
|
||||||
<resheader name="version">2.0</resheader>
|
|
||||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
|
||||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
|
||||||
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
|
||||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
|
||||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
|
||||||
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
|
||||||
</data>
|
|
||||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
|
||||||
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
|
||||||
<comment>This is a comment</comment>
|
|
||||||
</data>
|
|
||||||
|
|
||||||
There are any number of "resheader" rows that contain simple
|
|
||||||
name/value pairs.
|
|
||||||
|
|
||||||
Each data row contains a name, and value. The row also contains a
|
|
||||||
type or mimetype. Type corresponds to a .NET class that support
|
|
||||||
text/value conversion through the TypeConverter architecture.
|
|
||||||
Classes that don't support this are serialized and stored with the
|
|
||||||
mimetype set.
|
|
||||||
|
|
||||||
The mimetype is used for serialized objects, and tells the
|
|
||||||
ResXResourceReader how to depersist the object. This is currently not
|
|
||||||
extensible. For a given mimetype the value must be set accordingly:
|
|
||||||
|
|
||||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
|
||||||
that the ResXResourceWriter will generate, however the reader can
|
|
||||||
read any of the formats listed below.
|
|
||||||
|
|
||||||
mimetype: application/x-microsoft.net.object.binary.base64
|
|
||||||
value : The object must be serialized with
|
|
||||||
: System.Serialization.Formatters.Binary.BinaryFormatter
|
|
||||||
: and then encoded with base64 encoding.
|
|
||||||
|
|
||||||
mimetype: application/x-microsoft.net.object.soap.base64
|
|
||||||
value : The object must be serialized with
|
|
||||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
|
||||||
: and then encoded with base64 encoding.
|
|
||||||
|
|
||||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
|
||||||
value : The object must be serialized into a byte array
|
|
||||||
: using a System.ComponentModel.TypeConverter
|
|
||||||
: and then encoded with base64 encoding.
|
|
||||||
-->
|
|
||||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
|
||||||
<xsd:element name="root" msdata:IsDataSet="true">
|
|
||||||
<xsd:complexType>
|
|
||||||
<xsd:choice maxOccurs="unbounded">
|
|
||||||
<xsd:element name="metadata">
|
|
||||||
<xsd:complexType>
|
|
||||||
<xsd:sequence>
|
|
||||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
|
||||||
</xsd:sequence>
|
|
||||||
<xsd:attribute name="name" type="xsd:string" />
|
|
||||||
<xsd:attribute name="type" type="xsd:string" />
|
|
||||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
|
||||||
</xsd:complexType>
|
|
||||||
</xsd:element>
|
|
||||||
<xsd:element name="assembly">
|
|
||||||
<xsd:complexType>
|
|
||||||
<xsd:attribute name="alias" type="xsd:string" />
|
|
||||||
<xsd:attribute name="name" type="xsd:string" />
|
|
||||||
</xsd:complexType>
|
|
||||||
</xsd:element>
|
|
||||||
<xsd:element name="data">
|
|
||||||
<xsd:complexType>
|
|
||||||
<xsd:sequence>
|
|
||||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
|
||||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
|
||||||
</xsd:sequence>
|
|
||||||
<xsd:attribute name="name" type="xsd:string" msdata:Ordinal="1" />
|
|
||||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
|
||||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
|
||||||
</xsd:complexType>
|
|
||||||
</xsd:element>
|
|
||||||
<xsd:element name="resheader">
|
|
||||||
<xsd:complexType>
|
|
||||||
<xsd:sequence>
|
|
||||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
|
||||||
</xsd:sequence>
|
|
||||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
|
||||||
</xsd:complexType>
|
|
||||||
</xsd:element>
|
|
||||||
</xsd:choice>
|
|
||||||
</xsd:complexType>
|
|
||||||
</xsd:element>
|
|
||||||
</xsd:schema>
|
|
||||||
<resheader name="resmimetype">
|
|
||||||
<value>text/microsoft-resx</value>
|
|
||||||
</resheader>
|
|
||||||
<resheader name="version">
|
|
||||||
<value>2.0</value>
|
|
||||||
</resheader>
|
|
||||||
<resheader name="reader">
|
|
||||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
||||||
</resheader>
|
|
||||||
<resheader name="writer">
|
|
||||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
||||||
</resheader>
|
|
||||||
</root>
|
|
||||||
26
SoM_PrnControl/Properties/Settings.Designer.cs
generated
26
SoM_PrnControl/Properties/Settings.Designer.cs
generated
@ -1,26 +0,0 @@
|
|||||||
//------------------------------------------------------------------------------
|
|
||||||
// <auto-generated>
|
|
||||||
// このコードはツールによって生成されました。
|
|
||||||
// ランタイム バージョン:4.0.30319.42000
|
|
||||||
//
|
|
||||||
// このファイルへの変更は、以下の状況下で不正な動作の原因になったり、
|
|
||||||
// コードが再生成されるときに損失したりします。
|
|
||||||
// </auto-generated>
|
|
||||||
//------------------------------------------------------------------------------
|
|
||||||
|
|
||||||
namespace SoM_PenControl.Properties {
|
|
||||||
|
|
||||||
|
|
||||||
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
|
||||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.14.0.0")]
|
|
||||||
internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
|
|
||||||
|
|
||||||
private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
|
|
||||||
|
|
||||||
public static Settings Default {
|
|
||||||
get {
|
|
||||||
return defaultInstance;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@ -1,7 +0,0 @@
|
|||||||
<?xml version='1.0' encoding='utf-8'?>
|
|
||||||
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)">
|
|
||||||
<Profiles>
|
|
||||||
<Profile Name="(Default)" />
|
|
||||||
</Profiles>
|
|
||||||
<Settings />
|
|
||||||
</SettingsFile>
|
|
||||||
@ -1,135 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
||||||
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
||||||
<PropertyGroup>
|
|
||||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
||||||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
||||||
<ProjectGuid>{40C2B03C-3EFC-4F9E-B942-71D4F94F5A37}</ProjectGuid>
|
|
||||||
<OutputType>WinExe</OutputType>
|
|
||||||
<RootNamespace>SoM_PenControl</RootNamespace>
|
|
||||||
<AssemblyName>SoM_PenControl</AssemblyName>
|
|
||||||
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
|
|
||||||
<FileAlignment>512</FileAlignment>
|
|
||||||
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
|
||||||
<Deterministic>true</Deterministic>
|
|
||||||
<PublishUrl>publish\</PublishUrl>
|
|
||||||
<Install>true</Install>
|
|
||||||
<InstallFrom>Disk</InstallFrom>
|
|
||||||
<UpdateEnabled>false</UpdateEnabled>
|
|
||||||
<UpdateMode>Foreground</UpdateMode>
|
|
||||||
<UpdateInterval>7</UpdateInterval>
|
|
||||||
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
|
||||||
<UpdatePeriodically>false</UpdatePeriodically>
|
|
||||||
<UpdateRequired>false</UpdateRequired>
|
|
||||||
<MapFileExtensions>true</MapFileExtensions>
|
|
||||||
<ApplicationRevision>0</ApplicationRevision>
|
|
||||||
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
|
||||||
<IsWebBootstrapper>false</IsWebBootstrapper>
|
|
||||||
<UseApplicationTrust>false</UseApplicationTrust>
|
|
||||||
<BootstrapperEnabled>true</BootstrapperEnabled>
|
|
||||||
<TargetFrameworkProfile />
|
|
||||||
</PropertyGroup>
|
|
||||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
||||||
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
||||||
<DebugSymbols>true</DebugSymbols>
|
|
||||||
<DebugType>full</DebugType>
|
|
||||||
<Optimize>false</Optimize>
|
|
||||||
<OutputPath>bin\Debug\</OutputPath>
|
|
||||||
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
||||||
<ErrorReport>prompt</ErrorReport>
|
|
||||||
<WarningLevel>4</WarningLevel>
|
|
||||||
</PropertyGroup>
|
|
||||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
||||||
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
||||||
<DebugType>pdbonly</DebugType>
|
|
||||||
<Optimize>true</Optimize>
|
|
||||||
<OutputPath>bin\Release\</OutputPath>
|
|
||||||
<DefineConstants>TRACE</DefineConstants>
|
|
||||||
<ErrorReport>prompt</ErrorReport>
|
|
||||||
<WarningLevel>4</WarningLevel>
|
|
||||||
</PropertyGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<Reference Include="Google.Protobuf, Version=3.5.1.0, Culture=neutral, PublicKeyToken=a7d26565bac4d604, processorArchitecture=MSIL">
|
|
||||||
<HintPath>..\packages\Google.Protobuf.3.5.1\lib\net45\Google.Protobuf.dll</HintPath>
|
|
||||||
</Reference>
|
|
||||||
<Reference Include="MLComponent, Version=5.8.4.0, Culture=neutral, processorArchitecture=MSIL">
|
|
||||||
<SpecificVersion>False</SpecificVersion>
|
|
||||||
<HintPath>..\..\..\ソーリン\ラベル\MLCMP-file-v5_8_4_0\MLComponent.dll</HintPath>
|
|
||||||
</Reference>
|
|
||||||
<Reference Include="MLComponent.XmlSerializers, Version=5.8.4.0, Culture=neutral, processorArchitecture=MSIL">
|
|
||||||
<SpecificVersion>False</SpecificVersion>
|
|
||||||
<HintPath>..\..\..\ソーリン\ラベル\MLCMP-file-v5_8_4_0\MLComponent.XmlSerializers.dll</HintPath>
|
|
||||||
</Reference>
|
|
||||||
<Reference Include="MySql.Data, Version=8.0.12.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
|
|
||||||
<HintPath>..\packages\MySql.Data.8.0.12\lib\net452\MySql.Data.dll</HintPath>
|
|
||||||
</Reference>
|
|
||||||
<Reference Include="System" />
|
|
||||||
<Reference Include="System.ComponentModel" />
|
|
||||||
<Reference Include="System.ComponentModel.DataAnnotations" />
|
|
||||||
<Reference Include="System.Configuration" />
|
|
||||||
<Reference Include="System.Configuration.Install" />
|
|
||||||
<Reference Include="System.Core" />
|
|
||||||
<Reference Include="System.Drawing.Design" />
|
|
||||||
<Reference Include="System.Management" />
|
|
||||||
<Reference Include="System.Transactions" />
|
|
||||||
<Reference Include="System.Xml.Linq" />
|
|
||||||
<Reference Include="System.Data.DataSetExtensions" />
|
|
||||||
<Reference Include="Microsoft.CSharp" />
|
|
||||||
<Reference Include="System.Data" />
|
|
||||||
<Reference Include="System.Deployment" />
|
|
||||||
<Reference Include="System.Drawing" />
|
|
||||||
<Reference Include="System.Net.Http" />
|
|
||||||
<Reference Include="System.Windows.Forms" />
|
|
||||||
<Reference Include="System.Xml" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<Compile Include="AIDdefine.cs" />
|
|
||||||
<Compile Include="Form1.cs">
|
|
||||||
<SubType>Form</SubType>
|
|
||||||
</Compile>
|
|
||||||
<Compile Include="Form1.Designer.cs">
|
|
||||||
<DependentUpon>Form1.cs</DependentUpon>
|
|
||||||
</Compile>
|
|
||||||
<Compile Include="Program.cs" />
|
|
||||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
||||||
<EmbeddedResource Include="Form1.resx">
|
|
||||||
<DependentUpon>Form1.cs</DependentUpon>
|
|
||||||
</EmbeddedResource>
|
|
||||||
<EmbeddedResource Include="Properties\Resources.resx">
|
|
||||||
<Generator>ResXFileCodeGenerator</Generator>
|
|
||||||
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
||||||
<SubType>Designer</SubType>
|
|
||||||
</EmbeddedResource>
|
|
||||||
<Compile Include="Properties\Resources.Designer.cs">
|
|
||||||
<AutoGen>True</AutoGen>
|
|
||||||
<DependentUpon>Resources.resx</DependentUpon>
|
|
||||||
<DesignTime>True</DesignTime>
|
|
||||||
</Compile>
|
|
||||||
<None Include="packages.config" />
|
|
||||||
<None Include="Properties\Settings.settings">
|
|
||||||
<Generator>SettingsSingleFileGenerator</Generator>
|
|
||||||
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
|
||||||
</None>
|
|
||||||
<Compile Include="Properties\Settings.Designer.cs">
|
|
||||||
<AutoGen>True</AutoGen>
|
|
||||||
<DependentUpon>Settings.settings</DependentUpon>
|
|
||||||
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
|
||||||
</Compile>
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<None Include="App.config" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<BootstrapperPackage Include=".NETFramework,Version=v4.6.1">
|
|
||||||
<Visible>False</Visible>
|
|
||||||
<ProductName>Microsoft .NET Framework 4.6.1 %28x86 および x64%29</ProductName>
|
|
||||||
<Install>true</Install>
|
|
||||||
</BootstrapperPackage>
|
|
||||||
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
|
||||||
<Visible>False</Visible>
|
|
||||||
<ProductName>.NET Framework 3.5 SP1</ProductName>
|
|
||||||
<Install>false</Install>
|
|
||||||
</BootstrapperPackage>
|
|
||||||
</ItemGroup>
|
|
||||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
||||||
</Project>
|
|
||||||
@ -1,5 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<packages>
|
|
||||||
<package id="Google.Protobuf" version="3.5.1" targetFramework="net461" />
|
|
||||||
<package id="MySql.Data" version="8.0.12" targetFramework="net461" />
|
|
||||||
</packages>
|
|
||||||
339
app.config
Normal file
339
app.config
Normal file
@ -0,0 +1,339 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<configuration>
|
||||||
|
<startup>
|
||||||
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1" />
|
||||||
|
</startup>
|
||||||
|
<system.serviceModel>
|
||||||
|
<bindings>
|
||||||
|
<basicHttpBinding>
|
||||||
|
<binding name="YoyakuSoap">
|
||||||
|
<security mode="Transport" />
|
||||||
|
</binding>
|
||||||
|
<binding name="YoyakuSoap1" />
|
||||||
|
</basicHttpBinding>
|
||||||
|
</bindings>
|
||||||
|
<client>
|
||||||
|
<endpoint address="https://rrmt.kessai.info/KessaiTest/Yoyaku.asmx" binding="basicHttpBinding" bindingConfiguration="YoyakuSoap" contract="YoyakuServiceReference.YoyakuSoap" name="YoyakuSoap" />
|
||||||
|
</client>
|
||||||
|
</system.serviceModel>
|
||||||
|
<runtime>
|
||||||
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||||
|
<dependentAssembly>
|
||||||
|
<assemblyIdentity name="System.Collections.Concurrent" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||||
|
<bindingRedirect oldVersion="0.0.0.0-4.0.11.0" newVersion="4.0.11.0" />
|
||||||
|
</dependentAssembly>
|
||||||
|
</assemblyBinding>
|
||||||
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||||
|
<dependentAssembly>
|
||||||
|
<assemblyIdentity name="System.Collections" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||||
|
<bindingRedirect oldVersion="0.0.0.0-4.0.11.0" newVersion="4.0.11.0" />
|
||||||
|
</dependentAssembly>
|
||||||
|
</assemblyBinding>
|
||||||
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||||
|
<dependentAssembly>
|
||||||
|
<assemblyIdentity name="System.ComponentModel" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||||
|
<bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
|
||||||
|
</dependentAssembly>
|
||||||
|
</assemblyBinding>
|
||||||
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||||
|
<dependentAssembly>
|
||||||
|
<assemblyIdentity name="System.ComponentModel.EventBasedAsync" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||||
|
<bindingRedirect oldVersion="0.0.0.0-4.0.11.0" newVersion="4.0.11.0" />
|
||||||
|
</dependentAssembly>
|
||||||
|
</assemblyBinding>
|
||||||
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||||
|
<dependentAssembly>
|
||||||
|
<assemblyIdentity name="System.Data.Common" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||||
|
<bindingRedirect oldVersion="0.0.0.0-4.2.0.0" newVersion="4.2.0.0" />
|
||||||
|
</dependentAssembly>
|
||||||
|
</assemblyBinding>
|
||||||
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||||
|
<dependentAssembly>
|
||||||
|
<assemblyIdentity name="System.Diagnostics.Contracts" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||||
|
<bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
|
||||||
|
</dependentAssembly>
|
||||||
|
</assemblyBinding>
|
||||||
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||||
|
<dependentAssembly>
|
||||||
|
<assemblyIdentity name="System.Diagnostics.Debug" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||||
|
<bindingRedirect oldVersion="0.0.0.0-4.0.11.0" newVersion="4.0.11.0" />
|
||||||
|
</dependentAssembly>
|
||||||
|
</assemblyBinding>
|
||||||
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||||
|
<dependentAssembly>
|
||||||
|
<assemblyIdentity name="System.Diagnostics.StackTrace" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||||
|
<bindingRedirect oldVersion="0.0.0.0-4.1.0.0" newVersion="4.1.0.0" />
|
||||||
|
</dependentAssembly>
|
||||||
|
</assemblyBinding>
|
||||||
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||||
|
<dependentAssembly>
|
||||||
|
<assemblyIdentity name="System.Diagnostics.Tools" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||||
|
<bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
|
||||||
|
</dependentAssembly>
|
||||||
|
</assemblyBinding>
|
||||||
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||||
|
<dependentAssembly>
|
||||||
|
<assemblyIdentity name="System.Diagnostics.Tracing" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||||
|
<bindingRedirect oldVersion="0.0.0.0-4.2.0.0" newVersion="4.2.0.0" />
|
||||||
|
</dependentAssembly>
|
||||||
|
</assemblyBinding>
|
||||||
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||||
|
<dependentAssembly>
|
||||||
|
<assemblyIdentity name="System.Dynamic.Runtime" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||||
|
<bindingRedirect oldVersion="0.0.0.0-4.0.11.0" newVersion="4.0.11.0" />
|
||||||
|
</dependentAssembly>
|
||||||
|
</assemblyBinding>
|
||||||
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||||
|
<dependentAssembly>
|
||||||
|
<assemblyIdentity name="System.Globalization" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||||
|
<bindingRedirect oldVersion="0.0.0.0-4.0.11.0" newVersion="4.0.11.0" />
|
||||||
|
</dependentAssembly>
|
||||||
|
</assemblyBinding>
|
||||||
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||||
|
<dependentAssembly>
|
||||||
|
<assemblyIdentity name="System.Globalization.Extensions" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||||
|
<bindingRedirect oldVersion="0.0.0.0-4.1.0.0" newVersion="4.1.0.0" />
|
||||||
|
</dependentAssembly>
|
||||||
|
</assemblyBinding>
|
||||||
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||||
|
<dependentAssembly>
|
||||||
|
<assemblyIdentity name="System.IO.Compression" publicKeyToken="b77a5c561934e089" culture="neutral" />
|
||||||
|
<bindingRedirect oldVersion="0.0.0.0-4.2.0.0" newVersion="4.2.0.0" />
|
||||||
|
</dependentAssembly>
|
||||||
|
</assemblyBinding>
|
||||||
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||||
|
<dependentAssembly>
|
||||||
|
<assemblyIdentity name="System.IO" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||||
|
<bindingRedirect oldVersion="0.0.0.0-4.1.2.0" newVersion="4.1.2.0" />
|
||||||
|
</dependentAssembly>
|
||||||
|
</assemblyBinding>
|
||||||
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||||
|
<dependentAssembly>
|
||||||
|
<assemblyIdentity name="System.Linq" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||||
|
<bindingRedirect oldVersion="0.0.0.0-4.1.2.0" newVersion="4.1.2.0" />
|
||||||
|
</dependentAssembly>
|
||||||
|
</assemblyBinding>
|
||||||
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||||
|
<dependentAssembly>
|
||||||
|
<assemblyIdentity name="System.Linq.Expressions" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||||
|
<bindingRedirect oldVersion="0.0.0.0-4.1.2.0" newVersion="4.1.2.0" />
|
||||||
|
</dependentAssembly>
|
||||||
|
</assemblyBinding>
|
||||||
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||||
|
<dependentAssembly>
|
||||||
|
<assemblyIdentity name="System.Linq.Parallel" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||||
|
<bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
|
||||||
|
</dependentAssembly>
|
||||||
|
</assemblyBinding>
|
||||||
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||||
|
<dependentAssembly>
|
||||||
|
<assemblyIdentity name="System.Linq.Queryable" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||||
|
<bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
|
||||||
|
</dependentAssembly>
|
||||||
|
</assemblyBinding>
|
||||||
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||||
|
<dependentAssembly>
|
||||||
|
<assemblyIdentity name="System.Net.Http" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||||
|
<bindingRedirect oldVersion="0.0.0.0-4.2.0.0" newVersion="4.2.0.0" />
|
||||||
|
</dependentAssembly>
|
||||||
|
</assemblyBinding>
|
||||||
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||||
|
<dependentAssembly>
|
||||||
|
<assemblyIdentity name="System.Net.NetworkInformation" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||||
|
<bindingRedirect oldVersion="0.0.0.0-4.1.2.0" newVersion="4.1.2.0" />
|
||||||
|
</dependentAssembly>
|
||||||
|
</assemblyBinding>
|
||||||
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||||
|
<dependentAssembly>
|
||||||
|
<assemblyIdentity name="System.Net.Primitives" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||||
|
<bindingRedirect oldVersion="0.0.0.0-4.0.11.0" newVersion="4.0.11.0" />
|
||||||
|
</dependentAssembly>
|
||||||
|
</assemblyBinding>
|
||||||
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||||
|
<dependentAssembly>
|
||||||
|
<assemblyIdentity name="System.Net.Requests" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||||
|
<bindingRedirect oldVersion="0.0.0.0-4.0.11.0" newVersion="4.0.11.0" />
|
||||||
|
</dependentAssembly>
|
||||||
|
</assemblyBinding>
|
||||||
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||||
|
<dependentAssembly>
|
||||||
|
<assemblyIdentity name="System.Net.Sockets" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||||
|
<bindingRedirect oldVersion="0.0.0.0-4.2.0.0" newVersion="4.2.0.0" />
|
||||||
|
</dependentAssembly>
|
||||||
|
</assemblyBinding>
|
||||||
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||||
|
<dependentAssembly>
|
||||||
|
<assemblyIdentity name="System.ObjectModel" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||||
|
<bindingRedirect oldVersion="0.0.0.0-4.0.11.0" newVersion="4.0.11.0" />
|
||||||
|
</dependentAssembly>
|
||||||
|
</assemblyBinding>
|
||||||
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||||
|
<dependentAssembly>
|
||||||
|
<assemblyIdentity name="System.Reflection" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||||
|
<bindingRedirect oldVersion="0.0.0.0-4.1.2.0" newVersion="4.1.2.0" />
|
||||||
|
</dependentAssembly>
|
||||||
|
</assemblyBinding>
|
||||||
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||||
|
<dependentAssembly>
|
||||||
|
<assemblyIdentity name="System.Reflection.Extensions" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||||
|
<bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
|
||||||
|
</dependentAssembly>
|
||||||
|
</assemblyBinding>
|
||||||
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||||
|
<dependentAssembly>
|
||||||
|
<assemblyIdentity name="System.Reflection.Primitives" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||||
|
<bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
|
||||||
|
</dependentAssembly>
|
||||||
|
</assemblyBinding>
|
||||||
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||||
|
<dependentAssembly>
|
||||||
|
<assemblyIdentity name="System.Resources.ResourceManager" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||||
|
<bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
|
||||||
|
</dependentAssembly>
|
||||||
|
</assemblyBinding>
|
||||||
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||||
|
<dependentAssembly>
|
||||||
|
<assemblyIdentity name="System.Runtime" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||||
|
<bindingRedirect oldVersion="0.0.0.0-4.1.2.0" newVersion="4.1.2.0" />
|
||||||
|
</dependentAssembly>
|
||||||
|
</assemblyBinding>
|
||||||
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||||
|
<dependentAssembly>
|
||||||
|
<assemblyIdentity name="System.Runtime.Extensions" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||||
|
<bindingRedirect oldVersion="0.0.0.0-4.1.2.0" newVersion="4.1.2.0" />
|
||||||
|
</dependentAssembly>
|
||||||
|
</assemblyBinding>
|
||||||
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||||
|
<dependentAssembly>
|
||||||
|
<assemblyIdentity name="System.Runtime.InteropServices" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||||
|
<bindingRedirect oldVersion="0.0.0.0-4.1.2.0" newVersion="4.1.2.0" />
|
||||||
|
</dependentAssembly>
|
||||||
|
</assemblyBinding>
|
||||||
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||||
|
<dependentAssembly>
|
||||||
|
<assemblyIdentity name="System.Runtime.InteropServices.RuntimeInformation" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||||
|
<bindingRedirect oldVersion="0.0.0.0-4.0.2.0" newVersion="4.0.2.0" />
|
||||||
|
</dependentAssembly>
|
||||||
|
</assemblyBinding>
|
||||||
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||||
|
<dependentAssembly>
|
||||||
|
<assemblyIdentity name="System.Runtime.Numerics" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||||
|
<bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
|
||||||
|
</dependentAssembly>
|
||||||
|
</assemblyBinding>
|
||||||
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||||
|
<dependentAssembly>
|
||||||
|
<assemblyIdentity name="System.Runtime.Serialization.Json" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||||
|
<bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
|
||||||
|
</dependentAssembly>
|
||||||
|
</assemblyBinding>
|
||||||
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||||
|
<dependentAssembly>
|
||||||
|
<assemblyIdentity name="System.Runtime.Serialization.Primitives" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||||
|
<bindingRedirect oldVersion="0.0.0.0-4.2.0.0" newVersion="4.2.0.0" />
|
||||||
|
</dependentAssembly>
|
||||||
|
</assemblyBinding>
|
||||||
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||||
|
<dependentAssembly>
|
||||||
|
<assemblyIdentity name="System.Runtime.Serialization.Xml" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||||
|
<bindingRedirect oldVersion="0.0.0.0-4.1.3.0" newVersion="4.1.3.0" />
|
||||||
|
</dependentAssembly>
|
||||||
|
</assemblyBinding>
|
||||||
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||||
|
<dependentAssembly>
|
||||||
|
<assemblyIdentity name="System.Security.Cryptography.Algorithms" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||||
|
<bindingRedirect oldVersion="0.0.0.0-4.3.0.0" newVersion="4.3.0.0" />
|
||||||
|
</dependentAssembly>
|
||||||
|
</assemblyBinding>
|
||||||
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||||
|
<dependentAssembly>
|
||||||
|
<assemblyIdentity name="System.Security.Principal" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||||
|
<bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
|
||||||
|
</dependentAssembly>
|
||||||
|
</assemblyBinding>
|
||||||
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||||
|
<dependentAssembly>
|
||||||
|
<assemblyIdentity name="System.Security.SecureString" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||||
|
<bindingRedirect oldVersion="0.0.0.0-4.1.0.0" newVersion="4.1.0.0" />
|
||||||
|
</dependentAssembly>
|
||||||
|
</assemblyBinding>
|
||||||
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||||
|
<dependentAssembly>
|
||||||
|
<assemblyIdentity name="System.Text.Encoding" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||||
|
<bindingRedirect oldVersion="0.0.0.0-4.0.11.0" newVersion="4.0.11.0" />
|
||||||
|
</dependentAssembly>
|
||||||
|
</assemblyBinding>
|
||||||
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||||
|
<dependentAssembly>
|
||||||
|
<assemblyIdentity name="System.Text.Encoding.Extensions" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||||
|
<bindingRedirect oldVersion="0.0.0.0-4.0.11.0" newVersion="4.0.11.0" />
|
||||||
|
</dependentAssembly>
|
||||||
|
</assemblyBinding>
|
||||||
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||||
|
<dependentAssembly>
|
||||||
|
<assemblyIdentity name="System.Text.RegularExpressions" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||||
|
<bindingRedirect oldVersion="0.0.0.0-4.1.1.0" newVersion="4.1.1.0" />
|
||||||
|
</dependentAssembly>
|
||||||
|
</assemblyBinding>
|
||||||
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||||
|
<dependentAssembly>
|
||||||
|
<assemblyIdentity name="System.Threading" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||||
|
<bindingRedirect oldVersion="0.0.0.0-4.0.11.0" newVersion="4.0.11.0" />
|
||||||
|
</dependentAssembly>
|
||||||
|
</assemblyBinding>
|
||||||
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||||
|
<dependentAssembly>
|
||||||
|
<assemblyIdentity name="System.Threading.Overlapped" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||||
|
<bindingRedirect oldVersion="0.0.0.0-4.1.0.0" newVersion="4.1.0.0" />
|
||||||
|
</dependentAssembly>
|
||||||
|
</assemblyBinding>
|
||||||
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||||
|
<dependentAssembly>
|
||||||
|
<assemblyIdentity name="System.Threading.Tasks" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||||
|
<bindingRedirect oldVersion="0.0.0.0-4.0.11.0" newVersion="4.0.11.0" />
|
||||||
|
</dependentAssembly>
|
||||||
|
</assemblyBinding>
|
||||||
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||||
|
<dependentAssembly>
|
||||||
|
<assemblyIdentity name="System.Threading.Tasks.Parallel" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||||
|
<bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
|
||||||
|
</dependentAssembly>
|
||||||
|
</assemblyBinding>
|
||||||
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||||
|
<dependentAssembly>
|
||||||
|
<assemblyIdentity name="System.Threading.Timer" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||||
|
<bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
|
||||||
|
</dependentAssembly>
|
||||||
|
</assemblyBinding>
|
||||||
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||||
|
<dependentAssembly>
|
||||||
|
<assemblyIdentity name="System.ValueTuple" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
|
||||||
|
<bindingRedirect oldVersion="0.0.0.0-4.0.2.0" newVersion="4.0.2.0" />
|
||||||
|
</dependentAssembly>
|
||||||
|
</assemblyBinding>
|
||||||
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||||
|
<dependentAssembly>
|
||||||
|
<assemblyIdentity name="System.Xml.ReaderWriter" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||||
|
<bindingRedirect oldVersion="0.0.0.0-4.1.1.0" newVersion="4.1.1.0" />
|
||||||
|
</dependentAssembly>
|
||||||
|
</assemblyBinding>
|
||||||
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||||
|
<dependentAssembly>
|
||||||
|
<assemblyIdentity name="System.Xml.XDocument" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||||
|
<bindingRedirect oldVersion="0.0.0.0-4.0.11.0" newVersion="4.0.11.0" />
|
||||||
|
</dependentAssembly>
|
||||||
|
</assemblyBinding>
|
||||||
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||||
|
<dependentAssembly>
|
||||||
|
<assemblyIdentity name="System.Xml.XmlSerializer" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||||
|
<bindingRedirect oldVersion="0.0.0.0-4.0.11.0" newVersion="4.0.11.0" />
|
||||||
|
</dependentAssembly>
|
||||||
|
</assemblyBinding>
|
||||||
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||||
|
<dependentAssembly>
|
||||||
|
<assemblyIdentity name="System.Xml.XPath.XDocument" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||||
|
<bindingRedirect oldVersion="0.0.0.0-4.1.0.0" newVersion="4.1.0.0" />
|
||||||
|
</dependentAssembly>
|
||||||
|
</assemblyBinding>
|
||||||
|
</runtime>
|
||||||
|
</configuration>
|
||||||
70
app.manifest
Normal file
70
app.manifest
Normal file
@ -0,0 +1,70 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||||
|
<assemblyIdentity version="1.0.0.0" name="MyApplication.app" />
|
||||||
|
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
|
||||||
|
<security>
|
||||||
|
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
|
||||||
|
<!-- UAC マニフェスト オプション
|
||||||
|
Windows のユーザー アカウント制御のレベルを変更するには、
|
||||||
|
requestedExecutionLevel ノードを以下のいずれかで置換します。
|
||||||
|
|
||||||
|
<requestedExecutionLevel level="asInvoker" uiAccess="false" />
|
||||||
|
<requestedExecutionLevel level="requireAdministrator" uiAccess="false" />
|
||||||
|
<requestedExecutionLevel level="highestAvailable" uiAccess="false" />
|
||||||
|
|
||||||
|
requestedExecutionLevel 要素を指定すると、ファイルおよびレジストリの仮想化が無効にされます。
|
||||||
|
アプリケーションが下位互換性を保つためにこの仮想化を要求する場合、この要素を
|
||||||
|
削除します。
|
||||||
|
-->
|
||||||
|
<requestedExecutionLevel level="asInvoker" uiAccess="false" />
|
||||||
|
</requestedPrivileges>
|
||||||
|
<applicationRequestMinimum>
|
||||||
|
<defaultAssemblyRequest permissionSetReference="Custom" />
|
||||||
|
<PermissionSet class="System.Security.PermissionSet" version="1" Unrestricted="true" ID="Custom" SameSite="site" />
|
||||||
|
</applicationRequestMinimum>
|
||||||
|
</security>
|
||||||
|
</trustInfo>
|
||||||
|
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
|
||||||
|
<application>
|
||||||
|
<!-- このアプリケーションがテストされ、動作するよう設計された Windows バージョンの
|
||||||
|
一覧。適切な要素をコメント解除すると、最も互換性のある環境を Windows が
|
||||||
|
自動的に選択します。-->
|
||||||
|
<!-- Windows Vista -->
|
||||||
|
<!--<supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}" />-->
|
||||||
|
<!-- Windows 7 -->
|
||||||
|
<!--<supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}" />-->
|
||||||
|
<!-- Windows 8 -->
|
||||||
|
<!--<supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}" />-->
|
||||||
|
<!-- Windows 8.1 -->
|
||||||
|
<!--<supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}" />-->
|
||||||
|
<!-- Windows 10 -->
|
||||||
|
<!--<supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}" />-->
|
||||||
|
</application>
|
||||||
|
</compatibility>
|
||||||
|
<!-- アプリケーションが DPI 対応であり、それ以上の DPI で Windows によって自動的にスケーリングされないことを
|
||||||
|
示します。Windows Presentation Foundation (WPF) アプリケーションは自動的に DPI に対応し、オプトインする必要は
|
||||||
|
ありません。さらに、この設定にオプトインする .NET Framework 4.6 を対象とする Windows Forms アプリケーションは、
|
||||||
|
app.config ファイルで 'EnableWindowsFormsHighDpiAutoResizing' 設定を 'true' に設定する必要があります。-->
|
||||||
|
<!--
|
||||||
|
<application xmlns="urn:schemas-microsoft-com:asm.v3">
|
||||||
|
<windowsSettings>
|
||||||
|
<dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true</dpiAware>
|
||||||
|
</windowsSettings>
|
||||||
|
</application>
|
||||||
|
-->
|
||||||
|
<!-- Windows のコモン コントロールとダイアログのテーマを有効にします (Windows XP 以降) -->
|
||||||
|
<!--
|
||||||
|
<dependency>
|
||||||
|
<dependentAssembly>
|
||||||
|
<assemblyIdentity
|
||||||
|
type="win32"
|
||||||
|
name="Microsoft.Windows.Common-Controls"
|
||||||
|
version="6.0.0.0"
|
||||||
|
processorArchitecture="*"
|
||||||
|
publicKeyToken="6595b64144ccf1df"
|
||||||
|
language="*"
|
||||||
|
/>
|
||||||
|
</dependentAssembly>
|
||||||
|
</dependency>
|
||||||
|
-->
|
||||||
|
</assembly>
|
||||||
1221
qk30ic.Form1.resx
Normal file
1221
qk30ic.Form1.resx
Normal file
File diff suppressed because it is too large
Load Diff
1221
qk30ic.Form2.resx
Normal file
1221
qk30ic.Form2.resx
Normal file
File diff suppressed because it is too large
Load Diff
49
qk30ic.Properties/Resources.cs
Normal file
49
qk30ic.Properties/Resources.cs
Normal file
@ -0,0 +1,49 @@
|
|||||||
|
using System.CodeDom.Compiler;
|
||||||
|
using System.ComponentModel;
|
||||||
|
using System.Diagnostics;
|
||||||
|
using System.Globalization;
|
||||||
|
using System.Resources;
|
||||||
|
using System.Runtime.CompilerServices;
|
||||||
|
|
||||||
|
namespace qk30ic.Properties;
|
||||||
|
|
||||||
|
[GeneratedCode("System.Resources.Tools.StronglyTypedResourceBuilder", "15.0.0.0")]
|
||||||
|
[DebuggerNonUserCode]
|
||||||
|
[CompilerGenerated]
|
||||||
|
internal class Resources
|
||||||
|
{
|
||||||
|
private static ResourceManager resourceMan;
|
||||||
|
|
||||||
|
private static CultureInfo resourceCulture;
|
||||||
|
|
||||||
|
[EditorBrowsable(EditorBrowsableState.Advanced)]
|
||||||
|
internal static ResourceManager ResourceManager
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
if (resourceMan == null)
|
||||||
|
{
|
||||||
|
ResourceManager resourceManager = new ResourceManager("SoM_PrnControl.Properties.Resources", typeof(Resources).Assembly);
|
||||||
|
resourceMan = resourceManager;
|
||||||
|
}
|
||||||
|
return resourceMan;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[EditorBrowsable(EditorBrowsableState.Advanced)]
|
||||||
|
internal static CultureInfo Culture
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return resourceCulture;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
resourceCulture = value;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
internal Resources()
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
||||||
14
qk30ic.Properties/Settings.cs
Normal file
14
qk30ic.Properties/Settings.cs
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
using System.CodeDom.Compiler;
|
||||||
|
using System.Configuration;
|
||||||
|
using System.Runtime.CompilerServices;
|
||||||
|
|
||||||
|
namespace qk30ic.Properties;
|
||||||
|
|
||||||
|
[CompilerGenerated]
|
||||||
|
[GeneratedCode("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "15.8.0.0")]
|
||||||
|
internal sealed class Settings : ApplicationSettingsBase
|
||||||
|
{
|
||||||
|
private static Settings defaultInstance = (Settings)SettingsBase.Synchronized(new Settings());
|
||||||
|
|
||||||
|
public static Settings Default => defaultInstance;
|
||||||
|
}
|
||||||
42
qk30ic/ConRead.cs
Normal file
42
qk30ic/ConRead.cs
Normal file
@ -0,0 +1,42 @@
|
|||||||
|
#define TRACE
|
||||||
|
#define DEBUG
|
||||||
|
using System;
|
||||||
|
using System.Diagnostics;
|
||||||
|
using System.IO;
|
||||||
|
using System.Text;
|
||||||
|
|
||||||
|
namespace qk30ic;
|
||||||
|
|
||||||
|
internal class ConRead
|
||||||
|
{
|
||||||
|
public static uint ReadConFile(ref string[] con)
|
||||||
|
{
|
||||||
|
try
|
||||||
|
{
|
||||||
|
string text = Directory.GetCurrentDirectory() + "\\" + Form1.CONFIG_PATH;
|
||||||
|
Debug.WriteLine(text);
|
||||||
|
using StreamReader streamReader = new StreamReader(text, Encoding.GetEncoding("shift_jis"));
|
||||||
|
int num = 0;
|
||||||
|
string text2 = "";
|
||||||
|
while ((text2 = streamReader.ReadLine()) != null)
|
||||||
|
{
|
||||||
|
if (text2.Length > 0)
|
||||||
|
{
|
||||||
|
string text3 = text2.Substring(0, 1);
|
||||||
|
if (text3 != "#")
|
||||||
|
{
|
||||||
|
Debug.WriteLine(num + ":" + text2);
|
||||||
|
con[num++] = text2;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
catch (Exception ex)
|
||||||
|
{
|
||||||
|
Debug.WriteLine("★★_ERROR_27");
|
||||||
|
Trace.WriteLine(ex.Message);
|
||||||
|
return 1u;
|
||||||
|
}
|
||||||
|
return 0u;
|
||||||
|
}
|
||||||
|
}
|
||||||
5632
qk30ic/Form1.cs
Normal file
5632
qk30ic/Form1.cs
Normal file
File diff suppressed because it is too large
Load Diff
251
qk30ic/Form2.cs
Normal file
251
qk30ic/Form2.cs
Normal file
@ -0,0 +1,251 @@
|
|||||||
|
using System;
|
||||||
|
using System.ComponentModel;
|
||||||
|
using System.Drawing;
|
||||||
|
using System.Linq;
|
||||||
|
using System.Timers;
|
||||||
|
using System.Windows.Forms;
|
||||||
|
|
||||||
|
namespace qk30ic;
|
||||||
|
|
||||||
|
public class Form2 : Form
|
||||||
|
{
|
||||||
|
private Bitmap bitmapA = new Bitmap(AppDomain.CurrentDomain.BaseDirectory + "\\pic1.png");
|
||||||
|
|
||||||
|
private Bitmap bitmapB = new Bitmap(AppDomain.CurrentDomain.BaseDirectory + "\\pic1_B.png");
|
||||||
|
|
||||||
|
private Bitmap bitmapC = new Bitmap(AppDomain.CurrentDomain.BaseDirectory + "\\pic1_C.png");
|
||||||
|
|
||||||
|
private Bitmap bitmapD = new Bitmap(AppDomain.CurrentDomain.BaseDirectory + "\\pic1_D.png");
|
||||||
|
|
||||||
|
private System.Timers.Timer timer;
|
||||||
|
|
||||||
|
private IContainer components = null;
|
||||||
|
|
||||||
|
public Label label1;
|
||||||
|
|
||||||
|
public Form2()
|
||||||
|
{
|
||||||
|
InitializeComponent();
|
||||||
|
DoubleBuffered = true;
|
||||||
|
}
|
||||||
|
|
||||||
|
private void textBox1_TextChanged(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
|
private void Form2_Load(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
base.FormBorderStyle = FormBorderStyle.None;
|
||||||
|
string[] commandLineArgs = Environment.GetCommandLineArgs();
|
||||||
|
string[] array = commandLineArgs;
|
||||||
|
foreach (string text in array)
|
||||||
|
{
|
||||||
|
if (text.Equals("/debug"))
|
||||||
|
{
|
||||||
|
base.FormBorderStyle = FormBorderStyle.FixedSingle;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
private void Form2_FormClosing(object sender, FormClosingEventArgs e)
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
|
private void label1_Click(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
|
private void Form2_Click(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
if (CompareImages(bitmapA, BackgroundImage))
|
||||||
|
{
|
||||||
|
Button button = new Button();
|
||||||
|
button.Size = new Size(500, 500);
|
||||||
|
button.FlatStyle = FlatStyle.Flat;
|
||||||
|
button.FlatAppearance.BorderSize = 0;
|
||||||
|
button.BackColor = Color.Transparent;
|
||||||
|
button.ForeColor = Color.Transparent;
|
||||||
|
button.FlatAppearance.MouseOverBackColor = Color.Transparent;
|
||||||
|
button.FlatAppearance.MouseDownBackColor = Color.Transparent;
|
||||||
|
button.Location = new Point(100, 230);
|
||||||
|
button.Name = "QRButton";
|
||||||
|
button.Click += QrIcButton_Click;
|
||||||
|
base.Controls.Add(button);
|
||||||
|
Button button2 = new Button();
|
||||||
|
button2.Size = new Size(500, 500);
|
||||||
|
button2.FlatStyle = FlatStyle.Flat;
|
||||||
|
button2.FlatAppearance.BorderSize = 0;
|
||||||
|
button2.BackColor = Color.Transparent;
|
||||||
|
button2.ForeColor = Color.Transparent;
|
||||||
|
button2.FlatAppearance.MouseOverBackColor = Color.Transparent;
|
||||||
|
button2.FlatAppearance.MouseDownBackColor = Color.Transparent;
|
||||||
|
button2.Location = new Point(700, 230);
|
||||||
|
button2.Name = "ICButton";
|
||||||
|
button2.Click += QrIcButton_Click;
|
||||||
|
base.Controls.Add(button2);
|
||||||
|
BackgroundImage = bitmapB;
|
||||||
|
SetHomeButton();
|
||||||
|
StartTimer(10000);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
private void QrIcButton_Click(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
if (CompareImages(bitmapB, BackgroundImage))
|
||||||
|
{
|
||||||
|
Button button = (Button)sender;
|
||||||
|
string name = button.Name;
|
||||||
|
if (name == "QRButton")
|
||||||
|
{
|
||||||
|
BackgroundImage = bitmapC;
|
||||||
|
}
|
||||||
|
else if (name == "ICButton")
|
||||||
|
{
|
||||||
|
BackgroundImage = bitmapD;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
RemoveMachiukeButtons();
|
||||||
|
SetHomeButton();
|
||||||
|
StartTimer(10000);
|
||||||
|
}
|
||||||
|
|
||||||
|
public void RemoveMachiukeButtons()
|
||||||
|
{
|
||||||
|
if (base.Controls["QRButton"] is Button value)
|
||||||
|
{
|
||||||
|
base.Controls.Remove(value);
|
||||||
|
}
|
||||||
|
if (base.Controls["ICButton"] is Button value2)
|
||||||
|
{
|
||||||
|
base.Controls.Remove(value2);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
public void StartTimer(int ms)
|
||||||
|
{
|
||||||
|
if (timer != null)
|
||||||
|
{
|
||||||
|
timer.Stop();
|
||||||
|
timer.Dispose();
|
||||||
|
}
|
||||||
|
timer = new System.Timers.Timer(ms);
|
||||||
|
timer.Elapsed += Timer_Elapsed;
|
||||||
|
timer.Start();
|
||||||
|
}
|
||||||
|
|
||||||
|
private void Timer_Elapsed(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
Invoke((MethodInvoker)delegate
|
||||||
|
{
|
||||||
|
Console.WriteLine("タイマーが経過しました.");
|
||||||
|
System.Timers.Timer timer = (System.Timers.Timer)sender;
|
||||||
|
timer.Stop();
|
||||||
|
RemoveMachiukeButtons();
|
||||||
|
if (CompareImages(bitmapB, BackgroundImage) || CompareImages(bitmapC, BackgroundImage) || CompareImages(bitmapD, BackgroundImage))
|
||||||
|
{
|
||||||
|
Control control = base.Controls.Find("homeButton", searchAllChildren: true).FirstOrDefault();
|
||||||
|
if (control != null)
|
||||||
|
{
|
||||||
|
base.Controls.Remove(control);
|
||||||
|
control.Dispose();
|
||||||
|
}
|
||||||
|
BackgroundImage = bitmapA;
|
||||||
|
}
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
private bool CompareImages(Bitmap imageA, Image backgroundImage)
|
||||||
|
{
|
||||||
|
for (int i = 0; i < imageA.Width; i += 10)
|
||||||
|
{
|
||||||
|
for (int j = 0; j < imageA.Height; j += 10)
|
||||||
|
{
|
||||||
|
if (imageA.GetPixel(i, j) != ((Bitmap)backgroundImage).GetPixel(i, j))
|
||||||
|
{
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
|
private void SetHomeButton()
|
||||||
|
{
|
||||||
|
Control control = base.Controls.Find("homeButton", searchAllChildren: true).FirstOrDefault();
|
||||||
|
if (control != null)
|
||||||
|
{
|
||||||
|
base.Controls.Remove(control);
|
||||||
|
control.Dispose();
|
||||||
|
}
|
||||||
|
PictureBox pictureBox = new PictureBox();
|
||||||
|
pictureBox.Image = Image.FromFile(AppDomain.CurrentDomain.BaseDirectory + "\\homeButton.png");
|
||||||
|
pictureBox.BackColor = Color.Transparent;
|
||||||
|
pictureBox.ForeColor = Color.Transparent;
|
||||||
|
pictureBox.Size = new Size(125, 125);
|
||||||
|
int num = Screen.PrimaryScreen.WorkingArea.Height;
|
||||||
|
pictureBox.Location = new Point(1275 - pictureBox.Width, 795 - pictureBox.Height);
|
||||||
|
pictureBox.Click += HomeButton_Click;
|
||||||
|
pictureBox.Name = "homeButton";
|
||||||
|
base.Controls.Add(pictureBox);
|
||||||
|
pictureBox.BringToFront();
|
||||||
|
}
|
||||||
|
|
||||||
|
private void HomeButton_Click(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
RemoveMachiukeButtons();
|
||||||
|
for (int num = base.Controls.Count - 1; num >= 0; num--)
|
||||||
|
{
|
||||||
|
Control control = base.Controls[num];
|
||||||
|
if (control is Button || control is Label || control is PictureBox)
|
||||||
|
{
|
||||||
|
base.Controls.Remove(control);
|
||||||
|
control.Dispose();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
BackgroundImage = bitmapA;
|
||||||
|
}
|
||||||
|
|
||||||
|
protected override void Dispose(bool disposing)
|
||||||
|
{
|
||||||
|
if (disposing && components != null)
|
||||||
|
{
|
||||||
|
components.Dispose();
|
||||||
|
}
|
||||||
|
base.Dispose(disposing);
|
||||||
|
}
|
||||||
|
|
||||||
|
private void InitializeComponent()
|
||||||
|
{
|
||||||
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(qk30ic.Form2));
|
||||||
|
this.label1 = new System.Windows.Forms.Label();
|
||||||
|
base.SuspendLayout();
|
||||||
|
this.label1.AllowDrop = true;
|
||||||
|
this.label1.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
||||||
|
this.label1.AutoEllipsis = true;
|
||||||
|
this.label1.AutoSize = true;
|
||||||
|
this.label1.Font = new System.Drawing.Font("MS UI Gothic", 30f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 128);
|
||||||
|
this.label1.ImageAlign = System.Drawing.ContentAlignment.BottomRight;
|
||||||
|
this.label1.Location = new System.Drawing.Point(1, 1);
|
||||||
|
this.label1.Margin = new System.Windows.Forms.Padding(0);
|
||||||
|
this.label1.Name = "label1";
|
||||||
|
this.label1.Size = new System.Drawing.Size(137, 40);
|
||||||
|
this.label1.TabIndex = 0;
|
||||||
|
this.label1.Text = "起動中";
|
||||||
|
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||||
|
this.label1.Visible = false;
|
||||||
|
this.label1.Click += new System.EventHandler(label1_Click);
|
||||||
|
base.AutoScaleDimensions = new System.Drawing.SizeF(6f, 12f);
|
||||||
|
base.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||||
|
base.ClientSize = new System.Drawing.Size(1796, 646);
|
||||||
|
base.Controls.Add(this.label1);
|
||||||
|
base.Icon = (System.Drawing.Icon)resources.GetObject("$this.Icon");
|
||||||
|
base.Name = "Form2";
|
||||||
|
this.Text = "Form2";
|
||||||
|
base.WindowState = System.Windows.Forms.FormWindowState.Maximized;
|
||||||
|
base.FormClosing += new System.Windows.Forms.FormClosingEventHandler(Form2_FormClosing);
|
||||||
|
base.Load += new System.EventHandler(Form2_Load);
|
||||||
|
base.Click += new System.EventHandler(Form2_Click);
|
||||||
|
base.ResumeLayout(false);
|
||||||
|
base.PerformLayout();
|
||||||
|
}
|
||||||
|
}
|
||||||
91
qk30ic/Form3.cs
Normal file
91
qk30ic/Form3.cs
Normal file
@ -0,0 +1,91 @@
|
|||||||
|
using System;
|
||||||
|
using System.ComponentModel;
|
||||||
|
using System.Drawing;
|
||||||
|
using System.Windows.Forms;
|
||||||
|
|
||||||
|
namespace qk30ic;
|
||||||
|
|
||||||
|
public class Form3 : Form
|
||||||
|
{
|
||||||
|
private IContainer components = null;
|
||||||
|
|
||||||
|
private TextBox textBox1;
|
||||||
|
|
||||||
|
private Button button1;
|
||||||
|
|
||||||
|
private Button button2;
|
||||||
|
|
||||||
|
private Label label1;
|
||||||
|
|
||||||
|
public Form3()
|
||||||
|
{
|
||||||
|
InitializeComponent();
|
||||||
|
}
|
||||||
|
|
||||||
|
private void button1_Click(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
Form1.QRdata = textBox1.Text;
|
||||||
|
Form1.MFresult = 10u;
|
||||||
|
Form1.QRresult = 1u;
|
||||||
|
}
|
||||||
|
|
||||||
|
private void button2_Click(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
Form1.MFCODE = textBox1.Text;
|
||||||
|
Form1.MFresult = 0u;
|
||||||
|
Form1.QRresult = 0u;
|
||||||
|
}
|
||||||
|
|
||||||
|
protected override void Dispose(bool disposing)
|
||||||
|
{
|
||||||
|
if (disposing && components != null)
|
||||||
|
{
|
||||||
|
components.Dispose();
|
||||||
|
}
|
||||||
|
base.Dispose(disposing);
|
||||||
|
}
|
||||||
|
|
||||||
|
private void InitializeComponent()
|
||||||
|
{
|
||||||
|
this.textBox1 = new System.Windows.Forms.TextBox();
|
||||||
|
this.button1 = new System.Windows.Forms.Button();
|
||||||
|
this.button2 = new System.Windows.Forms.Button();
|
||||||
|
this.label1 = new System.Windows.Forms.Label();
|
||||||
|
base.SuspendLayout();
|
||||||
|
this.textBox1.Location = new System.Drawing.Point(33, 40);
|
||||||
|
this.textBox1.Name = "textBox1";
|
||||||
|
this.textBox1.Size = new System.Drawing.Size(459, 19);
|
||||||
|
this.textBox1.TabIndex = 0;
|
||||||
|
this.button1.Location = new System.Drawing.Point(33, 75);
|
||||||
|
this.button1.Name = "button1";
|
||||||
|
this.button1.Size = new System.Drawing.Size(116, 23);
|
||||||
|
this.button1.TabIndex = 1;
|
||||||
|
this.button1.Text = "QRコード";
|
||||||
|
this.button1.UseVisualStyleBackColor = true;
|
||||||
|
this.button1.Click += new System.EventHandler(button1_Click);
|
||||||
|
this.button2.Location = new System.Drawing.Point(33, 104);
|
||||||
|
this.button2.Name = "button2";
|
||||||
|
this.button2.Size = new System.Drawing.Size(116, 23);
|
||||||
|
this.button2.TabIndex = 2;
|
||||||
|
this.button2.Text = "Tag";
|
||||||
|
this.button2.UseVisualStyleBackColor = true;
|
||||||
|
this.button2.Click += new System.EventHandler(button2_Click);
|
||||||
|
this.label1.AutoSize = true;
|
||||||
|
this.label1.Location = new System.Drawing.Point(31, 18);
|
||||||
|
this.label1.Name = "label1";
|
||||||
|
this.label1.Size = new System.Drawing.Size(56, 12);
|
||||||
|
this.label1.TabIndex = 3;
|
||||||
|
this.label1.Text = "コード入力";
|
||||||
|
base.AutoScaleDimensions = new System.Drawing.SizeF(6f, 12f);
|
||||||
|
base.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||||
|
base.ClientSize = new System.Drawing.Size(572, 148);
|
||||||
|
base.Controls.Add(this.label1);
|
||||||
|
base.Controls.Add(this.button2);
|
||||||
|
base.Controls.Add(this.button1);
|
||||||
|
base.Controls.Add(this.textBox1);
|
||||||
|
base.Name = "Form3";
|
||||||
|
this.Text = "QR/タグコード入力";
|
||||||
|
base.ResumeLayout(false);
|
||||||
|
base.PerformLayout();
|
||||||
|
}
|
||||||
|
}
|
||||||
126
qk30ic/KEEPALIVE.cs
Normal file
126
qk30ic/KEEPALIVE.cs
Normal file
@ -0,0 +1,126 @@
|
|||||||
|
#define TRACE
|
||||||
|
#define DEBUG
|
||||||
|
using System;
|
||||||
|
using System.Diagnostics;
|
||||||
|
using System.IO;
|
||||||
|
using System.Management;
|
||||||
|
using System.Runtime.InteropServices;
|
||||||
|
using System.Threading;
|
||||||
|
using System.Windows.Forms;
|
||||||
|
|
||||||
|
namespace qk30ic;
|
||||||
|
|
||||||
|
public static class KEEPALIVE
|
||||||
|
{
|
||||||
|
public class AutoClosingMessageBox
|
||||||
|
{
|
||||||
|
private int text_max_length = 200;
|
||||||
|
|
||||||
|
private System.Threading.Timer _timeoutTimer;
|
||||||
|
|
||||||
|
private string _caption;
|
||||||
|
|
||||||
|
private const int WM_CLOSE = 16;
|
||||||
|
|
||||||
|
private AutoClosingMessageBox(string text, string caption, int timeout)
|
||||||
|
{
|
||||||
|
if (text.Length > text_max_length)
|
||||||
|
{
|
||||||
|
text = text.Substring(0, text_max_length);
|
||||||
|
}
|
||||||
|
_caption = caption;
|
||||||
|
_timeoutTimer = new System.Threading.Timer(OnTimerElapsed, null, timeout, -1);
|
||||||
|
MessageBox.Show(text, caption, MessageBoxButtons.OK, MessageBoxIcon.Hand);
|
||||||
|
}
|
||||||
|
|
||||||
|
public static void Show(string text, string caption, int timeout)
|
||||||
|
{
|
||||||
|
new AutoClosingMessageBox(text, caption, timeout);
|
||||||
|
}
|
||||||
|
|
||||||
|
private void OnTimerElapsed(object state)
|
||||||
|
{
|
||||||
|
IntPtr intPtr = FindWindow(null, _caption);
|
||||||
|
if (intPtr != IntPtr.Zero)
|
||||||
|
{
|
||||||
|
SendMessage(intPtr, 16u, IntPtr.Zero, IntPtr.Zero);
|
||||||
|
}
|
||||||
|
_timeoutTimer.Dispose();
|
||||||
|
}
|
||||||
|
|
||||||
|
[DllImport("user32.dll", SetLastError = true)]
|
||||||
|
private static extern IntPtr FindWindow(string lpClassName, string lpWindowName);
|
||||||
|
|
||||||
|
[DllImport("user32.dll", CharSet = CharSet.Auto)]
|
||||||
|
private static extern IntPtr SendMessage(IntPtr hWnd, uint Msg, IntPtr wParam, IntPtr lParam);
|
||||||
|
}
|
||||||
|
|
||||||
|
public static System.Windows.Forms.Timer timer = new System.Windows.Forms.Timer();
|
||||||
|
|
||||||
|
public static void TIM_Main()
|
||||||
|
{
|
||||||
|
timer.Tick += MyTimer;
|
||||||
|
timer.Interval = Convert.ToInt32(Form1.str_Confile[11]) * 1000;
|
||||||
|
timer.Enabled = true;
|
||||||
|
}
|
||||||
|
|
||||||
|
public static void MyTimer_stop()
|
||||||
|
{
|
||||||
|
timer.Enabled = false;
|
||||||
|
}
|
||||||
|
|
||||||
|
public static void MyTimer_start()
|
||||||
|
{
|
||||||
|
timer.Enabled = true;
|
||||||
|
}
|
||||||
|
|
||||||
|
public static void MyTimer(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
try
|
||||||
|
{
|
||||||
|
MyTimer_stop();
|
||||||
|
DateTime now = DateTime.Now;
|
||||||
|
string text = "";
|
||||||
|
string text2 = "";
|
||||||
|
string text3 = "";
|
||||||
|
string text4 = "";
|
||||||
|
string text5 = "";
|
||||||
|
Process currentProcess = Process.GetCurrentProcess();
|
||||||
|
ManagementClass managementClass = new ManagementClass("Win32_OperatingSystem");
|
||||||
|
ManagementObjectCollection instances = managementClass.GetInstances();
|
||||||
|
foreach (ManagementObject item in instances)
|
||||||
|
{
|
||||||
|
text3 = string.Format("{0:#,#}", item["FreePhysicalMemory"]);
|
||||||
|
item.Dispose();
|
||||||
|
}
|
||||||
|
instances.Dispose();
|
||||||
|
managementClass.Dispose();
|
||||||
|
text2 = $"{currentProcess.WorkingSet64 / 1000:#,#}";
|
||||||
|
DriveInfo driveInfo = new DriveInfo("C");
|
||||||
|
text4 = $"{driveInfo.TotalFreeSpace / 1024:#,#}";
|
||||||
|
text = "使用メモリ:[" + text2 + "]KB 空きメモリ:[" + text3 + "]KB 空きHDD容量:[" + text4 + "]KB";
|
||||||
|
if (Form1.str_Confile[15] == "1")
|
||||||
|
{
|
||||||
|
text5 = "INSERT INTO hardware_check_log (device_id, status, status_comment, created_at) VALUES (" + Form1.KpAlive_devid + ",2,'" + text + "','" + now.ToString() + "');";
|
||||||
|
Debug.WriteLine("キープアライブ追記MODE:" + text5);
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
text5 = "update hardware_check_log set status='1',status_comment='" + text + "',updated_at= '" + now.ToString() + "' where device_id = " + Form1.KpAlive_devid + " ORDER BY created_at DESC LIMIT 1;";
|
||||||
|
Debug.WriteLine("キープアライブ更新MODE:" + text5);
|
||||||
|
}
|
||||||
|
Form1.SO_DBKpAlive(text5);
|
||||||
|
Random random = new Random();
|
||||||
|
timer.Interval = Convert.ToInt32(Form1.str_Confile[11]) * 1000 + random.Next(60) * 1000;
|
||||||
|
Form1.SO_LogFileDelCheck();
|
||||||
|
MyTimer_start();
|
||||||
|
}
|
||||||
|
catch (Exception ex)
|
||||||
|
{
|
||||||
|
Debug.WriteLine("★★_ERROR_29");
|
||||||
|
Debug.WriteLine("キープアライブエラー");
|
||||||
|
Trace.WriteLine(ex.Message);
|
||||||
|
MyTimer_start();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
80
qk30ic/Logfile.cs
Normal file
80
qk30ic/Logfile.cs
Normal file
@ -0,0 +1,80 @@
|
|||||||
|
#define DEBUG
|
||||||
|
using System;
|
||||||
|
using System.Diagnostics;
|
||||||
|
using System.IO;
|
||||||
|
using System.Text;
|
||||||
|
|
||||||
|
namespace qk30ic;
|
||||||
|
|
||||||
|
internal class Logfile
|
||||||
|
{
|
||||||
|
public static uint ReadLogFile()
|
||||||
|
{
|
||||||
|
string[,] array = new string[15, 12];
|
||||||
|
int num = 0;
|
||||||
|
Debug.WriteLine(Form1.LogfilePath, "★LogFileName");
|
||||||
|
if (!Directory.Exists(Form1.LogfilePath))
|
||||||
|
{
|
||||||
|
return 1u;
|
||||||
|
}
|
||||||
|
DirectoryInfo directoryInfo = new DirectoryInfo(Form1.LogfilePath);
|
||||||
|
if (!directoryInfo.Exists)
|
||||||
|
{
|
||||||
|
return 0u;
|
||||||
|
}
|
||||||
|
FileInfo[] files = directoryInfo.GetFiles();
|
||||||
|
if (files.Length == 0)
|
||||||
|
{
|
||||||
|
return 0u;
|
||||||
|
}
|
||||||
|
Array.Sort(files, (FileInfo a, FileInfo b) => a.Name.CompareTo(b.Name));
|
||||||
|
Array.Reverse(files);
|
||||||
|
string path = Form1.LogfilePath + files[0];
|
||||||
|
try
|
||||||
|
{
|
||||||
|
using StreamReader streamReader = new StreamReader(path, Encoding.GetEncoding("shift_jis"));
|
||||||
|
int num2 = 0;
|
||||||
|
while (!streamReader.EndOfStream)
|
||||||
|
{
|
||||||
|
num = num2;
|
||||||
|
string text = streamReader.ReadLine();
|
||||||
|
string[] array2 = text.Split(',');
|
||||||
|
int num3 = 0;
|
||||||
|
string[] array3 = array2;
|
||||||
|
foreach (string text2 in array3)
|
||||||
|
{
|
||||||
|
array[num2, num3++] = text2;
|
||||||
|
}
|
||||||
|
num2++;
|
||||||
|
if (num2 == 15)
|
||||||
|
{
|
||||||
|
num2 = 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
for (int num5 = 0; num5 < 15; num5++)
|
||||||
|
{
|
||||||
|
Form1.koumoku[num5, 0] = array[num, 0];
|
||||||
|
Form1.koumoku[num5, 1] = array[num, 3];
|
||||||
|
Form1.koumoku[num5, 2] = array[num, 4];
|
||||||
|
Form1.koumoku[num5, 3] = array[num, 5];
|
||||||
|
Form1.koumoku[num5, 4] = array[num, 6];
|
||||||
|
Form1.koumoku[num5, 5] = array[num, 7];
|
||||||
|
Form1.koumoku[num5, 6] = array[num, 8];
|
||||||
|
Form1.koumoku[num5, 7] = array[num, 9];
|
||||||
|
num--;
|
||||||
|
if (num < 0)
|
||||||
|
{
|
||||||
|
num = 14;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
catch (Exception ex)
|
||||||
|
{
|
||||||
|
Debug.WriteLine("★★_ERROR_28");
|
||||||
|
Console.WriteLine(ex.Message);
|
||||||
|
KEEPALIVE.AutoClosingMessageBox.Show("ログファイルのフォーマットエラーがありますが、そのまま起動します。", "起動ワーニング", 5000);
|
||||||
|
return 0u;
|
||||||
|
}
|
||||||
|
return 0u;
|
||||||
|
}
|
||||||
|
}
|
||||||
36
qk30ic/Program.cs
Normal file
36
qk30ic/Program.cs
Normal file
@ -0,0 +1,36 @@
|
|||||||
|
#define DEBUG
|
||||||
|
using System;
|
||||||
|
using System.Diagnostics;
|
||||||
|
using System.Threading;
|
||||||
|
using System.Windows.Forms;
|
||||||
|
|
||||||
|
namespace qk30ic;
|
||||||
|
|
||||||
|
internal static class Program
|
||||||
|
{
|
||||||
|
[STAThread]
|
||||||
|
private static void Main()
|
||||||
|
{
|
||||||
|
Application.EnableVisualStyles();
|
||||||
|
Application.SetCompatibleTextRenderingDefault(defaultValue: false);
|
||||||
|
Application.ThreadException += Application_ThreadException;
|
||||||
|
Application.Run(new Form1());
|
||||||
|
}
|
||||||
|
|
||||||
|
private static void Application_ThreadException(object sender, ThreadExceptionEventArgs e)
|
||||||
|
{
|
||||||
|
try
|
||||||
|
{
|
||||||
|
}
|
||||||
|
catch
|
||||||
|
{
|
||||||
|
Debug.WriteLine("★★_ERROR_100");
|
||||||
|
}
|
||||||
|
/*finally
|
||||||
|
{
|
||||||
|
Debug.WriteLine("\u3000\u3000☆アプリケーションリブート1");
|
||||||
|
Thread.Sleep(10000);
|
||||||
|
Application.Restart();
|
||||||
|
}*/
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user