From 9a7d1d27c73488d80aaf07a194b726992c260367 Mon Sep 17 00:00:00 2001 From: ChiKyun Kim Date: Thu, 7 Aug 2025 08:35:56 +0900 Subject: [PATCH] =?UTF-8?q?=ED=94=84=EB=A1=9C=EC=A0=9D=ED=8A=B8=20?= =?UTF-8?q?=EA=B5=AC=EC=A1=B0=20=EA=B0=9C=EC=84=A0=20=EB=B0=8F=20README.md?= =?UTF-8?q?=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - UIControl 프로젝트 구조 변경 (CapCleaningControl → Sub/UIControl) - arAjinextek 라이브러리 통합 및 구조 개선 - 새로운 arAjinextek_Union 프로젝트 추가 - 솔루션 파일에 README.md 추가 - QR 모드에서 WMS RCV 태그 인식 기능 강화 - 데이터베이스 스키마 업데이트 및 관련 클래스 수정 - 프린터 및 바코드 장치 연동 로직 개선 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- Handler/.claude/settings.local.json | 8 + Handler/Project/Class/CResult.cs | 4 +- Handler/Project/Class/KeyenceBarcodeData.cs | 2 +- Handler/Project/Class/ModelInfoV.cs | 6 +- Handler/Project/Class/VisionData.cs | 24 +- Handler/Project/Class/sPositionData.cs | 2 +- Handler/Project/DSList.Designer.cs | 3005 +--------------- Handler/Project/DSList.xsd | 380 +- Handler/Project/DSList.xss | 10 +- Handler/Project/DataSet1.xsd | 45 +- Handler/Project/DataSet1.xss | 51 +- ...Set1.Designer.cs => DataSet11.Designer.cs} | 3104 ++++++++++------- Handler/Project/Device/SATOPrinter.cs | 36 +- Handler/Project/Device/SATOPrinterAPI.cs | 22 +- Handler/Project/Device/_CONNECTION.cs | 25 +- Handler/Project/Dialog/DIOMonitor.Designer.cs | 20 +- Handler/Project/Dialog/DIOMonitor.cs | 16 +- Handler/Project/Dialog/Model_Motion.cs | 12 +- Handler/Project/Dialog/Model_Motion_Desc.cs | 6 +- .../Dialog/Model_Operation.Designer.cs | 86 +- Handler/Project/Dialog/Model_Operation.cs | 34 + Handler/Project/Dialog/Motion_MoveToGroup.cs | 40 +- Handler/Project/Dialog/Quick_Control.cs.cs | 2 +- .../Project/Dialog/RegExPrintRule.Designer.cs | 22 +- Handler/Project/Dialog/RegExPrintRule.cs | 2 +- Handler/Project/Dialog/RegExRule.Designer.cs | 22 +- Handler/Project/Dialog/RegExRule.cs | 14 +- Handler/Project/Dialog/fFinishJob.cs | 4 +- Handler/Project/Dialog/fHistory.Designer.cs | 6 +- Handler/Project/Dialog/fHistory.cs | 8 +- Handler/Project/Dialog/fLoaderInfo.cs | 38 +- Handler/Project/Dialog/fPickerMove.cs | 2 +- Handler/Project/Dialog/fSelectCustInfo.cs | 4 +- Handler/Project/Dialog/fSelectJob.Designer.cs | 45 - Handler/Project/Dialog/fSelectJob.cs | 25 +- Handler/Project/Dialog/fSelectResult.cs | 8 +- Handler/Project/Dialog/fSelectSID.cs | 2 +- Handler/Project/Dialog/fZPLEditor.Designer.cs | 30 +- Handler/Project/Dialog/fZPLEditor.cs | 113 +- Handler/Project/Dialog/fZPLEditor.resx | 3 + Handler/Project/Dialog/fswPLC.Designer.cs | 4 +- Handler/Project/Dialog/fswPLC.cs | 8 +- Handler/Project/Program.cs | 127 +- .../Project/Properties/Settings.Designer.cs | 54 - Handler/Project/Properties/Settings.settings | 45 - Handler/Project/Pub.cs | 142 +- Handler/Project/RunCode/Device/_Keyence.cs | 46 +- Handler/Project/RunCode/Display/_TMDisplay.cs | 2 +- .../RunCode/Display/_UpdateStatusMessage.cs | 2 +- .../Project/RunCode/Main/_SM_MAIN_ERROR.cs | 2 +- .../RunCode/RunSequence/3_KEYENCE_READ.cs | 366 +- .../RunCode/RunSequence/7_PRINTER_ON.cs | 4 +- .../RunCode/RunSequence/8_PRINTER_OFF.cs | 4 +- .../RunCode/RunSequence/90_SaveData.cs | 9 +- Handler/Project/RunCode/StateMachine/_SPS.cs | 68 +- .../StateMachine/_SPS_BarcodeProcess.cs | 478 +-- .../Project/RunCode/Step/_STEP_HOME_FULL.cs | 2 +- Handler/Project/RunCode/Step/_STEP_INIT.cs | 97 +- Handler/Project/RunCode/_Motion.cs | 2 +- Handler/Project/STDLabelAttach(ATV).csproj | 28 +- Handler/Project/Setting/fSetting.Designer.cs | 180 +- Handler/Project/Setting/fSetting.cs | 17 +- Handler/Project/Setting/fSetting.resx | 62 +- .../Project/Setting/fSystem_MotParameter.cs | 2 +- Handler/Project/Setting/fSystem_Setting.cs | 2 +- .../UIControl/CtlContainer.Designer.cs | 64 +- Handler/Project/UIControl/CtlContainer.cs | 158 +- Handler/Project/Util/Util_Mot.cs | 32 +- Handler/Project/app.config | 45 - Handler/Project/fMain.Designer.cs | 226 +- Handler/Project/fMain.cs | 11 +- Handler/Project/fMain.resx | 23 +- Handler/README.md | 144 + Handler/STDLabelAttach(ATV).sln | 77 +- Handler/Sub/Setting/Common.cs | 11 +- .../UIControl}/CIcon.cs | 0 .../UIControl}/CItem.cs | 0 .../UIControl}/CMenu.cs | 0 .../UIControl}/CPicker.cs | 0 .../UIControl}/CPort.cs | 0 .../UIControl}/Common.cs | 0 .../UIControl}/EnumStruct.cs | 0 .../UIControl}/Events.cs | 0 .../UIControl}/HMI.cs | 0 .../UIControl}/Loader/Draw_PickerPrinter.cs | 0 .../UIControl}/Loader/Draw_PickerY.cs | 0 .../UIControl}/PrintDirection.Designer.cs | 0 .../UIControl}/PrintDirection.cs | 0 .../UIControl}/Properties/AssemblyInfo.cs | 0 .../Properties/Resources.Designer.cs | 0 .../UIControl}/Properties/Resources.resx | 0 .../UIControl}/Resources/air.png | Bin .../UIControl}/Resources/bcd.png | Bin .../UIControl}/Resources/bg_blue.png | Bin .../UIControl}/Resources/bg_red.png | Bin .../UIControl}/Resources/emg.png | Bin .../UIControl}/Resources/erase.png | Bin .../Resources/icons8-assembly-machine-40.png | Bin .../icons8-automatic-gearbox-warning-80.png | Bin .../Resources/icons8-barcode-reader-40.png | Bin .../UIControl}/Resources/icons8-bug-40.png | Bin .../UIControl}/Resources/icons8-bug-80.png | Bin .../UIControl}/Resources/icons8-code-30.png | Bin .../Resources/icons8-deployment-40.png | Bin .../icons8-emergency-stop-button-40.png | Bin .../UIControl}/Resources/icons8-erase-30.png | Bin .../icons8-hazard-warning-flasher-80.png | Bin .../UIControl}/Resources/icons8-help-80.png | Bin .../Resources/icons8-high-priority-40.png | Bin .../UIControl}/Resources/icons8-info-80.png | Bin .../Resources/icons8-pause-button-30.png | Bin .../Resources/icons8-rounded-square-80.png | Bin .../icons8-rounded-square-80_blue.png | Bin .../icons8-rounded-square-80_red.png | Bin .../Resources/icons8-settings-30.png | Bin .../UIControl}/Resources/icons8-start-30.png | Bin .../Resources/icons8_pause_button_30.png | Bin .../UIControl}/Resources/mot.png | Bin .../UIControl}/Resources/plc.png | Bin .../UIControl}/Resources/reel_big.png | Bin .../UIControl}/Resources/reel_small.png | Bin .../UIControl}/Resources/safty.png | Bin .../UIControl}/UIControl.csproj | 10 +- .../UIControl}/Utility.cs | 0 .../UIControl}/fTestControl.Designer.cs | 0 .../UIControl}/fTestControl.cs | 0 .../UIControl}/fTestControl.resx | 0 Handler/Sub/arAjinextek | 1 + Handler/Sub/arAzinAxt | 1 - SID Information/App.config | 2 +- SID Information/DataSet1.Designer.cs | 857 ++--- SID Information/DataSet1.xsd | 112 +- SID Information/DataSet1.xss | 8 +- .../Properties/Settings.Designer.cs | 7 +- SID Information/Properties/Settings.settings | 4 +- SID Information/SIDConvInfoEditorII.csproj | 2 +- SID Information/UTIL.cs | 8 +- SID Information/fMain.Designer.cs | 30 +- SID Information/fMain.cs | 56 +- SID Information/fMain.resx | 64 +- 140 files changed, 4203 insertions(+), 6791 deletions(-) create mode 100644 Handler/.claude/settings.local.json rename Handler/Project/{DataSet1.Designer.cs => DataSet11.Designer.cs} (89%) create mode 100644 Handler/README.md rename Handler/{CapCleaningControl => Sub/UIControl}/CIcon.cs (100%) rename Handler/{CapCleaningControl => Sub/UIControl}/CItem.cs (100%) rename Handler/{CapCleaningControl => Sub/UIControl}/CMenu.cs (100%) rename Handler/{CapCleaningControl => Sub/UIControl}/CPicker.cs (100%) rename Handler/{CapCleaningControl => Sub/UIControl}/CPort.cs (100%) rename Handler/{CapCleaningControl => Sub/UIControl}/Common.cs (100%) rename Handler/{CapCleaningControl => Sub/UIControl}/EnumStruct.cs (100%) rename Handler/{CapCleaningControl => Sub/UIControl}/Events.cs (100%) rename Handler/{CapCleaningControl => Sub/UIControl}/HMI.cs (100%) rename Handler/{CapCleaningControl => Sub/UIControl}/Loader/Draw_PickerPrinter.cs (100%) rename Handler/{CapCleaningControl => Sub/UIControl}/Loader/Draw_PickerY.cs (100%) rename Handler/{CapCleaningControl => Sub/UIControl}/PrintDirection.Designer.cs (100%) rename Handler/{CapCleaningControl => Sub/UIControl}/PrintDirection.cs (100%) rename Handler/{CapCleaningControl => Sub/UIControl}/Properties/AssemblyInfo.cs (100%) rename Handler/{CapCleaningControl => Sub/UIControl}/Properties/Resources.Designer.cs (100%) rename Handler/{CapCleaningControl => Sub/UIControl}/Properties/Resources.resx (100%) rename Handler/{CapCleaningControl => Sub/UIControl}/Resources/air.png (100%) rename Handler/{CapCleaningControl => Sub/UIControl}/Resources/bcd.png (100%) rename Handler/{CapCleaningControl => Sub/UIControl}/Resources/bg_blue.png (100%) rename Handler/{CapCleaningControl => Sub/UIControl}/Resources/bg_red.png (100%) rename Handler/{CapCleaningControl => Sub/UIControl}/Resources/emg.png (100%) rename Handler/{CapCleaningControl => Sub/UIControl}/Resources/erase.png (100%) rename Handler/{CapCleaningControl => Sub/UIControl}/Resources/icons8-assembly-machine-40.png (100%) rename Handler/{CapCleaningControl => Sub/UIControl}/Resources/icons8-automatic-gearbox-warning-80.png (100%) rename Handler/{CapCleaningControl => Sub/UIControl}/Resources/icons8-barcode-reader-40.png (100%) rename Handler/{CapCleaningControl => Sub/UIControl}/Resources/icons8-bug-40.png (100%) rename Handler/{CapCleaningControl => Sub/UIControl}/Resources/icons8-bug-80.png (100%) rename Handler/{CapCleaningControl => Sub/UIControl}/Resources/icons8-code-30.png (100%) rename Handler/{CapCleaningControl => Sub/UIControl}/Resources/icons8-deployment-40.png (100%) rename Handler/{CapCleaningControl => Sub/UIControl}/Resources/icons8-emergency-stop-button-40.png (100%) rename Handler/{CapCleaningControl => Sub/UIControl}/Resources/icons8-erase-30.png (100%) rename Handler/{CapCleaningControl => Sub/UIControl}/Resources/icons8-hazard-warning-flasher-80.png (100%) rename Handler/{CapCleaningControl => Sub/UIControl}/Resources/icons8-help-80.png (100%) rename Handler/{CapCleaningControl => Sub/UIControl}/Resources/icons8-high-priority-40.png (100%) rename Handler/{CapCleaningControl => Sub/UIControl}/Resources/icons8-info-80.png (100%) rename Handler/{CapCleaningControl => Sub/UIControl}/Resources/icons8-pause-button-30.png (100%) rename Handler/{CapCleaningControl => Sub/UIControl}/Resources/icons8-rounded-square-80.png (100%) rename Handler/{CapCleaningControl => Sub/UIControl}/Resources/icons8-rounded-square-80_blue.png (100%) rename Handler/{CapCleaningControl => Sub/UIControl}/Resources/icons8-rounded-square-80_red.png (100%) rename Handler/{CapCleaningControl => Sub/UIControl}/Resources/icons8-settings-30.png (100%) rename Handler/{CapCleaningControl => Sub/UIControl}/Resources/icons8-start-30.png (100%) rename Handler/{CapCleaningControl => Sub/UIControl}/Resources/icons8_pause_button_30.png (100%) rename Handler/{CapCleaningControl => Sub/UIControl}/Resources/mot.png (100%) rename Handler/{CapCleaningControl => Sub/UIControl}/Resources/plc.png (100%) rename Handler/{CapCleaningControl => Sub/UIControl}/Resources/reel_big.png (100%) rename Handler/{CapCleaningControl => Sub/UIControl}/Resources/reel_small.png (100%) rename Handler/{CapCleaningControl => Sub/UIControl}/Resources/safty.png (100%) rename Handler/{CapCleaningControl => Sub/UIControl}/UIControl.csproj (95%) rename Handler/{CapCleaningControl => Sub/UIControl}/Utility.cs (100%) rename Handler/{CapCleaningControl => Sub/UIControl}/fTestControl.Designer.cs (100%) rename Handler/{CapCleaningControl => Sub/UIControl}/fTestControl.cs (100%) rename Handler/{CapCleaningControl => Sub/UIControl}/fTestControl.resx (100%) create mode 160000 Handler/Sub/arAjinextek delete mode 160000 Handler/Sub/arAzinAxt diff --git a/Handler/.claude/settings.local.json b/Handler/.claude/settings.local.json new file mode 100644 index 0000000..e4a6770 --- /dev/null +++ b/Handler/.claude/settings.local.json @@ -0,0 +1,8 @@ +{ + "permissions": { + "allow": [ + "Bash(git add:*)" + ], + "deny": [] + } +} \ No newline at end of file diff --git a/Handler/Project/Class/CResult.cs b/Handler/Project/Class/CResult.cs index b118777..ccd4f67 100644 --- a/Handler/Project/Class/CResult.cs +++ b/Handler/Project/Class/CResult.cs @@ -31,7 +31,7 @@ namespace Project public List OUTHistory; //출고포트 처리내역 public DataSet1.SIDHistoryDataTable SIDHistory; //sID별 rid 전체 목록 차수별로만 저장된다 - public DataSet1.Component_Reel_SID_ConvertDataTable DTSidConvert; + public DataSet1.K4EE_Component_Reel_SID_ConvertDataTable DTSidConvert; public List DTSidConvertEmptyList; public List DTSidConvertMultiList; @@ -218,7 +218,7 @@ namespace Project //230509 if(DTSidConvert != null) DTSidConvert.Dispose(); - DTSidConvert = new DataSet1.Component_Reel_SID_ConvertDataTable(); + DTSidConvert = new DataSet1.K4EE_Component_Reel_SID_ConvertDataTable(); DTSidConvertEmptyList = new List(); DTSidConvertMultiList = new List(); } diff --git a/Handler/Project/Class/KeyenceBarcodeData.cs b/Handler/Project/Class/KeyenceBarcodeData.cs index ef97978..b8ddcfb 100644 --- a/Handler/Project/Class/KeyenceBarcodeData.cs +++ b/Handler/Project/Class/KeyenceBarcodeData.cs @@ -45,7 +45,7 @@ namespace Project.Class public byte LabelPosition { get; set; } /// - /// regex check ok + /// 정규식 분석이 완료되었다면 True를 반환합니다 /// public Boolean RegExConfirm { get; set; } public Boolean RefExApply { get; set; } diff --git a/Handler/Project/Class/ModelInfoV.cs b/Handler/Project/Class/ModelInfoV.cs index 2d55930..b981651 100644 --- a/Handler/Project/Class/ModelInfoV.cs +++ b/Handler/Project/Class/ModelInfoV.cs @@ -4,6 +4,7 @@ using System.Linq; using System.Text; using System.Drawing; using System.ComponentModel; +using System.Windows.Forms; namespace Project { @@ -39,17 +40,19 @@ namespace Project public bool DisableCamera { get; set; } public bool DisablePrinter { get; set; } public bool CheckSIDExsit { get; set; } - //public string ByPassSID { get; set; } + public bool bOwnZPL { get; set; } public ModelInfoV() { vOption = vSIDInfo = vJobInfo = vSIDConv1 = 0; + bOwnZPL = false; } public void ReadValue(DataSet1.OPModelRow dr) { + this.bOwnZPL = dr.bOwnZPL; this.Title = dr.Title; this.Code = dr.Code; this.idx = dr.idx; @@ -94,6 +97,7 @@ namespace Project dr.DisableCamera = this.DisableCamera; dr.DisablePrinter = this.DisablePrinter; dr.CheckSIDExsit = this.CheckSIDExsit; + dr.bOwnZPL = this.bOwnZPL; dr.EndEdit(); PUB.mdm.SaveModelV(); diff --git a/Handler/Project/Class/VisionData.cs b/Handler/Project/Class/VisionData.cs index fd7e9a5..4077839 100644 --- a/Handler/Project/Class/VisionData.cs +++ b/Handler/Project/Class/VisionData.cs @@ -460,8 +460,16 @@ namespace Project.Class public byte[] QRPositionData { get; private set; } public byte[] LabelPositionData { get; private set; } + /// + /// keyence barcodeparse 같은데에서 분석한 자료를 이곳에 추가합니다. + /// 이 데이터는 SPS에서 처리완료됩니다. + /// public ConcurrentDictionary barcodelist; - public Boolean BarcodeTouched = false; + + /// + /// keyence 로 부터 신규 바코드가 업데이트되었다 + /// + public Boolean BarcodeDirty = false; public event PropertyChangedEventHandler PropertyChanged; @@ -562,7 +570,9 @@ namespace Project.Class public string QROutRaw { get; set; } //부착된 QR코드의 값 public string ZPL { get; set; } //출력시 사용한 ZPL public string PrintQRData { get; set; } //출력시 사용한 ZPL에 포함된 QR데이터 - public string LastQueryString = string.Empty; + public string LastQueryStringSID = string.Empty; + public string LastQueryStringWMS = string.Empty; + public string LastQueryStringCNV = string.Empty; public VisionData(string reason) { @@ -574,7 +584,9 @@ namespace Project.Class } public void Clear(string reason, Boolean timeBackup) { - LastQueryString = string.Empty; + LastQueryStringSID = string.Empty; + LastQueryStringWMS = string.Empty; + LastQueryStringCNV = string.Empty; RetryLoader = 0; ApplyOffset = false; var baktime = new DateTime(1982, 11, 23); @@ -668,7 +680,7 @@ namespace Project.Class VLOT_Trust = false; VNAME_Trust = false; - BarcodeTouched = false; + BarcodeDirty = false; MCN = string.Empty; Target = string.Empty; @@ -735,7 +747,7 @@ namespace Project.Class //obj.PrintForce = this.PrintForce; obj.ReelSize = this.ReelSize; obj.PrintPositionCheck = this.PrintPositionCheck; - obj.BarcodeTouched = this.BarcodeTouched; + obj.BarcodeDirty = this.BarcodeDirty; //라벨위치값 복사 for (int i = 0; i < obj.LabelPositionData.Length; i++) @@ -866,7 +878,7 @@ namespace Project.Class //obj.PrintForce = this.PrintForce; obj.ReelSize = this.ReelSize; obj.PrintPositionCheck = this.PrintPositionCheck; - obj.BarcodeTouched = this.BarcodeTouched; + obj.BarcodeDirty = this.BarcodeDirty; //라벨위치값 복사 for (int i = 0; i < obj.LabelPositionData.Length; i++) diff --git a/Handler/Project/Class/sPositionData.cs b/Handler/Project/Class/sPositionData.cs index b0f3698..34505a5 100644 --- a/Handler/Project/Class/sPositionData.cs +++ b/Handler/Project/Class/sPositionData.cs @@ -6,7 +6,7 @@ namespace Project public class sPositionData { public float inpositionrange { get; set; } - public int Axis; + public short Axis; public double Position { get; set; } public double Acc; public double _dcc; diff --git a/Handler/Project/DSList.Designer.cs b/Handler/Project/DSList.Designer.cs index 4f02a20..5a7bf57 100644 --- a/Handler/Project/DSList.Designer.cs +++ b/Handler/Project/DSList.Designer.cs @@ -24,11 +24,7 @@ namespace Project { [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.DataSet")] public partial class DSList : global::System.Data.DataSet { - private Component_Reel_CustRuleDataTable tableComponent_Reel_CustRule; - - private Component_Reel_SIDInfoDataTable tableComponent_Reel_SIDInfo; - - private Component_Reel_SIDConvDataTable tableComponent_Reel_SIDConv; + private K4EE_Component_Reel_CustRuleDataTable tableK4EE_Component_Reel_CustRule; private SupplyDataTable tableSupply; @@ -62,14 +58,8 @@ namespace Project { if ((this.DetermineSchemaSerializationMode(info, context) == global::System.Data.SchemaSerializationMode.IncludeSchema)) { global::System.Data.DataSet ds = new global::System.Data.DataSet(); ds.ReadXmlSchema(new global::System.Xml.XmlTextReader(new global::System.IO.StringReader(strSchema))); - if ((ds.Tables["Component_Reel_CustRule"] != null)) { - base.Tables.Add(new Component_Reel_CustRuleDataTable(ds.Tables["Component_Reel_CustRule"])); - } - if ((ds.Tables["Component_Reel_SIDInfo"] != null)) { - base.Tables.Add(new Component_Reel_SIDInfoDataTable(ds.Tables["Component_Reel_SIDInfo"])); - } - if ((ds.Tables["Component_Reel_SIDConv"] != null)) { - base.Tables.Add(new Component_Reel_SIDConvDataTable(ds.Tables["Component_Reel_SIDConv"])); + if ((ds.Tables["K4EE_Component_Reel_CustRule"] != null)) { + base.Tables.Add(new K4EE_Component_Reel_CustRuleDataTable(ds.Tables["K4EE_Component_Reel_CustRule"])); } if ((ds.Tables["Supply"] != null)) { base.Tables.Add(new SupplyDataTable(ds.Tables["Supply"])); @@ -99,29 +89,9 @@ namespace Project { [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] [global::System.ComponentModel.Browsable(false)] [global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)] - public Component_Reel_CustRuleDataTable Component_Reel_CustRule { + public K4EE_Component_Reel_CustRuleDataTable K4EE_Component_Reel_CustRule { get { - return this.tableComponent_Reel_CustRule; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - [global::System.ComponentModel.Browsable(false)] - [global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)] - public Component_Reel_SIDInfoDataTable Component_Reel_SIDInfo { - get { - return this.tableComponent_Reel_SIDInfo; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - [global::System.ComponentModel.Browsable(false)] - [global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)] - public Component_Reel_SIDConvDataTable Component_Reel_SIDConv { - get { - return this.tableComponent_Reel_SIDConv; + return this.tableK4EE_Component_Reel_CustRule; } } @@ -212,14 +182,8 @@ namespace Project { this.Reset(); global::System.Data.DataSet ds = new global::System.Data.DataSet(); ds.ReadXml(reader); - if ((ds.Tables["Component_Reel_CustRule"] != null)) { - base.Tables.Add(new Component_Reel_CustRuleDataTable(ds.Tables["Component_Reel_CustRule"])); - } - if ((ds.Tables["Component_Reel_SIDInfo"] != null)) { - base.Tables.Add(new Component_Reel_SIDInfoDataTable(ds.Tables["Component_Reel_SIDInfo"])); - } - if ((ds.Tables["Component_Reel_SIDConv"] != null)) { - base.Tables.Add(new Component_Reel_SIDConvDataTable(ds.Tables["Component_Reel_SIDConv"])); + if ((ds.Tables["K4EE_Component_Reel_CustRule"] != null)) { + base.Tables.Add(new K4EE_Component_Reel_CustRuleDataTable(ds.Tables["K4EE_Component_Reel_CustRule"])); } if ((ds.Tables["Supply"] != null)) { base.Tables.Add(new SupplyDataTable(ds.Tables["Supply"])); @@ -260,22 +224,10 @@ namespace Project { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] internal void InitVars(bool initTable) { - this.tableComponent_Reel_CustRule = ((Component_Reel_CustRuleDataTable)(base.Tables["Component_Reel_CustRule"])); + this.tableK4EE_Component_Reel_CustRule = ((K4EE_Component_Reel_CustRuleDataTable)(base.Tables["K4EE_Component_Reel_CustRule"])); if ((initTable == true)) { - if ((this.tableComponent_Reel_CustRule != null)) { - this.tableComponent_Reel_CustRule.InitVars(); - } - } - this.tableComponent_Reel_SIDInfo = ((Component_Reel_SIDInfoDataTable)(base.Tables["Component_Reel_SIDInfo"])); - if ((initTable == true)) { - if ((this.tableComponent_Reel_SIDInfo != null)) { - this.tableComponent_Reel_SIDInfo.InitVars(); - } - } - this.tableComponent_Reel_SIDConv = ((Component_Reel_SIDConvDataTable)(base.Tables["Component_Reel_SIDConv"])); - if ((initTable == true)) { - if ((this.tableComponent_Reel_SIDConv != null)) { - this.tableComponent_Reel_SIDConv.InitVars(); + if ((this.tableK4EE_Component_Reel_CustRule != null)) { + this.tableK4EE_Component_Reel_CustRule.InitVars(); } } this.tableSupply = ((SupplyDataTable)(base.Tables["Supply"])); @@ -300,12 +252,8 @@ namespace Project { this.Namespace = "http://tempuri.org/DSList.xsd"; this.EnforceConstraints = true; this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema; - this.tableComponent_Reel_CustRule = new Component_Reel_CustRuleDataTable(); - base.Tables.Add(this.tableComponent_Reel_CustRule); - this.tableComponent_Reel_SIDInfo = new Component_Reel_SIDInfoDataTable(); - base.Tables.Add(this.tableComponent_Reel_SIDInfo); - this.tableComponent_Reel_SIDConv = new Component_Reel_SIDConvDataTable(); - base.Tables.Add(this.tableComponent_Reel_SIDConv); + this.tableK4EE_Component_Reel_CustRule = new K4EE_Component_Reel_CustRuleDataTable(); + base.Tables.Add(this.tableK4EE_Component_Reel_CustRule); this.tableSupply = new SupplyDataTable(); base.Tables.Add(this.tableSupply); this.tableSIDConvert = new SIDConvertDataTable(); @@ -314,19 +262,7 @@ namespace Project { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - private bool ShouldSerializeComponent_Reel_CustRule() { - return false; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - private bool ShouldSerializeComponent_Reel_SIDInfo() { - return false; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - private bool ShouldSerializeComponent_Reel_SIDConv() { + private bool ShouldSerializeK4EE_Component_Reel_CustRule() { return false; } @@ -398,13 +334,7 @@ namespace Project { } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public delegate void Component_Reel_CustRuleRowChangeEventHandler(object sender, Component_Reel_CustRuleRowChangeEvent e); - - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public delegate void Component_Reel_SIDInfoRowChangeEventHandler(object sender, Component_Reel_SIDInfoRowChangeEvent e); - - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public delegate void Component_Reel_SIDConvRowChangeEventHandler(object sender, Component_Reel_SIDConvRowChangeEvent e); + public delegate void K4EE_Component_Reel_CustRuleRowChangeEventHandler(object sender, K4EE_Component_Reel_CustRuleRowChangeEvent e); [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public delegate void SupplyRowChangeEventHandler(object sender, SupplyRowChangeEvent e); @@ -417,7 +347,7 @@ namespace Project { /// [global::System.Serializable()] [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")] - public partial class Component_Reel_CustRuleDataTable : global::System.Data.TypedTableBase { + public partial class K4EE_Component_Reel_CustRuleDataTable : global::System.Data.TypedTableBase { private global::System.Data.DataColumn columncode; @@ -439,8 +369,8 @@ namespace Project { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public Component_Reel_CustRuleDataTable() { - this.TableName = "Component_Reel_CustRule"; + public K4EE_Component_Reel_CustRuleDataTable() { + this.TableName = "K4EE_Component_Reel_CustRule"; this.BeginInit(); this.InitClass(); this.EndInit(); @@ -448,7 +378,7 @@ namespace Project { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - internal Component_Reel_CustRuleDataTable(global::System.Data.DataTable table) { + internal K4EE_Component_Reel_CustRuleDataTable(global::System.Data.DataTable table) { this.TableName = table.TableName; if ((table.CaseSensitive != table.DataSet.CaseSensitive)) { this.CaseSensitive = table.CaseSensitive; @@ -465,7 +395,7 @@ namespace Project { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - protected Component_Reel_CustRuleDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) : + protected K4EE_Component_Reel_CustRuleDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) : base(info, context) { this.InitVars(); } @@ -553,34 +483,34 @@ namespace Project { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public Component_Reel_CustRuleRow this[int index] { + public K4EE_Component_Reel_CustRuleRow this[int index] { get { - return ((Component_Reel_CustRuleRow)(this.Rows[index])); + return ((K4EE_Component_Reel_CustRuleRow)(this.Rows[index])); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public event Component_Reel_CustRuleRowChangeEventHandler Component_Reel_CustRuleRowChanging; + public event K4EE_Component_Reel_CustRuleRowChangeEventHandler K4EE_Component_Reel_CustRuleRowChanging; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public event Component_Reel_CustRuleRowChangeEventHandler Component_Reel_CustRuleRowChanged; + public event K4EE_Component_Reel_CustRuleRowChangeEventHandler K4EE_Component_Reel_CustRuleRowChanged; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public event Component_Reel_CustRuleRowChangeEventHandler Component_Reel_CustRuleRowDeleting; + public event K4EE_Component_Reel_CustRuleRowChangeEventHandler K4EE_Component_Reel_CustRuleRowDeleting; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public event Component_Reel_CustRuleRowChangeEventHandler Component_Reel_CustRuleRowDeleted; + public event K4EE_Component_Reel_CustRuleRowChangeEventHandler K4EE_Component_Reel_CustRuleRowDeleted; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public void AddComponent_Reel_CustRuleRow(Component_Reel_CustRuleRow row) { + public void AddK4EE_Component_Reel_CustRuleRow(K4EE_Component_Reel_CustRuleRow row) { this.Rows.Add(row); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public Component_Reel_CustRuleRow AddComponent_Reel_CustRuleRow(string code, string MatchEx, int MatchIndex, int GroupIndex, string ReplaceEx, string ReplaceStr, string varName, string Remark) { - Component_Reel_CustRuleRow rowComponent_Reel_CustRuleRow = ((Component_Reel_CustRuleRow)(this.NewRow())); + public K4EE_Component_Reel_CustRuleRow AddK4EE_Component_Reel_CustRuleRow(string code, string MatchEx, int MatchIndex, int GroupIndex, string ReplaceEx, string ReplaceStr, string varName, string Remark) { + K4EE_Component_Reel_CustRuleRow rowK4EE_Component_Reel_CustRuleRow = ((K4EE_Component_Reel_CustRuleRow)(this.NewRow())); object[] columnValuesArray = new object[] { code, null, @@ -591,22 +521,22 @@ namespace Project { ReplaceStr, varName, Remark}; - rowComponent_Reel_CustRuleRow.ItemArray = columnValuesArray; - this.Rows.Add(rowComponent_Reel_CustRuleRow); - return rowComponent_Reel_CustRuleRow; + rowK4EE_Component_Reel_CustRuleRow.ItemArray = columnValuesArray; + this.Rows.Add(rowK4EE_Component_Reel_CustRuleRow); + return rowK4EE_Component_Reel_CustRuleRow; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public Component_Reel_CustRuleRow FindBycode(string code) { - return ((Component_Reel_CustRuleRow)(this.Rows.Find(new object[] { + public K4EE_Component_Reel_CustRuleRow FindBycode(string code) { + return ((K4EE_Component_Reel_CustRuleRow)(this.Rows.Find(new object[] { code}))); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public override global::System.Data.DataTable Clone() { - Component_Reel_CustRuleDataTable cln = ((Component_Reel_CustRuleDataTable)(base.Clone())); + K4EE_Component_Reel_CustRuleDataTable cln = ((K4EE_Component_Reel_CustRuleDataTable)(base.Clone())); cln.InitVars(); return cln; } @@ -614,7 +544,7 @@ namespace Project { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] protected override global::System.Data.DataTable CreateInstance() { - return new Component_Reel_CustRuleDataTable(); + return new K4EE_Component_Reel_CustRuleDataTable(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] @@ -674,28 +604,28 @@ namespace Project { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public Component_Reel_CustRuleRow NewComponent_Reel_CustRuleRow() { - return ((Component_Reel_CustRuleRow)(this.NewRow())); + public K4EE_Component_Reel_CustRuleRow NewK4EE_Component_Reel_CustRuleRow() { + return ((K4EE_Component_Reel_CustRuleRow)(this.NewRow())); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) { - return new Component_Reel_CustRuleRow(builder); + return new K4EE_Component_Reel_CustRuleRow(builder); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] protected override global::System.Type GetRowType() { - return typeof(Component_Reel_CustRuleRow); + return typeof(K4EE_Component_Reel_CustRuleRow); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) { base.OnRowChanged(e); - if ((this.Component_Reel_CustRuleRowChanged != null)) { - this.Component_Reel_CustRuleRowChanged(this, new Component_Reel_CustRuleRowChangeEvent(((Component_Reel_CustRuleRow)(e.Row)), e.Action)); + if ((this.K4EE_Component_Reel_CustRuleRowChanged != null)) { + this.K4EE_Component_Reel_CustRuleRowChanged(this, new K4EE_Component_Reel_CustRuleRowChangeEvent(((K4EE_Component_Reel_CustRuleRow)(e.Row)), e.Action)); } } @@ -703,8 +633,8 @@ namespace Project { [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) { base.OnRowChanging(e); - if ((this.Component_Reel_CustRuleRowChanging != null)) { - this.Component_Reel_CustRuleRowChanging(this, new Component_Reel_CustRuleRowChangeEvent(((Component_Reel_CustRuleRow)(e.Row)), e.Action)); + if ((this.K4EE_Component_Reel_CustRuleRowChanging != null)) { + this.K4EE_Component_Reel_CustRuleRowChanging(this, new K4EE_Component_Reel_CustRuleRowChangeEvent(((K4EE_Component_Reel_CustRuleRow)(e.Row)), e.Action)); } } @@ -712,8 +642,8 @@ namespace Project { [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) { base.OnRowDeleted(e); - if ((this.Component_Reel_CustRuleRowDeleted != null)) { - this.Component_Reel_CustRuleRowDeleted(this, new Component_Reel_CustRuleRowChangeEvent(((Component_Reel_CustRuleRow)(e.Row)), e.Action)); + if ((this.K4EE_Component_Reel_CustRuleRowDeleted != null)) { + this.K4EE_Component_Reel_CustRuleRowDeleted(this, new K4EE_Component_Reel_CustRuleRowChangeEvent(((K4EE_Component_Reel_CustRuleRow)(e.Row)), e.Action)); } } @@ -721,14 +651,14 @@ namespace Project { [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) { base.OnRowDeleting(e); - if ((this.Component_Reel_CustRuleRowDeleting != null)) { - this.Component_Reel_CustRuleRowDeleting(this, new Component_Reel_CustRuleRowChangeEvent(((Component_Reel_CustRuleRow)(e.Row)), e.Action)); + if ((this.K4EE_Component_Reel_CustRuleRowDeleting != null)) { + this.K4EE_Component_Reel_CustRuleRowDeleting(this, new K4EE_Component_Reel_CustRuleRowChangeEvent(((K4EE_Component_Reel_CustRuleRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public void RemoveComponent_Reel_CustRuleRow(Component_Reel_CustRuleRow row) { + public void RemoveK4EE_Component_Reel_CustRuleRow(K4EE_Component_Reel_CustRuleRow row) { this.Rows.Remove(row); } @@ -755,773 +685,7 @@ namespace Project { type.Attributes.Add(attribute1); global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute(); attribute2.Name = "tableTypeName"; - attribute2.FixedValue = "Component_Reel_CustRuleDataTable"; - type.Attributes.Add(attribute2); - type.Particle = sequence; - global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable(); - if (xs.Contains(dsSchema.TargetNamespace)) { - global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream(); - global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream(); - try { - global::System.Xml.Schema.XmlSchema schema = null; - dsSchema.Write(s1); - for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) { - schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current)); - s2.SetLength(0); - schema.Write(s2); - if ((s1.Length == s2.Length)) { - s1.Position = 0; - s2.Position = 0; - for (; ((s1.Position != s1.Length) - && (s1.ReadByte() == s2.ReadByte())); ) { - ; - } - if ((s1.Position == s1.Length)) { - return type; - } - } - } - } - finally { - if ((s1 != null)) { - s1.Close(); - } - if ((s2 != null)) { - s2.Close(); - } - } - } - xs.Add(dsSchema); - return type; - } - } - - /// - ///Represents the strongly named DataTable class. - /// - [global::System.Serializable()] - [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")] - public partial class Component_Reel_SIDInfoDataTable : global::System.Data.TypedTableBase { - - private global::System.Data.DataColumn columnSID; - - private global::System.Data.DataColumn columnCustCode; - - private global::System.Data.DataColumn columnCustName; - - private global::System.Data.DataColumn columnVenderName; - - private global::System.Data.DataColumn columnPartNo; - - private global::System.Data.DataColumn columnPrintPosition; - - private global::System.Data.DataColumn columnRemark; - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public Component_Reel_SIDInfoDataTable() { - this.TableName = "Component_Reel_SIDInfo"; - this.BeginInit(); - this.InitClass(); - this.EndInit(); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - internal Component_Reel_SIDInfoDataTable(global::System.Data.DataTable table) { - this.TableName = table.TableName; - if ((table.CaseSensitive != table.DataSet.CaseSensitive)) { - this.CaseSensitive = table.CaseSensitive; - } - if ((table.Locale.ToString() != table.DataSet.Locale.ToString())) { - this.Locale = table.Locale; - } - if ((table.Namespace != table.DataSet.Namespace)) { - this.Namespace = table.Namespace; - } - this.Prefix = table.Prefix; - this.MinimumCapacity = table.MinimumCapacity; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - protected Component_Reel_SIDInfoDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) : - base(info, context) { - this.InitVars(); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public global::System.Data.DataColumn SIDColumn { - get { - return this.columnSID; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public global::System.Data.DataColumn CustCodeColumn { - get { - return this.columnCustCode; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public global::System.Data.DataColumn CustNameColumn { - get { - return this.columnCustName; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public global::System.Data.DataColumn VenderNameColumn { - get { - return this.columnVenderName; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public global::System.Data.DataColumn PartNoColumn { - get { - return this.columnPartNo; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public global::System.Data.DataColumn PrintPositionColumn { - get { - return this.columnPrintPosition; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public global::System.Data.DataColumn RemarkColumn { - get { - return this.columnRemark; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - [global::System.ComponentModel.Browsable(false)] - public int Count { - get { - return this.Rows.Count; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public Component_Reel_SIDInfoRow this[int index] { - get { - return ((Component_Reel_SIDInfoRow)(this.Rows[index])); - } - } - - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public event Component_Reel_SIDInfoRowChangeEventHandler Component_Reel_SIDInfoRowChanging; - - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public event Component_Reel_SIDInfoRowChangeEventHandler Component_Reel_SIDInfoRowChanged; - - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public event Component_Reel_SIDInfoRowChangeEventHandler Component_Reel_SIDInfoRowDeleting; - - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public event Component_Reel_SIDInfoRowChangeEventHandler Component_Reel_SIDInfoRowDeleted; - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public void AddComponent_Reel_SIDInfoRow(Component_Reel_SIDInfoRow row) { - this.Rows.Add(row); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public Component_Reel_SIDInfoRow AddComponent_Reel_SIDInfoRow(string SID, string CustCode, string CustName, string VenderName, string PartNo, string PrintPosition, string Remark) { - Component_Reel_SIDInfoRow rowComponent_Reel_SIDInfoRow = ((Component_Reel_SIDInfoRow)(this.NewRow())); - object[] columnValuesArray = new object[] { - SID, - CustCode, - CustName, - VenderName, - PartNo, - PrintPosition, - Remark}; - rowComponent_Reel_SIDInfoRow.ItemArray = columnValuesArray; - this.Rows.Add(rowComponent_Reel_SIDInfoRow); - return rowComponent_Reel_SIDInfoRow; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public Component_Reel_SIDInfoRow FindBySIDCustCodePartNo(string SID, string CustCode, string PartNo) { - return ((Component_Reel_SIDInfoRow)(this.Rows.Find(new object[] { - SID, - CustCode, - PartNo}))); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public override global::System.Data.DataTable Clone() { - Component_Reel_SIDInfoDataTable cln = ((Component_Reel_SIDInfoDataTable)(base.Clone())); - cln.InitVars(); - return cln; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - protected override global::System.Data.DataTable CreateInstance() { - return new Component_Reel_SIDInfoDataTable(); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - internal void InitVars() { - this.columnSID = base.Columns["SID"]; - this.columnCustCode = base.Columns["CustCode"]; - this.columnCustName = base.Columns["CustName"]; - this.columnVenderName = base.Columns["VenderName"]; - this.columnPartNo = base.Columns["PartNo"]; - this.columnPrintPosition = base.Columns["PrintPosition"]; - this.columnRemark = base.Columns["Remark"]; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - private void InitClass() { - this.columnSID = new global::System.Data.DataColumn("SID", typeof(string), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnSID); - this.columnCustCode = new global::System.Data.DataColumn("CustCode", typeof(string), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnCustCode); - this.columnCustName = new global::System.Data.DataColumn("CustName", typeof(string), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnCustName); - this.columnVenderName = new global::System.Data.DataColumn("VenderName", typeof(string), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnVenderName); - this.columnPartNo = new global::System.Data.DataColumn("PartNo", typeof(string), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnPartNo); - this.columnPrintPosition = new global::System.Data.DataColumn("PrintPosition", typeof(string), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnPrintPosition); - this.columnRemark = new global::System.Data.DataColumn("Remark", typeof(string), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnRemark); - this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] { - this.columnSID, - this.columnCustCode, - this.columnPartNo}, true)); - this.columnSID.AllowDBNull = false; - this.columnSID.MaxLength = 50; - this.columnCustCode.AllowDBNull = false; - this.columnCustCode.MaxLength = 10; - this.columnCustName.MaxLength = 100; - this.columnVenderName.MaxLength = 100; - this.columnPartNo.AllowDBNull = false; - this.columnPartNo.MaxLength = 100; - this.columnPrintPosition.MaxLength = 10; - this.columnRemark.AllowDBNull = false; - this.columnRemark.MaxLength = 100; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public Component_Reel_SIDInfoRow NewComponent_Reel_SIDInfoRow() { - return ((Component_Reel_SIDInfoRow)(this.NewRow())); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) { - return new Component_Reel_SIDInfoRow(builder); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - protected override global::System.Type GetRowType() { - return typeof(Component_Reel_SIDInfoRow); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) { - base.OnRowChanged(e); - if ((this.Component_Reel_SIDInfoRowChanged != null)) { - this.Component_Reel_SIDInfoRowChanged(this, new Component_Reel_SIDInfoRowChangeEvent(((Component_Reel_SIDInfoRow)(e.Row)), e.Action)); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) { - base.OnRowChanging(e); - if ((this.Component_Reel_SIDInfoRowChanging != null)) { - this.Component_Reel_SIDInfoRowChanging(this, new Component_Reel_SIDInfoRowChangeEvent(((Component_Reel_SIDInfoRow)(e.Row)), e.Action)); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) { - base.OnRowDeleted(e); - if ((this.Component_Reel_SIDInfoRowDeleted != null)) { - this.Component_Reel_SIDInfoRowDeleted(this, new Component_Reel_SIDInfoRowChangeEvent(((Component_Reel_SIDInfoRow)(e.Row)), e.Action)); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) { - base.OnRowDeleting(e); - if ((this.Component_Reel_SIDInfoRowDeleting != null)) { - this.Component_Reel_SIDInfoRowDeleting(this, new Component_Reel_SIDInfoRowChangeEvent(((Component_Reel_SIDInfoRow)(e.Row)), e.Action)); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public void RemoveComponent_Reel_SIDInfoRow(Component_Reel_SIDInfoRow row) { - this.Rows.Remove(row); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) { - global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType(); - global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence(); - DSList ds = new DSList(); - global::System.Xml.Schema.XmlSchemaAny any1 = new global::System.Xml.Schema.XmlSchemaAny(); - any1.Namespace = "http://www.w3.org/2001/XMLSchema"; - any1.MinOccurs = new decimal(0); - any1.MaxOccurs = decimal.MaxValue; - any1.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax; - sequence.Items.Add(any1); - global::System.Xml.Schema.XmlSchemaAny any2 = new global::System.Xml.Schema.XmlSchemaAny(); - any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1"; - any2.MinOccurs = new decimal(1); - any2.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax; - sequence.Items.Add(any2); - global::System.Xml.Schema.XmlSchemaAttribute attribute1 = new global::System.Xml.Schema.XmlSchemaAttribute(); - attribute1.Name = "namespace"; - attribute1.FixedValue = ds.Namespace; - type.Attributes.Add(attribute1); - global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute(); - attribute2.Name = "tableTypeName"; - attribute2.FixedValue = "Component_Reel_SIDInfoDataTable"; - type.Attributes.Add(attribute2); - type.Particle = sequence; - global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable(); - if (xs.Contains(dsSchema.TargetNamespace)) { - global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream(); - global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream(); - try { - global::System.Xml.Schema.XmlSchema schema = null; - dsSchema.Write(s1); - for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) { - schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current)); - s2.SetLength(0); - schema.Write(s2); - if ((s1.Length == s2.Length)) { - s1.Position = 0; - s2.Position = 0; - for (; ((s1.Position != s1.Length) - && (s1.ReadByte() == s2.ReadByte())); ) { - ; - } - if ((s1.Position == s1.Length)) { - return type; - } - } - } - } - finally { - if ((s1 != null)) { - s1.Close(); - } - if ((s2 != null)) { - s2.Close(); - } - } - } - xs.Add(dsSchema); - return type; - } - } - - /// - ///Represents the strongly named DataTable class. - /// - [global::System.Serializable()] - [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")] - public partial class Component_Reel_SIDConvDataTable : global::System.Data.TypedTableBase { - - private global::System.Data.DataColumn columnidx; - - private global::System.Data.DataColumn columnM101; - - private global::System.Data.DataColumn columnM103; - - private global::System.Data.DataColumn columnM106; - - private global::System.Data.DataColumn columnM108; - - private global::System.Data.DataColumn columnM103_2; - - private global::System.Data.DataColumn columnM101_2; - - private global::System.Data.DataColumn columnChk; - - private global::System.Data.DataColumn columnSIDFrom; - - private global::System.Data.DataColumn columnSIDTo; - - private global::System.Data.DataColumn columnRemark; - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public Component_Reel_SIDConvDataTable() { - this.TableName = "Component_Reel_SIDConv"; - this.BeginInit(); - this.InitClass(); - this.EndInit(); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - internal Component_Reel_SIDConvDataTable(global::System.Data.DataTable table) { - this.TableName = table.TableName; - if ((table.CaseSensitive != table.DataSet.CaseSensitive)) { - this.CaseSensitive = table.CaseSensitive; - } - if ((table.Locale.ToString() != table.DataSet.Locale.ToString())) { - this.Locale = table.Locale; - } - if ((table.Namespace != table.DataSet.Namespace)) { - this.Namespace = table.Namespace; - } - this.Prefix = table.Prefix; - this.MinimumCapacity = table.MinimumCapacity; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - protected Component_Reel_SIDConvDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) : - base(info, context) { - this.InitVars(); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public global::System.Data.DataColumn idxColumn { - get { - return this.columnidx; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public global::System.Data.DataColumn M101Column { - get { - return this.columnM101; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public global::System.Data.DataColumn M103Column { - get { - return this.columnM103; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public global::System.Data.DataColumn M106Column { - get { - return this.columnM106; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public global::System.Data.DataColumn M108Column { - get { - return this.columnM108; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public global::System.Data.DataColumn M103_2Column { - get { - return this.columnM103_2; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public global::System.Data.DataColumn M101_2Column { - get { - return this.columnM101_2; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public global::System.Data.DataColumn ChkColumn { - get { - return this.columnChk; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public global::System.Data.DataColumn SIDFromColumn { - get { - return this.columnSIDFrom; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public global::System.Data.DataColumn SIDToColumn { - get { - return this.columnSIDTo; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public global::System.Data.DataColumn RemarkColumn { - get { - return this.columnRemark; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - [global::System.ComponentModel.Browsable(false)] - public int Count { - get { - return this.Rows.Count; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public Component_Reel_SIDConvRow this[int index] { - get { - return ((Component_Reel_SIDConvRow)(this.Rows[index])); - } - } - - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public event Component_Reel_SIDConvRowChangeEventHandler Component_Reel_SIDConvRowChanging; - - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public event Component_Reel_SIDConvRowChangeEventHandler Component_Reel_SIDConvRowChanged; - - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public event Component_Reel_SIDConvRowChangeEventHandler Component_Reel_SIDConvRowDeleting; - - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public event Component_Reel_SIDConvRowChangeEventHandler Component_Reel_SIDConvRowDeleted; - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public void AddComponent_Reel_SIDConvRow(Component_Reel_SIDConvRow row) { - this.Rows.Add(row); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public Component_Reel_SIDConvRow AddComponent_Reel_SIDConvRow(string M101, string M103, string M106, string M108, string M103_2, string M101_2, bool Chk, string SIDFrom, string SIDTo, string Remark) { - Component_Reel_SIDConvRow rowComponent_Reel_SIDConvRow = ((Component_Reel_SIDConvRow)(this.NewRow())); - object[] columnValuesArray = new object[] { - null, - M101, - M103, - M106, - M108, - M103_2, - M101_2, - Chk, - SIDFrom, - SIDTo, - Remark}; - rowComponent_Reel_SIDConvRow.ItemArray = columnValuesArray; - this.Rows.Add(rowComponent_Reel_SIDConvRow); - return rowComponent_Reel_SIDConvRow; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public Component_Reel_SIDConvRow FindByidx(int idx) { - return ((Component_Reel_SIDConvRow)(this.Rows.Find(new object[] { - idx}))); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public override global::System.Data.DataTable Clone() { - Component_Reel_SIDConvDataTable cln = ((Component_Reel_SIDConvDataTable)(base.Clone())); - cln.InitVars(); - return cln; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - protected override global::System.Data.DataTable CreateInstance() { - return new Component_Reel_SIDConvDataTable(); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - internal void InitVars() { - this.columnidx = base.Columns["idx"]; - this.columnM101 = base.Columns["M101"]; - this.columnM103 = base.Columns["M103"]; - this.columnM106 = base.Columns["M106"]; - this.columnM108 = base.Columns["M108"]; - this.columnM103_2 = base.Columns["M103_2"]; - this.columnM101_2 = base.Columns["M101_2"]; - this.columnChk = base.Columns["Chk"]; - this.columnSIDFrom = base.Columns["SIDFrom"]; - this.columnSIDTo = base.Columns["SIDTo"]; - this.columnRemark = base.Columns["Remark"]; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - private void InitClass() { - this.columnidx = new global::System.Data.DataColumn("idx", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnidx); - this.columnM101 = new global::System.Data.DataColumn("M101", typeof(string), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnM101); - this.columnM103 = new global::System.Data.DataColumn("M103", typeof(string), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnM103); - this.columnM106 = new global::System.Data.DataColumn("M106", typeof(string), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnM106); - this.columnM108 = new global::System.Data.DataColumn("M108", typeof(string), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnM108); - this.columnM103_2 = new global::System.Data.DataColumn("M103_2", typeof(string), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnM103_2); - this.columnM101_2 = new global::System.Data.DataColumn("M101_2", typeof(string), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnM101_2); - this.columnChk = new global::System.Data.DataColumn("Chk", typeof(bool), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnChk); - this.columnSIDFrom = new global::System.Data.DataColumn("SIDFrom", typeof(string), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnSIDFrom); - this.columnSIDTo = new global::System.Data.DataColumn("SIDTo", typeof(string), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnSIDTo); - this.columnRemark = new global::System.Data.DataColumn("Remark", typeof(string), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnRemark); - this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] { - this.columnidx}, true)); - this.columnidx.AutoIncrement = true; - this.columnidx.AutoIncrementSeed = -1; - this.columnidx.AutoIncrementStep = -1; - this.columnidx.AllowDBNull = false; - this.columnidx.ReadOnly = true; - this.columnidx.Unique = true; - this.columnM101.MaxLength = 20; - this.columnM103.MaxLength = 20; - this.columnM106.MaxLength = 20; - this.columnM108.MaxLength = 20; - this.columnM103_2.MaxLength = 20; - this.columnM101_2.MaxLength = 20; - this.columnSIDFrom.MaxLength = 20; - this.columnSIDTo.MaxLength = 20; - this.columnRemark.MaxLength = 100; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public Component_Reel_SIDConvRow NewComponent_Reel_SIDConvRow() { - return ((Component_Reel_SIDConvRow)(this.NewRow())); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) { - return new Component_Reel_SIDConvRow(builder); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - protected override global::System.Type GetRowType() { - return typeof(Component_Reel_SIDConvRow); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) { - base.OnRowChanged(e); - if ((this.Component_Reel_SIDConvRowChanged != null)) { - this.Component_Reel_SIDConvRowChanged(this, new Component_Reel_SIDConvRowChangeEvent(((Component_Reel_SIDConvRow)(e.Row)), e.Action)); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) { - base.OnRowChanging(e); - if ((this.Component_Reel_SIDConvRowChanging != null)) { - this.Component_Reel_SIDConvRowChanging(this, new Component_Reel_SIDConvRowChangeEvent(((Component_Reel_SIDConvRow)(e.Row)), e.Action)); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) { - base.OnRowDeleted(e); - if ((this.Component_Reel_SIDConvRowDeleted != null)) { - this.Component_Reel_SIDConvRowDeleted(this, new Component_Reel_SIDConvRowChangeEvent(((Component_Reel_SIDConvRow)(e.Row)), e.Action)); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) { - base.OnRowDeleting(e); - if ((this.Component_Reel_SIDConvRowDeleting != null)) { - this.Component_Reel_SIDConvRowDeleting(this, new Component_Reel_SIDConvRowChangeEvent(((Component_Reel_SIDConvRow)(e.Row)), e.Action)); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public void RemoveComponent_Reel_SIDConvRow(Component_Reel_SIDConvRow row) { - this.Rows.Remove(row); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) { - global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType(); - global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence(); - DSList ds = new DSList(); - global::System.Xml.Schema.XmlSchemaAny any1 = new global::System.Xml.Schema.XmlSchemaAny(); - any1.Namespace = "http://www.w3.org/2001/XMLSchema"; - any1.MinOccurs = new decimal(0); - any1.MaxOccurs = decimal.MaxValue; - any1.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax; - sequence.Items.Add(any1); - global::System.Xml.Schema.XmlSchemaAny any2 = new global::System.Xml.Schema.XmlSchemaAny(); - any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1"; - any2.MinOccurs = new decimal(1); - any2.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax; - sequence.Items.Add(any2); - global::System.Xml.Schema.XmlSchemaAttribute attribute1 = new global::System.Xml.Schema.XmlSchemaAttribute(); - attribute1.Name = "namespace"; - attribute1.FixedValue = ds.Namespace; - type.Attributes.Add(attribute1); - global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute(); - attribute2.Name = "tableTypeName"; - attribute2.FixedValue = "Component_Reel_SIDConvDataTable"; + attribute2.FixedValue = "K4EE_Component_Reel_CustRuleDataTable"; type.Attributes.Add(attribute2); type.Particle = sequence; global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable(); @@ -2097,25 +1261,25 @@ namespace Project { /// ///Represents strongly named DataRow class. /// - public partial class Component_Reel_CustRuleRow : global::System.Data.DataRow { + public partial class K4EE_Component_Reel_CustRuleRow : global::System.Data.DataRow { - private Component_Reel_CustRuleDataTable tableComponent_Reel_CustRule; + private K4EE_Component_Reel_CustRuleDataTable tableK4EE_Component_Reel_CustRule; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - internal Component_Reel_CustRuleRow(global::System.Data.DataRowBuilder rb) : + internal K4EE_Component_Reel_CustRuleRow(global::System.Data.DataRowBuilder rb) : base(rb) { - this.tableComponent_Reel_CustRule = ((Component_Reel_CustRuleDataTable)(this.Table)); + this.tableK4EE_Component_Reel_CustRule = ((K4EE_Component_Reel_CustRuleDataTable)(this.Table)); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public string code { get { - return ((string)(this[this.tableComponent_Reel_CustRule.codeColumn])); + return ((string)(this[this.tableK4EE_Component_Reel_CustRule.codeColumn])); } set { - this[this.tableComponent_Reel_CustRule.codeColumn] = value; + this[this.tableK4EE_Component_Reel_CustRule.codeColumn] = value; } } @@ -2123,10 +1287,10 @@ namespace Project { [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public int idx { get { - return ((int)(this[this.tableComponent_Reel_CustRule.idxColumn])); + return ((int)(this[this.tableK4EE_Component_Reel_CustRule.idxColumn])); } set { - this[this.tableComponent_Reel_CustRule.idxColumn] = value; + this[this.tableK4EE_Component_Reel_CustRule.idxColumn] = value; } } @@ -2135,14 +1299,14 @@ namespace Project { public string MatchEx { get { try { - return ((string)(this[this.tableComponent_Reel_CustRule.MatchExColumn])); + return ((string)(this[this.tableK4EE_Component_Reel_CustRule.MatchExColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("\'Component_Reel_CustRule\' 테이블의 \'MatchEx\' 열의 값이 DBNull입니다.", e); + throw new global::System.Data.StrongTypingException("\'K4EE_Component_Reel_CustRule\' 테이블의 \'MatchEx\' 열의 값이 DBNull입니다.", e); } } set { - this[this.tableComponent_Reel_CustRule.MatchExColumn] = value; + this[this.tableK4EE_Component_Reel_CustRule.MatchExColumn] = value; } } @@ -2151,14 +1315,14 @@ namespace Project { public int MatchIndex { get { try { - return ((int)(this[this.tableComponent_Reel_CustRule.MatchIndexColumn])); + return ((int)(this[this.tableK4EE_Component_Reel_CustRule.MatchIndexColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("\'Component_Reel_CustRule\' 테이블의 \'MatchIndex\' 열의 값이 DBNull입니다.", e); + throw new global::System.Data.StrongTypingException("\'K4EE_Component_Reel_CustRule\' 테이블의 \'MatchIndex\' 열의 값이 DBNull입니다.", e); } } set { - this[this.tableComponent_Reel_CustRule.MatchIndexColumn] = value; + this[this.tableK4EE_Component_Reel_CustRule.MatchIndexColumn] = value; } } @@ -2167,14 +1331,14 @@ namespace Project { public int GroupIndex { get { try { - return ((int)(this[this.tableComponent_Reel_CustRule.GroupIndexColumn])); + return ((int)(this[this.tableK4EE_Component_Reel_CustRule.GroupIndexColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("\'Component_Reel_CustRule\' 테이블의 \'GroupIndex\' 열의 값이 DBNull입니다.", e); + throw new global::System.Data.StrongTypingException("\'K4EE_Component_Reel_CustRule\' 테이블의 \'GroupIndex\' 열의 값이 DBNull입니다.", e); } } set { - this[this.tableComponent_Reel_CustRule.GroupIndexColumn] = value; + this[this.tableK4EE_Component_Reel_CustRule.GroupIndexColumn] = value; } } @@ -2183,14 +1347,14 @@ namespace Project { public string ReplaceEx { get { try { - return ((string)(this[this.tableComponent_Reel_CustRule.ReplaceExColumn])); + return ((string)(this[this.tableK4EE_Component_Reel_CustRule.ReplaceExColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("\'Component_Reel_CustRule\' 테이블의 \'ReplaceEx\' 열의 값이 DBNull입니다.", e); + throw new global::System.Data.StrongTypingException("\'K4EE_Component_Reel_CustRule\' 테이블의 \'ReplaceEx\' 열의 값이 DBNull입니다.", e); } } set { - this[this.tableComponent_Reel_CustRule.ReplaceExColumn] = value; + this[this.tableK4EE_Component_Reel_CustRule.ReplaceExColumn] = value; } } @@ -2199,14 +1363,14 @@ namespace Project { public string ReplaceStr { get { try { - return ((string)(this[this.tableComponent_Reel_CustRule.ReplaceStrColumn])); + return ((string)(this[this.tableK4EE_Component_Reel_CustRule.ReplaceStrColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("\'Component_Reel_CustRule\' 테이블의 \'ReplaceStr\' 열의 값이 DBNull입니다.", e); + throw new global::System.Data.StrongTypingException("\'K4EE_Component_Reel_CustRule\' 테이블의 \'ReplaceStr\' 열의 값이 DBNull입니다.", e); } } set { - this[this.tableComponent_Reel_CustRule.ReplaceStrColumn] = value; + this[this.tableK4EE_Component_Reel_CustRule.ReplaceStrColumn] = value; } } @@ -2215,14 +1379,14 @@ namespace Project { public string varName { get { try { - return ((string)(this[this.tableComponent_Reel_CustRule.varNameColumn])); + return ((string)(this[this.tableK4EE_Component_Reel_CustRule.varNameColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("\'Component_Reel_CustRule\' 테이블의 \'varName\' 열의 값이 DBNull입니다.", e); + throw new global::System.Data.StrongTypingException("\'K4EE_Component_Reel_CustRule\' 테이블의 \'varName\' 열의 값이 DBNull입니다.", e); } } set { - this[this.tableComponent_Reel_CustRule.varNameColumn] = value; + this[this.tableK4EE_Component_Reel_CustRule.varNameColumn] = value; } } @@ -2231,548 +1395,99 @@ namespace Project { public string Remark { get { try { - return ((string)(this[this.tableComponent_Reel_CustRule.RemarkColumn])); + return ((string)(this[this.tableK4EE_Component_Reel_CustRule.RemarkColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("\'Component_Reel_CustRule\' 테이블의 \'Remark\' 열의 값이 DBNull입니다.", e); + throw new global::System.Data.StrongTypingException("\'K4EE_Component_Reel_CustRule\' 테이블의 \'Remark\' 열의 값이 DBNull입니다.", e); } } set { - this[this.tableComponent_Reel_CustRule.RemarkColumn] = value; + this[this.tableK4EE_Component_Reel_CustRule.RemarkColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public bool IsMatchExNull() { - return this.IsNull(this.tableComponent_Reel_CustRule.MatchExColumn); + return this.IsNull(this.tableK4EE_Component_Reel_CustRule.MatchExColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public void SetMatchExNull() { - this[this.tableComponent_Reel_CustRule.MatchExColumn] = global::System.Convert.DBNull; + this[this.tableK4EE_Component_Reel_CustRule.MatchExColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public bool IsMatchIndexNull() { - return this.IsNull(this.tableComponent_Reel_CustRule.MatchIndexColumn); + return this.IsNull(this.tableK4EE_Component_Reel_CustRule.MatchIndexColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public void SetMatchIndexNull() { - this[this.tableComponent_Reel_CustRule.MatchIndexColumn] = global::System.Convert.DBNull; + this[this.tableK4EE_Component_Reel_CustRule.MatchIndexColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public bool IsGroupIndexNull() { - return this.IsNull(this.tableComponent_Reel_CustRule.GroupIndexColumn); + return this.IsNull(this.tableK4EE_Component_Reel_CustRule.GroupIndexColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public void SetGroupIndexNull() { - this[this.tableComponent_Reel_CustRule.GroupIndexColumn] = global::System.Convert.DBNull; + this[this.tableK4EE_Component_Reel_CustRule.GroupIndexColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public bool IsReplaceExNull() { - return this.IsNull(this.tableComponent_Reel_CustRule.ReplaceExColumn); + return this.IsNull(this.tableK4EE_Component_Reel_CustRule.ReplaceExColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public void SetReplaceExNull() { - this[this.tableComponent_Reel_CustRule.ReplaceExColumn] = global::System.Convert.DBNull; + this[this.tableK4EE_Component_Reel_CustRule.ReplaceExColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public bool IsReplaceStrNull() { - return this.IsNull(this.tableComponent_Reel_CustRule.ReplaceStrColumn); + return this.IsNull(this.tableK4EE_Component_Reel_CustRule.ReplaceStrColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public void SetReplaceStrNull() { - this[this.tableComponent_Reel_CustRule.ReplaceStrColumn] = global::System.Convert.DBNull; + this[this.tableK4EE_Component_Reel_CustRule.ReplaceStrColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public bool IsvarNameNull() { - return this.IsNull(this.tableComponent_Reel_CustRule.varNameColumn); + return this.IsNull(this.tableK4EE_Component_Reel_CustRule.varNameColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public void SetvarNameNull() { - this[this.tableComponent_Reel_CustRule.varNameColumn] = global::System.Convert.DBNull; + this[this.tableK4EE_Component_Reel_CustRule.varNameColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public bool IsRemarkNull() { - return this.IsNull(this.tableComponent_Reel_CustRule.RemarkColumn); + return this.IsNull(this.tableK4EE_Component_Reel_CustRule.RemarkColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public void SetRemarkNull() { - this[this.tableComponent_Reel_CustRule.RemarkColumn] = global::System.Convert.DBNull; - } - } - - /// - ///Represents strongly named DataRow class. - /// - public partial class Component_Reel_SIDInfoRow : global::System.Data.DataRow { - - private Component_Reel_SIDInfoDataTable tableComponent_Reel_SIDInfo; - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - internal Component_Reel_SIDInfoRow(global::System.Data.DataRowBuilder rb) : - base(rb) { - this.tableComponent_Reel_SIDInfo = ((Component_Reel_SIDInfoDataTable)(this.Table)); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public string SID { - get { - return ((string)(this[this.tableComponent_Reel_SIDInfo.SIDColumn])); - } - set { - this[this.tableComponent_Reel_SIDInfo.SIDColumn] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public string CustCode { - get { - return ((string)(this[this.tableComponent_Reel_SIDInfo.CustCodeColumn])); - } - set { - this[this.tableComponent_Reel_SIDInfo.CustCodeColumn] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public string CustName { - get { - if (this.IsCustNameNull()) { - return string.Empty; - } - else { - return ((string)(this[this.tableComponent_Reel_SIDInfo.CustNameColumn])); - } - } - set { - this[this.tableComponent_Reel_SIDInfo.CustNameColumn] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public string VenderName { - get { - if (this.IsVenderNameNull()) { - return string.Empty; - } - else { - return ((string)(this[this.tableComponent_Reel_SIDInfo.VenderNameColumn])); - } - } - set { - this[this.tableComponent_Reel_SIDInfo.VenderNameColumn] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public string PartNo { - get { - return ((string)(this[this.tableComponent_Reel_SIDInfo.PartNoColumn])); - } - set { - this[this.tableComponent_Reel_SIDInfo.PartNoColumn] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public string PrintPosition { - get { - if (this.IsPrintPositionNull()) { - return string.Empty; - } - else { - return ((string)(this[this.tableComponent_Reel_SIDInfo.PrintPositionColumn])); - } - } - set { - this[this.tableComponent_Reel_SIDInfo.PrintPositionColumn] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public string Remark { - get { - return ((string)(this[this.tableComponent_Reel_SIDInfo.RemarkColumn])); - } - set { - this[this.tableComponent_Reel_SIDInfo.RemarkColumn] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public bool IsCustNameNull() { - return this.IsNull(this.tableComponent_Reel_SIDInfo.CustNameColumn); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public void SetCustNameNull() { - this[this.tableComponent_Reel_SIDInfo.CustNameColumn] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public bool IsVenderNameNull() { - return this.IsNull(this.tableComponent_Reel_SIDInfo.VenderNameColumn); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public void SetVenderNameNull() { - this[this.tableComponent_Reel_SIDInfo.VenderNameColumn] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public bool IsPrintPositionNull() { - return this.IsNull(this.tableComponent_Reel_SIDInfo.PrintPositionColumn); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public void SetPrintPositionNull() { - this[this.tableComponent_Reel_SIDInfo.PrintPositionColumn] = global::System.Convert.DBNull; - } - } - - /// - ///Represents strongly named DataRow class. - /// - public partial class Component_Reel_SIDConvRow : global::System.Data.DataRow { - - private Component_Reel_SIDConvDataTable tableComponent_Reel_SIDConv; - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - internal Component_Reel_SIDConvRow(global::System.Data.DataRowBuilder rb) : - base(rb) { - this.tableComponent_Reel_SIDConv = ((Component_Reel_SIDConvDataTable)(this.Table)); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public int idx { - get { - return ((int)(this[this.tableComponent_Reel_SIDConv.idxColumn])); - } - set { - this[this.tableComponent_Reel_SIDConv.idxColumn] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public string M101 { - get { - if (this.IsM101Null()) { - return string.Empty; - } - else { - return ((string)(this[this.tableComponent_Reel_SIDConv.M101Column])); - } - } - set { - this[this.tableComponent_Reel_SIDConv.M101Column] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public string M103 { - get { - if (this.IsM103Null()) { - return string.Empty; - } - else { - return ((string)(this[this.tableComponent_Reel_SIDConv.M103Column])); - } - } - set { - this[this.tableComponent_Reel_SIDConv.M103Column] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public string M106 { - get { - if (this.IsM106Null()) { - return string.Empty; - } - else { - return ((string)(this[this.tableComponent_Reel_SIDConv.M106Column])); - } - } - set { - this[this.tableComponent_Reel_SIDConv.M106Column] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public string M108 { - get { - if (this.IsM108Null()) { - return string.Empty; - } - else { - return ((string)(this[this.tableComponent_Reel_SIDConv.M108Column])); - } - } - set { - this[this.tableComponent_Reel_SIDConv.M108Column] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public string M103_2 { - get { - if (this.IsM103_2Null()) { - return string.Empty; - } - else { - return ((string)(this[this.tableComponent_Reel_SIDConv.M103_2Column])); - } - } - set { - this[this.tableComponent_Reel_SIDConv.M103_2Column] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public string M101_2 { - get { - if (this.IsM101_2Null()) { - return string.Empty; - } - else { - return ((string)(this[this.tableComponent_Reel_SIDConv.M101_2Column])); - } - } - set { - this[this.tableComponent_Reel_SIDConv.M101_2Column] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public bool Chk { - get { - try { - return ((bool)(this[this.tableComponent_Reel_SIDConv.ChkColumn])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("\'Component_Reel_SIDConv\' 테이블의 \'Chk\' 열의 값이 DBNull입니다.", e); - } - } - set { - this[this.tableComponent_Reel_SIDConv.ChkColumn] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public string SIDFrom { - get { - if (this.IsSIDFromNull()) { - return string.Empty; - } - else { - return ((string)(this[this.tableComponent_Reel_SIDConv.SIDFromColumn])); - } - } - set { - this[this.tableComponent_Reel_SIDConv.SIDFromColumn] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public string SIDTo { - get { - if (this.IsSIDToNull()) { - return string.Empty; - } - else { - return ((string)(this[this.tableComponent_Reel_SIDConv.SIDToColumn])); - } - } - set { - this[this.tableComponent_Reel_SIDConv.SIDToColumn] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public string Remark { - get { - if (this.IsRemarkNull()) { - return string.Empty; - } - else { - return ((string)(this[this.tableComponent_Reel_SIDConv.RemarkColumn])); - } - } - set { - this[this.tableComponent_Reel_SIDConv.RemarkColumn] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public bool IsM101Null() { - return this.IsNull(this.tableComponent_Reel_SIDConv.M101Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public void SetM101Null() { - this[this.tableComponent_Reel_SIDConv.M101Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public bool IsM103Null() { - return this.IsNull(this.tableComponent_Reel_SIDConv.M103Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public void SetM103Null() { - this[this.tableComponent_Reel_SIDConv.M103Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public bool IsM106Null() { - return this.IsNull(this.tableComponent_Reel_SIDConv.M106Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public void SetM106Null() { - this[this.tableComponent_Reel_SIDConv.M106Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public bool IsM108Null() { - return this.IsNull(this.tableComponent_Reel_SIDConv.M108Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public void SetM108Null() { - this[this.tableComponent_Reel_SIDConv.M108Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public bool IsM103_2Null() { - return this.IsNull(this.tableComponent_Reel_SIDConv.M103_2Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public void SetM103_2Null() { - this[this.tableComponent_Reel_SIDConv.M103_2Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public bool IsM101_2Null() { - return this.IsNull(this.tableComponent_Reel_SIDConv.M101_2Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public void SetM101_2Null() { - this[this.tableComponent_Reel_SIDConv.M101_2Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public bool IsChkNull() { - return this.IsNull(this.tableComponent_Reel_SIDConv.ChkColumn); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public void SetChkNull() { - this[this.tableComponent_Reel_SIDConv.ChkColumn] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public bool IsSIDFromNull() { - return this.IsNull(this.tableComponent_Reel_SIDConv.SIDFromColumn); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public void SetSIDFromNull() { - this[this.tableComponent_Reel_SIDConv.SIDFromColumn] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public bool IsSIDToNull() { - return this.IsNull(this.tableComponent_Reel_SIDConv.SIDToColumn); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public void SetSIDToNull() { - this[this.tableComponent_Reel_SIDConv.SIDToColumn] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public bool IsRemarkNull() { - return this.IsNull(this.tableComponent_Reel_SIDConv.RemarkColumn); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public void SetRemarkNull() { - this[this.tableComponent_Reel_SIDConv.RemarkColumn] = global::System.Convert.DBNull; + this[this.tableK4EE_Component_Reel_CustRule.RemarkColumn] = global::System.Convert.DBNull; } } @@ -2843,90 +1558,22 @@ namespace Project { ///Row event argument class /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public class Component_Reel_CustRuleRowChangeEvent : global::System.EventArgs { + public class K4EE_Component_Reel_CustRuleRowChangeEvent : global::System.EventArgs { - private Component_Reel_CustRuleRow eventRow; + private K4EE_Component_Reel_CustRuleRow eventRow; private global::System.Data.DataRowAction eventAction; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public Component_Reel_CustRuleRowChangeEvent(Component_Reel_CustRuleRow row, global::System.Data.DataRowAction action) { + public K4EE_Component_Reel_CustRuleRowChangeEvent(K4EE_Component_Reel_CustRuleRow row, global::System.Data.DataRowAction action) { this.eventRow = row; this.eventAction = action; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public Component_Reel_CustRuleRow Row { - get { - return this.eventRow; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public global::System.Data.DataRowAction Action { - get { - return this.eventAction; - } - } - } - - /// - ///Row event argument class - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public class Component_Reel_SIDInfoRowChangeEvent : global::System.EventArgs { - - private Component_Reel_SIDInfoRow eventRow; - - private global::System.Data.DataRowAction eventAction; - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public Component_Reel_SIDInfoRowChangeEvent(Component_Reel_SIDInfoRow row, global::System.Data.DataRowAction action) { - this.eventRow = row; - this.eventAction = action; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public Component_Reel_SIDInfoRow Row { - get { - return this.eventRow; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public global::System.Data.DataRowAction Action { - get { - return this.eventAction; - } - } - } - - /// - ///Row event argument class - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public class Component_Reel_SIDConvRowChangeEvent : global::System.EventArgs { - - private Component_Reel_SIDConvRow eventRow; - - private global::System.Data.DataRowAction eventAction; - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public Component_Reel_SIDConvRowChangeEvent(Component_Reel_SIDConvRow row, global::System.Data.DataRowAction action) { - this.eventRow = row; - this.eventAction = action; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public Component_Reel_SIDConvRow Row { + public K4EE_Component_Reel_CustRuleRow Row { get { return this.eventRow; } @@ -3022,7 +1669,7 @@ namespace Project.DSListTableAdapters { [global::System.ComponentModel.DesignerAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterDesigner, Microsoft.VSDesigner" + ", Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] - public partial class Component_Reel_CustRuleTableAdapter : global::System.ComponentModel.Component { + public partial class K4EE_Component_Reel_CustRuleTableAdapter : global::System.ComponentModel.Component { private global::System.Data.SqlClient.SqlDataAdapter _adapter; @@ -3036,7 +1683,7 @@ namespace Project.DSListTableAdapters { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public Component_Reel_CustRuleTableAdapter() { + public K4EE_Component_Reel_CustRuleTableAdapter() { this.ClearBeforeFill = true; } @@ -3133,7 +1780,7 @@ namespace Project.DSListTableAdapters { this._adapter = new global::System.Data.SqlClient.SqlDataAdapter(); global::System.Data.Common.DataTableMapping tableMapping = new global::System.Data.Common.DataTableMapping(); tableMapping.SourceTable = "Table"; - tableMapping.DataSetTable = "Component_Reel_CustRule"; + tableMapping.DataSetTable = "K4EE_Component_Reel_CustRule"; tableMapping.ColumnMappings.Add("code", "code"); tableMapping.ColumnMappings.Add("idx", "idx"); tableMapping.ColumnMappings.Add("MatchEx", "MatchEx"); @@ -3213,7 +1860,7 @@ SELECT code, pre, pos, len, exp FROM Component_Reel_CustRule WHERE (code = @code [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Fill, true)] - public virtual int Fill(DSList.Component_Reel_CustRuleDataTable dataTable) { + public virtual int Fill(DSList.K4EE_Component_Reel_CustRuleDataTable dataTable) { this.Adapter.SelectCommand = this.CommandCollection[0]; if ((this.ClearBeforeFill == true)) { dataTable.Clear(); @@ -3226,9 +1873,9 @@ SELECT code, pre, pos, len, exp FROM Component_Reel_CustRule WHERE (code = @code [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, true)] - public virtual DSList.Component_Reel_CustRuleDataTable GetData() { + public virtual DSList.K4EE_Component_Reel_CustRuleDataTable GetData() { this.Adapter.SelectCommand = this.CommandCollection[0]; - DSList.Component_Reel_CustRuleDataTable dataTable = new DSList.Component_Reel_CustRuleDataTable(); + DSList.K4EE_Component_Reel_CustRuleDataTable dataTable = new DSList.K4EE_Component_Reel_CustRuleDataTable(); this.Adapter.Fill(dataTable); return dataTable; } @@ -3236,7 +1883,7 @@ SELECT code, pre, pos, len, exp FROM Component_Reel_CustRule WHERE (code = @code [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] - public virtual int Update(DSList.Component_Reel_CustRuleDataTable dataTable) { + public virtual int Update(DSList.K4EE_Component_Reel_CustRuleDataTable dataTable) { return this.Adapter.Update(dataTable); } @@ -3244,7 +1891,7 @@ SELECT code, pre, pos, len, exp FROM Component_Reel_CustRule WHERE (code = @code [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] public virtual int Update(DSList dataSet) { - return this.Adapter.Update(dataSet, "Component_Reel_CustRule"); + return this.Adapter.Update(dataSet, "K4EE_Component_Reel_CustRule"); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] @@ -3488,1262 +2135,6 @@ SELECT code, pre, pos, len, exp FROM Component_Reel_CustRule WHERE (code = @code } } - /// - ///Represents the connection and commands used to retrieve and save data. - /// - [global::System.ComponentModel.DesignerCategoryAttribute("code")] - [global::System.ComponentModel.ToolboxItem(true)] - [global::System.ComponentModel.DataObjectAttribute(true)] - [global::System.ComponentModel.DesignerAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterDesigner, Microsoft.VSDesigner" + - ", Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")] - [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] - public partial class Component_Reel_SIDInfoTableAdapter : global::System.ComponentModel.Component { - - private global::System.Data.SqlClient.SqlDataAdapter _adapter; - - private global::System.Data.SqlClient.SqlConnection _connection; - - private global::System.Data.SqlClient.SqlTransaction _transaction; - - private global::System.Data.SqlClient.SqlCommand[] _commandCollection; - - private bool _clearBeforeFill; - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public Component_Reel_SIDInfoTableAdapter() { - this.ClearBeforeFill = true; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - protected internal global::System.Data.SqlClient.SqlDataAdapter Adapter { - get { - if ((this._adapter == null)) { - this.InitAdapter(); - } - return this._adapter; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - internal global::System.Data.SqlClient.SqlConnection Connection { - get { - if ((this._connection == null)) { - this.InitConnection(); - } - return this._connection; - } - set { - this._connection = value; - if ((this.Adapter.InsertCommand != null)) { - this.Adapter.InsertCommand.Connection = value; - } - if ((this.Adapter.DeleteCommand != null)) { - this.Adapter.DeleteCommand.Connection = value; - } - if ((this.Adapter.UpdateCommand != null)) { - this.Adapter.UpdateCommand.Connection = value; - } - for (int i = 0; (i < this.CommandCollection.Length); i = (i + 1)) { - if ((this.CommandCollection[i] != null)) { - ((global::System.Data.SqlClient.SqlCommand)(this.CommandCollection[i])).Connection = value; - } - } - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - internal global::System.Data.SqlClient.SqlTransaction Transaction { - get { - return this._transaction; - } - set { - this._transaction = value; - for (int i = 0; (i < this.CommandCollection.Length); i = (i + 1)) { - this.CommandCollection[i].Transaction = this._transaction; - } - if (((this.Adapter != null) - && (this.Adapter.DeleteCommand != null))) { - this.Adapter.DeleteCommand.Transaction = this._transaction; - } - if (((this.Adapter != null) - && (this.Adapter.InsertCommand != null))) { - this.Adapter.InsertCommand.Transaction = this._transaction; - } - if (((this.Adapter != null) - && (this.Adapter.UpdateCommand != null))) { - this.Adapter.UpdateCommand.Transaction = this._transaction; - } - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - protected global::System.Data.SqlClient.SqlCommand[] CommandCollection { - get { - if ((this._commandCollection == null)) { - this.InitCommandCollection(); - } - return this._commandCollection; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public bool ClearBeforeFill { - get { - return this._clearBeforeFill; - } - set { - this._clearBeforeFill = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - private void InitAdapter() { - this._adapter = new global::System.Data.SqlClient.SqlDataAdapter(); - global::System.Data.Common.DataTableMapping tableMapping = new global::System.Data.Common.DataTableMapping(); - tableMapping.SourceTable = "Table"; - tableMapping.DataSetTable = "Component_Reel_SIDInfo"; - tableMapping.ColumnMappings.Add("SID", "SID"); - tableMapping.ColumnMappings.Add("CustCode", "CustCode"); - tableMapping.ColumnMappings.Add("CustName", "CustName"); - tableMapping.ColumnMappings.Add("VenderName", "VenderName"); - tableMapping.ColumnMappings.Add("PartNo", "PartNo"); - tableMapping.ColumnMappings.Add("PrintPosition", "PrintPosition"); - tableMapping.ColumnMappings.Add("Remark", "Remark"); - this._adapter.TableMappings.Add(tableMapping); - this._adapter.DeleteCommand = new global::System.Data.SqlClient.SqlCommand(); - this._adapter.DeleteCommand.Connection = this.Connection; - this._adapter.DeleteCommand.CommandText = @"DELETE FROM [Component_Reel_SIDInfo] WHERE (([SID] = @Original_SID) AND ([CustCode] = @Original_CustCode) AND ((@IsNull_CustName = 1 AND [CustName] IS NULL) OR ([CustName] = @Original_CustName)) AND ((@IsNull_VenderName = 1 AND [VenderName] IS NULL) OR ([VenderName] = @Original_VenderName)) AND ([PartNo] = @Original_PartNo) AND ((@IsNull_PrintPosition = 1 AND [PrintPosition] IS NULL) OR ([PrintPosition] = @Original_PrintPosition)) AND ((@IsNull_Remark = 1 AND [Remark] IS NULL) OR ([Remark] = @Original_Remark)))"; - this._adapter.DeleteCommand.CommandType = global::System.Data.CommandType.Text; - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_SID", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "SID", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_CustCode", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "CustCode", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_CustName", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "CustName", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_CustName", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "CustName", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_VenderName", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "VenderName", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_VenderName", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "VenderName", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_PartNo", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "PartNo", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_PrintPosition", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "PrintPosition", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_PrintPosition", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "PrintPosition", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Remark", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Remark", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Remark", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Remark", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.InsertCommand = new global::System.Data.SqlClient.SqlCommand(); - this._adapter.InsertCommand.Connection = this.Connection; - this._adapter.InsertCommand.CommandText = @"INSERT INTO [Component_Reel_SIDInfo] ([SID], [CustCode], [CustName], [VenderName], [PartNo], [PrintPosition], [Remark]) VALUES (@SID, @CustCode, @CustName, @VenderName, @PartNo, @PrintPosition, @Remark); -SELECT SID, CustCode, CustName, VenderName, PartNo, PrintPosition, Remark FROM Component_Reel_SIDInfo WHERE (CustCode = @CustCode) AND (PartNo = @PartNo) AND (SID = @SID)"; - this._adapter.InsertCommand.CommandType = global::System.Data.CommandType.Text; - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@SID", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "SID", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@CustCode", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "CustCode", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@CustName", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "CustName", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@VenderName", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "VenderName", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@PartNo", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "PartNo", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@PrintPosition", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "PrintPosition", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Remark", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Remark", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand = new global::System.Data.SqlClient.SqlCommand(); - this._adapter.UpdateCommand.Connection = this.Connection; - this._adapter.UpdateCommand.CommandText = @"UPDATE [Component_Reel_SIDInfo] SET [SID] = @SID, [CustCode] = @CustCode, [CustName] = @CustName, [VenderName] = @VenderName, [PartNo] = @PartNo, [PrintPosition] = @PrintPosition, [Remark] = @Remark WHERE (([SID] = @Original_SID) AND ([CustCode] = @Original_CustCode) AND ((@IsNull_CustName = 1 AND [CustName] IS NULL) OR ([CustName] = @Original_CustName)) AND ((@IsNull_VenderName = 1 AND [VenderName] IS NULL) OR ([VenderName] = @Original_VenderName)) AND ([PartNo] = @Original_PartNo) AND ((@IsNull_PrintPosition = 1 AND [PrintPosition] IS NULL) OR ([PrintPosition] = @Original_PrintPosition)) AND ((@IsNull_Remark = 1 AND [Remark] IS NULL) OR ([Remark] = @Original_Remark))); -SELECT SID, CustCode, CustName, VenderName, PartNo, PrintPosition, Remark FROM Component_Reel_SIDInfo WHERE (CustCode = @CustCode) AND (PartNo = @PartNo) AND (SID = @SID)"; - this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.Text; - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@SID", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "SID", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@CustCode", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "CustCode", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@CustName", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "CustName", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@VenderName", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "VenderName", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@PartNo", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "PartNo", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@PrintPosition", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "PrintPosition", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Remark", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Remark", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_SID", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "SID", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_CustCode", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "CustCode", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_CustName", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "CustName", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_CustName", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "CustName", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_VenderName", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "VenderName", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_VenderName", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "VenderName", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_PartNo", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "PartNo", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_PrintPosition", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "PrintPosition", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_PrintPosition", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "PrintPosition", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Remark", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Remark", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Remark", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Remark", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - private void InitConnection() { - this._connection = new global::System.Data.SqlClient.SqlConnection(); - this._connection.ConnectionString = global::Project.Properties.Settings.Default.CS; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - private void InitCommandCollection() { - this._commandCollection = new global::System.Data.SqlClient.SqlCommand[1]; - this._commandCollection[0] = new global::System.Data.SqlClient.SqlCommand(); - this._commandCollection[0].Connection = this.Connection; - this._commandCollection[0].CommandText = "SELECT SID, CustCode, CustName, VenderName, PartNo, PrintPosition, Remark\r\nFROM " + - " K4EE_Component_Reel_SIDInfo\r\nWHERE (SID = @sid) AND (CustCode = @custcode) " + - "AND (PartNo = @partno)"; - this._commandCollection[0].CommandType = global::System.Data.CommandType.Text; - this._commandCollection[0].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@sid", global::System.Data.SqlDbType.NVarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, "SID", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._commandCollection[0].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@custcode", global::System.Data.SqlDbType.NVarChar, 20, global::System.Data.ParameterDirection.Input, 0, 0, "CustCode", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._commandCollection[0].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@partno", global::System.Data.SqlDbType.NVarChar, 100, global::System.Data.ParameterDirection.Input, 0, 0, "PartNo", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] - [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Fill, true)] - public virtual int Fill(DSList.Component_Reel_SIDInfoDataTable dataTable, string sid, string custcode, string partno) { - this.Adapter.SelectCommand = this.CommandCollection[0]; - if ((sid == null)) { - throw new global::System.ArgumentNullException("sid"); - } - else { - this.Adapter.SelectCommand.Parameters[0].Value = ((string)(sid)); - } - if ((custcode == null)) { - throw new global::System.ArgumentNullException("custcode"); - } - else { - this.Adapter.SelectCommand.Parameters[1].Value = ((string)(custcode)); - } - if ((partno == null)) { - throw new global::System.ArgumentNullException("partno"); - } - else { - this.Adapter.SelectCommand.Parameters[2].Value = ((string)(partno)); - } - if ((this.ClearBeforeFill == true)) { - dataTable.Clear(); - } - int returnValue = this.Adapter.Fill(dataTable); - return returnValue; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] - [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, true)] - public virtual DSList.Component_Reel_SIDInfoDataTable GetData(string sid, string custcode, string partno) { - this.Adapter.SelectCommand = this.CommandCollection[0]; - if ((sid == null)) { - throw new global::System.ArgumentNullException("sid"); - } - else { - this.Adapter.SelectCommand.Parameters[0].Value = ((string)(sid)); - } - if ((custcode == null)) { - throw new global::System.ArgumentNullException("custcode"); - } - else { - this.Adapter.SelectCommand.Parameters[1].Value = ((string)(custcode)); - } - if ((partno == null)) { - throw new global::System.ArgumentNullException("partno"); - } - else { - this.Adapter.SelectCommand.Parameters[2].Value = ((string)(partno)); - } - DSList.Component_Reel_SIDInfoDataTable dataTable = new DSList.Component_Reel_SIDInfoDataTable(); - this.Adapter.Fill(dataTable); - return dataTable; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] - public virtual int Update(DSList.Component_Reel_SIDInfoDataTable dataTable) { - return this.Adapter.Update(dataTable); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] - public virtual int Update(DSList dataSet) { - return this.Adapter.Update(dataSet, "Component_Reel_SIDInfo"); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] - public virtual int Update(global::System.Data.DataRow dataRow) { - return this.Adapter.Update(new global::System.Data.DataRow[] { - dataRow}); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] - public virtual int Update(global::System.Data.DataRow[] dataRows) { - return this.Adapter.Update(dataRows); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] - [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Delete, true)] - public virtual int Delete(string Original_SID, string Original_CustCode, string Original_CustName, string Original_VenderName, string Original_PartNo, string Original_PrintPosition, string Original_Remark) { - if ((Original_SID == null)) { - throw new global::System.ArgumentNullException("Original_SID"); - } - else { - this.Adapter.DeleteCommand.Parameters[0].Value = ((string)(Original_SID)); - } - if ((Original_CustCode == null)) { - throw new global::System.ArgumentNullException("Original_CustCode"); - } - else { - this.Adapter.DeleteCommand.Parameters[1].Value = ((string)(Original_CustCode)); - } - if ((Original_CustName == null)) { - this.Adapter.DeleteCommand.Parameters[2].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[3].Value = global::System.DBNull.Value; - } - else { - this.Adapter.DeleteCommand.Parameters[2].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[3].Value = ((string)(Original_CustName)); - } - if ((Original_VenderName == null)) { - this.Adapter.DeleteCommand.Parameters[4].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[5].Value = global::System.DBNull.Value; - } - else { - this.Adapter.DeleteCommand.Parameters[4].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[5].Value = ((string)(Original_VenderName)); - } - if ((Original_PartNo == null)) { - throw new global::System.ArgumentNullException("Original_PartNo"); - } - else { - this.Adapter.DeleteCommand.Parameters[6].Value = ((string)(Original_PartNo)); - } - if ((Original_PrintPosition == null)) { - this.Adapter.DeleteCommand.Parameters[7].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[8].Value = global::System.DBNull.Value; - } - else { - this.Adapter.DeleteCommand.Parameters[7].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[8].Value = ((string)(Original_PrintPosition)); - } - if ((Original_Remark == null)) { - this.Adapter.DeleteCommand.Parameters[9].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[10].Value = global::System.DBNull.Value; - } - else { - this.Adapter.DeleteCommand.Parameters[9].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[10].Value = ((string)(Original_Remark)); - } - global::System.Data.ConnectionState previousConnectionState = this.Adapter.DeleteCommand.Connection.State; - if (((this.Adapter.DeleteCommand.Connection.State & global::System.Data.ConnectionState.Open) - != global::System.Data.ConnectionState.Open)) { - this.Adapter.DeleteCommand.Connection.Open(); - } - try { - int returnValue = this.Adapter.DeleteCommand.ExecuteNonQuery(); - return returnValue; - } - finally { - if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) { - this.Adapter.DeleteCommand.Connection.Close(); - } - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] - [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Insert, true)] - public virtual int Insert(string SID, string CustCode, string CustName, string VenderName, string PartNo, string PrintPosition, string Remark) { - if ((SID == null)) { - throw new global::System.ArgumentNullException("SID"); - } - else { - this.Adapter.InsertCommand.Parameters[0].Value = ((string)(SID)); - } - if ((CustCode == null)) { - throw new global::System.ArgumentNullException("CustCode"); - } - else { - this.Adapter.InsertCommand.Parameters[1].Value = ((string)(CustCode)); - } - if ((CustName == null)) { - this.Adapter.InsertCommand.Parameters[2].Value = global::System.DBNull.Value; - } - else { - this.Adapter.InsertCommand.Parameters[2].Value = ((string)(CustName)); - } - if ((VenderName == null)) { - this.Adapter.InsertCommand.Parameters[3].Value = global::System.DBNull.Value; - } - else { - this.Adapter.InsertCommand.Parameters[3].Value = ((string)(VenderName)); - } - if ((PartNo == null)) { - throw new global::System.ArgumentNullException("PartNo"); - } - else { - this.Adapter.InsertCommand.Parameters[4].Value = ((string)(PartNo)); - } - if ((PrintPosition == null)) { - this.Adapter.InsertCommand.Parameters[5].Value = global::System.DBNull.Value; - } - else { - this.Adapter.InsertCommand.Parameters[5].Value = ((string)(PrintPosition)); - } - if ((Remark == null)) { - this.Adapter.InsertCommand.Parameters[6].Value = global::System.DBNull.Value; - } - else { - this.Adapter.InsertCommand.Parameters[6].Value = ((string)(Remark)); - } - global::System.Data.ConnectionState previousConnectionState = this.Adapter.InsertCommand.Connection.State; - if (((this.Adapter.InsertCommand.Connection.State & global::System.Data.ConnectionState.Open) - != global::System.Data.ConnectionState.Open)) { - this.Adapter.InsertCommand.Connection.Open(); - } - try { - int returnValue = this.Adapter.InsertCommand.ExecuteNonQuery(); - return returnValue; - } - finally { - if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) { - this.Adapter.InsertCommand.Connection.Close(); - } - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] - [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Update, true)] - public virtual int Update(string SID, string CustCode, string CustName, string VenderName, string PartNo, string PrintPosition, string Remark, string Original_SID, string Original_CustCode, string Original_CustName, string Original_VenderName, string Original_PartNo, string Original_PrintPosition, string Original_Remark) { - if ((SID == null)) { - throw new global::System.ArgumentNullException("SID"); - } - else { - this.Adapter.UpdateCommand.Parameters[0].Value = ((string)(SID)); - } - if ((CustCode == null)) { - throw new global::System.ArgumentNullException("CustCode"); - } - else { - this.Adapter.UpdateCommand.Parameters[1].Value = ((string)(CustCode)); - } - if ((CustName == null)) { - this.Adapter.UpdateCommand.Parameters[2].Value = global::System.DBNull.Value; - } - else { - this.Adapter.UpdateCommand.Parameters[2].Value = ((string)(CustName)); - } - if ((VenderName == null)) { - this.Adapter.UpdateCommand.Parameters[3].Value = global::System.DBNull.Value; - } - else { - this.Adapter.UpdateCommand.Parameters[3].Value = ((string)(VenderName)); - } - if ((PartNo == null)) { - throw new global::System.ArgumentNullException("PartNo"); - } - else { - this.Adapter.UpdateCommand.Parameters[4].Value = ((string)(PartNo)); - } - if ((PrintPosition == null)) { - this.Adapter.UpdateCommand.Parameters[5].Value = global::System.DBNull.Value; - } - else { - this.Adapter.UpdateCommand.Parameters[5].Value = ((string)(PrintPosition)); - } - if ((Remark == null)) { - this.Adapter.UpdateCommand.Parameters[6].Value = global::System.DBNull.Value; - } - else { - this.Adapter.UpdateCommand.Parameters[6].Value = ((string)(Remark)); - } - if ((Original_SID == null)) { - throw new global::System.ArgumentNullException("Original_SID"); - } - else { - this.Adapter.UpdateCommand.Parameters[7].Value = ((string)(Original_SID)); - } - if ((Original_CustCode == null)) { - throw new global::System.ArgumentNullException("Original_CustCode"); - } - else { - this.Adapter.UpdateCommand.Parameters[8].Value = ((string)(Original_CustCode)); - } - if ((Original_CustName == null)) { - this.Adapter.UpdateCommand.Parameters[9].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[10].Value = global::System.DBNull.Value; - } - else { - this.Adapter.UpdateCommand.Parameters[9].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[10].Value = ((string)(Original_CustName)); - } - if ((Original_VenderName == null)) { - this.Adapter.UpdateCommand.Parameters[11].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[12].Value = global::System.DBNull.Value; - } - else { - this.Adapter.UpdateCommand.Parameters[11].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[12].Value = ((string)(Original_VenderName)); - } - if ((Original_PartNo == null)) { - throw new global::System.ArgumentNullException("Original_PartNo"); - } - else { - this.Adapter.UpdateCommand.Parameters[13].Value = ((string)(Original_PartNo)); - } - if ((Original_PrintPosition == null)) { - this.Adapter.UpdateCommand.Parameters[14].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[15].Value = global::System.DBNull.Value; - } - else { - this.Adapter.UpdateCommand.Parameters[14].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[15].Value = ((string)(Original_PrintPosition)); - } - if ((Original_Remark == null)) { - this.Adapter.UpdateCommand.Parameters[16].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[17].Value = global::System.DBNull.Value; - } - else { - this.Adapter.UpdateCommand.Parameters[16].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[17].Value = ((string)(Original_Remark)); - } - global::System.Data.ConnectionState previousConnectionState = this.Adapter.UpdateCommand.Connection.State; - if (((this.Adapter.UpdateCommand.Connection.State & global::System.Data.ConnectionState.Open) - != global::System.Data.ConnectionState.Open)) { - this.Adapter.UpdateCommand.Connection.Open(); - } - try { - int returnValue = this.Adapter.UpdateCommand.ExecuteNonQuery(); - return returnValue; - } - finally { - if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) { - this.Adapter.UpdateCommand.Connection.Close(); - } - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] - [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Update, true)] - public virtual int Update(string CustName, string VenderName, string PrintPosition, string Remark, string Original_SID, string Original_CustCode, string Original_CustName, string Original_VenderName, string Original_PartNo, string Original_PrintPosition, string Original_Remark) { - return this.Update(Original_SID, Original_CustCode, CustName, VenderName, Original_PartNo, PrintPosition, Remark, Original_SID, Original_CustCode, Original_CustName, Original_VenderName, Original_PartNo, Original_PrintPosition, Original_Remark); - } - } - - /// - ///Represents the connection and commands used to retrieve and save data. - /// - [global::System.ComponentModel.DesignerCategoryAttribute("code")] - [global::System.ComponentModel.ToolboxItem(true)] - [global::System.ComponentModel.DataObjectAttribute(true)] - [global::System.ComponentModel.DesignerAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterDesigner, Microsoft.VSDesigner" + - ", Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")] - [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] - public partial class Component_Reel_SIDConvTableAdapter : global::System.ComponentModel.Component { - - private global::System.Data.SqlClient.SqlDataAdapter _adapter; - - private global::System.Data.SqlClient.SqlConnection _connection; - - private global::System.Data.SqlClient.SqlTransaction _transaction; - - private global::System.Data.SqlClient.SqlCommand[] _commandCollection; - - private bool _clearBeforeFill; - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public Component_Reel_SIDConvTableAdapter() { - this.ClearBeforeFill = true; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - protected internal global::System.Data.SqlClient.SqlDataAdapter Adapter { - get { - if ((this._adapter == null)) { - this.InitAdapter(); - } - return this._adapter; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - internal global::System.Data.SqlClient.SqlConnection Connection { - get { - if ((this._connection == null)) { - this.InitConnection(); - } - return this._connection; - } - set { - this._connection = value; - if ((this.Adapter.InsertCommand != null)) { - this.Adapter.InsertCommand.Connection = value; - } - if ((this.Adapter.DeleteCommand != null)) { - this.Adapter.DeleteCommand.Connection = value; - } - if ((this.Adapter.UpdateCommand != null)) { - this.Adapter.UpdateCommand.Connection = value; - } - for (int i = 0; (i < this.CommandCollection.Length); i = (i + 1)) { - if ((this.CommandCollection[i] != null)) { - ((global::System.Data.SqlClient.SqlCommand)(this.CommandCollection[i])).Connection = value; - } - } - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - internal global::System.Data.SqlClient.SqlTransaction Transaction { - get { - return this._transaction; - } - set { - this._transaction = value; - for (int i = 0; (i < this.CommandCollection.Length); i = (i + 1)) { - this.CommandCollection[i].Transaction = this._transaction; - } - if (((this.Adapter != null) - && (this.Adapter.DeleteCommand != null))) { - this.Adapter.DeleteCommand.Transaction = this._transaction; - } - if (((this.Adapter != null) - && (this.Adapter.InsertCommand != null))) { - this.Adapter.InsertCommand.Transaction = this._transaction; - } - if (((this.Adapter != null) - && (this.Adapter.UpdateCommand != null))) { - this.Adapter.UpdateCommand.Transaction = this._transaction; - } - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - protected global::System.Data.SqlClient.SqlCommand[] CommandCollection { - get { - if ((this._commandCollection == null)) { - this.InitCommandCollection(); - } - return this._commandCollection; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public bool ClearBeforeFill { - get { - return this._clearBeforeFill; - } - set { - this._clearBeforeFill = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - private void InitAdapter() { - this._adapter = new global::System.Data.SqlClient.SqlDataAdapter(); - global::System.Data.Common.DataTableMapping tableMapping = new global::System.Data.Common.DataTableMapping(); - tableMapping.SourceTable = "Table"; - tableMapping.DataSetTable = "Component_Reel_SIDConv"; - tableMapping.ColumnMappings.Add("idx", "idx"); - tableMapping.ColumnMappings.Add("M101", "M101"); - tableMapping.ColumnMappings.Add("M103", "M103"); - tableMapping.ColumnMappings.Add("M106", "M106"); - tableMapping.ColumnMappings.Add("M108", "M108"); - tableMapping.ColumnMappings.Add("M103_2", "M103_2"); - tableMapping.ColumnMappings.Add("M101_2", "M101_2"); - tableMapping.ColumnMappings.Add("Chk", "Chk"); - tableMapping.ColumnMappings.Add("SIDFrom", "SIDFrom"); - tableMapping.ColumnMappings.Add("SIDTo", "SIDTo"); - tableMapping.ColumnMappings.Add("Remark", "Remark"); - this._adapter.TableMappings.Add(tableMapping); - this._adapter.DeleteCommand = new global::System.Data.SqlClient.SqlCommand(); - this._adapter.DeleteCommand.Connection = this.Connection; - this._adapter.DeleteCommand.CommandText = @"DELETE FROM [Component_Reel_SIDConv] WHERE (([idx] = @Original_idx) AND ((@IsNull_M101 = 1 AND [M101] IS NULL) OR ([M101] = @Original_M101)) AND ((@IsNull_M103 = 1 AND [M103] IS NULL) OR ([M103] = @Original_M103)) AND ((@IsNull_M106 = 1 AND [M106] IS NULL) OR ([M106] = @Original_M106)) AND ((@IsNull_M108 = 1 AND [M108] IS NULL) OR ([M108] = @Original_M108)) AND ((@IsNull_M103_2 = 1 AND [M103_2] IS NULL) OR ([M103_2] = @Original_M103_2)) AND ((@IsNull_M101_2 = 1 AND [M101_2] IS NULL) OR ([M101_2] = @Original_M101_2)) AND ((@IsNull_Chk = 1 AND [Chk] IS NULL) OR ([Chk] = @Original_Chk)) AND ((@IsNull_SIDFrom = 1 AND [SIDFrom] IS NULL) OR ([SIDFrom] = @Original_SIDFrom)) AND ((@IsNull_SIDTo = 1 AND [SIDTo] IS NULL) OR ([SIDTo] = @Original_SIDTo)) AND ((@IsNull_Remark = 1 AND [Remark] IS NULL) OR ([Remark] = @Original_Remark)))"; - this._adapter.DeleteCommand.CommandType = global::System.Data.CommandType.Text; - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_idx", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "idx", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_M101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "M101", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_M101", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "M101", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_M103", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "M103", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_M103", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "M103", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_M106", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "M106", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_M106", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "M106", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_M108", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "M108", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_M108", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "M108", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_M103_2", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "M103_2", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_M103_2", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "M103_2", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_M101_2", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "M101_2", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_M101_2", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "M101_2", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Chk", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Chk", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Chk", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Chk", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_SIDFrom", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "SIDFrom", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_SIDFrom", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "SIDFrom", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_SIDTo", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "SIDTo", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_SIDTo", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "SIDTo", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Remark", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Remark", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Remark", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Remark", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.InsertCommand = new global::System.Data.SqlClient.SqlCommand(); - this._adapter.InsertCommand.Connection = this.Connection; - this._adapter.InsertCommand.CommandText = @"INSERT INTO [Component_Reel_SIDConv] ([M101], [M103], [M106], [M108], [M103_2], [M101_2], [Chk], [SIDFrom], [SIDTo], [Remark]) VALUES (@M101, @M103, @M106, @M108, @M103_2, @M101_2, @Chk, @SIDFrom, @SIDTo, @Remark); -SELECT idx, M101, M103, M106, M108, M103_2, M101_2, Chk, SIDFrom, SIDTo, Remark FROM Component_Reel_SIDConv WHERE (idx = SCOPE_IDENTITY())"; - this._adapter.InsertCommand.CommandType = global::System.Data.CommandType.Text; - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@M101", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "M101", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@M103", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "M103", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@M106", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "M106", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@M108", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "M108", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@M103_2", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "M103_2", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@M101_2", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "M101_2", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Chk", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Chk", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@SIDFrom", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "SIDFrom", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@SIDTo", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "SIDTo", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Remark", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Remark", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand = new global::System.Data.SqlClient.SqlCommand(); - this._adapter.UpdateCommand.Connection = this.Connection; - this._adapter.UpdateCommand.CommandText = @"UPDATE [Component_Reel_SIDConv] SET [M101] = @M101, [M103] = @M103, [M106] = @M106, [M108] = @M108, [M103_2] = @M103_2, [M101_2] = @M101_2, [Chk] = @Chk, [SIDFrom] = @SIDFrom, [SIDTo] = @SIDTo, [Remark] = @Remark WHERE (([idx] = @Original_idx) AND ((@IsNull_M101 = 1 AND [M101] IS NULL) OR ([M101] = @Original_M101)) AND ((@IsNull_M103 = 1 AND [M103] IS NULL) OR ([M103] = @Original_M103)) AND ((@IsNull_M106 = 1 AND [M106] IS NULL) OR ([M106] = @Original_M106)) AND ((@IsNull_M108 = 1 AND [M108] IS NULL) OR ([M108] = @Original_M108)) AND ((@IsNull_M103_2 = 1 AND [M103_2] IS NULL) OR ([M103_2] = @Original_M103_2)) AND ((@IsNull_M101_2 = 1 AND [M101_2] IS NULL) OR ([M101_2] = @Original_M101_2)) AND ((@IsNull_Chk = 1 AND [Chk] IS NULL) OR ([Chk] = @Original_Chk)) AND ((@IsNull_SIDFrom = 1 AND [SIDFrom] IS NULL) OR ([SIDFrom] = @Original_SIDFrom)) AND ((@IsNull_SIDTo = 1 AND [SIDTo] IS NULL) OR ([SIDTo] = @Original_SIDTo)) AND ((@IsNull_Remark = 1 AND [Remark] IS NULL) OR ([Remark] = @Original_Remark))); -SELECT idx, M101, M103, M106, M108, M103_2, M101_2, Chk, SIDFrom, SIDTo, Remark FROM Component_Reel_SIDConv WHERE (idx = @idx)"; - this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.Text; - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@M101", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "M101", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@M103", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "M103", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@M106", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "M106", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@M108", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "M108", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@M103_2", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "M103_2", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@M101_2", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "M101_2", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Chk", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Chk", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@SIDFrom", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "SIDFrom", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@SIDTo", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "SIDTo", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Remark", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Remark", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_idx", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "idx", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_M101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "M101", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_M101", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "M101", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_M103", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "M103", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_M103", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "M103", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_M106", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "M106", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_M106", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "M106", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_M108", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "M108", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_M108", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "M108", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_M103_2", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "M103_2", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_M103_2", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "M103_2", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_M101_2", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "M101_2", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_M101_2", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "M101_2", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Chk", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Chk", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Chk", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Chk", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_SIDFrom", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "SIDFrom", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_SIDFrom", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "SIDFrom", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_SIDTo", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "SIDTo", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_SIDTo", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "SIDTo", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Remark", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Remark", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Remark", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Remark", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@idx", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 0, 0, "idx", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - private void InitConnection() { - this._connection = new global::System.Data.SqlClient.SqlConnection(); - this._connection.ConnectionString = global::Project.Properties.Settings.Default.CS; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - private void InitCommandCollection() { - this._commandCollection = new global::System.Data.SqlClient.SqlCommand[1]; - this._commandCollection[0] = new global::System.Data.SqlClient.SqlCommand(); - this._commandCollection[0].Connection = this.Connection; - this._commandCollection[0].CommandText = "SELECT idx, M101, M103, M106, M108, M103_2, M101_2, Chk, SIDFrom, SIDTo, Remark\r" + - "\nFROM K4EE_Component_Reel_SIDConv\r\nWHERE (SIDFrom = @sidfrom) AND (SIDTo = " + - "@sidto)"; - this._commandCollection[0].CommandType = global::System.Data.CommandType.Text; - this._commandCollection[0].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@sidfrom", global::System.Data.SqlDbType.VarChar, 20, global::System.Data.ParameterDirection.Input, 0, 0, "SIDFrom", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._commandCollection[0].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@sidto", global::System.Data.SqlDbType.VarChar, 20, global::System.Data.ParameterDirection.Input, 0, 0, "SIDTo", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] - [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Fill, true)] - public virtual int Fill(DSList.Component_Reel_SIDConvDataTable dataTable, string sidfrom, string sidto) { - this.Adapter.SelectCommand = this.CommandCollection[0]; - if ((sidfrom == null)) { - this.Adapter.SelectCommand.Parameters[0].Value = global::System.DBNull.Value; - } - else { - this.Adapter.SelectCommand.Parameters[0].Value = ((string)(sidfrom)); - } - if ((sidto == null)) { - this.Adapter.SelectCommand.Parameters[1].Value = global::System.DBNull.Value; - } - else { - this.Adapter.SelectCommand.Parameters[1].Value = ((string)(sidto)); - } - if ((this.ClearBeforeFill == true)) { - dataTable.Clear(); - } - int returnValue = this.Adapter.Fill(dataTable); - return returnValue; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] - [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, true)] - public virtual DSList.Component_Reel_SIDConvDataTable GetData(string sidfrom, string sidto) { - this.Adapter.SelectCommand = this.CommandCollection[0]; - if ((sidfrom == null)) { - this.Adapter.SelectCommand.Parameters[0].Value = global::System.DBNull.Value; - } - else { - this.Adapter.SelectCommand.Parameters[0].Value = ((string)(sidfrom)); - } - if ((sidto == null)) { - this.Adapter.SelectCommand.Parameters[1].Value = global::System.DBNull.Value; - } - else { - this.Adapter.SelectCommand.Parameters[1].Value = ((string)(sidto)); - } - DSList.Component_Reel_SIDConvDataTable dataTable = new DSList.Component_Reel_SIDConvDataTable(); - this.Adapter.Fill(dataTable); - return dataTable; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] - public virtual int Update(DSList.Component_Reel_SIDConvDataTable dataTable) { - return this.Adapter.Update(dataTable); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] - public virtual int Update(DSList dataSet) { - return this.Adapter.Update(dataSet, "Component_Reel_SIDConv"); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] - public virtual int Update(global::System.Data.DataRow dataRow) { - return this.Adapter.Update(new global::System.Data.DataRow[] { - dataRow}); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] - public virtual int Update(global::System.Data.DataRow[] dataRows) { - return this.Adapter.Update(dataRows); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] - [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Delete, true)] - public virtual int Delete(int Original_idx, string Original_M101, string Original_M103, string Original_M106, string Original_M108, string Original_M103_2, string Original_M101_2, global::System.Nullable Original_Chk, string Original_SIDFrom, string Original_SIDTo, string Original_Remark) { - this.Adapter.DeleteCommand.Parameters[0].Value = ((int)(Original_idx)); - if ((Original_M101 == null)) { - this.Adapter.DeleteCommand.Parameters[1].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[2].Value = global::System.DBNull.Value; - } - else { - this.Adapter.DeleteCommand.Parameters[1].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[2].Value = ((string)(Original_M101)); - } - if ((Original_M103 == null)) { - this.Adapter.DeleteCommand.Parameters[3].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[4].Value = global::System.DBNull.Value; - } - else { - this.Adapter.DeleteCommand.Parameters[3].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[4].Value = ((string)(Original_M103)); - } - if ((Original_M106 == null)) { - this.Adapter.DeleteCommand.Parameters[5].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[6].Value = global::System.DBNull.Value; - } - else { - this.Adapter.DeleteCommand.Parameters[5].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[6].Value = ((string)(Original_M106)); - } - if ((Original_M108 == null)) { - this.Adapter.DeleteCommand.Parameters[7].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[8].Value = global::System.DBNull.Value; - } - else { - this.Adapter.DeleteCommand.Parameters[7].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[8].Value = ((string)(Original_M108)); - } - if ((Original_M103_2 == null)) { - this.Adapter.DeleteCommand.Parameters[9].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[10].Value = global::System.DBNull.Value; - } - else { - this.Adapter.DeleteCommand.Parameters[9].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[10].Value = ((string)(Original_M103_2)); - } - if ((Original_M101_2 == null)) { - this.Adapter.DeleteCommand.Parameters[11].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[12].Value = global::System.DBNull.Value; - } - else { - this.Adapter.DeleteCommand.Parameters[11].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[12].Value = ((string)(Original_M101_2)); - } - if ((Original_Chk.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[13].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[14].Value = ((bool)(Original_Chk.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[13].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[14].Value = global::System.DBNull.Value; - } - if ((Original_SIDFrom == null)) { - this.Adapter.DeleteCommand.Parameters[15].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[16].Value = global::System.DBNull.Value; - } - else { - this.Adapter.DeleteCommand.Parameters[15].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[16].Value = ((string)(Original_SIDFrom)); - } - if ((Original_SIDTo == null)) { - this.Adapter.DeleteCommand.Parameters[17].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[18].Value = global::System.DBNull.Value; - } - else { - this.Adapter.DeleteCommand.Parameters[17].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[18].Value = ((string)(Original_SIDTo)); - } - if ((Original_Remark == null)) { - this.Adapter.DeleteCommand.Parameters[19].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[20].Value = global::System.DBNull.Value; - } - else { - this.Adapter.DeleteCommand.Parameters[19].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[20].Value = ((string)(Original_Remark)); - } - global::System.Data.ConnectionState previousConnectionState = this.Adapter.DeleteCommand.Connection.State; - if (((this.Adapter.DeleteCommand.Connection.State & global::System.Data.ConnectionState.Open) - != global::System.Data.ConnectionState.Open)) { - this.Adapter.DeleteCommand.Connection.Open(); - } - try { - int returnValue = this.Adapter.DeleteCommand.ExecuteNonQuery(); - return returnValue; - } - finally { - if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) { - this.Adapter.DeleteCommand.Connection.Close(); - } - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] - [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Insert, true)] - public virtual int Insert(string M101, string M103, string M106, string M108, string M103_2, string M101_2, global::System.Nullable Chk, string SIDFrom, string SIDTo, string Remark) { - if ((M101 == null)) { - this.Adapter.InsertCommand.Parameters[0].Value = global::System.DBNull.Value; - } - else { - this.Adapter.InsertCommand.Parameters[0].Value = ((string)(M101)); - } - if ((M103 == null)) { - this.Adapter.InsertCommand.Parameters[1].Value = global::System.DBNull.Value; - } - else { - this.Adapter.InsertCommand.Parameters[1].Value = ((string)(M103)); - } - if ((M106 == null)) { - this.Adapter.InsertCommand.Parameters[2].Value = global::System.DBNull.Value; - } - else { - this.Adapter.InsertCommand.Parameters[2].Value = ((string)(M106)); - } - if ((M108 == null)) { - this.Adapter.InsertCommand.Parameters[3].Value = global::System.DBNull.Value; - } - else { - this.Adapter.InsertCommand.Parameters[3].Value = ((string)(M108)); - } - if ((M103_2 == null)) { - this.Adapter.InsertCommand.Parameters[4].Value = global::System.DBNull.Value; - } - else { - this.Adapter.InsertCommand.Parameters[4].Value = ((string)(M103_2)); - } - if ((M101_2 == null)) { - this.Adapter.InsertCommand.Parameters[5].Value = global::System.DBNull.Value; - } - else { - this.Adapter.InsertCommand.Parameters[5].Value = ((string)(M101_2)); - } - if ((Chk.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[6].Value = ((bool)(Chk.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[6].Value = global::System.DBNull.Value; - } - if ((SIDFrom == null)) { - this.Adapter.InsertCommand.Parameters[7].Value = global::System.DBNull.Value; - } - else { - this.Adapter.InsertCommand.Parameters[7].Value = ((string)(SIDFrom)); - } - if ((SIDTo == null)) { - this.Adapter.InsertCommand.Parameters[8].Value = global::System.DBNull.Value; - } - else { - this.Adapter.InsertCommand.Parameters[8].Value = ((string)(SIDTo)); - } - if ((Remark == null)) { - this.Adapter.InsertCommand.Parameters[9].Value = global::System.DBNull.Value; - } - else { - this.Adapter.InsertCommand.Parameters[9].Value = ((string)(Remark)); - } - global::System.Data.ConnectionState previousConnectionState = this.Adapter.InsertCommand.Connection.State; - if (((this.Adapter.InsertCommand.Connection.State & global::System.Data.ConnectionState.Open) - != global::System.Data.ConnectionState.Open)) { - this.Adapter.InsertCommand.Connection.Open(); - } - try { - int returnValue = this.Adapter.InsertCommand.ExecuteNonQuery(); - return returnValue; - } - finally { - if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) { - this.Adapter.InsertCommand.Connection.Close(); - } - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] - [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Update, true)] - public virtual int Update( - string M101, - string M103, - string M106, - string M108, - string M103_2, - string M101_2, - global::System.Nullable Chk, - string SIDFrom, - string SIDTo, - string Remark, - int Original_idx, - string Original_M101, - string Original_M103, - string Original_M106, - string Original_M108, - string Original_M103_2, - string Original_M101_2, - global::System.Nullable Original_Chk, - string Original_SIDFrom, - string Original_SIDTo, - string Original_Remark, - int idx) { - if ((M101 == null)) { - this.Adapter.UpdateCommand.Parameters[0].Value = global::System.DBNull.Value; - } - else { - this.Adapter.UpdateCommand.Parameters[0].Value = ((string)(M101)); - } - if ((M103 == null)) { - this.Adapter.UpdateCommand.Parameters[1].Value = global::System.DBNull.Value; - } - else { - this.Adapter.UpdateCommand.Parameters[1].Value = ((string)(M103)); - } - if ((M106 == null)) { - this.Adapter.UpdateCommand.Parameters[2].Value = global::System.DBNull.Value; - } - else { - this.Adapter.UpdateCommand.Parameters[2].Value = ((string)(M106)); - } - if ((M108 == null)) { - this.Adapter.UpdateCommand.Parameters[3].Value = global::System.DBNull.Value; - } - else { - this.Adapter.UpdateCommand.Parameters[3].Value = ((string)(M108)); - } - if ((M103_2 == null)) { - this.Adapter.UpdateCommand.Parameters[4].Value = global::System.DBNull.Value; - } - else { - this.Adapter.UpdateCommand.Parameters[4].Value = ((string)(M103_2)); - } - if ((M101_2 == null)) { - this.Adapter.UpdateCommand.Parameters[5].Value = global::System.DBNull.Value; - } - else { - this.Adapter.UpdateCommand.Parameters[5].Value = ((string)(M101_2)); - } - if ((Chk.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[6].Value = ((bool)(Chk.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[6].Value = global::System.DBNull.Value; - } - if ((SIDFrom == null)) { - this.Adapter.UpdateCommand.Parameters[7].Value = global::System.DBNull.Value; - } - else { - this.Adapter.UpdateCommand.Parameters[7].Value = ((string)(SIDFrom)); - } - if ((SIDTo == null)) { - this.Adapter.UpdateCommand.Parameters[8].Value = global::System.DBNull.Value; - } - else { - this.Adapter.UpdateCommand.Parameters[8].Value = ((string)(SIDTo)); - } - if ((Remark == null)) { - this.Adapter.UpdateCommand.Parameters[9].Value = global::System.DBNull.Value; - } - else { - this.Adapter.UpdateCommand.Parameters[9].Value = ((string)(Remark)); - } - this.Adapter.UpdateCommand.Parameters[10].Value = ((int)(Original_idx)); - if ((Original_M101 == null)) { - this.Adapter.UpdateCommand.Parameters[11].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[12].Value = global::System.DBNull.Value; - } - else { - this.Adapter.UpdateCommand.Parameters[11].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[12].Value = ((string)(Original_M101)); - } - if ((Original_M103 == null)) { - this.Adapter.UpdateCommand.Parameters[13].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[14].Value = global::System.DBNull.Value; - } - else { - this.Adapter.UpdateCommand.Parameters[13].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[14].Value = ((string)(Original_M103)); - } - if ((Original_M106 == null)) { - this.Adapter.UpdateCommand.Parameters[15].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[16].Value = global::System.DBNull.Value; - } - else { - this.Adapter.UpdateCommand.Parameters[15].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[16].Value = ((string)(Original_M106)); - } - if ((Original_M108 == null)) { - this.Adapter.UpdateCommand.Parameters[17].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[18].Value = global::System.DBNull.Value; - } - else { - this.Adapter.UpdateCommand.Parameters[17].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[18].Value = ((string)(Original_M108)); - } - if ((Original_M103_2 == null)) { - this.Adapter.UpdateCommand.Parameters[19].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[20].Value = global::System.DBNull.Value; - } - else { - this.Adapter.UpdateCommand.Parameters[19].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[20].Value = ((string)(Original_M103_2)); - } - if ((Original_M101_2 == null)) { - this.Adapter.UpdateCommand.Parameters[21].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[22].Value = global::System.DBNull.Value; - } - else { - this.Adapter.UpdateCommand.Parameters[21].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[22].Value = ((string)(Original_M101_2)); - } - if ((Original_Chk.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[23].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[24].Value = ((bool)(Original_Chk.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[23].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[24].Value = global::System.DBNull.Value; - } - if ((Original_SIDFrom == null)) { - this.Adapter.UpdateCommand.Parameters[25].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[26].Value = global::System.DBNull.Value; - } - else { - this.Adapter.UpdateCommand.Parameters[25].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[26].Value = ((string)(Original_SIDFrom)); - } - if ((Original_SIDTo == null)) { - this.Adapter.UpdateCommand.Parameters[27].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[28].Value = global::System.DBNull.Value; - } - else { - this.Adapter.UpdateCommand.Parameters[27].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[28].Value = ((string)(Original_SIDTo)); - } - if ((Original_Remark == null)) { - this.Adapter.UpdateCommand.Parameters[29].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[30].Value = global::System.DBNull.Value; - } - else { - this.Adapter.UpdateCommand.Parameters[29].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[30].Value = ((string)(Original_Remark)); - } - this.Adapter.UpdateCommand.Parameters[31].Value = ((int)(idx)); - global::System.Data.ConnectionState previousConnectionState = this.Adapter.UpdateCommand.Connection.State; - if (((this.Adapter.UpdateCommand.Connection.State & global::System.Data.ConnectionState.Open) - != global::System.Data.ConnectionState.Open)) { - this.Adapter.UpdateCommand.Connection.Open(); - } - try { - int returnValue = this.Adapter.UpdateCommand.ExecuteNonQuery(); - return returnValue; - } - finally { - if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) { - this.Adapter.UpdateCommand.Connection.Close(); - } - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] - [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Update, true)] - public virtual int Update( - string M101, - string M103, - string M106, - string M108, - string M103_2, - string M101_2, - global::System.Nullable Chk, - string SIDFrom, - string SIDTo, - string Remark, - int Original_idx, - string Original_M101, - string Original_M103, - string Original_M106, - string Original_M108, - string Original_M103_2, - string Original_M101_2, - global::System.Nullable Original_Chk, - string Original_SIDFrom, - string Original_SIDTo, - string Original_Remark) { - return this.Update(M101, M103, M106, M108, M103_2, M101_2, Chk, SIDFrom, SIDTo, Remark, Original_idx, Original_M101, Original_M103, Original_M106, Original_M108, Original_M103_2, Original_M101_2, Original_Chk, Original_SIDFrom, Original_SIDTo, Original_Remark, Original_idx); - } - } - /// ///TableAdapterManager is used to coordinate TableAdapters in the dataset to enable Hierarchical Update scenarios /// @@ -4756,11 +2147,7 @@ SELECT idx, M101, M103, M106, M108, M103_2, M101_2, Chk, SIDFrom, SIDTo, Remark private UpdateOrderOption _updateOrder; - private Component_Reel_CustRuleTableAdapter _component_Reel_CustRuleTableAdapter; - - private Component_Reel_SIDInfoTableAdapter _component_Reel_SIDInfoTableAdapter; - - private Component_Reel_SIDConvTableAdapter _component_Reel_SIDConvTableAdapter; + private K4EE_Component_Reel_CustRuleTableAdapter _k4EE_Component_Reel_CustRuleTableAdapter; private bool _backupDataSetBeforeUpdate; @@ -4782,40 +2169,12 @@ SELECT idx, M101, M103, M106, M108, M103_2, M101_2, Chk, SIDFrom, SIDTo, Remark [global::System.ComponentModel.EditorAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterManagerPropertyEditor, Microso" + "ft.VSDesigner, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3" + "a", "System.Drawing.Design.UITypeEditor")] - public Component_Reel_CustRuleTableAdapter Component_Reel_CustRuleTableAdapter { + public K4EE_Component_Reel_CustRuleTableAdapter K4EE_Component_Reel_CustRuleTableAdapter { get { - return this._component_Reel_CustRuleTableAdapter; + return this._k4EE_Component_Reel_CustRuleTableAdapter; } set { - this._component_Reel_CustRuleTableAdapter = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - [global::System.ComponentModel.EditorAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterManagerPropertyEditor, Microso" + - "ft.VSDesigner, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3" + - "a", "System.Drawing.Design.UITypeEditor")] - public Component_Reel_SIDInfoTableAdapter Component_Reel_SIDInfoTableAdapter { - get { - return this._component_Reel_SIDInfoTableAdapter; - } - set { - this._component_Reel_SIDInfoTableAdapter = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - [global::System.ComponentModel.EditorAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterManagerPropertyEditor, Microso" + - "ft.VSDesigner, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3" + - "a", "System.Drawing.Design.UITypeEditor")] - public Component_Reel_SIDConvTableAdapter Component_Reel_SIDConvTableAdapter { - get { - return this._component_Reel_SIDConvTableAdapter; - } - set { - this._component_Reel_SIDConvTableAdapter = value; + this._k4EE_Component_Reel_CustRuleTableAdapter = value; } } @@ -4838,17 +2197,9 @@ SELECT idx, M101, M103, M106, M108, M103_2, M101_2, Chk, SIDFrom, SIDTo, Remark if ((this._connection != null)) { return this._connection; } - if (((this._component_Reel_CustRuleTableAdapter != null) - && (this._component_Reel_CustRuleTableAdapter.Connection != null))) { - return this._component_Reel_CustRuleTableAdapter.Connection; - } - if (((this._component_Reel_SIDInfoTableAdapter != null) - && (this._component_Reel_SIDInfoTableAdapter.Connection != null))) { - return this._component_Reel_SIDInfoTableAdapter.Connection; - } - if (((this._component_Reel_SIDConvTableAdapter != null) - && (this._component_Reel_SIDConvTableAdapter.Connection != null))) { - return this._component_Reel_SIDConvTableAdapter.Connection; + if (((this._k4EE_Component_Reel_CustRuleTableAdapter != null) + && (this._k4EE_Component_Reel_CustRuleTableAdapter.Connection != null))) { + return this._k4EE_Component_Reel_CustRuleTableAdapter.Connection; } return null; } @@ -4863,13 +2214,7 @@ SELECT idx, M101, M103, M106, M108, M103_2, M101_2, Chk, SIDFrom, SIDTo, Remark public int TableAdapterInstanceCount { get { int count = 0; - if ((this._component_Reel_CustRuleTableAdapter != null)) { - count = (count + 1); - } - if ((this._component_Reel_SIDInfoTableAdapter != null)) { - count = (count + 1); - } - if ((this._component_Reel_SIDConvTableAdapter != null)) { + if ((this._k4EE_Component_Reel_CustRuleTableAdapter != null)) { count = (count + 1); } return count; @@ -4883,30 +2228,12 @@ SELECT idx, M101, M103, M106, M108, M103_2, M101_2, Chk, SIDFrom, SIDTo, Remark [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] private int UpdateUpdatedRows(DSList dataSet, global::System.Collections.Generic.List allChangedRows, global::System.Collections.Generic.List allAddedRows) { int result = 0; - if ((this._component_Reel_CustRuleTableAdapter != null)) { - global::System.Data.DataRow[] updatedRows = dataSet.Component_Reel_CustRule.Select(null, null, global::System.Data.DataViewRowState.ModifiedCurrent); + if ((this._k4EE_Component_Reel_CustRuleTableAdapter != null)) { + global::System.Data.DataRow[] updatedRows = dataSet.K4EE_Component_Reel_CustRule.Select(null, null, global::System.Data.DataViewRowState.ModifiedCurrent); updatedRows = this.GetRealUpdatedRows(updatedRows, allAddedRows); if (((updatedRows != null) && (0 < updatedRows.Length))) { - result = (result + this._component_Reel_CustRuleTableAdapter.Update(updatedRows)); - allChangedRows.AddRange(updatedRows); - } - } - if ((this._component_Reel_SIDInfoTableAdapter != null)) { - global::System.Data.DataRow[] updatedRows = dataSet.Component_Reel_SIDInfo.Select(null, null, global::System.Data.DataViewRowState.ModifiedCurrent); - updatedRows = this.GetRealUpdatedRows(updatedRows, allAddedRows); - if (((updatedRows != null) - && (0 < updatedRows.Length))) { - result = (result + this._component_Reel_SIDInfoTableAdapter.Update(updatedRows)); - allChangedRows.AddRange(updatedRows); - } - } - if ((this._component_Reel_SIDConvTableAdapter != null)) { - global::System.Data.DataRow[] updatedRows = dataSet.Component_Reel_SIDConv.Select(null, null, global::System.Data.DataViewRowState.ModifiedCurrent); - updatedRows = this.GetRealUpdatedRows(updatedRows, allAddedRows); - if (((updatedRows != null) - && (0 < updatedRows.Length))) { - result = (result + this._component_Reel_SIDConvTableAdapter.Update(updatedRows)); + result = (result + this._k4EE_Component_Reel_CustRuleTableAdapter.Update(updatedRows)); allChangedRows.AddRange(updatedRows); } } @@ -4920,27 +2247,11 @@ SELECT idx, M101, M103, M106, M108, M103_2, M101_2, Chk, SIDFrom, SIDTo, Remark [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] private int UpdateInsertedRows(DSList dataSet, global::System.Collections.Generic.List allAddedRows) { int result = 0; - if ((this._component_Reel_CustRuleTableAdapter != null)) { - global::System.Data.DataRow[] addedRows = dataSet.Component_Reel_CustRule.Select(null, null, global::System.Data.DataViewRowState.Added); + if ((this._k4EE_Component_Reel_CustRuleTableAdapter != null)) { + global::System.Data.DataRow[] addedRows = dataSet.K4EE_Component_Reel_CustRule.Select(null, null, global::System.Data.DataViewRowState.Added); if (((addedRows != null) && (0 < addedRows.Length))) { - result = (result + this._component_Reel_CustRuleTableAdapter.Update(addedRows)); - allAddedRows.AddRange(addedRows); - } - } - if ((this._component_Reel_SIDInfoTableAdapter != null)) { - global::System.Data.DataRow[] addedRows = dataSet.Component_Reel_SIDInfo.Select(null, null, global::System.Data.DataViewRowState.Added); - if (((addedRows != null) - && (0 < addedRows.Length))) { - result = (result + this._component_Reel_SIDInfoTableAdapter.Update(addedRows)); - allAddedRows.AddRange(addedRows); - } - } - if ((this._component_Reel_SIDConvTableAdapter != null)) { - global::System.Data.DataRow[] addedRows = dataSet.Component_Reel_SIDConv.Select(null, null, global::System.Data.DataViewRowState.Added); - if (((addedRows != null) - && (0 < addedRows.Length))) { - result = (result + this._component_Reel_SIDConvTableAdapter.Update(addedRows)); + result = (result + this._k4EE_Component_Reel_CustRuleTableAdapter.Update(addedRows)); allAddedRows.AddRange(addedRows); } } @@ -4954,27 +2265,11 @@ SELECT idx, M101, M103, M106, M108, M103_2, M101_2, Chk, SIDFrom, SIDTo, Remark [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] private int UpdateDeletedRows(DSList dataSet, global::System.Collections.Generic.List allChangedRows) { int result = 0; - if ((this._component_Reel_SIDConvTableAdapter != null)) { - global::System.Data.DataRow[] deletedRows = dataSet.Component_Reel_SIDConv.Select(null, null, global::System.Data.DataViewRowState.Deleted); + if ((this._k4EE_Component_Reel_CustRuleTableAdapter != null)) { + global::System.Data.DataRow[] deletedRows = dataSet.K4EE_Component_Reel_CustRule.Select(null, null, global::System.Data.DataViewRowState.Deleted); if (((deletedRows != null) && (0 < deletedRows.Length))) { - result = (result + this._component_Reel_SIDConvTableAdapter.Update(deletedRows)); - allChangedRows.AddRange(deletedRows); - } - } - if ((this._component_Reel_SIDInfoTableAdapter != null)) { - global::System.Data.DataRow[] deletedRows = dataSet.Component_Reel_SIDInfo.Select(null, null, global::System.Data.DataViewRowState.Deleted); - if (((deletedRows != null) - && (0 < deletedRows.Length))) { - result = (result + this._component_Reel_SIDInfoTableAdapter.Update(deletedRows)); - allChangedRows.AddRange(deletedRows); - } - } - if ((this._component_Reel_CustRuleTableAdapter != null)) { - global::System.Data.DataRow[] deletedRows = dataSet.Component_Reel_CustRule.Select(null, null, global::System.Data.DataViewRowState.Deleted); - if (((deletedRows != null) - && (0 < deletedRows.Length))) { - result = (result + this._component_Reel_CustRuleTableAdapter.Update(deletedRows)); + result = (result + this._k4EE_Component_Reel_CustRuleTableAdapter.Update(deletedRows)); allChangedRows.AddRange(deletedRows); } } @@ -5017,16 +2312,8 @@ SELECT idx, M101, M103, M106, M108, M103_2, M101_2, Chk, SIDFrom, SIDTo, Remark if ((dataSet.HasChanges() == false)) { return 0; } - if (((this._component_Reel_CustRuleTableAdapter != null) - && (this.MatchTableAdapterConnection(this._component_Reel_CustRuleTableAdapter.Connection) == false))) { - throw new global::System.ArgumentException("TableAdapterManager에서 관리하는 모든 TableAdapter에는 동일한 연결 문자열을 사용해야 합니다."); - } - if (((this._component_Reel_SIDInfoTableAdapter != null) - && (this.MatchTableAdapterConnection(this._component_Reel_SIDInfoTableAdapter.Connection) == false))) { - throw new global::System.ArgumentException("TableAdapterManager에서 관리하는 모든 TableAdapter에는 동일한 연결 문자열을 사용해야 합니다."); - } - if (((this._component_Reel_SIDConvTableAdapter != null) - && (this.MatchTableAdapterConnection(this._component_Reel_SIDConvTableAdapter.Connection) == false))) { + if (((this._k4EE_Component_Reel_CustRuleTableAdapter != null) + && (this.MatchTableAdapterConnection(this._k4EE_Component_Reel_CustRuleTableAdapter.Connection) == false))) { throw new global::System.ArgumentException("TableAdapterManager에서 관리하는 모든 TableAdapter에는 동일한 연결 문자열을 사용해야 합니다."); } global::System.Data.IDbConnection workConnection = this.Connection; @@ -5060,31 +2347,13 @@ SELECT idx, M101, M103, M106, M108, M103_2, M101_2, Chk, SIDFrom, SIDTo, Remark try { // ---- Prepare for update ----------- // - if ((this._component_Reel_CustRuleTableAdapter != null)) { - revertConnections.Add(this._component_Reel_CustRuleTableAdapter, this._component_Reel_CustRuleTableAdapter.Connection); - this._component_Reel_CustRuleTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(workConnection)); - this._component_Reel_CustRuleTableAdapter.Transaction = ((global::System.Data.SqlClient.SqlTransaction)(workTransaction)); - if (this._component_Reel_CustRuleTableAdapter.Adapter.AcceptChangesDuringUpdate) { - this._component_Reel_CustRuleTableAdapter.Adapter.AcceptChangesDuringUpdate = false; - adaptersWithAcceptChangesDuringUpdate.Add(this._component_Reel_CustRuleTableAdapter.Adapter); - } - } - if ((this._component_Reel_SIDInfoTableAdapter != null)) { - revertConnections.Add(this._component_Reel_SIDInfoTableAdapter, this._component_Reel_SIDInfoTableAdapter.Connection); - this._component_Reel_SIDInfoTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(workConnection)); - this._component_Reel_SIDInfoTableAdapter.Transaction = ((global::System.Data.SqlClient.SqlTransaction)(workTransaction)); - if (this._component_Reel_SIDInfoTableAdapter.Adapter.AcceptChangesDuringUpdate) { - this._component_Reel_SIDInfoTableAdapter.Adapter.AcceptChangesDuringUpdate = false; - adaptersWithAcceptChangesDuringUpdate.Add(this._component_Reel_SIDInfoTableAdapter.Adapter); - } - } - if ((this._component_Reel_SIDConvTableAdapter != null)) { - revertConnections.Add(this._component_Reel_SIDConvTableAdapter, this._component_Reel_SIDConvTableAdapter.Connection); - this._component_Reel_SIDConvTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(workConnection)); - this._component_Reel_SIDConvTableAdapter.Transaction = ((global::System.Data.SqlClient.SqlTransaction)(workTransaction)); - if (this._component_Reel_SIDConvTableAdapter.Adapter.AcceptChangesDuringUpdate) { - this._component_Reel_SIDConvTableAdapter.Adapter.AcceptChangesDuringUpdate = false; - adaptersWithAcceptChangesDuringUpdate.Add(this._component_Reel_SIDConvTableAdapter.Adapter); + if ((this._k4EE_Component_Reel_CustRuleTableAdapter != null)) { + revertConnections.Add(this._k4EE_Component_Reel_CustRuleTableAdapter, this._k4EE_Component_Reel_CustRuleTableAdapter.Connection); + this._k4EE_Component_Reel_CustRuleTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(workConnection)); + this._k4EE_Component_Reel_CustRuleTableAdapter.Transaction = ((global::System.Data.SqlClient.SqlTransaction)(workTransaction)); + if (this._k4EE_Component_Reel_CustRuleTableAdapter.Adapter.AcceptChangesDuringUpdate) { + this._k4EE_Component_Reel_CustRuleTableAdapter.Adapter.AcceptChangesDuringUpdate = false; + adaptersWithAcceptChangesDuringUpdate.Add(this._k4EE_Component_Reel_CustRuleTableAdapter.Adapter); } } // @@ -5145,17 +2414,9 @@ SELECT idx, M101, M103, M106, M108, M103_2, M101_2, Chk, SIDFrom, SIDTo, Remark if (workConnOpened) { workConnection.Close(); } - if ((this._component_Reel_CustRuleTableAdapter != null)) { - this._component_Reel_CustRuleTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(revertConnections[this._component_Reel_CustRuleTableAdapter])); - this._component_Reel_CustRuleTableAdapter.Transaction = null; - } - if ((this._component_Reel_SIDInfoTableAdapter != null)) { - this._component_Reel_SIDInfoTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(revertConnections[this._component_Reel_SIDInfoTableAdapter])); - this._component_Reel_SIDInfoTableAdapter.Transaction = null; - } - if ((this._component_Reel_SIDConvTableAdapter != null)) { - this._component_Reel_SIDConvTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(revertConnections[this._component_Reel_SIDConvTableAdapter])); - this._component_Reel_SIDConvTableAdapter.Transaction = null; + if ((this._k4EE_Component_Reel_CustRuleTableAdapter != null)) { + this._k4EE_Component_Reel_CustRuleTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(revertConnections[this._k4EE_Component_Reel_CustRuleTableAdapter])); + this._k4EE_Component_Reel_CustRuleTableAdapter.Transaction = null; } if ((0 < adaptersWithAcceptChangesDuringUpdate.Count)) { global::System.Data.Common.DataAdapter[] adapters = new System.Data.Common.DataAdapter[adaptersWithAcceptChangesDuringUpdate.Count]; diff --git a/Handler/Project/DSList.xsd b/Handler/Project/DSList.xsd index 1f62cbf..77c5079 100644 --- a/Handler/Project/DSList.xsd +++ b/Handler/Project/DSList.xsd @@ -7,7 +7,7 @@ - + @@ -86,275 +86,71 @@ SELECT code, pre, pos, len, exp FROM Component_Reel_CustRule WHERE (code = @code - - - - - - DELETE FROM [Component_Reel_SIDInfo] WHERE (([SID] = @Original_SID) AND ([CustCode] = @Original_CustCode) AND ((@IsNull_CustName = 1 AND [CustName] IS NULL) OR ([CustName] = @Original_CustName)) AND ((@IsNull_VenderName = 1 AND [VenderName] IS NULL) OR ([VenderName] = @Original_VenderName)) AND ([PartNo] = @Original_PartNo) AND ((@IsNull_PrintPosition = 1 AND [PrintPosition] IS NULL) OR ([PrintPosition] = @Original_PrintPosition)) AND ((@IsNull_Remark = 1 AND [Remark] IS NULL) OR ([Remark] = @Original_Remark))) - - - - - - - - - - - - - - - - - - INSERT INTO [Component_Reel_SIDInfo] ([SID], [CustCode], [CustName], [VenderName], [PartNo], [PrintPosition], [Remark]) VALUES (@SID, @CustCode, @CustName, @VenderName, @PartNo, @PrintPosition, @Remark); -SELECT SID, CustCode, CustName, VenderName, PartNo, PrintPosition, Remark FROM Component_Reel_SIDInfo WHERE (CustCode = @CustCode) AND (PartNo = @PartNo) AND (SID = @SID) - - - - - - - - - - - - - - SELECT SID, CustCode, CustName, VenderName, PartNo, PrintPosition, Remark -FROM K4EE_Component_Reel_SIDInfo -WHERE (SID = @sid) AND (CustCode = @custcode) AND (PartNo = @partno) - - - - - - - - - - UPDATE [Component_Reel_SIDInfo] SET [SID] = @SID, [CustCode] = @CustCode, [CustName] = @CustName, [VenderName] = @VenderName, [PartNo] = @PartNo, [PrintPosition] = @PrintPosition, [Remark] = @Remark WHERE (([SID] = @Original_SID) AND ([CustCode] = @Original_CustCode) AND ((@IsNull_CustName = 1 AND [CustName] IS NULL) OR ([CustName] = @Original_CustName)) AND ((@IsNull_VenderName = 1 AND [VenderName] IS NULL) OR ([VenderName] = @Original_VenderName)) AND ([PartNo] = @Original_PartNo) AND ((@IsNull_PrintPosition = 1 AND [PrintPosition] IS NULL) OR ([PrintPosition] = @Original_PrintPosition)) AND ((@IsNull_Remark = 1 AND [Remark] IS NULL) OR ([Remark] = @Original_Remark))); -SELECT SID, CustCode, CustName, VenderName, PartNo, PrintPosition, Remark FROM Component_Reel_SIDInfo WHERE (CustCode = @CustCode) AND (PartNo = @PartNo) AND (SID = @SID) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - DELETE FROM [Component_Reel_SIDConv] WHERE (([idx] = @Original_idx) AND ((@IsNull_M101 = 1 AND [M101] IS NULL) OR ([M101] = @Original_M101)) AND ((@IsNull_M103 = 1 AND [M103] IS NULL) OR ([M103] = @Original_M103)) AND ((@IsNull_M106 = 1 AND [M106] IS NULL) OR ([M106] = @Original_M106)) AND ((@IsNull_M108 = 1 AND [M108] IS NULL) OR ([M108] = @Original_M108)) AND ((@IsNull_M103_2 = 1 AND [M103_2] IS NULL) OR ([M103_2] = @Original_M103_2)) AND ((@IsNull_M101_2 = 1 AND [M101_2] IS NULL) OR ([M101_2] = @Original_M101_2)) AND ((@IsNull_Chk = 1 AND [Chk] IS NULL) OR ([Chk] = @Original_Chk)) AND ((@IsNull_SIDFrom = 1 AND [SIDFrom] IS NULL) OR ([SIDFrom] = @Original_SIDFrom)) AND ((@IsNull_SIDTo = 1 AND [SIDTo] IS NULL) OR ([SIDTo] = @Original_SIDTo)) AND ((@IsNull_Remark = 1 AND [Remark] IS NULL) OR ([Remark] = @Original_Remark))) - - - - - - - - - - - - - - - - - - - - - - - - - - - - INSERT INTO [Component_Reel_SIDConv] ([M101], [M103], [M106], [M108], [M103_2], [M101_2], [Chk], [SIDFrom], [SIDTo], [Remark]) VALUES (@M101, @M103, @M106, @M108, @M103_2, @M101_2, @Chk, @SIDFrom, @SIDTo, @Remark); -SELECT idx, M101, M103, M106, M108, M103_2, M101_2, Chk, SIDFrom, SIDTo, Remark FROM Component_Reel_SIDConv WHERE (idx = SCOPE_IDENTITY()) - - - - - - - - - - - - - - - - - SELECT idx, M101, M103, M106, M108, M103_2, M101_2, Chk, SIDFrom, SIDTo, Remark -FROM K4EE_Component_Reel_SIDConv -WHERE (SIDFrom = @sidfrom) AND (SIDTo = @sidto) - - - - - - - - - UPDATE [Component_Reel_SIDConv] SET [M101] = @M101, [M103] = @M103, [M106] = @M106, [M108] = @M108, [M103_2] = @M103_2, [M101_2] = @M101_2, [Chk] = @Chk, [SIDFrom] = @SIDFrom, [SIDTo] = @SIDTo, [Remark] = @Remark WHERE (([idx] = @Original_idx) AND ((@IsNull_M101 = 1 AND [M101] IS NULL) OR ([M101] = @Original_M101)) AND ((@IsNull_M103 = 1 AND [M103] IS NULL) OR ([M103] = @Original_M103)) AND ((@IsNull_M106 = 1 AND [M106] IS NULL) OR ([M106] = @Original_M106)) AND ((@IsNull_M108 = 1 AND [M108] IS NULL) OR ([M108] = @Original_M108)) AND ((@IsNull_M103_2 = 1 AND [M103_2] IS NULL) OR ([M103_2] = @Original_M103_2)) AND ((@IsNull_M101_2 = 1 AND [M101_2] IS NULL) OR ([M101_2] = @Original_M101_2)) AND ((@IsNull_Chk = 1 AND [Chk] IS NULL) OR ([Chk] = @Original_Chk)) AND ((@IsNull_SIDFrom = 1 AND [SIDFrom] IS NULL) OR ([SIDFrom] = @Original_SIDFrom)) AND ((@IsNull_SIDTo = 1 AND [SIDTo] IS NULL) OR ([SIDTo] = @Original_SIDTo)) AND ((@IsNull_Remark = 1 AND [Remark] IS NULL) OR ([Remark] = @Original_Remark))); -SELECT idx, M101, M103, M106, M108, M103_2, M101_2, Chk, SIDFrom, SIDTo, Remark FROM Component_Reel_SIDConv WHERE (idx = @idx) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - + - + - + - - + + - + - + - - + + - - - + + + - + - + - + @@ -364,132 +160,6 @@ SELECT idx, M101, M103, M106, M108, M103_2, M101_2, Chk, SIDFrom, SIDTo, Remark - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -501,22 +171,12 @@ SELECT idx, M101, M103, M106, M108, M103_2, M101_2, Chk, SIDFrom, SIDTo, Remark - - + + - - - - - - - - - - - + diff --git a/Handler/Project/DSList.xss b/Handler/Project/DSList.xss index 5f2349b..f63b230 100644 --- a/Handler/Project/DSList.xss +++ b/Handler/Project/DSList.xss @@ -4,13 +4,11 @@ Changes to this file may cause incorrect behavior and will be lost if the code is regenerated. --> - + - - - - - + + + \ No newline at end of file diff --git a/Handler/Project/DataSet1.xsd b/Handler/Project/DataSet1.xsd index b6a4b63..3b5edd9 100644 --- a/Handler/Project/DataSet1.xsd +++ b/Handler/Project/DataSet1.xsd @@ -1233,6 +1233,26 @@ ORDER BY CustCode + + + + + + SELECT CUST_CODE AS CustCode +FROM VW_GET_MAX_QTY_VENDOR_LOT WITH (NOLOCK) +WHERE (ISNULL(CUST_CODE, '') <> '') +GROUP BY CUST_CODE +ORDER BY CustCode + + + + + + + + + + @@ -1300,11 +1320,10 @@ ORDER BY wdate DESC SELECT COUNT(*) AS Expr1 -FROM K4EE_Component_Reel_SID_Information WITH (no lock) -WHERE (MC = @mcname) AND (SID = @sid) +FROM VW_GET_MAX_QTY_VENDOR_LOT WITH (nolock) +WHERE (SID = @sid) - - + @@ -1394,6 +1413,7 @@ WHERE (iNBOUND = 'OK') AND (STIME >= @stime) AND (SID = @sid) AND (BATCH = @ + @@ -2020,6 +2040,19 @@ WHERE (iNBOUND = 'OK') AND (STIME >= @stime) AND (SID = @sid) AND (BATCH = @ + + + + + + + + + + + + + @@ -2116,5 +2149,9 @@ WHERE (iNBOUND = 'OK') AND (STIME >= @stime) AND (SID = @sid) AND (BATCH = @ + + + + \ No newline at end of file diff --git a/Handler/Project/DataSet1.xss b/Handler/Project/DataSet1.xss index 3818741..6718180 100644 --- a/Handler/Project/DataSet1.xss +++ b/Handler/Project/DataSet1.xss @@ -4,32 +4,33 @@ Changes to this file may cause incorrect behavior and will be lost if the code is regenerated. --> - + - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Handler/Project/DataSet1.Designer.cs b/Handler/Project/DataSet11.Designer.cs similarity index 89% rename from Handler/Project/DataSet1.Designer.cs rename to Handler/Project/DataSet11.Designer.cs index 9b8afbc..243a536 100644 --- a/Handler/Project/DataSet1.Designer.cs +++ b/Handler/Project/DataSet11.Designer.cs @@ -24,23 +24,25 @@ namespace Project { [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.DataSet")] public partial class DataSet1 : global::System.Data.DataSet { - private Component_Reel_ResultDataTable tableComponent_Reel_Result; + private K4EE_Component_Reel_ResultDataTable tableK4EE_Component_Reel_Result; - private Component_Reel_RegExRuleDataTable tableComponent_Reel_RegExRule; + private K4EE_Component_Reel_RegExRuleDataTable tableK4EE_Component_Reel_RegExRule; - private Component_Reel_SID_ConvertDataTable tableComponent_Reel_SID_Convert; + private K4EE_Component_Reel_SID_ConvertDataTable tableK4EE_Component_Reel_SID_Convert; - private Component_Reel_SID_InformationDataTable tableComponent_Reel_SID_Information; + private K4EE_Component_Reel_SID_InformationDataTable tableK4EE_Component_Reel_SID_Information; - private Component_Reel_PreSetDataTable tableComponent_Reel_PreSet; + private K4EE_Component_Reel_PreSetDataTable tableK4EE_Component_Reel_PreSet; - private Component_Reel_CustInfoDataTable tableComponent_Reel_CustInfo; + private K4EE_Component_Reel_CustInfoDataTable tableK4EE_Component_Reel_CustInfo; private ResultSummaryDataTable tableResultSummary; - private Component_Reel_Print_InformationDataTable tableComponent_Reel_Print_Information; + private K4EE_Component_Reel_Print_InformationDataTable tableK4EE_Component_Reel_Print_Information; - private Component_Reel_PrintRegExRuleDataTable tableComponent_Reel_PrintRegExRule; + private K4EE_Component_Reel_PrintRegExRuleDataTable tableK4EE_Component_Reel_PrintRegExRule; + + private CustCodeListDataTable tableCustCodeList; private SidinfoCustGroupDataTable tableSidinfoCustGroup; @@ -100,32 +102,35 @@ namespace Project { if ((this.DetermineSchemaSerializationMode(info, context) == global::System.Data.SchemaSerializationMode.IncludeSchema)) { global::System.Data.DataSet ds = new global::System.Data.DataSet(); ds.ReadXmlSchema(new global::System.Xml.XmlTextReader(new global::System.IO.StringReader(strSchema))); - if ((ds.Tables["Component_Reel_Result"] != null)) { - base.Tables.Add(new Component_Reel_ResultDataTable(ds.Tables["Component_Reel_Result"])); + if ((ds.Tables["K4EE_Component_Reel_Result"] != null)) { + base.Tables.Add(new K4EE_Component_Reel_ResultDataTable(ds.Tables["K4EE_Component_Reel_Result"])); } - if ((ds.Tables["Component_Reel_RegExRule"] != null)) { - base.Tables.Add(new Component_Reel_RegExRuleDataTable(ds.Tables["Component_Reel_RegExRule"])); + if ((ds.Tables["K4EE_Component_Reel_RegExRule"] != null)) { + base.Tables.Add(new K4EE_Component_Reel_RegExRuleDataTable(ds.Tables["K4EE_Component_Reel_RegExRule"])); } - if ((ds.Tables["Component_Reel_SID_Convert"] != null)) { - base.Tables.Add(new Component_Reel_SID_ConvertDataTable(ds.Tables["Component_Reel_SID_Convert"])); + if ((ds.Tables["K4EE_Component_Reel_SID_Convert"] != null)) { + base.Tables.Add(new K4EE_Component_Reel_SID_ConvertDataTable(ds.Tables["K4EE_Component_Reel_SID_Convert"])); } - if ((ds.Tables["Component_Reel_SID_Information"] != null)) { - base.Tables.Add(new Component_Reel_SID_InformationDataTable(ds.Tables["Component_Reel_SID_Information"])); + if ((ds.Tables["K4EE_Component_Reel_SID_Information"] != null)) { + base.Tables.Add(new K4EE_Component_Reel_SID_InformationDataTable(ds.Tables["K4EE_Component_Reel_SID_Information"])); } - if ((ds.Tables["Component_Reel_PreSet"] != null)) { - base.Tables.Add(new Component_Reel_PreSetDataTable(ds.Tables["Component_Reel_PreSet"])); + if ((ds.Tables["K4EE_Component_Reel_PreSet"] != null)) { + base.Tables.Add(new K4EE_Component_Reel_PreSetDataTable(ds.Tables["K4EE_Component_Reel_PreSet"])); } - if ((ds.Tables["Component_Reel_CustInfo"] != null)) { - base.Tables.Add(new Component_Reel_CustInfoDataTable(ds.Tables["Component_Reel_CustInfo"])); + if ((ds.Tables["K4EE_Component_Reel_CustInfo"] != null)) { + base.Tables.Add(new K4EE_Component_Reel_CustInfoDataTable(ds.Tables["K4EE_Component_Reel_CustInfo"])); } if ((ds.Tables["ResultSummary"] != null)) { base.Tables.Add(new ResultSummaryDataTable(ds.Tables["ResultSummary"])); } - if ((ds.Tables["Component_Reel_Print_Information"] != null)) { - base.Tables.Add(new Component_Reel_Print_InformationDataTable(ds.Tables["Component_Reel_Print_Information"])); + if ((ds.Tables["K4EE_Component_Reel_Print_Information"] != null)) { + base.Tables.Add(new K4EE_Component_Reel_Print_InformationDataTable(ds.Tables["K4EE_Component_Reel_Print_Information"])); } - if ((ds.Tables["Component_Reel_PrintRegExRule"] != null)) { - base.Tables.Add(new Component_Reel_PrintRegExRuleDataTable(ds.Tables["Component_Reel_PrintRegExRule"])); + if ((ds.Tables["K4EE_Component_Reel_PrintRegExRule"] != null)) { + base.Tables.Add(new K4EE_Component_Reel_PrintRegExRuleDataTable(ds.Tables["K4EE_Component_Reel_PrintRegExRule"])); + } + if ((ds.Tables["CustCodeList"] != null)) { + base.Tables.Add(new CustCodeListDataTable(ds.Tables["CustCodeList"])); } if ((ds.Tables["SidinfoCustGroup"] != null)) { base.Tables.Add(new SidinfoCustGroupDataTable(ds.Tables["SidinfoCustGroup"])); @@ -194,9 +199,9 @@ namespace Project { [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] [global::System.ComponentModel.Browsable(false)] [global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)] - public Component_Reel_ResultDataTable Component_Reel_Result { + public K4EE_Component_Reel_ResultDataTable K4EE_Component_Reel_Result { get { - return this.tableComponent_Reel_Result; + return this.tableK4EE_Component_Reel_Result; } } @@ -204,9 +209,9 @@ namespace Project { [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] [global::System.ComponentModel.Browsable(false)] [global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)] - public Component_Reel_RegExRuleDataTable Component_Reel_RegExRule { + public K4EE_Component_Reel_RegExRuleDataTable K4EE_Component_Reel_RegExRule { get { - return this.tableComponent_Reel_RegExRule; + return this.tableK4EE_Component_Reel_RegExRule; } } @@ -214,9 +219,9 @@ namespace Project { [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] [global::System.ComponentModel.Browsable(false)] [global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)] - public Component_Reel_SID_ConvertDataTable Component_Reel_SID_Convert { + public K4EE_Component_Reel_SID_ConvertDataTable K4EE_Component_Reel_SID_Convert { get { - return this.tableComponent_Reel_SID_Convert; + return this.tableK4EE_Component_Reel_SID_Convert; } } @@ -224,9 +229,9 @@ namespace Project { [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] [global::System.ComponentModel.Browsable(false)] [global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)] - public Component_Reel_SID_InformationDataTable Component_Reel_SID_Information { + public K4EE_Component_Reel_SID_InformationDataTable K4EE_Component_Reel_SID_Information { get { - return this.tableComponent_Reel_SID_Information; + return this.tableK4EE_Component_Reel_SID_Information; } } @@ -234,9 +239,9 @@ namespace Project { [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] [global::System.ComponentModel.Browsable(false)] [global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)] - public Component_Reel_PreSetDataTable Component_Reel_PreSet { + public K4EE_Component_Reel_PreSetDataTable K4EE_Component_Reel_PreSet { get { - return this.tableComponent_Reel_PreSet; + return this.tableK4EE_Component_Reel_PreSet; } } @@ -244,9 +249,9 @@ namespace Project { [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] [global::System.ComponentModel.Browsable(false)] [global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)] - public Component_Reel_CustInfoDataTable Component_Reel_CustInfo { + public K4EE_Component_Reel_CustInfoDataTable K4EE_Component_Reel_CustInfo { get { - return this.tableComponent_Reel_CustInfo; + return this.tableK4EE_Component_Reel_CustInfo; } } @@ -264,9 +269,9 @@ namespace Project { [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] [global::System.ComponentModel.Browsable(false)] [global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)] - public Component_Reel_Print_InformationDataTable Component_Reel_Print_Information { + public K4EE_Component_Reel_Print_InformationDataTable K4EE_Component_Reel_Print_Information { get { - return this.tableComponent_Reel_Print_Information; + return this.tableK4EE_Component_Reel_Print_Information; } } @@ -274,9 +279,19 @@ namespace Project { [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] [global::System.ComponentModel.Browsable(false)] [global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)] - public Component_Reel_PrintRegExRuleDataTable Component_Reel_PrintRegExRule { + public K4EE_Component_Reel_PrintRegExRuleDataTable K4EE_Component_Reel_PrintRegExRule { get { - return this.tableComponent_Reel_PrintRegExRule; + return this.tableK4EE_Component_Reel_PrintRegExRule; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] + [global::System.ComponentModel.Browsable(false)] + [global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)] + public CustCodeListDataTable CustCodeList { + get { + return this.tableCustCodeList; } } @@ -497,32 +512,35 @@ namespace Project { this.Reset(); global::System.Data.DataSet ds = new global::System.Data.DataSet(); ds.ReadXml(reader); - if ((ds.Tables["Component_Reel_Result"] != null)) { - base.Tables.Add(new Component_Reel_ResultDataTable(ds.Tables["Component_Reel_Result"])); + if ((ds.Tables["K4EE_Component_Reel_Result"] != null)) { + base.Tables.Add(new K4EE_Component_Reel_ResultDataTable(ds.Tables["K4EE_Component_Reel_Result"])); } - if ((ds.Tables["Component_Reel_RegExRule"] != null)) { - base.Tables.Add(new Component_Reel_RegExRuleDataTable(ds.Tables["Component_Reel_RegExRule"])); + if ((ds.Tables["K4EE_Component_Reel_RegExRule"] != null)) { + base.Tables.Add(new K4EE_Component_Reel_RegExRuleDataTable(ds.Tables["K4EE_Component_Reel_RegExRule"])); } - if ((ds.Tables["Component_Reel_SID_Convert"] != null)) { - base.Tables.Add(new Component_Reel_SID_ConvertDataTable(ds.Tables["Component_Reel_SID_Convert"])); + if ((ds.Tables["K4EE_Component_Reel_SID_Convert"] != null)) { + base.Tables.Add(new K4EE_Component_Reel_SID_ConvertDataTable(ds.Tables["K4EE_Component_Reel_SID_Convert"])); } - if ((ds.Tables["Component_Reel_SID_Information"] != null)) { - base.Tables.Add(new Component_Reel_SID_InformationDataTable(ds.Tables["Component_Reel_SID_Information"])); + if ((ds.Tables["K4EE_Component_Reel_SID_Information"] != null)) { + base.Tables.Add(new K4EE_Component_Reel_SID_InformationDataTable(ds.Tables["K4EE_Component_Reel_SID_Information"])); } - if ((ds.Tables["Component_Reel_PreSet"] != null)) { - base.Tables.Add(new Component_Reel_PreSetDataTable(ds.Tables["Component_Reel_PreSet"])); + if ((ds.Tables["K4EE_Component_Reel_PreSet"] != null)) { + base.Tables.Add(new K4EE_Component_Reel_PreSetDataTable(ds.Tables["K4EE_Component_Reel_PreSet"])); } - if ((ds.Tables["Component_Reel_CustInfo"] != null)) { - base.Tables.Add(new Component_Reel_CustInfoDataTable(ds.Tables["Component_Reel_CustInfo"])); + if ((ds.Tables["K4EE_Component_Reel_CustInfo"] != null)) { + base.Tables.Add(new K4EE_Component_Reel_CustInfoDataTable(ds.Tables["K4EE_Component_Reel_CustInfo"])); } if ((ds.Tables["ResultSummary"] != null)) { base.Tables.Add(new ResultSummaryDataTable(ds.Tables["ResultSummary"])); } - if ((ds.Tables["Component_Reel_Print_Information"] != null)) { - base.Tables.Add(new Component_Reel_Print_InformationDataTable(ds.Tables["Component_Reel_Print_Information"])); + if ((ds.Tables["K4EE_Component_Reel_Print_Information"] != null)) { + base.Tables.Add(new K4EE_Component_Reel_Print_InformationDataTable(ds.Tables["K4EE_Component_Reel_Print_Information"])); } - if ((ds.Tables["Component_Reel_PrintRegExRule"] != null)) { - base.Tables.Add(new Component_Reel_PrintRegExRuleDataTable(ds.Tables["Component_Reel_PrintRegExRule"])); + if ((ds.Tables["K4EE_Component_Reel_PrintRegExRule"] != null)) { + base.Tables.Add(new K4EE_Component_Reel_PrintRegExRuleDataTable(ds.Tables["K4EE_Component_Reel_PrintRegExRule"])); + } + if ((ds.Tables["CustCodeList"] != null)) { + base.Tables.Add(new CustCodeListDataTable(ds.Tables["CustCodeList"])); } if ((ds.Tables["SidinfoCustGroup"] != null)) { base.Tables.Add(new SidinfoCustGroupDataTable(ds.Tables["SidinfoCustGroup"])); @@ -602,40 +620,40 @@ namespace Project { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] internal void InitVars(bool initTable) { - this.tableComponent_Reel_Result = ((Component_Reel_ResultDataTable)(base.Tables["Component_Reel_Result"])); + this.tableK4EE_Component_Reel_Result = ((K4EE_Component_Reel_ResultDataTable)(base.Tables["K4EE_Component_Reel_Result"])); if ((initTable == true)) { - if ((this.tableComponent_Reel_Result != null)) { - this.tableComponent_Reel_Result.InitVars(); + if ((this.tableK4EE_Component_Reel_Result != null)) { + this.tableK4EE_Component_Reel_Result.InitVars(); } } - this.tableComponent_Reel_RegExRule = ((Component_Reel_RegExRuleDataTable)(base.Tables["Component_Reel_RegExRule"])); + this.tableK4EE_Component_Reel_RegExRule = ((K4EE_Component_Reel_RegExRuleDataTable)(base.Tables["K4EE_Component_Reel_RegExRule"])); if ((initTable == true)) { - if ((this.tableComponent_Reel_RegExRule != null)) { - this.tableComponent_Reel_RegExRule.InitVars(); + if ((this.tableK4EE_Component_Reel_RegExRule != null)) { + this.tableK4EE_Component_Reel_RegExRule.InitVars(); } } - this.tableComponent_Reel_SID_Convert = ((Component_Reel_SID_ConvertDataTable)(base.Tables["Component_Reel_SID_Convert"])); + this.tableK4EE_Component_Reel_SID_Convert = ((K4EE_Component_Reel_SID_ConvertDataTable)(base.Tables["K4EE_Component_Reel_SID_Convert"])); if ((initTable == true)) { - if ((this.tableComponent_Reel_SID_Convert != null)) { - this.tableComponent_Reel_SID_Convert.InitVars(); + if ((this.tableK4EE_Component_Reel_SID_Convert != null)) { + this.tableK4EE_Component_Reel_SID_Convert.InitVars(); } } - this.tableComponent_Reel_SID_Information = ((Component_Reel_SID_InformationDataTable)(base.Tables["Component_Reel_SID_Information"])); + this.tableK4EE_Component_Reel_SID_Information = ((K4EE_Component_Reel_SID_InformationDataTable)(base.Tables["K4EE_Component_Reel_SID_Information"])); if ((initTable == true)) { - if ((this.tableComponent_Reel_SID_Information != null)) { - this.tableComponent_Reel_SID_Information.InitVars(); + if ((this.tableK4EE_Component_Reel_SID_Information != null)) { + this.tableK4EE_Component_Reel_SID_Information.InitVars(); } } - this.tableComponent_Reel_PreSet = ((Component_Reel_PreSetDataTable)(base.Tables["Component_Reel_PreSet"])); + this.tableK4EE_Component_Reel_PreSet = ((K4EE_Component_Reel_PreSetDataTable)(base.Tables["K4EE_Component_Reel_PreSet"])); if ((initTable == true)) { - if ((this.tableComponent_Reel_PreSet != null)) { - this.tableComponent_Reel_PreSet.InitVars(); + if ((this.tableK4EE_Component_Reel_PreSet != null)) { + this.tableK4EE_Component_Reel_PreSet.InitVars(); } } - this.tableComponent_Reel_CustInfo = ((Component_Reel_CustInfoDataTable)(base.Tables["Component_Reel_CustInfo"])); + this.tableK4EE_Component_Reel_CustInfo = ((K4EE_Component_Reel_CustInfoDataTable)(base.Tables["K4EE_Component_Reel_CustInfo"])); if ((initTable == true)) { - if ((this.tableComponent_Reel_CustInfo != null)) { - this.tableComponent_Reel_CustInfo.InitVars(); + if ((this.tableK4EE_Component_Reel_CustInfo != null)) { + this.tableK4EE_Component_Reel_CustInfo.InitVars(); } } this.tableResultSummary = ((ResultSummaryDataTable)(base.Tables["ResultSummary"])); @@ -644,16 +662,22 @@ namespace Project { this.tableResultSummary.InitVars(); } } - this.tableComponent_Reel_Print_Information = ((Component_Reel_Print_InformationDataTable)(base.Tables["Component_Reel_Print_Information"])); + this.tableK4EE_Component_Reel_Print_Information = ((K4EE_Component_Reel_Print_InformationDataTable)(base.Tables["K4EE_Component_Reel_Print_Information"])); if ((initTable == true)) { - if ((this.tableComponent_Reel_Print_Information != null)) { - this.tableComponent_Reel_Print_Information.InitVars(); + if ((this.tableK4EE_Component_Reel_Print_Information != null)) { + this.tableK4EE_Component_Reel_Print_Information.InitVars(); } } - this.tableComponent_Reel_PrintRegExRule = ((Component_Reel_PrintRegExRuleDataTable)(base.Tables["Component_Reel_PrintRegExRule"])); + this.tableK4EE_Component_Reel_PrintRegExRule = ((K4EE_Component_Reel_PrintRegExRuleDataTable)(base.Tables["K4EE_Component_Reel_PrintRegExRule"])); if ((initTable == true)) { - if ((this.tableComponent_Reel_PrintRegExRule != null)) { - this.tableComponent_Reel_PrintRegExRule.InitVars(); + if ((this.tableK4EE_Component_Reel_PrintRegExRule != null)) { + this.tableK4EE_Component_Reel_PrintRegExRule.InitVars(); + } + } + this.tableCustCodeList = ((CustCodeListDataTable)(base.Tables["CustCodeList"])); + if ((initTable == true)) { + if ((this.tableCustCodeList != null)) { + this.tableCustCodeList.InitVars(); } } this.tableSidinfoCustGroup = ((SidinfoCustGroupDataTable)(base.Tables["SidinfoCustGroup"])); @@ -756,24 +780,26 @@ namespace Project { this.Namespace = "http://tempuri.org/DataSet1.xsd"; this.EnforceConstraints = true; this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema; - this.tableComponent_Reel_Result = new Component_Reel_ResultDataTable(); - base.Tables.Add(this.tableComponent_Reel_Result); - this.tableComponent_Reel_RegExRule = new Component_Reel_RegExRuleDataTable(); - base.Tables.Add(this.tableComponent_Reel_RegExRule); - this.tableComponent_Reel_SID_Convert = new Component_Reel_SID_ConvertDataTable(); - base.Tables.Add(this.tableComponent_Reel_SID_Convert); - this.tableComponent_Reel_SID_Information = new Component_Reel_SID_InformationDataTable(); - base.Tables.Add(this.tableComponent_Reel_SID_Information); - this.tableComponent_Reel_PreSet = new Component_Reel_PreSetDataTable(); - base.Tables.Add(this.tableComponent_Reel_PreSet); - this.tableComponent_Reel_CustInfo = new Component_Reel_CustInfoDataTable(); - base.Tables.Add(this.tableComponent_Reel_CustInfo); + this.tableK4EE_Component_Reel_Result = new K4EE_Component_Reel_ResultDataTable(); + base.Tables.Add(this.tableK4EE_Component_Reel_Result); + this.tableK4EE_Component_Reel_RegExRule = new K4EE_Component_Reel_RegExRuleDataTable(); + base.Tables.Add(this.tableK4EE_Component_Reel_RegExRule); + this.tableK4EE_Component_Reel_SID_Convert = new K4EE_Component_Reel_SID_ConvertDataTable(); + base.Tables.Add(this.tableK4EE_Component_Reel_SID_Convert); + this.tableK4EE_Component_Reel_SID_Information = new K4EE_Component_Reel_SID_InformationDataTable(); + base.Tables.Add(this.tableK4EE_Component_Reel_SID_Information); + this.tableK4EE_Component_Reel_PreSet = new K4EE_Component_Reel_PreSetDataTable(); + base.Tables.Add(this.tableK4EE_Component_Reel_PreSet); + this.tableK4EE_Component_Reel_CustInfo = new K4EE_Component_Reel_CustInfoDataTable(); + base.Tables.Add(this.tableK4EE_Component_Reel_CustInfo); this.tableResultSummary = new ResultSummaryDataTable(); base.Tables.Add(this.tableResultSummary); - this.tableComponent_Reel_Print_Information = new Component_Reel_Print_InformationDataTable(); - base.Tables.Add(this.tableComponent_Reel_Print_Information); - this.tableComponent_Reel_PrintRegExRule = new Component_Reel_PrintRegExRuleDataTable(); - base.Tables.Add(this.tableComponent_Reel_PrintRegExRule); + this.tableK4EE_Component_Reel_Print_Information = new K4EE_Component_Reel_Print_InformationDataTable(); + base.Tables.Add(this.tableK4EE_Component_Reel_Print_Information); + this.tableK4EE_Component_Reel_PrintRegExRule = new K4EE_Component_Reel_PrintRegExRuleDataTable(); + base.Tables.Add(this.tableK4EE_Component_Reel_PrintRegExRule); + this.tableCustCodeList = new CustCodeListDataTable(); + base.Tables.Add(this.tableCustCodeList); this.tableSidinfoCustGroup = new SidinfoCustGroupDataTable(); base.Tables.Add(this.tableSidinfoCustGroup); this.tableUsers = new UsersDataTable(); @@ -808,37 +834,37 @@ namespace Project { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - private bool ShouldSerializeComponent_Reel_Result() { + private bool ShouldSerializeK4EE_Component_Reel_Result() { return false; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - private bool ShouldSerializeComponent_Reel_RegExRule() { + private bool ShouldSerializeK4EE_Component_Reel_RegExRule() { return false; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - private bool ShouldSerializeComponent_Reel_SID_Convert() { + private bool ShouldSerializeK4EE_Component_Reel_SID_Convert() { return false; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - private bool ShouldSerializeComponent_Reel_SID_Information() { + private bool ShouldSerializeK4EE_Component_Reel_SID_Information() { return false; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - private bool ShouldSerializeComponent_Reel_PreSet() { + private bool ShouldSerializeK4EE_Component_Reel_PreSet() { return false; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - private bool ShouldSerializeComponent_Reel_CustInfo() { + private bool ShouldSerializeK4EE_Component_Reel_CustInfo() { return false; } @@ -850,13 +876,19 @@ namespace Project { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - private bool ShouldSerializeComponent_Reel_Print_Information() { + private bool ShouldSerializeK4EE_Component_Reel_Print_Information() { return false; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - private bool ShouldSerializeComponent_Reel_PrintRegExRule() { + private bool ShouldSerializeK4EE_Component_Reel_PrintRegExRule() { + return false; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] + private bool ShouldSerializeCustCodeList() { return false; } @@ -1006,31 +1038,34 @@ namespace Project { } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public delegate void Component_Reel_ResultRowChangeEventHandler(object sender, Component_Reel_ResultRowChangeEvent e); + public delegate void K4EE_Component_Reel_ResultRowChangeEventHandler(object sender, K4EE_Component_Reel_ResultRowChangeEvent e); [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public delegate void Component_Reel_RegExRuleRowChangeEventHandler(object sender, Component_Reel_RegExRuleRowChangeEvent e); + public delegate void K4EE_Component_Reel_RegExRuleRowChangeEventHandler(object sender, K4EE_Component_Reel_RegExRuleRowChangeEvent e); [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public delegate void Component_Reel_SID_ConvertRowChangeEventHandler(object sender, Component_Reel_SID_ConvertRowChangeEvent e); + public delegate void K4EE_Component_Reel_SID_ConvertRowChangeEventHandler(object sender, K4EE_Component_Reel_SID_ConvertRowChangeEvent e); [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public delegate void Component_Reel_SID_InformationRowChangeEventHandler(object sender, Component_Reel_SID_InformationRowChangeEvent e); + public delegate void K4EE_Component_Reel_SID_InformationRowChangeEventHandler(object sender, K4EE_Component_Reel_SID_InformationRowChangeEvent e); [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public delegate void Component_Reel_PreSetRowChangeEventHandler(object sender, Component_Reel_PreSetRowChangeEvent e); + public delegate void K4EE_Component_Reel_PreSetRowChangeEventHandler(object sender, K4EE_Component_Reel_PreSetRowChangeEvent e); [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public delegate void Component_Reel_CustInfoRowChangeEventHandler(object sender, Component_Reel_CustInfoRowChangeEvent e); + public delegate void K4EE_Component_Reel_CustInfoRowChangeEventHandler(object sender, K4EE_Component_Reel_CustInfoRowChangeEvent e); [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public delegate void ResultSummaryRowChangeEventHandler(object sender, ResultSummaryRowChangeEvent e); [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public delegate void Component_Reel_Print_InformationRowChangeEventHandler(object sender, Component_Reel_Print_InformationRowChangeEvent e); + public delegate void K4EE_Component_Reel_Print_InformationRowChangeEventHandler(object sender, K4EE_Component_Reel_Print_InformationRowChangeEvent e); [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public delegate void Component_Reel_PrintRegExRuleRowChangeEventHandler(object sender, Component_Reel_PrintRegExRuleRowChangeEvent e); + public delegate void K4EE_Component_Reel_PrintRegExRuleRowChangeEventHandler(object sender, K4EE_Component_Reel_PrintRegExRuleRowChangeEvent e); + + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] + public delegate void CustCodeListRowChangeEventHandler(object sender, CustCodeListRowChangeEvent e); [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public delegate void SidinfoCustGroupRowChangeEventHandler(object sender, SidinfoCustGroupRowChangeEvent e); @@ -1082,7 +1117,7 @@ namespace Project { /// [global::System.Serializable()] [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")] - public partial class Component_Reel_ResultDataTable : global::System.Data.TypedTableBase { + public partial class K4EE_Component_Reel_ResultDataTable : global::System.Data.TypedTableBase { private global::System.Data.DataColumn columnidx; @@ -1158,8 +1193,8 @@ namespace Project { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public Component_Reel_ResultDataTable() { - this.TableName = "Component_Reel_Result"; + public K4EE_Component_Reel_ResultDataTable() { + this.TableName = "K4EE_Component_Reel_Result"; this.BeginInit(); this.InitClass(); this.EndInit(); @@ -1167,7 +1202,7 @@ namespace Project { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - internal Component_Reel_ResultDataTable(global::System.Data.DataTable table) { + internal K4EE_Component_Reel_ResultDataTable(global::System.Data.DataTable table) { this.TableName = table.TableName; if ((table.CaseSensitive != table.DataSet.CaseSensitive)) { this.CaseSensitive = table.CaseSensitive; @@ -1184,7 +1219,7 @@ namespace Project { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - protected Component_Reel_ResultDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) : + protected K4EE_Component_Reel_ResultDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) : base(info, context) { this.InitVars(); } @@ -1488,33 +1523,33 @@ namespace Project { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public Component_Reel_ResultRow this[int index] { + public K4EE_Component_Reel_ResultRow this[int index] { get { - return ((Component_Reel_ResultRow)(this.Rows[index])); + return ((K4EE_Component_Reel_ResultRow)(this.Rows[index])); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public event Component_Reel_ResultRowChangeEventHandler Component_Reel_ResultRowChanging; + public event K4EE_Component_Reel_ResultRowChangeEventHandler K4EE_Component_Reel_ResultRowChanging; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public event Component_Reel_ResultRowChangeEventHandler Component_Reel_ResultRowChanged; + public event K4EE_Component_Reel_ResultRowChangeEventHandler K4EE_Component_Reel_ResultRowChanged; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public event Component_Reel_ResultRowChangeEventHandler Component_Reel_ResultRowDeleting; + public event K4EE_Component_Reel_ResultRowChangeEventHandler K4EE_Component_Reel_ResultRowDeleting; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public event Component_Reel_ResultRowChangeEventHandler Component_Reel_ResultRowDeleted; + public event K4EE_Component_Reel_ResultRowChangeEventHandler K4EE_Component_Reel_ResultRowDeleted; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public void AddComponent_Reel_ResultRow(Component_Reel_ResultRow row) { + public void AddK4EE_Component_Reel_ResultRow(K4EE_Component_Reel_ResultRow row) { this.Rows.Add(row); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public Component_Reel_ResultRow AddComponent_Reel_ResultRow( + public K4EE_Component_Reel_ResultRow AddK4EE_Component_Reel_ResultRow( System.DateTime STIME, System.DateTime ETIME, string PDATE, @@ -1550,7 +1585,7 @@ namespace Project { string iNBOUND, string MCN, string target) { - Component_Reel_ResultRow rowComponent_Reel_ResultRow = ((Component_Reel_ResultRow)(this.NewRow())); + K4EE_Component_Reel_ResultRow rowK4EE_Component_Reel_ResultRow = ((K4EE_Component_Reel_ResultRow)(this.NewRow())); object[] columnValuesArray = new object[] { null, STIME, @@ -1588,22 +1623,22 @@ namespace Project { iNBOUND, MCN, target}; - rowComponent_Reel_ResultRow.ItemArray = columnValuesArray; - this.Rows.Add(rowComponent_Reel_ResultRow); - return rowComponent_Reel_ResultRow; + rowK4EE_Component_Reel_ResultRow.ItemArray = columnValuesArray; + this.Rows.Add(rowK4EE_Component_Reel_ResultRow); + return rowK4EE_Component_Reel_ResultRow; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public Component_Reel_ResultRow FindByidx(int idx) { - return ((Component_Reel_ResultRow)(this.Rows.Find(new object[] { + public K4EE_Component_Reel_ResultRow FindByidx(int idx) { + return ((K4EE_Component_Reel_ResultRow)(this.Rows.Find(new object[] { idx}))); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public override global::System.Data.DataTable Clone() { - Component_Reel_ResultDataTable cln = ((Component_Reel_ResultDataTable)(base.Clone())); + K4EE_Component_Reel_ResultDataTable cln = ((K4EE_Component_Reel_ResultDataTable)(base.Clone())); cln.InitVars(); return cln; } @@ -1611,7 +1646,7 @@ namespace Project { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] protected override global::System.Data.DataTable CreateInstance() { - return new Component_Reel_ResultDataTable(); + return new K4EE_Component_Reel_ResultDataTable(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] @@ -1767,28 +1802,28 @@ namespace Project { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public Component_Reel_ResultRow NewComponent_Reel_ResultRow() { - return ((Component_Reel_ResultRow)(this.NewRow())); + public K4EE_Component_Reel_ResultRow NewK4EE_Component_Reel_ResultRow() { + return ((K4EE_Component_Reel_ResultRow)(this.NewRow())); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) { - return new Component_Reel_ResultRow(builder); + return new K4EE_Component_Reel_ResultRow(builder); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] protected override global::System.Type GetRowType() { - return typeof(Component_Reel_ResultRow); + return typeof(K4EE_Component_Reel_ResultRow); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) { base.OnRowChanged(e); - if ((this.Component_Reel_ResultRowChanged != null)) { - this.Component_Reel_ResultRowChanged(this, new Component_Reel_ResultRowChangeEvent(((Component_Reel_ResultRow)(e.Row)), e.Action)); + if ((this.K4EE_Component_Reel_ResultRowChanged != null)) { + this.K4EE_Component_Reel_ResultRowChanged(this, new K4EE_Component_Reel_ResultRowChangeEvent(((K4EE_Component_Reel_ResultRow)(e.Row)), e.Action)); } } @@ -1796,8 +1831,8 @@ namespace Project { [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) { base.OnRowChanging(e); - if ((this.Component_Reel_ResultRowChanging != null)) { - this.Component_Reel_ResultRowChanging(this, new Component_Reel_ResultRowChangeEvent(((Component_Reel_ResultRow)(e.Row)), e.Action)); + if ((this.K4EE_Component_Reel_ResultRowChanging != null)) { + this.K4EE_Component_Reel_ResultRowChanging(this, new K4EE_Component_Reel_ResultRowChangeEvent(((K4EE_Component_Reel_ResultRow)(e.Row)), e.Action)); } } @@ -1805,8 +1840,8 @@ namespace Project { [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) { base.OnRowDeleted(e); - if ((this.Component_Reel_ResultRowDeleted != null)) { - this.Component_Reel_ResultRowDeleted(this, new Component_Reel_ResultRowChangeEvent(((Component_Reel_ResultRow)(e.Row)), e.Action)); + if ((this.K4EE_Component_Reel_ResultRowDeleted != null)) { + this.K4EE_Component_Reel_ResultRowDeleted(this, new K4EE_Component_Reel_ResultRowChangeEvent(((K4EE_Component_Reel_ResultRow)(e.Row)), e.Action)); } } @@ -1814,14 +1849,14 @@ namespace Project { [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) { base.OnRowDeleting(e); - if ((this.Component_Reel_ResultRowDeleting != null)) { - this.Component_Reel_ResultRowDeleting(this, new Component_Reel_ResultRowChangeEvent(((Component_Reel_ResultRow)(e.Row)), e.Action)); + if ((this.K4EE_Component_Reel_ResultRowDeleting != null)) { + this.K4EE_Component_Reel_ResultRowDeleting(this, new K4EE_Component_Reel_ResultRowChangeEvent(((K4EE_Component_Reel_ResultRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public void RemoveComponent_Reel_ResultRow(Component_Reel_ResultRow row) { + public void RemoveK4EE_Component_Reel_ResultRow(K4EE_Component_Reel_ResultRow row) { this.Rows.Remove(row); } @@ -1848,7 +1883,7 @@ namespace Project { type.Attributes.Add(attribute1); global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute(); attribute2.Name = "tableTypeName"; - attribute2.FixedValue = "Component_Reel_ResultDataTable"; + attribute2.FixedValue = "K4EE_Component_Reel_ResultDataTable"; type.Attributes.Add(attribute2); type.Particle = sequence; global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable(); @@ -1894,7 +1929,7 @@ namespace Project { /// [global::System.Serializable()] [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")] - public partial class Component_Reel_RegExRuleDataTable : global::System.Data.TypedTableBase { + public partial class K4EE_Component_Reel_RegExRuleDataTable : global::System.Data.TypedTableBase { private global::System.Data.DataColumn columnId; @@ -1920,8 +1955,8 @@ namespace Project { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public Component_Reel_RegExRuleDataTable() { - this.TableName = "Component_Reel_RegExRule"; + public K4EE_Component_Reel_RegExRuleDataTable() { + this.TableName = "K4EE_Component_Reel_RegExRule"; this.BeginInit(); this.InitClass(); this.EndInit(); @@ -1929,7 +1964,7 @@ namespace Project { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - internal Component_Reel_RegExRuleDataTable(global::System.Data.DataTable table) { + internal K4EE_Component_Reel_RegExRuleDataTable(global::System.Data.DataTable table) { this.TableName = table.TableName; if ((table.CaseSensitive != table.DataSet.CaseSensitive)) { this.CaseSensitive = table.CaseSensitive; @@ -1946,7 +1981,7 @@ namespace Project { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - protected Component_Reel_RegExRuleDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) : + protected K4EE_Component_Reel_RegExRuleDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) : base(info, context) { this.InitVars(); } @@ -2050,34 +2085,34 @@ namespace Project { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public Component_Reel_RegExRuleRow this[int index] { + public K4EE_Component_Reel_RegExRuleRow this[int index] { get { - return ((Component_Reel_RegExRuleRow)(this.Rows[index])); + return ((K4EE_Component_Reel_RegExRuleRow)(this.Rows[index])); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public event Component_Reel_RegExRuleRowChangeEventHandler Component_Reel_RegExRuleRowChanging; + public event K4EE_Component_Reel_RegExRuleRowChangeEventHandler K4EE_Component_Reel_RegExRuleRowChanging; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public event Component_Reel_RegExRuleRowChangeEventHandler Component_Reel_RegExRuleRowChanged; + public event K4EE_Component_Reel_RegExRuleRowChangeEventHandler K4EE_Component_Reel_RegExRuleRowChanged; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public event Component_Reel_RegExRuleRowChangeEventHandler Component_Reel_RegExRuleRowDeleting; + public event K4EE_Component_Reel_RegExRuleRowChangeEventHandler K4EE_Component_Reel_RegExRuleRowDeleting; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public event Component_Reel_RegExRuleRowChangeEventHandler Component_Reel_RegExRuleRowDeleted; + public event K4EE_Component_Reel_RegExRuleRowChangeEventHandler K4EE_Component_Reel_RegExRuleRowDeleted; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public void AddComponent_Reel_RegExRuleRow(Component_Reel_RegExRuleRow row) { + public void AddK4EE_Component_Reel_RegExRuleRow(K4EE_Component_Reel_RegExRuleRow row) { this.Rows.Add(row); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public Component_Reel_RegExRuleRow AddComponent_Reel_RegExRuleRow(int Seq, string CustCode, string Description, string Symbol, string Pattern, string Groups, bool IsEnable, bool IsTrust, bool IsAmkStd, bool IsIgnore) { - Component_Reel_RegExRuleRow rowComponent_Reel_RegExRuleRow = ((Component_Reel_RegExRuleRow)(this.NewRow())); + public K4EE_Component_Reel_RegExRuleRow AddK4EE_Component_Reel_RegExRuleRow(int Seq, string CustCode, string Description, string Symbol, string Pattern, string Groups, bool IsEnable, bool IsTrust, bool IsAmkStd, bool IsIgnore) { + K4EE_Component_Reel_RegExRuleRow rowK4EE_Component_Reel_RegExRuleRow = ((K4EE_Component_Reel_RegExRuleRow)(this.NewRow())); object[] columnValuesArray = new object[] { null, Seq, @@ -2090,22 +2125,22 @@ namespace Project { IsTrust, IsAmkStd, IsIgnore}; - rowComponent_Reel_RegExRuleRow.ItemArray = columnValuesArray; - this.Rows.Add(rowComponent_Reel_RegExRuleRow); - return rowComponent_Reel_RegExRuleRow; + rowK4EE_Component_Reel_RegExRuleRow.ItemArray = columnValuesArray; + this.Rows.Add(rowK4EE_Component_Reel_RegExRuleRow); + return rowK4EE_Component_Reel_RegExRuleRow; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public Component_Reel_RegExRuleRow FindById(int Id) { - return ((Component_Reel_RegExRuleRow)(this.Rows.Find(new object[] { + public K4EE_Component_Reel_RegExRuleRow FindById(int Id) { + return ((K4EE_Component_Reel_RegExRuleRow)(this.Rows.Find(new object[] { Id}))); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public override global::System.Data.DataTable Clone() { - Component_Reel_RegExRuleDataTable cln = ((Component_Reel_RegExRuleDataTable)(base.Clone())); + K4EE_Component_Reel_RegExRuleDataTable cln = ((K4EE_Component_Reel_RegExRuleDataTable)(base.Clone())); cln.InitVars(); return cln; } @@ -2113,7 +2148,7 @@ namespace Project { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] protected override global::System.Data.DataTable CreateInstance() { - return new Component_Reel_RegExRuleDataTable(); + return new K4EE_Component_Reel_RegExRuleDataTable(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] @@ -2174,28 +2209,28 @@ namespace Project { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public Component_Reel_RegExRuleRow NewComponent_Reel_RegExRuleRow() { - return ((Component_Reel_RegExRuleRow)(this.NewRow())); + public K4EE_Component_Reel_RegExRuleRow NewK4EE_Component_Reel_RegExRuleRow() { + return ((K4EE_Component_Reel_RegExRuleRow)(this.NewRow())); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) { - return new Component_Reel_RegExRuleRow(builder); + return new K4EE_Component_Reel_RegExRuleRow(builder); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] protected override global::System.Type GetRowType() { - return typeof(Component_Reel_RegExRuleRow); + return typeof(K4EE_Component_Reel_RegExRuleRow); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) { base.OnRowChanged(e); - if ((this.Component_Reel_RegExRuleRowChanged != null)) { - this.Component_Reel_RegExRuleRowChanged(this, new Component_Reel_RegExRuleRowChangeEvent(((Component_Reel_RegExRuleRow)(e.Row)), e.Action)); + if ((this.K4EE_Component_Reel_RegExRuleRowChanged != null)) { + this.K4EE_Component_Reel_RegExRuleRowChanged(this, new K4EE_Component_Reel_RegExRuleRowChangeEvent(((K4EE_Component_Reel_RegExRuleRow)(e.Row)), e.Action)); } } @@ -2203,8 +2238,8 @@ namespace Project { [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) { base.OnRowChanging(e); - if ((this.Component_Reel_RegExRuleRowChanging != null)) { - this.Component_Reel_RegExRuleRowChanging(this, new Component_Reel_RegExRuleRowChangeEvent(((Component_Reel_RegExRuleRow)(e.Row)), e.Action)); + if ((this.K4EE_Component_Reel_RegExRuleRowChanging != null)) { + this.K4EE_Component_Reel_RegExRuleRowChanging(this, new K4EE_Component_Reel_RegExRuleRowChangeEvent(((K4EE_Component_Reel_RegExRuleRow)(e.Row)), e.Action)); } } @@ -2212,8 +2247,8 @@ namespace Project { [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) { base.OnRowDeleted(e); - if ((this.Component_Reel_RegExRuleRowDeleted != null)) { - this.Component_Reel_RegExRuleRowDeleted(this, new Component_Reel_RegExRuleRowChangeEvent(((Component_Reel_RegExRuleRow)(e.Row)), e.Action)); + if ((this.K4EE_Component_Reel_RegExRuleRowDeleted != null)) { + this.K4EE_Component_Reel_RegExRuleRowDeleted(this, new K4EE_Component_Reel_RegExRuleRowChangeEvent(((K4EE_Component_Reel_RegExRuleRow)(e.Row)), e.Action)); } } @@ -2221,14 +2256,14 @@ namespace Project { [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) { base.OnRowDeleting(e); - if ((this.Component_Reel_RegExRuleRowDeleting != null)) { - this.Component_Reel_RegExRuleRowDeleting(this, new Component_Reel_RegExRuleRowChangeEvent(((Component_Reel_RegExRuleRow)(e.Row)), e.Action)); + if ((this.K4EE_Component_Reel_RegExRuleRowDeleting != null)) { + this.K4EE_Component_Reel_RegExRuleRowDeleting(this, new K4EE_Component_Reel_RegExRuleRowChangeEvent(((K4EE_Component_Reel_RegExRuleRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public void RemoveComponent_Reel_RegExRuleRow(Component_Reel_RegExRuleRow row) { + public void RemoveK4EE_Component_Reel_RegExRuleRow(K4EE_Component_Reel_RegExRuleRow row) { this.Rows.Remove(row); } @@ -2255,7 +2290,7 @@ namespace Project { type.Attributes.Add(attribute1); global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute(); attribute2.Name = "tableTypeName"; - attribute2.FixedValue = "Component_Reel_RegExRuleDataTable"; + attribute2.FixedValue = "K4EE_Component_Reel_RegExRuleDataTable"; type.Attributes.Add(attribute2); type.Particle = sequence; global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable(); @@ -2301,7 +2336,7 @@ namespace Project { /// [global::System.Serializable()] [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")] - public partial class Component_Reel_SID_ConvertDataTable : global::System.Data.TypedTableBase { + public partial class K4EE_Component_Reel_SID_ConvertDataTable : global::System.Data.TypedTableBase { private global::System.Data.DataColumn columnidx; @@ -2319,8 +2354,8 @@ namespace Project { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public Component_Reel_SID_ConvertDataTable() { - this.TableName = "Component_Reel_SID_Convert"; + public K4EE_Component_Reel_SID_ConvertDataTable() { + this.TableName = "K4EE_Component_Reel_SID_Convert"; this.BeginInit(); this.InitClass(); this.EndInit(); @@ -2328,7 +2363,7 @@ namespace Project { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - internal Component_Reel_SID_ConvertDataTable(global::System.Data.DataTable table) { + internal K4EE_Component_Reel_SID_ConvertDataTable(global::System.Data.DataTable table) { this.TableName = table.TableName; if ((table.CaseSensitive != table.DataSet.CaseSensitive)) { this.CaseSensitive = table.CaseSensitive; @@ -2345,7 +2380,7 @@ namespace Project { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - protected Component_Reel_SID_ConvertDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) : + protected K4EE_Component_Reel_SID_ConvertDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) : base(info, context) { this.InitVars(); } @@ -2417,34 +2452,34 @@ namespace Project { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public Component_Reel_SID_ConvertRow this[int index] { + public K4EE_Component_Reel_SID_ConvertRow this[int index] { get { - return ((Component_Reel_SID_ConvertRow)(this.Rows[index])); + return ((K4EE_Component_Reel_SID_ConvertRow)(this.Rows[index])); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public event Component_Reel_SID_ConvertRowChangeEventHandler Component_Reel_SID_ConvertRowChanging; + public event K4EE_Component_Reel_SID_ConvertRowChangeEventHandler K4EE_Component_Reel_SID_ConvertRowChanging; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public event Component_Reel_SID_ConvertRowChangeEventHandler Component_Reel_SID_ConvertRowChanged; + public event K4EE_Component_Reel_SID_ConvertRowChangeEventHandler K4EE_Component_Reel_SID_ConvertRowChanged; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public event Component_Reel_SID_ConvertRowChangeEventHandler Component_Reel_SID_ConvertRowDeleting; + public event K4EE_Component_Reel_SID_ConvertRowChangeEventHandler K4EE_Component_Reel_SID_ConvertRowDeleting; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public event Component_Reel_SID_ConvertRowChangeEventHandler Component_Reel_SID_ConvertRowDeleted; + public event K4EE_Component_Reel_SID_ConvertRowChangeEventHandler K4EE_Component_Reel_SID_ConvertRowDeleted; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public void AddComponent_Reel_SID_ConvertRow(Component_Reel_SID_ConvertRow row) { + public void AddK4EE_Component_Reel_SID_ConvertRow(K4EE_Component_Reel_SID_ConvertRow row) { this.Rows.Add(row); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public Component_Reel_SID_ConvertRow AddComponent_Reel_SID_ConvertRow(bool Chk, string SIDFrom, string SIDTo, string Remark, System.DateTime wdate, string MC) { - Component_Reel_SID_ConvertRow rowComponent_Reel_SID_ConvertRow = ((Component_Reel_SID_ConvertRow)(this.NewRow())); + public K4EE_Component_Reel_SID_ConvertRow AddK4EE_Component_Reel_SID_ConvertRow(bool Chk, string SIDFrom, string SIDTo, string Remark, System.DateTime wdate, string MC) { + K4EE_Component_Reel_SID_ConvertRow rowK4EE_Component_Reel_SID_ConvertRow = ((K4EE_Component_Reel_SID_ConvertRow)(this.NewRow())); object[] columnValuesArray = new object[] { null, Chk, @@ -2453,22 +2488,22 @@ namespace Project { Remark, wdate, MC}; - rowComponent_Reel_SID_ConvertRow.ItemArray = columnValuesArray; - this.Rows.Add(rowComponent_Reel_SID_ConvertRow); - return rowComponent_Reel_SID_ConvertRow; + rowK4EE_Component_Reel_SID_ConvertRow.ItemArray = columnValuesArray; + this.Rows.Add(rowK4EE_Component_Reel_SID_ConvertRow); + return rowK4EE_Component_Reel_SID_ConvertRow; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public Component_Reel_SID_ConvertRow FindByidx(int idx) { - return ((Component_Reel_SID_ConvertRow)(this.Rows.Find(new object[] { + public K4EE_Component_Reel_SID_ConvertRow FindByidx(int idx) { + return ((K4EE_Component_Reel_SID_ConvertRow)(this.Rows.Find(new object[] { idx}))); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public override global::System.Data.DataTable Clone() { - Component_Reel_SID_ConvertDataTable cln = ((Component_Reel_SID_ConvertDataTable)(base.Clone())); + K4EE_Component_Reel_SID_ConvertDataTable cln = ((K4EE_Component_Reel_SID_ConvertDataTable)(base.Clone())); cln.InitVars(); return cln; } @@ -2476,7 +2511,7 @@ namespace Project { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] protected override global::System.Data.DataTable CreateInstance() { - return new Component_Reel_SID_ConvertDataTable(); + return new K4EE_Component_Reel_SID_ConvertDataTable(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] @@ -2524,28 +2559,28 @@ namespace Project { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public Component_Reel_SID_ConvertRow NewComponent_Reel_SID_ConvertRow() { - return ((Component_Reel_SID_ConvertRow)(this.NewRow())); + public K4EE_Component_Reel_SID_ConvertRow NewK4EE_Component_Reel_SID_ConvertRow() { + return ((K4EE_Component_Reel_SID_ConvertRow)(this.NewRow())); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) { - return new Component_Reel_SID_ConvertRow(builder); + return new K4EE_Component_Reel_SID_ConvertRow(builder); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] protected override global::System.Type GetRowType() { - return typeof(Component_Reel_SID_ConvertRow); + return typeof(K4EE_Component_Reel_SID_ConvertRow); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) { base.OnRowChanged(e); - if ((this.Component_Reel_SID_ConvertRowChanged != null)) { - this.Component_Reel_SID_ConvertRowChanged(this, new Component_Reel_SID_ConvertRowChangeEvent(((Component_Reel_SID_ConvertRow)(e.Row)), e.Action)); + if ((this.K4EE_Component_Reel_SID_ConvertRowChanged != null)) { + this.K4EE_Component_Reel_SID_ConvertRowChanged(this, new K4EE_Component_Reel_SID_ConvertRowChangeEvent(((K4EE_Component_Reel_SID_ConvertRow)(e.Row)), e.Action)); } } @@ -2553,8 +2588,8 @@ namespace Project { [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) { base.OnRowChanging(e); - if ((this.Component_Reel_SID_ConvertRowChanging != null)) { - this.Component_Reel_SID_ConvertRowChanging(this, new Component_Reel_SID_ConvertRowChangeEvent(((Component_Reel_SID_ConvertRow)(e.Row)), e.Action)); + if ((this.K4EE_Component_Reel_SID_ConvertRowChanging != null)) { + this.K4EE_Component_Reel_SID_ConvertRowChanging(this, new K4EE_Component_Reel_SID_ConvertRowChangeEvent(((K4EE_Component_Reel_SID_ConvertRow)(e.Row)), e.Action)); } } @@ -2562,8 +2597,8 @@ namespace Project { [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) { base.OnRowDeleted(e); - if ((this.Component_Reel_SID_ConvertRowDeleted != null)) { - this.Component_Reel_SID_ConvertRowDeleted(this, new Component_Reel_SID_ConvertRowChangeEvent(((Component_Reel_SID_ConvertRow)(e.Row)), e.Action)); + if ((this.K4EE_Component_Reel_SID_ConvertRowDeleted != null)) { + this.K4EE_Component_Reel_SID_ConvertRowDeleted(this, new K4EE_Component_Reel_SID_ConvertRowChangeEvent(((K4EE_Component_Reel_SID_ConvertRow)(e.Row)), e.Action)); } } @@ -2571,14 +2606,14 @@ namespace Project { [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) { base.OnRowDeleting(e); - if ((this.Component_Reel_SID_ConvertRowDeleting != null)) { - this.Component_Reel_SID_ConvertRowDeleting(this, new Component_Reel_SID_ConvertRowChangeEvent(((Component_Reel_SID_ConvertRow)(e.Row)), e.Action)); + if ((this.K4EE_Component_Reel_SID_ConvertRowDeleting != null)) { + this.K4EE_Component_Reel_SID_ConvertRowDeleting(this, new K4EE_Component_Reel_SID_ConvertRowChangeEvent(((K4EE_Component_Reel_SID_ConvertRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public void RemoveComponent_Reel_SID_ConvertRow(Component_Reel_SID_ConvertRow row) { + public void RemoveK4EE_Component_Reel_SID_ConvertRow(K4EE_Component_Reel_SID_ConvertRow row) { this.Rows.Remove(row); } @@ -2605,7 +2640,7 @@ namespace Project { type.Attributes.Add(attribute1); global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute(); attribute2.Name = "tableTypeName"; - attribute2.FixedValue = "Component_Reel_SID_ConvertDataTable"; + attribute2.FixedValue = "K4EE_Component_Reel_SID_ConvertDataTable"; type.Attributes.Add(attribute2); type.Particle = sequence; global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable(); @@ -2651,7 +2686,7 @@ namespace Project { /// [global::System.Serializable()] [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")] - public partial class Component_Reel_SID_InformationDataTable : global::System.Data.TypedTableBase { + public partial class K4EE_Component_Reel_SID_InformationDataTable : global::System.Data.TypedTableBase { private global::System.Data.DataColumn columnidx; @@ -2681,8 +2716,8 @@ namespace Project { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public Component_Reel_SID_InformationDataTable() { - this.TableName = "Component_Reel_SID_Information"; + public K4EE_Component_Reel_SID_InformationDataTable() { + this.TableName = "K4EE_Component_Reel_SID_Information"; this.BeginInit(); this.InitClass(); this.EndInit(); @@ -2690,7 +2725,7 @@ namespace Project { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - internal Component_Reel_SID_InformationDataTable(global::System.Data.DataTable table) { + internal K4EE_Component_Reel_SID_InformationDataTable(global::System.Data.DataTable table) { this.TableName = table.TableName; if ((table.CaseSensitive != table.DataSet.CaseSensitive)) { this.CaseSensitive = table.CaseSensitive; @@ -2707,7 +2742,7 @@ namespace Project { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - protected Component_Reel_SID_InformationDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) : + protected K4EE_Component_Reel_SID_InformationDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) : base(info, context) { this.InitVars(); } @@ -2827,34 +2862,34 @@ namespace Project { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public Component_Reel_SID_InformationRow this[int index] { + public K4EE_Component_Reel_SID_InformationRow this[int index] { get { - return ((Component_Reel_SID_InformationRow)(this.Rows[index])); + return ((K4EE_Component_Reel_SID_InformationRow)(this.Rows[index])); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public event Component_Reel_SID_InformationRowChangeEventHandler Component_Reel_SID_InformationRowChanging; + public event K4EE_Component_Reel_SID_InformationRowChangeEventHandler K4EE_Component_Reel_SID_InformationRowChanging; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public event Component_Reel_SID_InformationRowChangeEventHandler Component_Reel_SID_InformationRowChanged; + public event K4EE_Component_Reel_SID_InformationRowChangeEventHandler K4EE_Component_Reel_SID_InformationRowChanged; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public event Component_Reel_SID_InformationRowChangeEventHandler Component_Reel_SID_InformationRowDeleting; + public event K4EE_Component_Reel_SID_InformationRowChangeEventHandler K4EE_Component_Reel_SID_InformationRowDeleting; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public event Component_Reel_SID_InformationRowChangeEventHandler Component_Reel_SID_InformationRowDeleted; + public event K4EE_Component_Reel_SID_InformationRowChangeEventHandler K4EE_Component_Reel_SID_InformationRowDeleted; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public void AddComponent_Reel_SID_InformationRow(Component_Reel_SID_InformationRow row) { + public void AddK4EE_Component_Reel_SID_InformationRow(K4EE_Component_Reel_SID_InformationRow row) { this.Rows.Add(row); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public Component_Reel_SID_InformationRow AddComponent_Reel_SID_InformationRow(string SID, string CustCode, string PartNo, string CustName, string VenderName, string Remark, System.DateTime wdate, string MC, string batch, int qtymax, string VenderLot, string attach) { - Component_Reel_SID_InformationRow rowComponent_Reel_SID_InformationRow = ((Component_Reel_SID_InformationRow)(this.NewRow())); + public K4EE_Component_Reel_SID_InformationRow AddK4EE_Component_Reel_SID_InformationRow(string SID, string CustCode, string PartNo, string CustName, string VenderName, string Remark, System.DateTime wdate, string MC, string batch, int qtymax, string VenderLot, string attach) { + K4EE_Component_Reel_SID_InformationRow rowK4EE_Component_Reel_SID_InformationRow = ((K4EE_Component_Reel_SID_InformationRow)(this.NewRow())); object[] columnValuesArray = new object[] { null, SID, @@ -2869,22 +2904,22 @@ namespace Project { qtymax, VenderLot, attach}; - rowComponent_Reel_SID_InformationRow.ItemArray = columnValuesArray; - this.Rows.Add(rowComponent_Reel_SID_InformationRow); - return rowComponent_Reel_SID_InformationRow; + rowK4EE_Component_Reel_SID_InformationRow.ItemArray = columnValuesArray; + this.Rows.Add(rowK4EE_Component_Reel_SID_InformationRow); + return rowK4EE_Component_Reel_SID_InformationRow; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public Component_Reel_SID_InformationRow FindByidx(int idx) { - return ((Component_Reel_SID_InformationRow)(this.Rows.Find(new object[] { + public K4EE_Component_Reel_SID_InformationRow FindByidx(int idx) { + return ((K4EE_Component_Reel_SID_InformationRow)(this.Rows.Find(new object[] { idx}))); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public override global::System.Data.DataTable Clone() { - Component_Reel_SID_InformationDataTable cln = ((Component_Reel_SID_InformationDataTable)(base.Clone())); + K4EE_Component_Reel_SID_InformationDataTable cln = ((K4EE_Component_Reel_SID_InformationDataTable)(base.Clone())); cln.InitVars(); return cln; } @@ -2892,7 +2927,7 @@ namespace Project { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] protected override global::System.Data.DataTable CreateInstance() { - return new Component_Reel_SID_InformationDataTable(); + return new K4EE_Component_Reel_SID_InformationDataTable(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] @@ -2967,28 +3002,28 @@ namespace Project { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public Component_Reel_SID_InformationRow NewComponent_Reel_SID_InformationRow() { - return ((Component_Reel_SID_InformationRow)(this.NewRow())); + public K4EE_Component_Reel_SID_InformationRow NewK4EE_Component_Reel_SID_InformationRow() { + return ((K4EE_Component_Reel_SID_InformationRow)(this.NewRow())); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) { - return new Component_Reel_SID_InformationRow(builder); + return new K4EE_Component_Reel_SID_InformationRow(builder); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] protected override global::System.Type GetRowType() { - return typeof(Component_Reel_SID_InformationRow); + return typeof(K4EE_Component_Reel_SID_InformationRow); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) { base.OnRowChanged(e); - if ((this.Component_Reel_SID_InformationRowChanged != null)) { - this.Component_Reel_SID_InformationRowChanged(this, new Component_Reel_SID_InformationRowChangeEvent(((Component_Reel_SID_InformationRow)(e.Row)), e.Action)); + if ((this.K4EE_Component_Reel_SID_InformationRowChanged != null)) { + this.K4EE_Component_Reel_SID_InformationRowChanged(this, new K4EE_Component_Reel_SID_InformationRowChangeEvent(((K4EE_Component_Reel_SID_InformationRow)(e.Row)), e.Action)); } } @@ -2996,8 +3031,8 @@ namespace Project { [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) { base.OnRowChanging(e); - if ((this.Component_Reel_SID_InformationRowChanging != null)) { - this.Component_Reel_SID_InformationRowChanging(this, new Component_Reel_SID_InformationRowChangeEvent(((Component_Reel_SID_InformationRow)(e.Row)), e.Action)); + if ((this.K4EE_Component_Reel_SID_InformationRowChanging != null)) { + this.K4EE_Component_Reel_SID_InformationRowChanging(this, new K4EE_Component_Reel_SID_InformationRowChangeEvent(((K4EE_Component_Reel_SID_InformationRow)(e.Row)), e.Action)); } } @@ -3005,8 +3040,8 @@ namespace Project { [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) { base.OnRowDeleted(e); - if ((this.Component_Reel_SID_InformationRowDeleted != null)) { - this.Component_Reel_SID_InformationRowDeleted(this, new Component_Reel_SID_InformationRowChangeEvent(((Component_Reel_SID_InformationRow)(e.Row)), e.Action)); + if ((this.K4EE_Component_Reel_SID_InformationRowDeleted != null)) { + this.K4EE_Component_Reel_SID_InformationRowDeleted(this, new K4EE_Component_Reel_SID_InformationRowChangeEvent(((K4EE_Component_Reel_SID_InformationRow)(e.Row)), e.Action)); } } @@ -3014,14 +3049,14 @@ namespace Project { [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) { base.OnRowDeleting(e); - if ((this.Component_Reel_SID_InformationRowDeleting != null)) { - this.Component_Reel_SID_InformationRowDeleting(this, new Component_Reel_SID_InformationRowChangeEvent(((Component_Reel_SID_InformationRow)(e.Row)), e.Action)); + if ((this.K4EE_Component_Reel_SID_InformationRowDeleting != null)) { + this.K4EE_Component_Reel_SID_InformationRowDeleting(this, new K4EE_Component_Reel_SID_InformationRowChangeEvent(((K4EE_Component_Reel_SID_InformationRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public void RemoveComponent_Reel_SID_InformationRow(Component_Reel_SID_InformationRow row) { + public void RemoveK4EE_Component_Reel_SID_InformationRow(K4EE_Component_Reel_SID_InformationRow row) { this.Rows.Remove(row); } @@ -3048,7 +3083,7 @@ namespace Project { type.Attributes.Add(attribute1); global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute(); attribute2.Name = "tableTypeName"; - attribute2.FixedValue = "Component_Reel_SID_InformationDataTable"; + attribute2.FixedValue = "K4EE_Component_Reel_SID_InformationDataTable"; type.Attributes.Add(attribute2); type.Particle = sequence; global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable(); @@ -3094,7 +3129,7 @@ namespace Project { /// [global::System.Serializable()] [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")] - public partial class Component_Reel_PreSetDataTable : global::System.Data.TypedTableBase { + public partial class K4EE_Component_Reel_PreSetDataTable : global::System.Data.TypedTableBase { private global::System.Data.DataColumn columnidx; @@ -3120,8 +3155,8 @@ namespace Project { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public Component_Reel_PreSetDataTable() { - this.TableName = "Component_Reel_PreSet"; + public K4EE_Component_Reel_PreSetDataTable() { + this.TableName = "K4EE_Component_Reel_PreSet"; this.BeginInit(); this.InitClass(); this.EndInit(); @@ -3129,7 +3164,7 @@ namespace Project { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - internal Component_Reel_PreSetDataTable(global::System.Data.DataTable table) { + internal K4EE_Component_Reel_PreSetDataTable(global::System.Data.DataTable table) { this.TableName = table.TableName; if ((table.CaseSensitive != table.DataSet.CaseSensitive)) { this.CaseSensitive = table.CaseSensitive; @@ -3146,7 +3181,7 @@ namespace Project { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - protected Component_Reel_PreSetDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) : + protected K4EE_Component_Reel_PreSetDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) : base(info, context) { this.InitVars(); } @@ -3250,34 +3285,34 @@ namespace Project { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public Component_Reel_PreSetRow this[int index] { + public K4EE_Component_Reel_PreSetRow this[int index] { get { - return ((Component_Reel_PreSetRow)(this.Rows[index])); + return ((K4EE_Component_Reel_PreSetRow)(this.Rows[index])); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public event Component_Reel_PreSetRowChangeEventHandler Component_Reel_PreSetRowChanging; + public event K4EE_Component_Reel_PreSetRowChangeEventHandler K4EE_Component_Reel_PreSetRowChanging; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public event Component_Reel_PreSetRowChangeEventHandler Component_Reel_PreSetRowChanged; + public event K4EE_Component_Reel_PreSetRowChangeEventHandler K4EE_Component_Reel_PreSetRowChanged; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public event Component_Reel_PreSetRowChangeEventHandler Component_Reel_PreSetRowDeleting; + public event K4EE_Component_Reel_PreSetRowChangeEventHandler K4EE_Component_Reel_PreSetRowDeleting; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public event Component_Reel_PreSetRowChangeEventHandler Component_Reel_PreSetRowDeleted; + public event K4EE_Component_Reel_PreSetRowChangeEventHandler K4EE_Component_Reel_PreSetRowDeleted; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public void AddComponent_Reel_PreSetRow(Component_Reel_PreSetRow row) { + public void AddK4EE_Component_Reel_PreSetRow(K4EE_Component_Reel_PreSetRow row) { this.Rows.Add(row); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public Component_Reel_PreSetRow AddComponent_Reel_PreSetRow(string MC, string Title, string Remark, System.DateTime wdate, int vOption, int vJobInfo, int vSidInfo, int vServerWrite, string jobtype, string bypasssid) { - Component_Reel_PreSetRow rowComponent_Reel_PreSetRow = ((Component_Reel_PreSetRow)(this.NewRow())); + public K4EE_Component_Reel_PreSetRow AddK4EE_Component_Reel_PreSetRow(string MC, string Title, string Remark, System.DateTime wdate, int vOption, int vJobInfo, int vSidInfo, int vServerWrite, string jobtype, string bypasssid) { + K4EE_Component_Reel_PreSetRow rowK4EE_Component_Reel_PreSetRow = ((K4EE_Component_Reel_PreSetRow)(this.NewRow())); object[] columnValuesArray = new object[] { null, MC, @@ -3290,22 +3325,22 @@ namespace Project { vServerWrite, jobtype, bypasssid}; - rowComponent_Reel_PreSetRow.ItemArray = columnValuesArray; - this.Rows.Add(rowComponent_Reel_PreSetRow); - return rowComponent_Reel_PreSetRow; + rowK4EE_Component_Reel_PreSetRow.ItemArray = columnValuesArray; + this.Rows.Add(rowK4EE_Component_Reel_PreSetRow); + return rowK4EE_Component_Reel_PreSetRow; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public Component_Reel_PreSetRow FindByidx(int idx) { - return ((Component_Reel_PreSetRow)(this.Rows.Find(new object[] { + public K4EE_Component_Reel_PreSetRow FindByidx(int idx) { + return ((K4EE_Component_Reel_PreSetRow)(this.Rows.Find(new object[] { idx}))); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public override global::System.Data.DataTable Clone() { - Component_Reel_PreSetDataTable cln = ((Component_Reel_PreSetDataTable)(base.Clone())); + K4EE_Component_Reel_PreSetDataTable cln = ((K4EE_Component_Reel_PreSetDataTable)(base.Clone())); cln.InitVars(); return cln; } @@ -3313,7 +3348,7 @@ namespace Project { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] protected override global::System.Data.DataTable CreateInstance() { - return new Component_Reel_PreSetDataTable(); + return new K4EE_Component_Reel_PreSetDataTable(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] @@ -3375,28 +3410,28 @@ namespace Project { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public Component_Reel_PreSetRow NewComponent_Reel_PreSetRow() { - return ((Component_Reel_PreSetRow)(this.NewRow())); + public K4EE_Component_Reel_PreSetRow NewK4EE_Component_Reel_PreSetRow() { + return ((K4EE_Component_Reel_PreSetRow)(this.NewRow())); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) { - return new Component_Reel_PreSetRow(builder); + return new K4EE_Component_Reel_PreSetRow(builder); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] protected override global::System.Type GetRowType() { - return typeof(Component_Reel_PreSetRow); + return typeof(K4EE_Component_Reel_PreSetRow); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) { base.OnRowChanged(e); - if ((this.Component_Reel_PreSetRowChanged != null)) { - this.Component_Reel_PreSetRowChanged(this, new Component_Reel_PreSetRowChangeEvent(((Component_Reel_PreSetRow)(e.Row)), e.Action)); + if ((this.K4EE_Component_Reel_PreSetRowChanged != null)) { + this.K4EE_Component_Reel_PreSetRowChanged(this, new K4EE_Component_Reel_PreSetRowChangeEvent(((K4EE_Component_Reel_PreSetRow)(e.Row)), e.Action)); } } @@ -3404,8 +3439,8 @@ namespace Project { [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) { base.OnRowChanging(e); - if ((this.Component_Reel_PreSetRowChanging != null)) { - this.Component_Reel_PreSetRowChanging(this, new Component_Reel_PreSetRowChangeEvent(((Component_Reel_PreSetRow)(e.Row)), e.Action)); + if ((this.K4EE_Component_Reel_PreSetRowChanging != null)) { + this.K4EE_Component_Reel_PreSetRowChanging(this, new K4EE_Component_Reel_PreSetRowChangeEvent(((K4EE_Component_Reel_PreSetRow)(e.Row)), e.Action)); } } @@ -3413,8 +3448,8 @@ namespace Project { [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) { base.OnRowDeleted(e); - if ((this.Component_Reel_PreSetRowDeleted != null)) { - this.Component_Reel_PreSetRowDeleted(this, new Component_Reel_PreSetRowChangeEvent(((Component_Reel_PreSetRow)(e.Row)), e.Action)); + if ((this.K4EE_Component_Reel_PreSetRowDeleted != null)) { + this.K4EE_Component_Reel_PreSetRowDeleted(this, new K4EE_Component_Reel_PreSetRowChangeEvent(((K4EE_Component_Reel_PreSetRow)(e.Row)), e.Action)); } } @@ -3422,14 +3457,14 @@ namespace Project { [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) { base.OnRowDeleting(e); - if ((this.Component_Reel_PreSetRowDeleting != null)) { - this.Component_Reel_PreSetRowDeleting(this, new Component_Reel_PreSetRowChangeEvent(((Component_Reel_PreSetRow)(e.Row)), e.Action)); + if ((this.K4EE_Component_Reel_PreSetRowDeleting != null)) { + this.K4EE_Component_Reel_PreSetRowDeleting(this, new K4EE_Component_Reel_PreSetRowChangeEvent(((K4EE_Component_Reel_PreSetRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public void RemoveComponent_Reel_PreSetRow(Component_Reel_PreSetRow row) { + public void RemoveK4EE_Component_Reel_PreSetRow(K4EE_Component_Reel_PreSetRow row) { this.Rows.Remove(row); } @@ -3456,7 +3491,7 @@ namespace Project { type.Attributes.Add(attribute1); global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute(); attribute2.Name = "tableTypeName"; - attribute2.FixedValue = "Component_Reel_PreSetDataTable"; + attribute2.FixedValue = "K4EE_Component_Reel_PreSetDataTable"; type.Attributes.Add(attribute2); type.Particle = sequence; global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable(); @@ -3502,7 +3537,7 @@ namespace Project { /// [global::System.Serializable()] [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")] - public partial class Component_Reel_CustInfoDataTable : global::System.Data.TypedTableBase { + public partial class K4EE_Component_Reel_CustInfoDataTable : global::System.Data.TypedTableBase { private global::System.Data.DataColumn columncode; @@ -3510,8 +3545,8 @@ namespace Project { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public Component_Reel_CustInfoDataTable() { - this.TableName = "Component_Reel_CustInfo"; + public K4EE_Component_Reel_CustInfoDataTable() { + this.TableName = "K4EE_Component_Reel_CustInfo"; this.BeginInit(); this.InitClass(); this.EndInit(); @@ -3519,7 +3554,7 @@ namespace Project { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - internal Component_Reel_CustInfoDataTable(global::System.Data.DataTable table) { + internal K4EE_Component_Reel_CustInfoDataTable(global::System.Data.DataTable table) { this.TableName = table.TableName; if ((table.CaseSensitive != table.DataSet.CaseSensitive)) { this.CaseSensitive = table.CaseSensitive; @@ -3536,7 +3571,7 @@ namespace Project { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - protected Component_Reel_CustInfoDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) : + protected K4EE_Component_Reel_CustInfoDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) : base(info, context) { this.InitVars(); } @@ -3568,53 +3603,53 @@ namespace Project { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public Component_Reel_CustInfoRow this[int index] { + public K4EE_Component_Reel_CustInfoRow this[int index] { get { - return ((Component_Reel_CustInfoRow)(this.Rows[index])); + return ((K4EE_Component_Reel_CustInfoRow)(this.Rows[index])); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public event Component_Reel_CustInfoRowChangeEventHandler Component_Reel_CustInfoRowChanging; + public event K4EE_Component_Reel_CustInfoRowChangeEventHandler K4EE_Component_Reel_CustInfoRowChanging; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public event Component_Reel_CustInfoRowChangeEventHandler Component_Reel_CustInfoRowChanged; + public event K4EE_Component_Reel_CustInfoRowChangeEventHandler K4EE_Component_Reel_CustInfoRowChanged; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public event Component_Reel_CustInfoRowChangeEventHandler Component_Reel_CustInfoRowDeleting; + public event K4EE_Component_Reel_CustInfoRowChangeEventHandler K4EE_Component_Reel_CustInfoRowDeleting; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public event Component_Reel_CustInfoRowChangeEventHandler Component_Reel_CustInfoRowDeleted; + public event K4EE_Component_Reel_CustInfoRowChangeEventHandler K4EE_Component_Reel_CustInfoRowDeleted; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public void AddComponent_Reel_CustInfoRow(Component_Reel_CustInfoRow row) { + public void AddK4EE_Component_Reel_CustInfoRow(K4EE_Component_Reel_CustInfoRow row) { this.Rows.Add(row); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public Component_Reel_CustInfoRow AddComponent_Reel_CustInfoRow(string code, string name) { - Component_Reel_CustInfoRow rowComponent_Reel_CustInfoRow = ((Component_Reel_CustInfoRow)(this.NewRow())); + public K4EE_Component_Reel_CustInfoRow AddK4EE_Component_Reel_CustInfoRow(string code, string name) { + K4EE_Component_Reel_CustInfoRow rowK4EE_Component_Reel_CustInfoRow = ((K4EE_Component_Reel_CustInfoRow)(this.NewRow())); object[] columnValuesArray = new object[] { code, name}; - rowComponent_Reel_CustInfoRow.ItemArray = columnValuesArray; - this.Rows.Add(rowComponent_Reel_CustInfoRow); - return rowComponent_Reel_CustInfoRow; + rowK4EE_Component_Reel_CustInfoRow.ItemArray = columnValuesArray; + this.Rows.Add(rowK4EE_Component_Reel_CustInfoRow); + return rowK4EE_Component_Reel_CustInfoRow; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public Component_Reel_CustInfoRow FindBycode(string code) { - return ((Component_Reel_CustInfoRow)(this.Rows.Find(new object[] { + public K4EE_Component_Reel_CustInfoRow FindBycode(string code) { + return ((K4EE_Component_Reel_CustInfoRow)(this.Rows.Find(new object[] { code}))); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public override global::System.Data.DataTable Clone() { - Component_Reel_CustInfoDataTable cln = ((Component_Reel_CustInfoDataTable)(base.Clone())); + K4EE_Component_Reel_CustInfoDataTable cln = ((K4EE_Component_Reel_CustInfoDataTable)(base.Clone())); cln.InitVars(); return cln; } @@ -3622,7 +3657,7 @@ namespace Project { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] protected override global::System.Data.DataTable CreateInstance() { - return new Component_Reel_CustInfoDataTable(); + return new K4EE_Component_Reel_CustInfoDataTable(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] @@ -3649,28 +3684,28 @@ namespace Project { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public Component_Reel_CustInfoRow NewComponent_Reel_CustInfoRow() { - return ((Component_Reel_CustInfoRow)(this.NewRow())); + public K4EE_Component_Reel_CustInfoRow NewK4EE_Component_Reel_CustInfoRow() { + return ((K4EE_Component_Reel_CustInfoRow)(this.NewRow())); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) { - return new Component_Reel_CustInfoRow(builder); + return new K4EE_Component_Reel_CustInfoRow(builder); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] protected override global::System.Type GetRowType() { - return typeof(Component_Reel_CustInfoRow); + return typeof(K4EE_Component_Reel_CustInfoRow); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) { base.OnRowChanged(e); - if ((this.Component_Reel_CustInfoRowChanged != null)) { - this.Component_Reel_CustInfoRowChanged(this, new Component_Reel_CustInfoRowChangeEvent(((Component_Reel_CustInfoRow)(e.Row)), e.Action)); + if ((this.K4EE_Component_Reel_CustInfoRowChanged != null)) { + this.K4EE_Component_Reel_CustInfoRowChanged(this, new K4EE_Component_Reel_CustInfoRowChangeEvent(((K4EE_Component_Reel_CustInfoRow)(e.Row)), e.Action)); } } @@ -3678,8 +3713,8 @@ namespace Project { [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) { base.OnRowChanging(e); - if ((this.Component_Reel_CustInfoRowChanging != null)) { - this.Component_Reel_CustInfoRowChanging(this, new Component_Reel_CustInfoRowChangeEvent(((Component_Reel_CustInfoRow)(e.Row)), e.Action)); + if ((this.K4EE_Component_Reel_CustInfoRowChanging != null)) { + this.K4EE_Component_Reel_CustInfoRowChanging(this, new K4EE_Component_Reel_CustInfoRowChangeEvent(((K4EE_Component_Reel_CustInfoRow)(e.Row)), e.Action)); } } @@ -3687,8 +3722,8 @@ namespace Project { [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) { base.OnRowDeleted(e); - if ((this.Component_Reel_CustInfoRowDeleted != null)) { - this.Component_Reel_CustInfoRowDeleted(this, new Component_Reel_CustInfoRowChangeEvent(((Component_Reel_CustInfoRow)(e.Row)), e.Action)); + if ((this.K4EE_Component_Reel_CustInfoRowDeleted != null)) { + this.K4EE_Component_Reel_CustInfoRowDeleted(this, new K4EE_Component_Reel_CustInfoRowChangeEvent(((K4EE_Component_Reel_CustInfoRow)(e.Row)), e.Action)); } } @@ -3696,14 +3731,14 @@ namespace Project { [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) { base.OnRowDeleting(e); - if ((this.Component_Reel_CustInfoRowDeleting != null)) { - this.Component_Reel_CustInfoRowDeleting(this, new Component_Reel_CustInfoRowChangeEvent(((Component_Reel_CustInfoRow)(e.Row)), e.Action)); + if ((this.K4EE_Component_Reel_CustInfoRowDeleting != null)) { + this.K4EE_Component_Reel_CustInfoRowDeleting(this, new K4EE_Component_Reel_CustInfoRowChangeEvent(((K4EE_Component_Reel_CustInfoRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public void RemoveComponent_Reel_CustInfoRow(Component_Reel_CustInfoRow row) { + public void RemoveK4EE_Component_Reel_CustInfoRow(K4EE_Component_Reel_CustInfoRow row) { this.Rows.Remove(row); } @@ -3730,7 +3765,7 @@ namespace Project { type.Attributes.Add(attribute1); global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute(); attribute2.Name = "tableTypeName"; - attribute2.FixedValue = "Component_Reel_CustInfoDataTable"; + attribute2.FixedValue = "K4EE_Component_Reel_CustInfoDataTable"; type.Attributes.Add(attribute2); type.Particle = sequence; global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable(); @@ -4082,7 +4117,7 @@ namespace Project { /// [global::System.Serializable()] [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")] - public partial class Component_Reel_Print_InformationDataTable : global::System.Data.TypedTableBase { + public partial class K4EE_Component_Reel_Print_InformationDataTable : global::System.Data.TypedTableBase { private global::System.Data.DataColumn columnidx; @@ -4098,8 +4133,8 @@ namespace Project { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public Component_Reel_Print_InformationDataTable() { - this.TableName = "Component_Reel_Print_Information"; + public K4EE_Component_Reel_Print_InformationDataTable() { + this.TableName = "K4EE_Component_Reel_Print_Information"; this.BeginInit(); this.InitClass(); this.EndInit(); @@ -4107,7 +4142,7 @@ namespace Project { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - internal Component_Reel_Print_InformationDataTable(global::System.Data.DataTable table) { + internal K4EE_Component_Reel_Print_InformationDataTable(global::System.Data.DataTable table) { this.TableName = table.TableName; if ((table.CaseSensitive != table.DataSet.CaseSensitive)) { this.CaseSensitive = table.CaseSensitive; @@ -4124,7 +4159,7 @@ namespace Project { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - protected Component_Reel_Print_InformationDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) : + protected K4EE_Component_Reel_Print_InformationDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) : base(info, context) { this.InitVars(); } @@ -4188,34 +4223,34 @@ namespace Project { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public Component_Reel_Print_InformationRow this[int index] { + public K4EE_Component_Reel_Print_InformationRow this[int index] { get { - return ((Component_Reel_Print_InformationRow)(this.Rows[index])); + return ((K4EE_Component_Reel_Print_InformationRow)(this.Rows[index])); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public event Component_Reel_Print_InformationRowChangeEventHandler Component_Reel_Print_InformationRowChanging; + public event K4EE_Component_Reel_Print_InformationRowChangeEventHandler K4EE_Component_Reel_Print_InformationRowChanging; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public event Component_Reel_Print_InformationRowChangeEventHandler Component_Reel_Print_InformationRowChanged; + public event K4EE_Component_Reel_Print_InformationRowChangeEventHandler K4EE_Component_Reel_Print_InformationRowChanged; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public event Component_Reel_Print_InformationRowChangeEventHandler Component_Reel_Print_InformationRowDeleting; + public event K4EE_Component_Reel_Print_InformationRowChangeEventHandler K4EE_Component_Reel_Print_InformationRowDeleting; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public event Component_Reel_Print_InformationRowChangeEventHandler Component_Reel_Print_InformationRowDeleted; + public event K4EE_Component_Reel_Print_InformationRowChangeEventHandler K4EE_Component_Reel_Print_InformationRowDeleted; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public void AddComponent_Reel_Print_InformationRow(Component_Reel_Print_InformationRow row) { + public void AddK4EE_Component_Reel_Print_InformationRow(K4EE_Component_Reel_Print_InformationRow row) { this.Rows.Add(row); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public Component_Reel_Print_InformationRow AddComponent_Reel_Print_InformationRow(string MC, string SID, string PrintPosition, string Remark, System.DateTime wdate) { - Component_Reel_Print_InformationRow rowComponent_Reel_Print_InformationRow = ((Component_Reel_Print_InformationRow)(this.NewRow())); + public K4EE_Component_Reel_Print_InformationRow AddK4EE_Component_Reel_Print_InformationRow(string MC, string SID, string PrintPosition, string Remark, System.DateTime wdate) { + K4EE_Component_Reel_Print_InformationRow rowK4EE_Component_Reel_Print_InformationRow = ((K4EE_Component_Reel_Print_InformationRow)(this.NewRow())); object[] columnValuesArray = new object[] { null, MC, @@ -4223,22 +4258,22 @@ namespace Project { PrintPosition, Remark, wdate}; - rowComponent_Reel_Print_InformationRow.ItemArray = columnValuesArray; - this.Rows.Add(rowComponent_Reel_Print_InformationRow); - return rowComponent_Reel_Print_InformationRow; + rowK4EE_Component_Reel_Print_InformationRow.ItemArray = columnValuesArray; + this.Rows.Add(rowK4EE_Component_Reel_Print_InformationRow); + return rowK4EE_Component_Reel_Print_InformationRow; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public Component_Reel_Print_InformationRow FindByidx(int idx) { - return ((Component_Reel_Print_InformationRow)(this.Rows.Find(new object[] { + public K4EE_Component_Reel_Print_InformationRow FindByidx(int idx) { + return ((K4EE_Component_Reel_Print_InformationRow)(this.Rows.Find(new object[] { idx}))); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public override global::System.Data.DataTable Clone() { - Component_Reel_Print_InformationDataTable cln = ((Component_Reel_Print_InformationDataTable)(base.Clone())); + K4EE_Component_Reel_Print_InformationDataTable cln = ((K4EE_Component_Reel_Print_InformationDataTable)(base.Clone())); cln.InitVars(); return cln; } @@ -4246,7 +4281,7 @@ namespace Project { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] protected override global::System.Data.DataTable CreateInstance() { - return new Component_Reel_Print_InformationDataTable(); + return new K4EE_Component_Reel_Print_InformationDataTable(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] @@ -4292,28 +4327,28 @@ namespace Project { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public Component_Reel_Print_InformationRow NewComponent_Reel_Print_InformationRow() { - return ((Component_Reel_Print_InformationRow)(this.NewRow())); + public K4EE_Component_Reel_Print_InformationRow NewK4EE_Component_Reel_Print_InformationRow() { + return ((K4EE_Component_Reel_Print_InformationRow)(this.NewRow())); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) { - return new Component_Reel_Print_InformationRow(builder); + return new K4EE_Component_Reel_Print_InformationRow(builder); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] protected override global::System.Type GetRowType() { - return typeof(Component_Reel_Print_InformationRow); + return typeof(K4EE_Component_Reel_Print_InformationRow); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) { base.OnRowChanged(e); - if ((this.Component_Reel_Print_InformationRowChanged != null)) { - this.Component_Reel_Print_InformationRowChanged(this, new Component_Reel_Print_InformationRowChangeEvent(((Component_Reel_Print_InformationRow)(e.Row)), e.Action)); + if ((this.K4EE_Component_Reel_Print_InformationRowChanged != null)) { + this.K4EE_Component_Reel_Print_InformationRowChanged(this, new K4EE_Component_Reel_Print_InformationRowChangeEvent(((K4EE_Component_Reel_Print_InformationRow)(e.Row)), e.Action)); } } @@ -4321,8 +4356,8 @@ namespace Project { [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) { base.OnRowChanging(e); - if ((this.Component_Reel_Print_InformationRowChanging != null)) { - this.Component_Reel_Print_InformationRowChanging(this, new Component_Reel_Print_InformationRowChangeEvent(((Component_Reel_Print_InformationRow)(e.Row)), e.Action)); + if ((this.K4EE_Component_Reel_Print_InformationRowChanging != null)) { + this.K4EE_Component_Reel_Print_InformationRowChanging(this, new K4EE_Component_Reel_Print_InformationRowChangeEvent(((K4EE_Component_Reel_Print_InformationRow)(e.Row)), e.Action)); } } @@ -4330,8 +4365,8 @@ namespace Project { [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) { base.OnRowDeleted(e); - if ((this.Component_Reel_Print_InformationRowDeleted != null)) { - this.Component_Reel_Print_InformationRowDeleted(this, new Component_Reel_Print_InformationRowChangeEvent(((Component_Reel_Print_InformationRow)(e.Row)), e.Action)); + if ((this.K4EE_Component_Reel_Print_InformationRowDeleted != null)) { + this.K4EE_Component_Reel_Print_InformationRowDeleted(this, new K4EE_Component_Reel_Print_InformationRowChangeEvent(((K4EE_Component_Reel_Print_InformationRow)(e.Row)), e.Action)); } } @@ -4339,14 +4374,14 @@ namespace Project { [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) { base.OnRowDeleting(e); - if ((this.Component_Reel_Print_InformationRowDeleting != null)) { - this.Component_Reel_Print_InformationRowDeleting(this, new Component_Reel_Print_InformationRowChangeEvent(((Component_Reel_Print_InformationRow)(e.Row)), e.Action)); + if ((this.K4EE_Component_Reel_Print_InformationRowDeleting != null)) { + this.K4EE_Component_Reel_Print_InformationRowDeleting(this, new K4EE_Component_Reel_Print_InformationRowChangeEvent(((K4EE_Component_Reel_Print_InformationRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public void RemoveComponent_Reel_Print_InformationRow(Component_Reel_Print_InformationRow row) { + public void RemoveK4EE_Component_Reel_Print_InformationRow(K4EE_Component_Reel_Print_InformationRow row) { this.Rows.Remove(row); } @@ -4373,7 +4408,7 @@ namespace Project { type.Attributes.Add(attribute1); global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute(); attribute2.Name = "tableTypeName"; - attribute2.FixedValue = "Component_Reel_Print_InformationDataTable"; + attribute2.FixedValue = "K4EE_Component_Reel_Print_InformationDataTable"; type.Attributes.Add(attribute2); type.Particle = sequence; global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable(); @@ -4419,7 +4454,7 @@ namespace Project { /// [global::System.Serializable()] [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")] - public partial class Component_Reel_PrintRegExRuleDataTable : global::System.Data.TypedTableBase { + public partial class K4EE_Component_Reel_PrintRegExRuleDataTable : global::System.Data.TypedTableBase { private global::System.Data.DataColumn columnId; @@ -4445,8 +4480,8 @@ namespace Project { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public Component_Reel_PrintRegExRuleDataTable() { - this.TableName = "Component_Reel_PrintRegExRule"; + public K4EE_Component_Reel_PrintRegExRuleDataTable() { + this.TableName = "K4EE_Component_Reel_PrintRegExRule"; this.BeginInit(); this.InitClass(); this.EndInit(); @@ -4454,7 +4489,7 @@ namespace Project { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - internal Component_Reel_PrintRegExRuleDataTable(global::System.Data.DataTable table) { + internal K4EE_Component_Reel_PrintRegExRuleDataTable(global::System.Data.DataTable table) { this.TableName = table.TableName; if ((table.CaseSensitive != table.DataSet.CaseSensitive)) { this.CaseSensitive = table.CaseSensitive; @@ -4471,7 +4506,7 @@ namespace Project { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - protected Component_Reel_PrintRegExRuleDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) : + protected K4EE_Component_Reel_PrintRegExRuleDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) : base(info, context) { this.InitVars(); } @@ -4575,34 +4610,34 @@ namespace Project { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public Component_Reel_PrintRegExRuleRow this[int index] { + public K4EE_Component_Reel_PrintRegExRuleRow this[int index] { get { - return ((Component_Reel_PrintRegExRuleRow)(this.Rows[index])); + return ((K4EE_Component_Reel_PrintRegExRuleRow)(this.Rows[index])); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public event Component_Reel_PrintRegExRuleRowChangeEventHandler Component_Reel_PrintRegExRuleRowChanging; + public event K4EE_Component_Reel_PrintRegExRuleRowChangeEventHandler K4EE_Component_Reel_PrintRegExRuleRowChanging; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public event Component_Reel_PrintRegExRuleRowChangeEventHandler Component_Reel_PrintRegExRuleRowChanged; + public event K4EE_Component_Reel_PrintRegExRuleRowChangeEventHandler K4EE_Component_Reel_PrintRegExRuleRowChanged; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public event Component_Reel_PrintRegExRuleRowChangeEventHandler Component_Reel_PrintRegExRuleRowDeleting; + public event K4EE_Component_Reel_PrintRegExRuleRowChangeEventHandler K4EE_Component_Reel_PrintRegExRuleRowDeleting; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public event Component_Reel_PrintRegExRuleRowChangeEventHandler Component_Reel_PrintRegExRuleRowDeleted; + public event K4EE_Component_Reel_PrintRegExRuleRowChangeEventHandler K4EE_Component_Reel_PrintRegExRuleRowDeleted; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public void AddComponent_Reel_PrintRegExRuleRow(Component_Reel_PrintRegExRuleRow row) { + public void AddK4EE_Component_Reel_PrintRegExRuleRow(K4EE_Component_Reel_PrintRegExRuleRow row) { this.Rows.Add(row); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public Component_Reel_PrintRegExRuleRow AddComponent_Reel_PrintRegExRuleRow(int Seq, string CustCode, string Description, string Symbol, string Pattern, string Groups, bool IsEnable, bool IsTrust, bool IsAmkStd, bool IsIgnore) { - Component_Reel_PrintRegExRuleRow rowComponent_Reel_PrintRegExRuleRow = ((Component_Reel_PrintRegExRuleRow)(this.NewRow())); + public K4EE_Component_Reel_PrintRegExRuleRow AddK4EE_Component_Reel_PrintRegExRuleRow(int Seq, string CustCode, string Description, string Symbol, string Pattern, string Groups, bool IsEnable, bool IsTrust, bool IsAmkStd, bool IsIgnore) { + K4EE_Component_Reel_PrintRegExRuleRow rowK4EE_Component_Reel_PrintRegExRuleRow = ((K4EE_Component_Reel_PrintRegExRuleRow)(this.NewRow())); object[] columnValuesArray = new object[] { null, Seq, @@ -4615,22 +4650,22 @@ namespace Project { IsTrust, IsAmkStd, IsIgnore}; - rowComponent_Reel_PrintRegExRuleRow.ItemArray = columnValuesArray; - this.Rows.Add(rowComponent_Reel_PrintRegExRuleRow); - return rowComponent_Reel_PrintRegExRuleRow; + rowK4EE_Component_Reel_PrintRegExRuleRow.ItemArray = columnValuesArray; + this.Rows.Add(rowK4EE_Component_Reel_PrintRegExRuleRow); + return rowK4EE_Component_Reel_PrintRegExRuleRow; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public Component_Reel_PrintRegExRuleRow FindById(int Id) { - return ((Component_Reel_PrintRegExRuleRow)(this.Rows.Find(new object[] { + public K4EE_Component_Reel_PrintRegExRuleRow FindById(int Id) { + return ((K4EE_Component_Reel_PrintRegExRuleRow)(this.Rows.Find(new object[] { Id}))); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public override global::System.Data.DataTable Clone() { - Component_Reel_PrintRegExRuleDataTable cln = ((Component_Reel_PrintRegExRuleDataTable)(base.Clone())); + K4EE_Component_Reel_PrintRegExRuleDataTable cln = ((K4EE_Component_Reel_PrintRegExRuleDataTable)(base.Clone())); cln.InitVars(); return cln; } @@ -4638,7 +4673,7 @@ namespace Project { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] protected override global::System.Data.DataTable CreateInstance() { - return new Component_Reel_PrintRegExRuleDataTable(); + return new K4EE_Component_Reel_PrintRegExRuleDataTable(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] @@ -4699,28 +4734,28 @@ namespace Project { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public Component_Reel_PrintRegExRuleRow NewComponent_Reel_PrintRegExRuleRow() { - return ((Component_Reel_PrintRegExRuleRow)(this.NewRow())); + public K4EE_Component_Reel_PrintRegExRuleRow NewK4EE_Component_Reel_PrintRegExRuleRow() { + return ((K4EE_Component_Reel_PrintRegExRuleRow)(this.NewRow())); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) { - return new Component_Reel_PrintRegExRuleRow(builder); + return new K4EE_Component_Reel_PrintRegExRuleRow(builder); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] protected override global::System.Type GetRowType() { - return typeof(Component_Reel_PrintRegExRuleRow); + return typeof(K4EE_Component_Reel_PrintRegExRuleRow); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) { base.OnRowChanged(e); - if ((this.Component_Reel_PrintRegExRuleRowChanged != null)) { - this.Component_Reel_PrintRegExRuleRowChanged(this, new Component_Reel_PrintRegExRuleRowChangeEvent(((Component_Reel_PrintRegExRuleRow)(e.Row)), e.Action)); + if ((this.K4EE_Component_Reel_PrintRegExRuleRowChanged != null)) { + this.K4EE_Component_Reel_PrintRegExRuleRowChanged(this, new K4EE_Component_Reel_PrintRegExRuleRowChangeEvent(((K4EE_Component_Reel_PrintRegExRuleRow)(e.Row)), e.Action)); } } @@ -4728,8 +4763,8 @@ namespace Project { [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) { base.OnRowChanging(e); - if ((this.Component_Reel_PrintRegExRuleRowChanging != null)) { - this.Component_Reel_PrintRegExRuleRowChanging(this, new Component_Reel_PrintRegExRuleRowChangeEvent(((Component_Reel_PrintRegExRuleRow)(e.Row)), e.Action)); + if ((this.K4EE_Component_Reel_PrintRegExRuleRowChanging != null)) { + this.K4EE_Component_Reel_PrintRegExRuleRowChanging(this, new K4EE_Component_Reel_PrintRegExRuleRowChangeEvent(((K4EE_Component_Reel_PrintRegExRuleRow)(e.Row)), e.Action)); } } @@ -4737,8 +4772,8 @@ namespace Project { [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) { base.OnRowDeleted(e); - if ((this.Component_Reel_PrintRegExRuleRowDeleted != null)) { - this.Component_Reel_PrintRegExRuleRowDeleted(this, new Component_Reel_PrintRegExRuleRowChangeEvent(((Component_Reel_PrintRegExRuleRow)(e.Row)), e.Action)); + if ((this.K4EE_Component_Reel_PrintRegExRuleRowDeleted != null)) { + this.K4EE_Component_Reel_PrintRegExRuleRowDeleted(this, new K4EE_Component_Reel_PrintRegExRuleRowChangeEvent(((K4EE_Component_Reel_PrintRegExRuleRow)(e.Row)), e.Action)); } } @@ -4746,14 +4781,14 @@ namespace Project { [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) { base.OnRowDeleting(e); - if ((this.Component_Reel_PrintRegExRuleRowDeleting != null)) { - this.Component_Reel_PrintRegExRuleRowDeleting(this, new Component_Reel_PrintRegExRuleRowChangeEvent(((Component_Reel_PrintRegExRuleRow)(e.Row)), e.Action)); + if ((this.K4EE_Component_Reel_PrintRegExRuleRowDeleting != null)) { + this.K4EE_Component_Reel_PrintRegExRuleRowDeleting(this, new K4EE_Component_Reel_PrintRegExRuleRowChangeEvent(((K4EE_Component_Reel_PrintRegExRuleRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public void RemoveComponent_Reel_PrintRegExRuleRow(Component_Reel_PrintRegExRuleRow row) { + public void RemoveK4EE_Component_Reel_PrintRegExRuleRow(K4EE_Component_Reel_PrintRegExRuleRow row) { this.Rows.Remove(row); } @@ -4780,7 +4815,266 @@ namespace Project { type.Attributes.Add(attribute1); global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute(); attribute2.Name = "tableTypeName"; - attribute2.FixedValue = "Component_Reel_PrintRegExRuleDataTable"; + attribute2.FixedValue = "K4EE_Component_Reel_PrintRegExRuleDataTable"; + type.Attributes.Add(attribute2); + type.Particle = sequence; + global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable(); + if (xs.Contains(dsSchema.TargetNamespace)) { + global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream(); + global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream(); + try { + global::System.Xml.Schema.XmlSchema schema = null; + dsSchema.Write(s1); + for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) { + schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current)); + s2.SetLength(0); + schema.Write(s2); + if ((s1.Length == s2.Length)) { + s1.Position = 0; + s2.Position = 0; + for (; ((s1.Position != s1.Length) + && (s1.ReadByte() == s2.ReadByte())); ) { + ; + } + if ((s1.Position == s1.Length)) { + return type; + } + } + } + } + finally { + if ((s1 != null)) { + s1.Close(); + } + if ((s2 != null)) { + s2.Close(); + } + } + } + xs.Add(dsSchema); + return type; + } + } + + /// + ///Represents the strongly named DataTable class. + /// + [global::System.Serializable()] + [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")] + public partial class CustCodeListDataTable : global::System.Data.TypedTableBase { + + private global::System.Data.DataColumn columnCustCode; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] + public CustCodeListDataTable() { + this.TableName = "CustCodeList"; + this.BeginInit(); + this.InitClass(); + this.EndInit(); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] + internal CustCodeListDataTable(global::System.Data.DataTable table) { + this.TableName = table.TableName; + if ((table.CaseSensitive != table.DataSet.CaseSensitive)) { + this.CaseSensitive = table.CaseSensitive; + } + if ((table.Locale.ToString() != table.DataSet.Locale.ToString())) { + this.Locale = table.Locale; + } + if ((table.Namespace != table.DataSet.Namespace)) { + this.Namespace = table.Namespace; + } + this.Prefix = table.Prefix; + this.MinimumCapacity = table.MinimumCapacity; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] + protected CustCodeListDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) : + base(info, context) { + this.InitVars(); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] + public global::System.Data.DataColumn CustCodeColumn { + get { + return this.columnCustCode; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] + [global::System.ComponentModel.Browsable(false)] + public int Count { + get { + return this.Rows.Count; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] + public CustCodeListRow this[int index] { + get { + return ((CustCodeListRow)(this.Rows[index])); + } + } + + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] + public event CustCodeListRowChangeEventHandler CustCodeListRowChanging; + + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] + public event CustCodeListRowChangeEventHandler CustCodeListRowChanged; + + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] + public event CustCodeListRowChangeEventHandler CustCodeListRowDeleting; + + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] + public event CustCodeListRowChangeEventHandler CustCodeListRowDeleted; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] + public void AddCustCodeListRow(CustCodeListRow row) { + this.Rows.Add(row); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] + public CustCodeListRow AddCustCodeListRow(string CustCode) { + CustCodeListRow rowCustCodeListRow = ((CustCodeListRow)(this.NewRow())); + object[] columnValuesArray = new object[] { + CustCode}; + rowCustCodeListRow.ItemArray = columnValuesArray; + this.Rows.Add(rowCustCodeListRow); + return rowCustCodeListRow; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] + public CustCodeListRow FindByCustCode(string CustCode) { + return ((CustCodeListRow)(this.Rows.Find(new object[] { + CustCode}))); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] + public override global::System.Data.DataTable Clone() { + CustCodeListDataTable cln = ((CustCodeListDataTable)(base.Clone())); + cln.InitVars(); + return cln; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] + protected override global::System.Data.DataTable CreateInstance() { + return new CustCodeListDataTable(); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] + internal void InitVars() { + this.columnCustCode = base.Columns["CustCode"]; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] + private void InitClass() { + this.columnCustCode = new global::System.Data.DataColumn("CustCode", typeof(string), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnCustCode); + this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] { + this.columnCustCode}, true)); + this.columnCustCode.AllowDBNull = false; + this.columnCustCode.Unique = true; + this.columnCustCode.MaxLength = 10; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] + public CustCodeListRow NewCustCodeListRow() { + return ((CustCodeListRow)(this.NewRow())); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] + protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) { + return new CustCodeListRow(builder); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] + protected override global::System.Type GetRowType() { + return typeof(CustCodeListRow); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] + protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) { + base.OnRowChanged(e); + if ((this.CustCodeListRowChanged != null)) { + this.CustCodeListRowChanged(this, new CustCodeListRowChangeEvent(((CustCodeListRow)(e.Row)), e.Action)); + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] + protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) { + base.OnRowChanging(e); + if ((this.CustCodeListRowChanging != null)) { + this.CustCodeListRowChanging(this, new CustCodeListRowChangeEvent(((CustCodeListRow)(e.Row)), e.Action)); + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] + protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) { + base.OnRowDeleted(e); + if ((this.CustCodeListRowDeleted != null)) { + this.CustCodeListRowDeleted(this, new CustCodeListRowChangeEvent(((CustCodeListRow)(e.Row)), e.Action)); + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] + protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) { + base.OnRowDeleting(e); + if ((this.CustCodeListRowDeleting != null)) { + this.CustCodeListRowDeleting(this, new CustCodeListRowChangeEvent(((CustCodeListRow)(e.Row)), e.Action)); + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] + public void RemoveCustCodeListRow(CustCodeListRow row) { + this.Rows.Remove(row); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] + public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) { + global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType(); + global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence(); + DataSet1 ds = new DataSet1(); + global::System.Xml.Schema.XmlSchemaAny any1 = new global::System.Xml.Schema.XmlSchemaAny(); + any1.Namespace = "http://www.w3.org/2001/XMLSchema"; + any1.MinOccurs = new decimal(0); + any1.MaxOccurs = decimal.MaxValue; + any1.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax; + sequence.Items.Add(any1); + global::System.Xml.Schema.XmlSchemaAny any2 = new global::System.Xml.Schema.XmlSchemaAny(); + any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1"; + any2.MinOccurs = new decimal(1); + any2.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax; + sequence.Items.Add(any2); + global::System.Xml.Schema.XmlSchemaAttribute attribute1 = new global::System.Xml.Schema.XmlSchemaAttribute(); + attribute1.Name = "namespace"; + attribute1.FixedValue = ds.Namespace; + type.Attributes.Add(attribute1); + global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute(); + attribute2.Name = "tableTypeName"; + attribute2.FixedValue = "CustCodeListDataTable"; type.Attributes.Add(attribute2); type.Particle = sequence; global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable(); @@ -6174,6 +6468,8 @@ namespace Project { private global::System.Data.DataColumn columnCheckSIDExsit; + private global::System.Data.DataColumn columnbOwnZPL; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public OPModelDataTable() { @@ -6375,6 +6671,14 @@ namespace Project { } } + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] + public global::System.Data.DataColumn bOwnZPLColumn { + get { + return this.columnbOwnZPL; + } + } + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] [global::System.ComponentModel.Browsable(false)] @@ -6432,7 +6736,8 @@ namespace Project { int BSave, bool DisableCamera, bool DisablePrinter, - bool CheckSIDExsit) { + bool CheckSIDExsit, + bool bOwnZPL) { OPModelRow rowOPModelRow = ((OPModelRow)(this.NewRow())); object[] columnValuesArray = new object[] { null, @@ -6455,7 +6760,8 @@ namespace Project { BSave, DisableCamera, DisablePrinter, - CheckSIDExsit}; + CheckSIDExsit, + bOwnZPL}; rowOPModelRow.ItemArray = columnValuesArray; this.Rows.Add(rowOPModelRow); return rowOPModelRow; @@ -6506,6 +6812,7 @@ namespace Project { this.columnDisableCamera = base.Columns["DisableCamera"]; this.columnDisablePrinter = base.Columns["DisablePrinter"]; this.columnCheckSIDExsit = base.Columns["CheckSIDExsit"]; + this.columnbOwnZPL = base.Columns["bOwnZPL"]; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] @@ -6553,6 +6860,8 @@ namespace Project { base.Columns.Add(this.columnDisablePrinter); this.columnCheckSIDExsit = new global::System.Data.DataColumn("CheckSIDExsit", typeof(bool), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCheckSIDExsit); + this.columnbOwnZPL = new global::System.Data.DataColumn("bOwnZPL", typeof(bool), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnbOwnZPL); this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] { this.columnidx}, true)); this.columnidx.AutoIncrement = true; @@ -9692,25 +10001,25 @@ namespace Project { /// ///Represents strongly named DataRow class. /// - public partial class Component_Reel_ResultRow : global::System.Data.DataRow { + public partial class K4EE_Component_Reel_ResultRow : global::System.Data.DataRow { - private Component_Reel_ResultDataTable tableComponent_Reel_Result; + private K4EE_Component_Reel_ResultDataTable tableK4EE_Component_Reel_Result; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - internal Component_Reel_ResultRow(global::System.Data.DataRowBuilder rb) : + internal K4EE_Component_Reel_ResultRow(global::System.Data.DataRowBuilder rb) : base(rb) { - this.tableComponent_Reel_Result = ((Component_Reel_ResultDataTable)(this.Table)); + this.tableK4EE_Component_Reel_Result = ((K4EE_Component_Reel_ResultDataTable)(this.Table)); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public int idx { get { - return ((int)(this[this.tableComponent_Reel_Result.idxColumn])); + return ((int)(this[this.tableK4EE_Component_Reel_Result.idxColumn])); } set { - this[this.tableComponent_Reel_Result.idxColumn] = value; + this[this.tableK4EE_Component_Reel_Result.idxColumn] = value; } } @@ -9718,10 +10027,10 @@ namespace Project { [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public System.DateTime STIME { get { - return ((global::System.DateTime)(this[this.tableComponent_Reel_Result.STIMEColumn])); + return ((global::System.DateTime)(this[this.tableK4EE_Component_Reel_Result.STIMEColumn])); } set { - this[this.tableComponent_Reel_Result.STIMEColumn] = value; + this[this.tableK4EE_Component_Reel_Result.STIMEColumn] = value; } } @@ -9730,14 +10039,14 @@ namespace Project { public System.DateTime ETIME { get { try { - return ((global::System.DateTime)(this[this.tableComponent_Reel_Result.ETIMEColumn])); + return ((global::System.DateTime)(this[this.tableK4EE_Component_Reel_Result.ETIMEColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("\'Component_Reel_Result\' 테이블의 \'ETIME\' 열의 값이 DBNull입니다.", e); + throw new global::System.Data.StrongTypingException("\'K4EE_Component_Reel_Result\' 테이블의 \'ETIME\' 열의 값이 DBNull입니다.", e); } } set { - this[this.tableComponent_Reel_Result.ETIMEColumn] = value; + this[this.tableK4EE_Component_Reel_Result.ETIMEColumn] = value; } } @@ -9749,11 +10058,11 @@ namespace Project { return string.Empty; } else { - return ((string)(this[this.tableComponent_Reel_Result.PDATEColumn])); + return ((string)(this[this.tableK4EE_Component_Reel_Result.PDATEColumn])); } } set { - this[this.tableComponent_Reel_Result.PDATEColumn] = value; + this[this.tableK4EE_Component_Reel_Result.PDATEColumn] = value; } } @@ -9765,11 +10074,11 @@ namespace Project { return string.Empty; } else { - return ((string)(this[this.tableComponent_Reel_Result.JTYPEColumn])); + return ((string)(this[this.tableK4EE_Component_Reel_Result.JTYPEColumn])); } } set { - this[this.tableComponent_Reel_Result.JTYPEColumn] = value; + this[this.tableK4EE_Component_Reel_Result.JTYPEColumn] = value; } } @@ -9781,11 +10090,11 @@ namespace Project { return string.Empty; } else { - return ((string)(this[this.tableComponent_Reel_Result.JGUIDColumn])); + return ((string)(this[this.tableK4EE_Component_Reel_Result.JGUIDColumn])); } } set { - this[this.tableComponent_Reel_Result.JGUIDColumn] = value; + this[this.tableK4EE_Component_Reel_Result.JGUIDColumn] = value; } } @@ -9797,11 +10106,11 @@ namespace Project { return string.Empty; } else { - return ((string)(this[this.tableComponent_Reel_Result.SIDColumn])); + return ((string)(this[this.tableK4EE_Component_Reel_Result.SIDColumn])); } } set { - this[this.tableComponent_Reel_Result.SIDColumn] = value; + this[this.tableK4EE_Component_Reel_Result.SIDColumn] = value; } } @@ -9813,11 +10122,11 @@ namespace Project { return string.Empty; } else { - return ((string)(this[this.tableComponent_Reel_Result.SID0Column])); + return ((string)(this[this.tableK4EE_Component_Reel_Result.SID0Column])); } } set { - this[this.tableComponent_Reel_Result.SID0Column] = value; + this[this.tableK4EE_Component_Reel_Result.SID0Column] = value; } } @@ -9829,11 +10138,11 @@ namespace Project { return string.Empty; } else { - return ((string)(this[this.tableComponent_Reel_Result.RIDColumn])); + return ((string)(this[this.tableK4EE_Component_Reel_Result.RIDColumn])); } } set { - this[this.tableComponent_Reel_Result.RIDColumn] = value; + this[this.tableK4EE_Component_Reel_Result.RIDColumn] = value; } } @@ -9845,11 +10154,11 @@ namespace Project { return string.Empty; } else { - return ((string)(this[this.tableComponent_Reel_Result.RID0Column])); + return ((string)(this[this.tableK4EE_Component_Reel_Result.RID0Column])); } } set { - this[this.tableComponent_Reel_Result.RID0Column] = value; + this[this.tableK4EE_Component_Reel_Result.RID0Column] = value; } } @@ -9861,11 +10170,11 @@ namespace Project { return string.Empty; } else { - return ((string)(this[this.tableComponent_Reel_Result.RSNColumn])); + return ((string)(this[this.tableK4EE_Component_Reel_Result.RSNColumn])); } } set { - this[this.tableComponent_Reel_Result.RSNColumn] = value; + this[this.tableK4EE_Component_Reel_Result.RSNColumn] = value; } } @@ -9877,11 +10186,11 @@ namespace Project { return string.Empty; } else { - return ((string)(this[this.tableComponent_Reel_Result.QRColumn])); + return ((string)(this[this.tableK4EE_Component_Reel_Result.QRColumn])); } } set { - this[this.tableComponent_Reel_Result.QRColumn] = value; + this[this.tableK4EE_Component_Reel_Result.QRColumn] = value; } } @@ -9893,11 +10202,11 @@ namespace Project { return string.Empty; } else { - return ((string)(this[this.tableComponent_Reel_Result.ZPLColumn])); + return ((string)(this[this.tableK4EE_Component_Reel_Result.ZPLColumn])); } } set { - this[this.tableComponent_Reel_Result.ZPLColumn] = value; + this[this.tableK4EE_Component_Reel_Result.ZPLColumn] = value; } } @@ -9909,11 +10218,11 @@ namespace Project { return string.Empty; } else { - return ((string)(this[this.tableComponent_Reel_Result.POSColumn])); + return ((string)(this[this.tableK4EE_Component_Reel_Result.POSColumn])); } } set { - this[this.tableComponent_Reel_Result.POSColumn] = value; + this[this.tableK4EE_Component_Reel_Result.POSColumn] = value; } } @@ -9925,11 +10234,11 @@ namespace Project { return string.Empty; } else { - return ((string)(this[this.tableComponent_Reel_Result.LOCColumn])); + return ((string)(this[this.tableK4EE_Component_Reel_Result.LOCColumn])); } } set { - this[this.tableComponent_Reel_Result.LOCColumn] = value; + this[this.tableK4EE_Component_Reel_Result.LOCColumn] = value; } } @@ -9941,11 +10250,11 @@ namespace Project { return 0D; } else { - return ((double)(this[this.tableComponent_Reel_Result.ANGLEColumn])); + return ((double)(this[this.tableK4EE_Component_Reel_Result.ANGLEColumn])); } } set { - this[this.tableComponent_Reel_Result.ANGLEColumn] = value; + this[this.tableK4EE_Component_Reel_Result.ANGLEColumn] = value; } } @@ -9957,11 +10266,11 @@ namespace Project { return 0; } else { - return ((int)(this[this.tableComponent_Reel_Result.QTYColumn])); + return ((int)(this[this.tableK4EE_Component_Reel_Result.QTYColumn])); } } set { - this[this.tableComponent_Reel_Result.QTYColumn] = value; + this[this.tableK4EE_Component_Reel_Result.QTYColumn] = value; } } @@ -9973,11 +10282,11 @@ namespace Project { return 0; } else { - return ((int)(this[this.tableComponent_Reel_Result.QTY0Column])); + return ((int)(this[this.tableK4EE_Component_Reel_Result.QTY0Column])); } } set { - this[this.tableComponent_Reel_Result.QTY0Column] = value; + this[this.tableK4EE_Component_Reel_Result.QTY0Column] = value; } } @@ -9985,10 +10294,10 @@ namespace Project { [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public System.DateTime wdate { get { - return ((global::System.DateTime)(this[this.tableComponent_Reel_Result.wdateColumn])); + return ((global::System.DateTime)(this[this.tableK4EE_Component_Reel_Result.wdateColumn])); } set { - this[this.tableComponent_Reel_Result.wdateColumn] = value; + this[this.tableK4EE_Component_Reel_Result.wdateColumn] = value; } } @@ -10000,11 +10309,11 @@ namespace Project { return string.Empty; } else { - return ((string)(this[this.tableComponent_Reel_Result.VNAMEColumn])); + return ((string)(this[this.tableK4EE_Component_Reel_Result.VNAMEColumn])); } } set { - this[this.tableComponent_Reel_Result.VNAMEColumn] = value; + this[this.tableK4EE_Component_Reel_Result.VNAMEColumn] = value; } } @@ -10016,11 +10325,11 @@ namespace Project { return false; } else { - return ((bool)(this[this.tableComponent_Reel_Result.PRNATTACHColumn])); + return ((bool)(this[this.tableK4EE_Component_Reel_Result.PRNATTACHColumn])); } } set { - this[this.tableComponent_Reel_Result.PRNATTACHColumn] = value; + this[this.tableK4EE_Component_Reel_Result.PRNATTACHColumn] = value; } } @@ -10032,11 +10341,11 @@ namespace Project { return false; } else { - return ((bool)(this[this.tableComponent_Reel_Result.PRNVALIDColumn])); + return ((bool)(this[this.tableK4EE_Component_Reel_Result.PRNVALIDColumn])); } } set { - this[this.tableComponent_Reel_Result.PRNVALIDColumn] = value; + this[this.tableK4EE_Component_Reel_Result.PRNVALIDColumn] = value; } } @@ -10045,14 +10354,14 @@ namespace Project { public System.DateTime PTIME { get { try { - return ((global::System.DateTime)(this[this.tableComponent_Reel_Result.PTIMEColumn])); + return ((global::System.DateTime)(this[this.tableK4EE_Component_Reel_Result.PTIMEColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("\'Component_Reel_Result\' 테이블의 \'PTIME\' 열의 값이 DBNull입니다.", e); + throw new global::System.Data.StrongTypingException("\'K4EE_Component_Reel_Result\' 테이블의 \'PTIME\' 열의 값이 DBNull입니다.", e); } } set { - this[this.tableComponent_Reel_Result.PTIMEColumn] = value; + this[this.tableK4EE_Component_Reel_Result.PTIMEColumn] = value; } } @@ -10064,11 +10373,11 @@ namespace Project { return string.Empty; } else { - return ((string)(this[this.tableComponent_Reel_Result.MFGDATEColumn])); + return ((string)(this[this.tableK4EE_Component_Reel_Result.MFGDATEColumn])); } } set { - this[this.tableComponent_Reel_Result.MFGDATEColumn] = value; + this[this.tableK4EE_Component_Reel_Result.MFGDATEColumn] = value; } } @@ -10080,11 +10389,11 @@ namespace Project { return string.Empty; } else { - return ((string)(this[this.tableComponent_Reel_Result.VLOTColumn])); + return ((string)(this[this.tableK4EE_Component_Reel_Result.VLOTColumn])); } } set { - this[this.tableComponent_Reel_Result.VLOTColumn] = value; + this[this.tableK4EE_Component_Reel_Result.VLOTColumn] = value; } } @@ -10096,11 +10405,11 @@ namespace Project { return string.Empty; } else { - return ((string)(this[this.tableComponent_Reel_Result.REMARKColumn])); + return ((string)(this[this.tableK4EE_Component_Reel_Result.REMARKColumn])); } } set { - this[this.tableComponent_Reel_Result.REMARKColumn] = value; + this[this.tableK4EE_Component_Reel_Result.REMARKColumn] = value; } } @@ -10108,10 +10417,10 @@ namespace Project { [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public string MC { get { - return ((string)(this[this.tableComponent_Reel_Result.MCColumn])); + return ((string)(this[this.tableK4EE_Component_Reel_Result.MCColumn])); } set { - this[this.tableComponent_Reel_Result.MCColumn] = value; + this[this.tableK4EE_Component_Reel_Result.MCColumn] = value; } } @@ -10123,11 +10432,11 @@ namespace Project { return string.Empty; } else { - return ((string)(this[this.tableComponent_Reel_Result.PARTNOColumn])); + return ((string)(this[this.tableK4EE_Component_Reel_Result.PARTNOColumn])); } } set { - this[this.tableComponent_Reel_Result.PARTNOColumn] = value; + this[this.tableK4EE_Component_Reel_Result.PARTNOColumn] = value; } } @@ -10139,11 +10448,11 @@ namespace Project { return string.Empty; } else { - return ((string)(this[this.tableComponent_Reel_Result.CUSTCODEColumn])); + return ((string)(this[this.tableK4EE_Component_Reel_Result.CUSTCODEColumn])); } } set { - this[this.tableComponent_Reel_Result.CUSTCODEColumn] = value; + this[this.tableK4EE_Component_Reel_Result.CUSTCODEColumn] = value; } } @@ -10152,14 +10461,14 @@ namespace Project { public System.DateTime ATIME { get { try { - return ((global::System.DateTime)(this[this.tableComponent_Reel_Result.ATIMEColumn])); + return ((global::System.DateTime)(this[this.tableK4EE_Component_Reel_Result.ATIMEColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("\'Component_Reel_Result\' 테이블의 \'ATIME\' 열의 값이 DBNull입니다.", e); + throw new global::System.Data.StrongTypingException("\'K4EE_Component_Reel_Result\' 테이블의 \'ATIME\' 열의 값이 DBNull입니다.", e); } } set { - this[this.tableComponent_Reel_Result.ATIMEColumn] = value; + this[this.tableK4EE_Component_Reel_Result.ATIMEColumn] = value; } } @@ -10171,11 +10480,11 @@ namespace Project { return string.Empty; } else { - return ((string)(this[this.tableComponent_Reel_Result.BATCHColumn])); + return ((string)(this[this.tableK4EE_Component_Reel_Result.BATCHColumn])); } } set { - this[this.tableComponent_Reel_Result.BATCHColumn] = value; + this[this.tableK4EE_Component_Reel_Result.BATCHColumn] = value; } } @@ -10187,11 +10496,11 @@ namespace Project { return 0; } else { - return ((int)(this[this.tableComponent_Reel_Result.qtymaxColumn])); + return ((int)(this[this.tableK4EE_Component_Reel_Result.qtymaxColumn])); } } set { - this[this.tableComponent_Reel_Result.qtymaxColumn] = value; + this[this.tableK4EE_Component_Reel_Result.qtymaxColumn] = value; } } @@ -10200,14 +10509,14 @@ namespace Project { public System.Guid GUID { get { try { - return ((global::System.Guid)(this[this.tableComponent_Reel_Result.GUIDColumn])); + return ((global::System.Guid)(this[this.tableK4EE_Component_Reel_Result.GUIDColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("\'Component_Reel_Result\' 테이블의 \'GUID\' 열의 값이 DBNull입니다.", e); + throw new global::System.Data.StrongTypingException("\'K4EE_Component_Reel_Result\' 테이블의 \'GUID\' 열의 값이 DBNull입니다.", e); } } set { - this[this.tableComponent_Reel_Result.GUIDColumn] = value; + this[this.tableK4EE_Component_Reel_Result.GUIDColumn] = value; } } @@ -10219,11 +10528,11 @@ namespace Project { return string.Empty; } else { - return ((string)(this[this.tableComponent_Reel_Result.iNBOUNDColumn])); + return ((string)(this[this.tableK4EE_Component_Reel_Result.iNBOUNDColumn])); } } set { - this[this.tableComponent_Reel_Result.iNBOUNDColumn] = value; + this[this.tableK4EE_Component_Reel_Result.iNBOUNDColumn] = value; } } @@ -10235,11 +10544,11 @@ namespace Project { return string.Empty; } else { - return ((string)(this[this.tableComponent_Reel_Result.MCNColumn])); + return ((string)(this[this.tableK4EE_Component_Reel_Result.MCNColumn])); } } set { - this[this.tableComponent_Reel_Result.MCNColumn] = value; + this[this.tableK4EE_Component_Reel_Result.MCNColumn] = value; } } @@ -10251,421 +10560,421 @@ namespace Project { return string.Empty; } else { - return ((string)(this[this.tableComponent_Reel_Result.targetColumn])); + return ((string)(this[this.tableK4EE_Component_Reel_Result.targetColumn])); } } set { - this[this.tableComponent_Reel_Result.targetColumn] = value; + this[this.tableK4EE_Component_Reel_Result.targetColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public bool IsETIMENull() { - return this.IsNull(this.tableComponent_Reel_Result.ETIMEColumn); + return this.IsNull(this.tableK4EE_Component_Reel_Result.ETIMEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public void SetETIMENull() { - this[this.tableComponent_Reel_Result.ETIMEColumn] = global::System.Convert.DBNull; + this[this.tableK4EE_Component_Reel_Result.ETIMEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public bool IsPDATENull() { - return this.IsNull(this.tableComponent_Reel_Result.PDATEColumn); + return this.IsNull(this.tableK4EE_Component_Reel_Result.PDATEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public void SetPDATENull() { - this[this.tableComponent_Reel_Result.PDATEColumn] = global::System.Convert.DBNull; + this[this.tableK4EE_Component_Reel_Result.PDATEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public bool IsJTYPENull() { - return this.IsNull(this.tableComponent_Reel_Result.JTYPEColumn); + return this.IsNull(this.tableK4EE_Component_Reel_Result.JTYPEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public void SetJTYPENull() { - this[this.tableComponent_Reel_Result.JTYPEColumn] = global::System.Convert.DBNull; + this[this.tableK4EE_Component_Reel_Result.JTYPEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public bool IsJGUIDNull() { - return this.IsNull(this.tableComponent_Reel_Result.JGUIDColumn); + return this.IsNull(this.tableK4EE_Component_Reel_Result.JGUIDColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public void SetJGUIDNull() { - this[this.tableComponent_Reel_Result.JGUIDColumn] = global::System.Convert.DBNull; + this[this.tableK4EE_Component_Reel_Result.JGUIDColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public bool IsSIDNull() { - return this.IsNull(this.tableComponent_Reel_Result.SIDColumn); + return this.IsNull(this.tableK4EE_Component_Reel_Result.SIDColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public void SetSIDNull() { - this[this.tableComponent_Reel_Result.SIDColumn] = global::System.Convert.DBNull; + this[this.tableK4EE_Component_Reel_Result.SIDColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public bool IsSID0Null() { - return this.IsNull(this.tableComponent_Reel_Result.SID0Column); + return this.IsNull(this.tableK4EE_Component_Reel_Result.SID0Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public void SetSID0Null() { - this[this.tableComponent_Reel_Result.SID0Column] = global::System.Convert.DBNull; + this[this.tableK4EE_Component_Reel_Result.SID0Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public bool IsRIDNull() { - return this.IsNull(this.tableComponent_Reel_Result.RIDColumn); + return this.IsNull(this.tableK4EE_Component_Reel_Result.RIDColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public void SetRIDNull() { - this[this.tableComponent_Reel_Result.RIDColumn] = global::System.Convert.DBNull; + this[this.tableK4EE_Component_Reel_Result.RIDColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public bool IsRID0Null() { - return this.IsNull(this.tableComponent_Reel_Result.RID0Column); + return this.IsNull(this.tableK4EE_Component_Reel_Result.RID0Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public void SetRID0Null() { - this[this.tableComponent_Reel_Result.RID0Column] = global::System.Convert.DBNull; + this[this.tableK4EE_Component_Reel_Result.RID0Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public bool IsRSNNull() { - return this.IsNull(this.tableComponent_Reel_Result.RSNColumn); + return this.IsNull(this.tableK4EE_Component_Reel_Result.RSNColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public void SetRSNNull() { - this[this.tableComponent_Reel_Result.RSNColumn] = global::System.Convert.DBNull; + this[this.tableK4EE_Component_Reel_Result.RSNColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public bool IsQRNull() { - return this.IsNull(this.tableComponent_Reel_Result.QRColumn); + return this.IsNull(this.tableK4EE_Component_Reel_Result.QRColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public void SetQRNull() { - this[this.tableComponent_Reel_Result.QRColumn] = global::System.Convert.DBNull; + this[this.tableK4EE_Component_Reel_Result.QRColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public bool IsZPLNull() { - return this.IsNull(this.tableComponent_Reel_Result.ZPLColumn); + return this.IsNull(this.tableK4EE_Component_Reel_Result.ZPLColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public void SetZPLNull() { - this[this.tableComponent_Reel_Result.ZPLColumn] = global::System.Convert.DBNull; + this[this.tableK4EE_Component_Reel_Result.ZPLColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public bool IsPOSNull() { - return this.IsNull(this.tableComponent_Reel_Result.POSColumn); + return this.IsNull(this.tableK4EE_Component_Reel_Result.POSColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public void SetPOSNull() { - this[this.tableComponent_Reel_Result.POSColumn] = global::System.Convert.DBNull; + this[this.tableK4EE_Component_Reel_Result.POSColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public bool IsLOCNull() { - return this.IsNull(this.tableComponent_Reel_Result.LOCColumn); + return this.IsNull(this.tableK4EE_Component_Reel_Result.LOCColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public void SetLOCNull() { - this[this.tableComponent_Reel_Result.LOCColumn] = global::System.Convert.DBNull; + this[this.tableK4EE_Component_Reel_Result.LOCColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public bool IsANGLENull() { - return this.IsNull(this.tableComponent_Reel_Result.ANGLEColumn); + return this.IsNull(this.tableK4EE_Component_Reel_Result.ANGLEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public void SetANGLENull() { - this[this.tableComponent_Reel_Result.ANGLEColumn] = global::System.Convert.DBNull; + this[this.tableK4EE_Component_Reel_Result.ANGLEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public bool IsQTYNull() { - return this.IsNull(this.tableComponent_Reel_Result.QTYColumn); + return this.IsNull(this.tableK4EE_Component_Reel_Result.QTYColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public void SetQTYNull() { - this[this.tableComponent_Reel_Result.QTYColumn] = global::System.Convert.DBNull; + this[this.tableK4EE_Component_Reel_Result.QTYColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public bool IsQTY0Null() { - return this.IsNull(this.tableComponent_Reel_Result.QTY0Column); + return this.IsNull(this.tableK4EE_Component_Reel_Result.QTY0Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public void SetQTY0Null() { - this[this.tableComponent_Reel_Result.QTY0Column] = global::System.Convert.DBNull; + this[this.tableK4EE_Component_Reel_Result.QTY0Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public bool IsVNAMENull() { - return this.IsNull(this.tableComponent_Reel_Result.VNAMEColumn); + return this.IsNull(this.tableK4EE_Component_Reel_Result.VNAMEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public void SetVNAMENull() { - this[this.tableComponent_Reel_Result.VNAMEColumn] = global::System.Convert.DBNull; + this[this.tableK4EE_Component_Reel_Result.VNAMEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public bool IsPRNATTACHNull() { - return this.IsNull(this.tableComponent_Reel_Result.PRNATTACHColumn); + return this.IsNull(this.tableK4EE_Component_Reel_Result.PRNATTACHColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public void SetPRNATTACHNull() { - this[this.tableComponent_Reel_Result.PRNATTACHColumn] = global::System.Convert.DBNull; + this[this.tableK4EE_Component_Reel_Result.PRNATTACHColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public bool IsPRNVALIDNull() { - return this.IsNull(this.tableComponent_Reel_Result.PRNVALIDColumn); + return this.IsNull(this.tableK4EE_Component_Reel_Result.PRNVALIDColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public void SetPRNVALIDNull() { - this[this.tableComponent_Reel_Result.PRNVALIDColumn] = global::System.Convert.DBNull; + this[this.tableK4EE_Component_Reel_Result.PRNVALIDColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public bool IsPTIMENull() { - return this.IsNull(this.tableComponent_Reel_Result.PTIMEColumn); + return this.IsNull(this.tableK4EE_Component_Reel_Result.PTIMEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public void SetPTIMENull() { - this[this.tableComponent_Reel_Result.PTIMEColumn] = global::System.Convert.DBNull; + this[this.tableK4EE_Component_Reel_Result.PTIMEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public bool IsMFGDATENull() { - return this.IsNull(this.tableComponent_Reel_Result.MFGDATEColumn); + return this.IsNull(this.tableK4EE_Component_Reel_Result.MFGDATEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public void SetMFGDATENull() { - this[this.tableComponent_Reel_Result.MFGDATEColumn] = global::System.Convert.DBNull; + this[this.tableK4EE_Component_Reel_Result.MFGDATEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public bool IsVLOTNull() { - return this.IsNull(this.tableComponent_Reel_Result.VLOTColumn); + return this.IsNull(this.tableK4EE_Component_Reel_Result.VLOTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public void SetVLOTNull() { - this[this.tableComponent_Reel_Result.VLOTColumn] = global::System.Convert.DBNull; + this[this.tableK4EE_Component_Reel_Result.VLOTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public bool IsREMARKNull() { - return this.IsNull(this.tableComponent_Reel_Result.REMARKColumn); + return this.IsNull(this.tableK4EE_Component_Reel_Result.REMARKColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public void SetREMARKNull() { - this[this.tableComponent_Reel_Result.REMARKColumn] = global::System.Convert.DBNull; + this[this.tableK4EE_Component_Reel_Result.REMARKColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public bool IsPARTNONull() { - return this.IsNull(this.tableComponent_Reel_Result.PARTNOColumn); + return this.IsNull(this.tableK4EE_Component_Reel_Result.PARTNOColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public void SetPARTNONull() { - this[this.tableComponent_Reel_Result.PARTNOColumn] = global::System.Convert.DBNull; + this[this.tableK4EE_Component_Reel_Result.PARTNOColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public bool IsCUSTCODENull() { - return this.IsNull(this.tableComponent_Reel_Result.CUSTCODEColumn); + return this.IsNull(this.tableK4EE_Component_Reel_Result.CUSTCODEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public void SetCUSTCODENull() { - this[this.tableComponent_Reel_Result.CUSTCODEColumn] = global::System.Convert.DBNull; + this[this.tableK4EE_Component_Reel_Result.CUSTCODEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public bool IsATIMENull() { - return this.IsNull(this.tableComponent_Reel_Result.ATIMEColumn); + return this.IsNull(this.tableK4EE_Component_Reel_Result.ATIMEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public void SetATIMENull() { - this[this.tableComponent_Reel_Result.ATIMEColumn] = global::System.Convert.DBNull; + this[this.tableK4EE_Component_Reel_Result.ATIMEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public bool IsBATCHNull() { - return this.IsNull(this.tableComponent_Reel_Result.BATCHColumn); + return this.IsNull(this.tableK4EE_Component_Reel_Result.BATCHColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public void SetBATCHNull() { - this[this.tableComponent_Reel_Result.BATCHColumn] = global::System.Convert.DBNull; + this[this.tableK4EE_Component_Reel_Result.BATCHColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public bool IsqtymaxNull() { - return this.IsNull(this.tableComponent_Reel_Result.qtymaxColumn); + return this.IsNull(this.tableK4EE_Component_Reel_Result.qtymaxColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public void SetqtymaxNull() { - this[this.tableComponent_Reel_Result.qtymaxColumn] = global::System.Convert.DBNull; + this[this.tableK4EE_Component_Reel_Result.qtymaxColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public bool IsGUIDNull() { - return this.IsNull(this.tableComponent_Reel_Result.GUIDColumn); + return this.IsNull(this.tableK4EE_Component_Reel_Result.GUIDColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public void SetGUIDNull() { - this[this.tableComponent_Reel_Result.GUIDColumn] = global::System.Convert.DBNull; + this[this.tableK4EE_Component_Reel_Result.GUIDColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public bool IsiNBOUNDNull() { - return this.IsNull(this.tableComponent_Reel_Result.iNBOUNDColumn); + return this.IsNull(this.tableK4EE_Component_Reel_Result.iNBOUNDColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public void SetiNBOUNDNull() { - this[this.tableComponent_Reel_Result.iNBOUNDColumn] = global::System.Convert.DBNull; + this[this.tableK4EE_Component_Reel_Result.iNBOUNDColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public bool IsMCNNull() { - return this.IsNull(this.tableComponent_Reel_Result.MCNColumn); + return this.IsNull(this.tableK4EE_Component_Reel_Result.MCNColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public void SetMCNNull() { - this[this.tableComponent_Reel_Result.MCNColumn] = global::System.Convert.DBNull; + this[this.tableK4EE_Component_Reel_Result.MCNColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public bool IstargetNull() { - return this.IsNull(this.tableComponent_Reel_Result.targetColumn); + return this.IsNull(this.tableK4EE_Component_Reel_Result.targetColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public void SettargetNull() { - this[this.tableComponent_Reel_Result.targetColumn] = global::System.Convert.DBNull; + this[this.tableK4EE_Component_Reel_Result.targetColumn] = global::System.Convert.DBNull; } } /// ///Represents strongly named DataRow class. /// - public partial class Component_Reel_RegExRuleRow : global::System.Data.DataRow { + public partial class K4EE_Component_Reel_RegExRuleRow : global::System.Data.DataRow { - private Component_Reel_RegExRuleDataTable tableComponent_Reel_RegExRule; + private K4EE_Component_Reel_RegExRuleDataTable tableK4EE_Component_Reel_RegExRule; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - internal Component_Reel_RegExRuleRow(global::System.Data.DataRowBuilder rb) : + internal K4EE_Component_Reel_RegExRuleRow(global::System.Data.DataRowBuilder rb) : base(rb) { - this.tableComponent_Reel_RegExRule = ((Component_Reel_RegExRuleDataTable)(this.Table)); + this.tableK4EE_Component_Reel_RegExRule = ((K4EE_Component_Reel_RegExRuleDataTable)(this.Table)); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public int Id { get { - return ((int)(this[this.tableComponent_Reel_RegExRule.IdColumn])); + return ((int)(this[this.tableK4EE_Component_Reel_RegExRule.IdColumn])); } set { - this[this.tableComponent_Reel_RegExRule.IdColumn] = value; + this[this.tableK4EE_Component_Reel_RegExRule.IdColumn] = value; } } @@ -10677,11 +10986,11 @@ namespace Project { return 0; } else { - return ((int)(this[this.tableComponent_Reel_RegExRule.SeqColumn])); + return ((int)(this[this.tableK4EE_Component_Reel_RegExRule.SeqColumn])); } } set { - this[this.tableComponent_Reel_RegExRule.SeqColumn] = value; + this[this.tableK4EE_Component_Reel_RegExRule.SeqColumn] = value; } } @@ -10693,11 +11002,11 @@ namespace Project { return string.Empty; } else { - return ((string)(this[this.tableComponent_Reel_RegExRule.CustCodeColumn])); + return ((string)(this[this.tableK4EE_Component_Reel_RegExRule.CustCodeColumn])); } } set { - this[this.tableComponent_Reel_RegExRule.CustCodeColumn] = value; + this[this.tableK4EE_Component_Reel_RegExRule.CustCodeColumn] = value; } } @@ -10709,11 +11018,11 @@ namespace Project { return string.Empty; } else { - return ((string)(this[this.tableComponent_Reel_RegExRule.DescriptionColumn])); + return ((string)(this[this.tableK4EE_Component_Reel_RegExRule.DescriptionColumn])); } } set { - this[this.tableComponent_Reel_RegExRule.DescriptionColumn] = value; + this[this.tableK4EE_Component_Reel_RegExRule.DescriptionColumn] = value; } } @@ -10725,11 +11034,11 @@ namespace Project { return string.Empty; } else { - return ((string)(this[this.tableComponent_Reel_RegExRule.SymbolColumn])); + return ((string)(this[this.tableK4EE_Component_Reel_RegExRule.SymbolColumn])); } } set { - this[this.tableComponent_Reel_RegExRule.SymbolColumn] = value; + this[this.tableK4EE_Component_Reel_RegExRule.SymbolColumn] = value; } } @@ -10741,11 +11050,11 @@ namespace Project { return string.Empty; } else { - return ((string)(this[this.tableComponent_Reel_RegExRule.PatternColumn])); + return ((string)(this[this.tableK4EE_Component_Reel_RegExRule.PatternColumn])); } } set { - this[this.tableComponent_Reel_RegExRule.PatternColumn] = value; + this[this.tableK4EE_Component_Reel_RegExRule.PatternColumn] = value; } } @@ -10757,11 +11066,11 @@ namespace Project { return string.Empty; } else { - return ((string)(this[this.tableComponent_Reel_RegExRule.GroupsColumn])); + return ((string)(this[this.tableK4EE_Component_Reel_RegExRule.GroupsColumn])); } } set { - this[this.tableComponent_Reel_RegExRule.GroupsColumn] = value; + this[this.tableK4EE_Component_Reel_RegExRule.GroupsColumn] = value; } } @@ -10773,11 +11082,11 @@ namespace Project { return false; } else { - return ((bool)(this[this.tableComponent_Reel_RegExRule.IsEnableColumn])); + return ((bool)(this[this.tableK4EE_Component_Reel_RegExRule.IsEnableColumn])); } } set { - this[this.tableComponent_Reel_RegExRule.IsEnableColumn] = value; + this[this.tableK4EE_Component_Reel_RegExRule.IsEnableColumn] = value; } } @@ -10789,11 +11098,11 @@ namespace Project { return false; } else { - return ((bool)(this[this.tableComponent_Reel_RegExRule.IsTrustColumn])); + return ((bool)(this[this.tableK4EE_Component_Reel_RegExRule.IsTrustColumn])); } } set { - this[this.tableComponent_Reel_RegExRule.IsTrustColumn] = value; + this[this.tableK4EE_Component_Reel_RegExRule.IsTrustColumn] = value; } } @@ -10805,11 +11114,11 @@ namespace Project { return false; } else { - return ((bool)(this[this.tableComponent_Reel_RegExRule.IsAmkStdColumn])); + return ((bool)(this[this.tableK4EE_Component_Reel_RegExRule.IsAmkStdColumn])); } } set { - this[this.tableComponent_Reel_RegExRule.IsAmkStdColumn] = value; + this[this.tableK4EE_Component_Reel_RegExRule.IsAmkStdColumn] = value; } } @@ -10821,157 +11130,157 @@ namespace Project { return false; } else { - return ((bool)(this[this.tableComponent_Reel_RegExRule.IsIgnoreColumn])); + return ((bool)(this[this.tableK4EE_Component_Reel_RegExRule.IsIgnoreColumn])); } } set { - this[this.tableComponent_Reel_RegExRule.IsIgnoreColumn] = value; + this[this.tableK4EE_Component_Reel_RegExRule.IsIgnoreColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public bool IsSeqNull() { - return this.IsNull(this.tableComponent_Reel_RegExRule.SeqColumn); + return this.IsNull(this.tableK4EE_Component_Reel_RegExRule.SeqColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public void SetSeqNull() { - this[this.tableComponent_Reel_RegExRule.SeqColumn] = global::System.Convert.DBNull; + this[this.tableK4EE_Component_Reel_RegExRule.SeqColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public bool IsCustCodeNull() { - return this.IsNull(this.tableComponent_Reel_RegExRule.CustCodeColumn); + return this.IsNull(this.tableK4EE_Component_Reel_RegExRule.CustCodeColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public void SetCustCodeNull() { - this[this.tableComponent_Reel_RegExRule.CustCodeColumn] = global::System.Convert.DBNull; + this[this.tableK4EE_Component_Reel_RegExRule.CustCodeColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public bool IsDescriptionNull() { - return this.IsNull(this.tableComponent_Reel_RegExRule.DescriptionColumn); + return this.IsNull(this.tableK4EE_Component_Reel_RegExRule.DescriptionColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public void SetDescriptionNull() { - this[this.tableComponent_Reel_RegExRule.DescriptionColumn] = global::System.Convert.DBNull; + this[this.tableK4EE_Component_Reel_RegExRule.DescriptionColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public bool IsSymbolNull() { - return this.IsNull(this.tableComponent_Reel_RegExRule.SymbolColumn); + return this.IsNull(this.tableK4EE_Component_Reel_RegExRule.SymbolColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public void SetSymbolNull() { - this[this.tableComponent_Reel_RegExRule.SymbolColumn] = global::System.Convert.DBNull; + this[this.tableK4EE_Component_Reel_RegExRule.SymbolColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public bool IsPatternNull() { - return this.IsNull(this.tableComponent_Reel_RegExRule.PatternColumn); + return this.IsNull(this.tableK4EE_Component_Reel_RegExRule.PatternColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public void SetPatternNull() { - this[this.tableComponent_Reel_RegExRule.PatternColumn] = global::System.Convert.DBNull; + this[this.tableK4EE_Component_Reel_RegExRule.PatternColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public bool IsGroupsNull() { - return this.IsNull(this.tableComponent_Reel_RegExRule.GroupsColumn); + return this.IsNull(this.tableK4EE_Component_Reel_RegExRule.GroupsColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public void SetGroupsNull() { - this[this.tableComponent_Reel_RegExRule.GroupsColumn] = global::System.Convert.DBNull; + this[this.tableK4EE_Component_Reel_RegExRule.GroupsColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public bool IsIsEnableNull() { - return this.IsNull(this.tableComponent_Reel_RegExRule.IsEnableColumn); + return this.IsNull(this.tableK4EE_Component_Reel_RegExRule.IsEnableColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public void SetIsEnableNull() { - this[this.tableComponent_Reel_RegExRule.IsEnableColumn] = global::System.Convert.DBNull; + this[this.tableK4EE_Component_Reel_RegExRule.IsEnableColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public bool IsIsTrustNull() { - return this.IsNull(this.tableComponent_Reel_RegExRule.IsTrustColumn); + return this.IsNull(this.tableK4EE_Component_Reel_RegExRule.IsTrustColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public void SetIsTrustNull() { - this[this.tableComponent_Reel_RegExRule.IsTrustColumn] = global::System.Convert.DBNull; + this[this.tableK4EE_Component_Reel_RegExRule.IsTrustColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public bool IsIsAmkStdNull() { - return this.IsNull(this.tableComponent_Reel_RegExRule.IsAmkStdColumn); + return this.IsNull(this.tableK4EE_Component_Reel_RegExRule.IsAmkStdColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public void SetIsAmkStdNull() { - this[this.tableComponent_Reel_RegExRule.IsAmkStdColumn] = global::System.Convert.DBNull; + this[this.tableK4EE_Component_Reel_RegExRule.IsAmkStdColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public bool IsIsIgnoreNull() { - return this.IsNull(this.tableComponent_Reel_RegExRule.IsIgnoreColumn); + return this.IsNull(this.tableK4EE_Component_Reel_RegExRule.IsIgnoreColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public void SetIsIgnoreNull() { - this[this.tableComponent_Reel_RegExRule.IsIgnoreColumn] = global::System.Convert.DBNull; + this[this.tableK4EE_Component_Reel_RegExRule.IsIgnoreColumn] = global::System.Convert.DBNull; } } /// ///Represents strongly named DataRow class. /// - public partial class Component_Reel_SID_ConvertRow : global::System.Data.DataRow { + public partial class K4EE_Component_Reel_SID_ConvertRow : global::System.Data.DataRow { - private Component_Reel_SID_ConvertDataTable tableComponent_Reel_SID_Convert; + private K4EE_Component_Reel_SID_ConvertDataTable tableK4EE_Component_Reel_SID_Convert; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - internal Component_Reel_SID_ConvertRow(global::System.Data.DataRowBuilder rb) : + internal K4EE_Component_Reel_SID_ConvertRow(global::System.Data.DataRowBuilder rb) : base(rb) { - this.tableComponent_Reel_SID_Convert = ((Component_Reel_SID_ConvertDataTable)(this.Table)); + this.tableK4EE_Component_Reel_SID_Convert = ((K4EE_Component_Reel_SID_ConvertDataTable)(this.Table)); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public int idx { get { - return ((int)(this[this.tableComponent_Reel_SID_Convert.idxColumn])); + return ((int)(this[this.tableK4EE_Component_Reel_SID_Convert.idxColumn])); } set { - this[this.tableComponent_Reel_SID_Convert.idxColumn] = value; + this[this.tableK4EE_Component_Reel_SID_Convert.idxColumn] = value; } } @@ -10983,11 +11292,11 @@ namespace Project { return false; } else { - return ((bool)(this[this.tableComponent_Reel_SID_Convert.ChkColumn])); + return ((bool)(this[this.tableK4EE_Component_Reel_SID_Convert.ChkColumn])); } } set { - this[this.tableComponent_Reel_SID_Convert.ChkColumn] = value; + this[this.tableK4EE_Component_Reel_SID_Convert.ChkColumn] = value; } } @@ -10999,11 +11308,11 @@ namespace Project { return string.Empty; } else { - return ((string)(this[this.tableComponent_Reel_SID_Convert.SIDFromColumn])); + return ((string)(this[this.tableK4EE_Component_Reel_SID_Convert.SIDFromColumn])); } } set { - this[this.tableComponent_Reel_SID_Convert.SIDFromColumn] = value; + this[this.tableK4EE_Component_Reel_SID_Convert.SIDFromColumn] = value; } } @@ -11015,11 +11324,11 @@ namespace Project { return string.Empty; } else { - return ((string)(this[this.tableComponent_Reel_SID_Convert.SIDToColumn])); + return ((string)(this[this.tableK4EE_Component_Reel_SID_Convert.SIDToColumn])); } } set { - this[this.tableComponent_Reel_SID_Convert.SIDToColumn] = value; + this[this.tableK4EE_Component_Reel_SID_Convert.SIDToColumn] = value; } } @@ -11031,11 +11340,11 @@ namespace Project { return string.Empty; } else { - return ((string)(this[this.tableComponent_Reel_SID_Convert.RemarkColumn])); + return ((string)(this[this.tableK4EE_Component_Reel_SID_Convert.RemarkColumn])); } } set { - this[this.tableComponent_Reel_SID_Convert.RemarkColumn] = value; + this[this.tableK4EE_Component_Reel_SID_Convert.RemarkColumn] = value; } } @@ -11044,14 +11353,14 @@ namespace Project { public System.DateTime wdate { get { try { - return ((global::System.DateTime)(this[this.tableComponent_Reel_SID_Convert.wdateColumn])); + return ((global::System.DateTime)(this[this.tableK4EE_Component_Reel_SID_Convert.wdateColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("\'Component_Reel_SID_Convert\' 테이블의 \'wdate\' 열의 값이 DBNull입니다.", e); + throw new global::System.Data.StrongTypingException("\'K4EE_Component_Reel_SID_Convert\' 테이블의 \'wdate\' 열의 값이 DBNull입니다.", e); } } set { - this[this.tableComponent_Reel_SID_Convert.wdateColumn] = value; + this[this.tableK4EE_Component_Reel_SID_Convert.wdateColumn] = value; } } @@ -11063,109 +11372,109 @@ namespace Project { return string.Empty; } else { - return ((string)(this[this.tableComponent_Reel_SID_Convert.MCColumn])); + return ((string)(this[this.tableK4EE_Component_Reel_SID_Convert.MCColumn])); } } set { - this[this.tableComponent_Reel_SID_Convert.MCColumn] = value; + this[this.tableK4EE_Component_Reel_SID_Convert.MCColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public bool IsChkNull() { - return this.IsNull(this.tableComponent_Reel_SID_Convert.ChkColumn); + return this.IsNull(this.tableK4EE_Component_Reel_SID_Convert.ChkColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public void SetChkNull() { - this[this.tableComponent_Reel_SID_Convert.ChkColumn] = global::System.Convert.DBNull; + this[this.tableK4EE_Component_Reel_SID_Convert.ChkColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public bool IsSIDFromNull() { - return this.IsNull(this.tableComponent_Reel_SID_Convert.SIDFromColumn); + return this.IsNull(this.tableK4EE_Component_Reel_SID_Convert.SIDFromColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public void SetSIDFromNull() { - this[this.tableComponent_Reel_SID_Convert.SIDFromColumn] = global::System.Convert.DBNull; + this[this.tableK4EE_Component_Reel_SID_Convert.SIDFromColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public bool IsSIDToNull() { - return this.IsNull(this.tableComponent_Reel_SID_Convert.SIDToColumn); + return this.IsNull(this.tableK4EE_Component_Reel_SID_Convert.SIDToColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public void SetSIDToNull() { - this[this.tableComponent_Reel_SID_Convert.SIDToColumn] = global::System.Convert.DBNull; + this[this.tableK4EE_Component_Reel_SID_Convert.SIDToColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public bool IsRemarkNull() { - return this.IsNull(this.tableComponent_Reel_SID_Convert.RemarkColumn); + return this.IsNull(this.tableK4EE_Component_Reel_SID_Convert.RemarkColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public void SetRemarkNull() { - this[this.tableComponent_Reel_SID_Convert.RemarkColumn] = global::System.Convert.DBNull; + this[this.tableK4EE_Component_Reel_SID_Convert.RemarkColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public bool IswdateNull() { - return this.IsNull(this.tableComponent_Reel_SID_Convert.wdateColumn); + return this.IsNull(this.tableK4EE_Component_Reel_SID_Convert.wdateColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public void SetwdateNull() { - this[this.tableComponent_Reel_SID_Convert.wdateColumn] = global::System.Convert.DBNull; + this[this.tableK4EE_Component_Reel_SID_Convert.wdateColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public bool IsMCNull() { - return this.IsNull(this.tableComponent_Reel_SID_Convert.MCColumn); + return this.IsNull(this.tableK4EE_Component_Reel_SID_Convert.MCColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public void SetMCNull() { - this[this.tableComponent_Reel_SID_Convert.MCColumn] = global::System.Convert.DBNull; + this[this.tableK4EE_Component_Reel_SID_Convert.MCColumn] = global::System.Convert.DBNull; } } /// ///Represents strongly named DataRow class. /// - public partial class Component_Reel_SID_InformationRow : global::System.Data.DataRow { + public partial class K4EE_Component_Reel_SID_InformationRow : global::System.Data.DataRow { - private Component_Reel_SID_InformationDataTable tableComponent_Reel_SID_Information; + private K4EE_Component_Reel_SID_InformationDataTable tableK4EE_Component_Reel_SID_Information; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - internal Component_Reel_SID_InformationRow(global::System.Data.DataRowBuilder rb) : + internal K4EE_Component_Reel_SID_InformationRow(global::System.Data.DataRowBuilder rb) : base(rb) { - this.tableComponent_Reel_SID_Information = ((Component_Reel_SID_InformationDataTable)(this.Table)); + this.tableK4EE_Component_Reel_SID_Information = ((K4EE_Component_Reel_SID_InformationDataTable)(this.Table)); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public int idx { get { - return ((int)(this[this.tableComponent_Reel_SID_Information.idxColumn])); + return ((int)(this[this.tableK4EE_Component_Reel_SID_Information.idxColumn])); } set { - this[this.tableComponent_Reel_SID_Information.idxColumn] = value; + this[this.tableK4EE_Component_Reel_SID_Information.idxColumn] = value; } } @@ -11173,10 +11482,10 @@ namespace Project { [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public string SID { get { - return ((string)(this[this.tableComponent_Reel_SID_Information.SIDColumn])); + return ((string)(this[this.tableK4EE_Component_Reel_SID_Information.SIDColumn])); } set { - this[this.tableComponent_Reel_SID_Information.SIDColumn] = value; + this[this.tableK4EE_Component_Reel_SID_Information.SIDColumn] = value; } } @@ -11184,10 +11493,10 @@ namespace Project { [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public string CustCode { get { - return ((string)(this[this.tableComponent_Reel_SID_Information.CustCodeColumn])); + return ((string)(this[this.tableK4EE_Component_Reel_SID_Information.CustCodeColumn])); } set { - this[this.tableComponent_Reel_SID_Information.CustCodeColumn] = value; + this[this.tableK4EE_Component_Reel_SID_Information.CustCodeColumn] = value; } } @@ -11195,10 +11504,10 @@ namespace Project { [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public string PartNo { get { - return ((string)(this[this.tableComponent_Reel_SID_Information.PartNoColumn])); + return ((string)(this[this.tableK4EE_Component_Reel_SID_Information.PartNoColumn])); } set { - this[this.tableComponent_Reel_SID_Information.PartNoColumn] = value; + this[this.tableK4EE_Component_Reel_SID_Information.PartNoColumn] = value; } } @@ -11210,11 +11519,11 @@ namespace Project { return string.Empty; } else { - return ((string)(this[this.tableComponent_Reel_SID_Information.CustNameColumn])); + return ((string)(this[this.tableK4EE_Component_Reel_SID_Information.CustNameColumn])); } } set { - this[this.tableComponent_Reel_SID_Information.CustNameColumn] = value; + this[this.tableK4EE_Component_Reel_SID_Information.CustNameColumn] = value; } } @@ -11226,11 +11535,11 @@ namespace Project { return string.Empty; } else { - return ((string)(this[this.tableComponent_Reel_SID_Information.VenderNameColumn])); + return ((string)(this[this.tableK4EE_Component_Reel_SID_Information.VenderNameColumn])); } } set { - this[this.tableComponent_Reel_SID_Information.VenderNameColumn] = value; + this[this.tableK4EE_Component_Reel_SID_Information.VenderNameColumn] = value; } } @@ -11242,11 +11551,11 @@ namespace Project { return string.Empty; } else { - return ((string)(this[this.tableComponent_Reel_SID_Information.RemarkColumn])); + return ((string)(this[this.tableK4EE_Component_Reel_SID_Information.RemarkColumn])); } } set { - this[this.tableComponent_Reel_SID_Information.RemarkColumn] = value; + this[this.tableK4EE_Component_Reel_SID_Information.RemarkColumn] = value; } } @@ -11255,14 +11564,14 @@ namespace Project { public System.DateTime wdate { get { try { - return ((global::System.DateTime)(this[this.tableComponent_Reel_SID_Information.wdateColumn])); + return ((global::System.DateTime)(this[this.tableK4EE_Component_Reel_SID_Information.wdateColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("\'Component_Reel_SID_Information\' 테이블의 \'wdate\' 열의 값이 DBNull입니다.", e); + throw new global::System.Data.StrongTypingException("\'K4EE_Component_Reel_SID_Information\' 테이블의 \'wdate\' 열의 값이 DBNull입니다.", e); } } set { - this[this.tableComponent_Reel_SID_Information.wdateColumn] = value; + this[this.tableK4EE_Component_Reel_SID_Information.wdateColumn] = value; } } @@ -11274,11 +11583,11 @@ namespace Project { return string.Empty; } else { - return ((string)(this[this.tableComponent_Reel_SID_Information.MCColumn])); + return ((string)(this[this.tableK4EE_Component_Reel_SID_Information.MCColumn])); } } set { - this[this.tableComponent_Reel_SID_Information.MCColumn] = value; + this[this.tableK4EE_Component_Reel_SID_Information.MCColumn] = value; } } @@ -11290,11 +11599,11 @@ namespace Project { return string.Empty; } else { - return ((string)(this[this.tableComponent_Reel_SID_Information.batchColumn])); + return ((string)(this[this.tableK4EE_Component_Reel_SID_Information.batchColumn])); } } set { - this[this.tableComponent_Reel_SID_Information.batchColumn] = value; + this[this.tableK4EE_Component_Reel_SID_Information.batchColumn] = value; } } @@ -11306,11 +11615,11 @@ namespace Project { return 0; } else { - return ((int)(this[this.tableComponent_Reel_SID_Information.qtymaxColumn])); + return ((int)(this[this.tableK4EE_Component_Reel_SID_Information.qtymaxColumn])); } } set { - this[this.tableComponent_Reel_SID_Information.qtymaxColumn] = value; + this[this.tableK4EE_Component_Reel_SID_Information.qtymaxColumn] = value; } } @@ -11322,11 +11631,11 @@ namespace Project { return string.Empty; } else { - return ((string)(this[this.tableComponent_Reel_SID_Information.VenderLotColumn])); + return ((string)(this[this.tableK4EE_Component_Reel_SID_Information.VenderLotColumn])); } } set { - this[this.tableComponent_Reel_SID_Information.VenderLotColumn] = value; + this[this.tableK4EE_Component_Reel_SID_Information.VenderLotColumn] = value; } } @@ -11338,145 +11647,145 @@ namespace Project { return string.Empty; } else { - return ((string)(this[this.tableComponent_Reel_SID_Information.attachColumn])); + return ((string)(this[this.tableK4EE_Component_Reel_SID_Information.attachColumn])); } } set { - this[this.tableComponent_Reel_SID_Information.attachColumn] = value; + this[this.tableK4EE_Component_Reel_SID_Information.attachColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public bool IsCustNameNull() { - return this.IsNull(this.tableComponent_Reel_SID_Information.CustNameColumn); + return this.IsNull(this.tableK4EE_Component_Reel_SID_Information.CustNameColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public void SetCustNameNull() { - this[this.tableComponent_Reel_SID_Information.CustNameColumn] = global::System.Convert.DBNull; + this[this.tableK4EE_Component_Reel_SID_Information.CustNameColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public bool IsVenderNameNull() { - return this.IsNull(this.tableComponent_Reel_SID_Information.VenderNameColumn); + return this.IsNull(this.tableK4EE_Component_Reel_SID_Information.VenderNameColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public void SetVenderNameNull() { - this[this.tableComponent_Reel_SID_Information.VenderNameColumn] = global::System.Convert.DBNull; + this[this.tableK4EE_Component_Reel_SID_Information.VenderNameColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public bool IsRemarkNull() { - return this.IsNull(this.tableComponent_Reel_SID_Information.RemarkColumn); + return this.IsNull(this.tableK4EE_Component_Reel_SID_Information.RemarkColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public void SetRemarkNull() { - this[this.tableComponent_Reel_SID_Information.RemarkColumn] = global::System.Convert.DBNull; + this[this.tableK4EE_Component_Reel_SID_Information.RemarkColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public bool IswdateNull() { - return this.IsNull(this.tableComponent_Reel_SID_Information.wdateColumn); + return this.IsNull(this.tableK4EE_Component_Reel_SID_Information.wdateColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public void SetwdateNull() { - this[this.tableComponent_Reel_SID_Information.wdateColumn] = global::System.Convert.DBNull; + this[this.tableK4EE_Component_Reel_SID_Information.wdateColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public bool IsMCNull() { - return this.IsNull(this.tableComponent_Reel_SID_Information.MCColumn); + return this.IsNull(this.tableK4EE_Component_Reel_SID_Information.MCColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public void SetMCNull() { - this[this.tableComponent_Reel_SID_Information.MCColumn] = global::System.Convert.DBNull; + this[this.tableK4EE_Component_Reel_SID_Information.MCColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public bool IsbatchNull() { - return this.IsNull(this.tableComponent_Reel_SID_Information.batchColumn); + return this.IsNull(this.tableK4EE_Component_Reel_SID_Information.batchColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public void SetbatchNull() { - this[this.tableComponent_Reel_SID_Information.batchColumn] = global::System.Convert.DBNull; + this[this.tableK4EE_Component_Reel_SID_Information.batchColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public bool IsqtymaxNull() { - return this.IsNull(this.tableComponent_Reel_SID_Information.qtymaxColumn); + return this.IsNull(this.tableK4EE_Component_Reel_SID_Information.qtymaxColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public void SetqtymaxNull() { - this[this.tableComponent_Reel_SID_Information.qtymaxColumn] = global::System.Convert.DBNull; + this[this.tableK4EE_Component_Reel_SID_Information.qtymaxColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public bool IsVenderLotNull() { - return this.IsNull(this.tableComponent_Reel_SID_Information.VenderLotColumn); + return this.IsNull(this.tableK4EE_Component_Reel_SID_Information.VenderLotColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public void SetVenderLotNull() { - this[this.tableComponent_Reel_SID_Information.VenderLotColumn] = global::System.Convert.DBNull; + this[this.tableK4EE_Component_Reel_SID_Information.VenderLotColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public bool IsattachNull() { - return this.IsNull(this.tableComponent_Reel_SID_Information.attachColumn); + return this.IsNull(this.tableK4EE_Component_Reel_SID_Information.attachColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public void SetattachNull() { - this[this.tableComponent_Reel_SID_Information.attachColumn] = global::System.Convert.DBNull; + this[this.tableK4EE_Component_Reel_SID_Information.attachColumn] = global::System.Convert.DBNull; } } /// ///Represents strongly named DataRow class. /// - public partial class Component_Reel_PreSetRow : global::System.Data.DataRow { + public partial class K4EE_Component_Reel_PreSetRow : global::System.Data.DataRow { - private Component_Reel_PreSetDataTable tableComponent_Reel_PreSet; + private K4EE_Component_Reel_PreSetDataTable tableK4EE_Component_Reel_PreSet; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - internal Component_Reel_PreSetRow(global::System.Data.DataRowBuilder rb) : + internal K4EE_Component_Reel_PreSetRow(global::System.Data.DataRowBuilder rb) : base(rb) { - this.tableComponent_Reel_PreSet = ((Component_Reel_PreSetDataTable)(this.Table)); + this.tableK4EE_Component_Reel_PreSet = ((K4EE_Component_Reel_PreSetDataTable)(this.Table)); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public int idx { get { - return ((int)(this[this.tableComponent_Reel_PreSet.idxColumn])); + return ((int)(this[this.tableK4EE_Component_Reel_PreSet.idxColumn])); } set { - this[this.tableComponent_Reel_PreSet.idxColumn] = value; + this[this.tableK4EE_Component_Reel_PreSet.idxColumn] = value; } } @@ -11488,11 +11797,11 @@ namespace Project { return string.Empty; } else { - return ((string)(this[this.tableComponent_Reel_PreSet.MCColumn])); + return ((string)(this[this.tableK4EE_Component_Reel_PreSet.MCColumn])); } } set { - this[this.tableComponent_Reel_PreSet.MCColumn] = value; + this[this.tableK4EE_Component_Reel_PreSet.MCColumn] = value; } } @@ -11500,10 +11809,10 @@ namespace Project { [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public string Title { get { - return ((string)(this[this.tableComponent_Reel_PreSet.TitleColumn])); + return ((string)(this[this.tableK4EE_Component_Reel_PreSet.TitleColumn])); } set { - this[this.tableComponent_Reel_PreSet.TitleColumn] = value; + this[this.tableK4EE_Component_Reel_PreSet.TitleColumn] = value; } } @@ -11515,11 +11824,11 @@ namespace Project { return string.Empty; } else { - return ((string)(this[this.tableComponent_Reel_PreSet.RemarkColumn])); + return ((string)(this[this.tableK4EE_Component_Reel_PreSet.RemarkColumn])); } } set { - this[this.tableComponent_Reel_PreSet.RemarkColumn] = value; + this[this.tableK4EE_Component_Reel_PreSet.RemarkColumn] = value; } } @@ -11528,14 +11837,14 @@ namespace Project { public System.DateTime wdate { get { try { - return ((global::System.DateTime)(this[this.tableComponent_Reel_PreSet.wdateColumn])); + return ((global::System.DateTime)(this[this.tableK4EE_Component_Reel_PreSet.wdateColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("\'Component_Reel_PreSet\' 테이블의 \'wdate\' 열의 값이 DBNull입니다.", e); + throw new global::System.Data.StrongTypingException("\'K4EE_Component_Reel_PreSet\' 테이블의 \'wdate\' 열의 값이 DBNull입니다.", e); } } set { - this[this.tableComponent_Reel_PreSet.wdateColumn] = value; + this[this.tableK4EE_Component_Reel_PreSet.wdateColumn] = value; } } @@ -11547,11 +11856,11 @@ namespace Project { return 0; } else { - return ((int)(this[this.tableComponent_Reel_PreSet.vOptionColumn])); + return ((int)(this[this.tableK4EE_Component_Reel_PreSet.vOptionColumn])); } } set { - this[this.tableComponent_Reel_PreSet.vOptionColumn] = value; + this[this.tableK4EE_Component_Reel_PreSet.vOptionColumn] = value; } } @@ -11563,11 +11872,11 @@ namespace Project { return 0; } else { - return ((int)(this[this.tableComponent_Reel_PreSet.vJobInfoColumn])); + return ((int)(this[this.tableK4EE_Component_Reel_PreSet.vJobInfoColumn])); } } set { - this[this.tableComponent_Reel_PreSet.vJobInfoColumn] = value; + this[this.tableK4EE_Component_Reel_PreSet.vJobInfoColumn] = value; } } @@ -11579,11 +11888,11 @@ namespace Project { return 0; } else { - return ((int)(this[this.tableComponent_Reel_PreSet.vSidInfoColumn])); + return ((int)(this[this.tableK4EE_Component_Reel_PreSet.vSidInfoColumn])); } } set { - this[this.tableComponent_Reel_PreSet.vSidInfoColumn] = value; + this[this.tableK4EE_Component_Reel_PreSet.vSidInfoColumn] = value; } } @@ -11595,11 +11904,11 @@ namespace Project { return 0; } else { - return ((int)(this[this.tableComponent_Reel_PreSet.vServerWriteColumn])); + return ((int)(this[this.tableK4EE_Component_Reel_PreSet.vServerWriteColumn])); } } set { - this[this.tableComponent_Reel_PreSet.vServerWriteColumn] = value; + this[this.tableK4EE_Component_Reel_PreSet.vServerWriteColumn] = value; } } @@ -11611,11 +11920,11 @@ namespace Project { return "ㅡ"; } else { - return ((string)(this[this.tableComponent_Reel_PreSet.jobtypeColumn])); + return ((string)(this[this.tableK4EE_Component_Reel_PreSet.jobtypeColumn])); } } set { - this[this.tableComponent_Reel_PreSet.jobtypeColumn] = value; + this[this.tableK4EE_Component_Reel_PreSet.jobtypeColumn] = value; } } @@ -11627,145 +11936,145 @@ namespace Project { return string.Empty; } else { - return ((string)(this[this.tableComponent_Reel_PreSet.bypasssidColumn])); + return ((string)(this[this.tableK4EE_Component_Reel_PreSet.bypasssidColumn])); } } set { - this[this.tableComponent_Reel_PreSet.bypasssidColumn] = value; + this[this.tableK4EE_Component_Reel_PreSet.bypasssidColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public bool IsMCNull() { - return this.IsNull(this.tableComponent_Reel_PreSet.MCColumn); + return this.IsNull(this.tableK4EE_Component_Reel_PreSet.MCColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public void SetMCNull() { - this[this.tableComponent_Reel_PreSet.MCColumn] = global::System.Convert.DBNull; + this[this.tableK4EE_Component_Reel_PreSet.MCColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public bool IsRemarkNull() { - return this.IsNull(this.tableComponent_Reel_PreSet.RemarkColumn); + return this.IsNull(this.tableK4EE_Component_Reel_PreSet.RemarkColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public void SetRemarkNull() { - this[this.tableComponent_Reel_PreSet.RemarkColumn] = global::System.Convert.DBNull; + this[this.tableK4EE_Component_Reel_PreSet.RemarkColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public bool IswdateNull() { - return this.IsNull(this.tableComponent_Reel_PreSet.wdateColumn); + return this.IsNull(this.tableK4EE_Component_Reel_PreSet.wdateColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public void SetwdateNull() { - this[this.tableComponent_Reel_PreSet.wdateColumn] = global::System.Convert.DBNull; + this[this.tableK4EE_Component_Reel_PreSet.wdateColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public bool IsvOptionNull() { - return this.IsNull(this.tableComponent_Reel_PreSet.vOptionColumn); + return this.IsNull(this.tableK4EE_Component_Reel_PreSet.vOptionColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public void SetvOptionNull() { - this[this.tableComponent_Reel_PreSet.vOptionColumn] = global::System.Convert.DBNull; + this[this.tableK4EE_Component_Reel_PreSet.vOptionColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public bool IsvJobInfoNull() { - return this.IsNull(this.tableComponent_Reel_PreSet.vJobInfoColumn); + return this.IsNull(this.tableK4EE_Component_Reel_PreSet.vJobInfoColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public void SetvJobInfoNull() { - this[this.tableComponent_Reel_PreSet.vJobInfoColumn] = global::System.Convert.DBNull; + this[this.tableK4EE_Component_Reel_PreSet.vJobInfoColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public bool IsvSidInfoNull() { - return this.IsNull(this.tableComponent_Reel_PreSet.vSidInfoColumn); + return this.IsNull(this.tableK4EE_Component_Reel_PreSet.vSidInfoColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public void SetvSidInfoNull() { - this[this.tableComponent_Reel_PreSet.vSidInfoColumn] = global::System.Convert.DBNull; + this[this.tableK4EE_Component_Reel_PreSet.vSidInfoColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public bool IsvServerWriteNull() { - return this.IsNull(this.tableComponent_Reel_PreSet.vServerWriteColumn); + return this.IsNull(this.tableK4EE_Component_Reel_PreSet.vServerWriteColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public void SetvServerWriteNull() { - this[this.tableComponent_Reel_PreSet.vServerWriteColumn] = global::System.Convert.DBNull; + this[this.tableK4EE_Component_Reel_PreSet.vServerWriteColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public bool IsjobtypeNull() { - return this.IsNull(this.tableComponent_Reel_PreSet.jobtypeColumn); + return this.IsNull(this.tableK4EE_Component_Reel_PreSet.jobtypeColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public void SetjobtypeNull() { - this[this.tableComponent_Reel_PreSet.jobtypeColumn] = global::System.Convert.DBNull; + this[this.tableK4EE_Component_Reel_PreSet.jobtypeColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public bool IsbypasssidNull() { - return this.IsNull(this.tableComponent_Reel_PreSet.bypasssidColumn); + return this.IsNull(this.tableK4EE_Component_Reel_PreSet.bypasssidColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public void SetbypasssidNull() { - this[this.tableComponent_Reel_PreSet.bypasssidColumn] = global::System.Convert.DBNull; + this[this.tableK4EE_Component_Reel_PreSet.bypasssidColumn] = global::System.Convert.DBNull; } } /// ///Represents strongly named DataRow class. /// - public partial class Component_Reel_CustInfoRow : global::System.Data.DataRow { + public partial class K4EE_Component_Reel_CustInfoRow : global::System.Data.DataRow { - private Component_Reel_CustInfoDataTable tableComponent_Reel_CustInfo; + private K4EE_Component_Reel_CustInfoDataTable tableK4EE_Component_Reel_CustInfo; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - internal Component_Reel_CustInfoRow(global::System.Data.DataRowBuilder rb) : + internal K4EE_Component_Reel_CustInfoRow(global::System.Data.DataRowBuilder rb) : base(rb) { - this.tableComponent_Reel_CustInfo = ((Component_Reel_CustInfoDataTable)(this.Table)); + this.tableK4EE_Component_Reel_CustInfo = ((K4EE_Component_Reel_CustInfoDataTable)(this.Table)); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public string code { get { - return ((string)(this[this.tableComponent_Reel_CustInfo.codeColumn])); + return ((string)(this[this.tableK4EE_Component_Reel_CustInfo.codeColumn])); } set { - this[this.tableComponent_Reel_CustInfo.codeColumn] = value; + this[this.tableK4EE_Component_Reel_CustInfo.codeColumn] = value; } } @@ -11777,24 +12086,24 @@ namespace Project { return string.Empty; } else { - return ((string)(this[this.tableComponent_Reel_CustInfo.nameColumn])); + return ((string)(this[this.tableK4EE_Component_Reel_CustInfo.nameColumn])); } } set { - this[this.tableComponent_Reel_CustInfo.nameColumn] = value; + this[this.tableK4EE_Component_Reel_CustInfo.nameColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public bool IsnameNull() { - return this.IsNull(this.tableComponent_Reel_CustInfo.nameColumn); + return this.IsNull(this.tableK4EE_Component_Reel_CustInfo.nameColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public void SetnameNull() { - this[this.tableComponent_Reel_CustInfo.nameColumn] = global::System.Convert.DBNull; + this[this.tableK4EE_Component_Reel_CustInfo.nameColumn] = global::System.Convert.DBNull; } } @@ -11894,25 +12203,25 @@ namespace Project { /// ///Represents strongly named DataRow class. /// - public partial class Component_Reel_Print_InformationRow : global::System.Data.DataRow { + public partial class K4EE_Component_Reel_Print_InformationRow : global::System.Data.DataRow { - private Component_Reel_Print_InformationDataTable tableComponent_Reel_Print_Information; + private K4EE_Component_Reel_Print_InformationDataTable tableK4EE_Component_Reel_Print_Information; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - internal Component_Reel_Print_InformationRow(global::System.Data.DataRowBuilder rb) : + internal K4EE_Component_Reel_Print_InformationRow(global::System.Data.DataRowBuilder rb) : base(rb) { - this.tableComponent_Reel_Print_Information = ((Component_Reel_Print_InformationDataTable)(this.Table)); + this.tableK4EE_Component_Reel_Print_Information = ((K4EE_Component_Reel_Print_InformationDataTable)(this.Table)); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public int idx { get { - return ((int)(this[this.tableComponent_Reel_Print_Information.idxColumn])); + return ((int)(this[this.tableK4EE_Component_Reel_Print_Information.idxColumn])); } set { - this[this.tableComponent_Reel_Print_Information.idxColumn] = value; + this[this.tableK4EE_Component_Reel_Print_Information.idxColumn] = value; } } @@ -11924,11 +12233,11 @@ namespace Project { return string.Empty; } else { - return ((string)(this[this.tableComponent_Reel_Print_Information.MCColumn])); + return ((string)(this[this.tableK4EE_Component_Reel_Print_Information.MCColumn])); } } set { - this[this.tableComponent_Reel_Print_Information.MCColumn] = value; + this[this.tableK4EE_Component_Reel_Print_Information.MCColumn] = value; } } @@ -11936,10 +12245,10 @@ namespace Project { [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public string SID { get { - return ((string)(this[this.tableComponent_Reel_Print_Information.SIDColumn])); + return ((string)(this[this.tableK4EE_Component_Reel_Print_Information.SIDColumn])); } set { - this[this.tableComponent_Reel_Print_Information.SIDColumn] = value; + this[this.tableK4EE_Component_Reel_Print_Information.SIDColumn] = value; } } @@ -11951,11 +12260,11 @@ namespace Project { return string.Empty; } else { - return ((string)(this[this.tableComponent_Reel_Print_Information.PrintPositionColumn])); + return ((string)(this[this.tableK4EE_Component_Reel_Print_Information.PrintPositionColumn])); } } set { - this[this.tableComponent_Reel_Print_Information.PrintPositionColumn] = value; + this[this.tableK4EE_Component_Reel_Print_Information.PrintPositionColumn] = value; } } @@ -11967,11 +12276,11 @@ namespace Project { return string.Empty; } else { - return ((string)(this[this.tableComponent_Reel_Print_Information.RemarkColumn])); + return ((string)(this[this.tableK4EE_Component_Reel_Print_Information.RemarkColumn])); } } set { - this[this.tableComponent_Reel_Print_Information.RemarkColumn] = value; + this[this.tableK4EE_Component_Reel_Print_Information.RemarkColumn] = value; } } @@ -11980,88 +12289,88 @@ namespace Project { public System.DateTime wdate { get { try { - return ((global::System.DateTime)(this[this.tableComponent_Reel_Print_Information.wdateColumn])); + return ((global::System.DateTime)(this[this.tableK4EE_Component_Reel_Print_Information.wdateColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("\'Component_Reel_Print_Information\' 테이블의 \'wdate\' 열의 값이 DBNull입니다.", e); + throw new global::System.Data.StrongTypingException("\'K4EE_Component_Reel_Print_Information\' 테이블의 \'wdate\' 열의 값이 DBNull입니다.", e); } } set { - this[this.tableComponent_Reel_Print_Information.wdateColumn] = value; + this[this.tableK4EE_Component_Reel_Print_Information.wdateColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public bool IsMCNull() { - return this.IsNull(this.tableComponent_Reel_Print_Information.MCColumn); + return this.IsNull(this.tableK4EE_Component_Reel_Print_Information.MCColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public void SetMCNull() { - this[this.tableComponent_Reel_Print_Information.MCColumn] = global::System.Convert.DBNull; + this[this.tableK4EE_Component_Reel_Print_Information.MCColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public bool IsPrintPositionNull() { - return this.IsNull(this.tableComponent_Reel_Print_Information.PrintPositionColumn); + return this.IsNull(this.tableK4EE_Component_Reel_Print_Information.PrintPositionColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public void SetPrintPositionNull() { - this[this.tableComponent_Reel_Print_Information.PrintPositionColumn] = global::System.Convert.DBNull; + this[this.tableK4EE_Component_Reel_Print_Information.PrintPositionColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public bool IsRemarkNull() { - return this.IsNull(this.tableComponent_Reel_Print_Information.RemarkColumn); + return this.IsNull(this.tableK4EE_Component_Reel_Print_Information.RemarkColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public void SetRemarkNull() { - this[this.tableComponent_Reel_Print_Information.RemarkColumn] = global::System.Convert.DBNull; + this[this.tableK4EE_Component_Reel_Print_Information.RemarkColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public bool IswdateNull() { - return this.IsNull(this.tableComponent_Reel_Print_Information.wdateColumn); + return this.IsNull(this.tableK4EE_Component_Reel_Print_Information.wdateColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public void SetwdateNull() { - this[this.tableComponent_Reel_Print_Information.wdateColumn] = global::System.Convert.DBNull; + this[this.tableK4EE_Component_Reel_Print_Information.wdateColumn] = global::System.Convert.DBNull; } } /// ///Represents strongly named DataRow class. /// - public partial class Component_Reel_PrintRegExRuleRow : global::System.Data.DataRow { + public partial class K4EE_Component_Reel_PrintRegExRuleRow : global::System.Data.DataRow { - private Component_Reel_PrintRegExRuleDataTable tableComponent_Reel_PrintRegExRule; + private K4EE_Component_Reel_PrintRegExRuleDataTable tableK4EE_Component_Reel_PrintRegExRule; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - internal Component_Reel_PrintRegExRuleRow(global::System.Data.DataRowBuilder rb) : + internal K4EE_Component_Reel_PrintRegExRuleRow(global::System.Data.DataRowBuilder rb) : base(rb) { - this.tableComponent_Reel_PrintRegExRule = ((Component_Reel_PrintRegExRuleDataTable)(this.Table)); + this.tableK4EE_Component_Reel_PrintRegExRule = ((K4EE_Component_Reel_PrintRegExRuleDataTable)(this.Table)); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public int Id { get { - return ((int)(this[this.tableComponent_Reel_PrintRegExRule.IdColumn])); + return ((int)(this[this.tableK4EE_Component_Reel_PrintRegExRule.IdColumn])); } set { - this[this.tableComponent_Reel_PrintRegExRule.IdColumn] = value; + this[this.tableK4EE_Component_Reel_PrintRegExRule.IdColumn] = value; } } @@ -12073,11 +12382,11 @@ namespace Project { return 0; } else { - return ((int)(this[this.tableComponent_Reel_PrintRegExRule.SeqColumn])); + return ((int)(this[this.tableK4EE_Component_Reel_PrintRegExRule.SeqColumn])); } } set { - this[this.tableComponent_Reel_PrintRegExRule.SeqColumn] = value; + this[this.tableK4EE_Component_Reel_PrintRegExRule.SeqColumn] = value; } } @@ -12089,11 +12398,11 @@ namespace Project { return string.Empty; } else { - return ((string)(this[this.tableComponent_Reel_PrintRegExRule.CustCodeColumn])); + return ((string)(this[this.tableK4EE_Component_Reel_PrintRegExRule.CustCodeColumn])); } } set { - this[this.tableComponent_Reel_PrintRegExRule.CustCodeColumn] = value; + this[this.tableK4EE_Component_Reel_PrintRegExRule.CustCodeColumn] = value; } } @@ -12105,11 +12414,11 @@ namespace Project { return string.Empty; } else { - return ((string)(this[this.tableComponent_Reel_PrintRegExRule.DescriptionColumn])); + return ((string)(this[this.tableK4EE_Component_Reel_PrintRegExRule.DescriptionColumn])); } } set { - this[this.tableComponent_Reel_PrintRegExRule.DescriptionColumn] = value; + this[this.tableK4EE_Component_Reel_PrintRegExRule.DescriptionColumn] = value; } } @@ -12121,11 +12430,11 @@ namespace Project { return string.Empty; } else { - return ((string)(this[this.tableComponent_Reel_PrintRegExRule.SymbolColumn])); + return ((string)(this[this.tableK4EE_Component_Reel_PrintRegExRule.SymbolColumn])); } } set { - this[this.tableComponent_Reel_PrintRegExRule.SymbolColumn] = value; + this[this.tableK4EE_Component_Reel_PrintRegExRule.SymbolColumn] = value; } } @@ -12137,11 +12446,11 @@ namespace Project { return string.Empty; } else { - return ((string)(this[this.tableComponent_Reel_PrintRegExRule.PatternColumn])); + return ((string)(this[this.tableK4EE_Component_Reel_PrintRegExRule.PatternColumn])); } } set { - this[this.tableComponent_Reel_PrintRegExRule.PatternColumn] = value; + this[this.tableK4EE_Component_Reel_PrintRegExRule.PatternColumn] = value; } } @@ -12153,11 +12462,11 @@ namespace Project { return string.Empty; } else { - return ((string)(this[this.tableComponent_Reel_PrintRegExRule.GroupsColumn])); + return ((string)(this[this.tableK4EE_Component_Reel_PrintRegExRule.GroupsColumn])); } } set { - this[this.tableComponent_Reel_PrintRegExRule.GroupsColumn] = value; + this[this.tableK4EE_Component_Reel_PrintRegExRule.GroupsColumn] = value; } } @@ -12169,11 +12478,11 @@ namespace Project { return false; } else { - return ((bool)(this[this.tableComponent_Reel_PrintRegExRule.IsEnableColumn])); + return ((bool)(this[this.tableK4EE_Component_Reel_PrintRegExRule.IsEnableColumn])); } } set { - this[this.tableComponent_Reel_PrintRegExRule.IsEnableColumn] = value; + this[this.tableK4EE_Component_Reel_PrintRegExRule.IsEnableColumn] = value; } } @@ -12185,11 +12494,11 @@ namespace Project { return false; } else { - return ((bool)(this[this.tableComponent_Reel_PrintRegExRule.IsTrustColumn])); + return ((bool)(this[this.tableK4EE_Component_Reel_PrintRegExRule.IsTrustColumn])); } } set { - this[this.tableComponent_Reel_PrintRegExRule.IsTrustColumn] = value; + this[this.tableK4EE_Component_Reel_PrintRegExRule.IsTrustColumn] = value; } } @@ -12201,11 +12510,11 @@ namespace Project { return false; } else { - return ((bool)(this[this.tableComponent_Reel_PrintRegExRule.IsAmkStdColumn])); + return ((bool)(this[this.tableK4EE_Component_Reel_PrintRegExRule.IsAmkStdColumn])); } } set { - this[this.tableComponent_Reel_PrintRegExRule.IsAmkStdColumn] = value; + this[this.tableK4EE_Component_Reel_PrintRegExRule.IsAmkStdColumn] = value; } } @@ -12217,132 +12526,158 @@ namespace Project { return false; } else { - return ((bool)(this[this.tableComponent_Reel_PrintRegExRule.IsIgnoreColumn])); + return ((bool)(this[this.tableK4EE_Component_Reel_PrintRegExRule.IsIgnoreColumn])); } } set { - this[this.tableComponent_Reel_PrintRegExRule.IsIgnoreColumn] = value; + this[this.tableK4EE_Component_Reel_PrintRegExRule.IsIgnoreColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public bool IsSeqNull() { - return this.IsNull(this.tableComponent_Reel_PrintRegExRule.SeqColumn); + return this.IsNull(this.tableK4EE_Component_Reel_PrintRegExRule.SeqColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public void SetSeqNull() { - this[this.tableComponent_Reel_PrintRegExRule.SeqColumn] = global::System.Convert.DBNull; + this[this.tableK4EE_Component_Reel_PrintRegExRule.SeqColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public bool IsCustCodeNull() { - return this.IsNull(this.tableComponent_Reel_PrintRegExRule.CustCodeColumn); + return this.IsNull(this.tableK4EE_Component_Reel_PrintRegExRule.CustCodeColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public void SetCustCodeNull() { - this[this.tableComponent_Reel_PrintRegExRule.CustCodeColumn] = global::System.Convert.DBNull; + this[this.tableK4EE_Component_Reel_PrintRegExRule.CustCodeColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public bool IsDescriptionNull() { - return this.IsNull(this.tableComponent_Reel_PrintRegExRule.DescriptionColumn); + return this.IsNull(this.tableK4EE_Component_Reel_PrintRegExRule.DescriptionColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public void SetDescriptionNull() { - this[this.tableComponent_Reel_PrintRegExRule.DescriptionColumn] = global::System.Convert.DBNull; + this[this.tableK4EE_Component_Reel_PrintRegExRule.DescriptionColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public bool IsSymbolNull() { - return this.IsNull(this.tableComponent_Reel_PrintRegExRule.SymbolColumn); + return this.IsNull(this.tableK4EE_Component_Reel_PrintRegExRule.SymbolColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public void SetSymbolNull() { - this[this.tableComponent_Reel_PrintRegExRule.SymbolColumn] = global::System.Convert.DBNull; + this[this.tableK4EE_Component_Reel_PrintRegExRule.SymbolColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public bool IsPatternNull() { - return this.IsNull(this.tableComponent_Reel_PrintRegExRule.PatternColumn); + return this.IsNull(this.tableK4EE_Component_Reel_PrintRegExRule.PatternColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public void SetPatternNull() { - this[this.tableComponent_Reel_PrintRegExRule.PatternColumn] = global::System.Convert.DBNull; + this[this.tableK4EE_Component_Reel_PrintRegExRule.PatternColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public bool IsGroupsNull() { - return this.IsNull(this.tableComponent_Reel_PrintRegExRule.GroupsColumn); + return this.IsNull(this.tableK4EE_Component_Reel_PrintRegExRule.GroupsColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public void SetGroupsNull() { - this[this.tableComponent_Reel_PrintRegExRule.GroupsColumn] = global::System.Convert.DBNull; + this[this.tableK4EE_Component_Reel_PrintRegExRule.GroupsColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public bool IsIsEnableNull() { - return this.IsNull(this.tableComponent_Reel_PrintRegExRule.IsEnableColumn); + return this.IsNull(this.tableK4EE_Component_Reel_PrintRegExRule.IsEnableColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public void SetIsEnableNull() { - this[this.tableComponent_Reel_PrintRegExRule.IsEnableColumn] = global::System.Convert.DBNull; + this[this.tableK4EE_Component_Reel_PrintRegExRule.IsEnableColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public bool IsIsTrustNull() { - return this.IsNull(this.tableComponent_Reel_PrintRegExRule.IsTrustColumn); + return this.IsNull(this.tableK4EE_Component_Reel_PrintRegExRule.IsTrustColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public void SetIsTrustNull() { - this[this.tableComponent_Reel_PrintRegExRule.IsTrustColumn] = global::System.Convert.DBNull; + this[this.tableK4EE_Component_Reel_PrintRegExRule.IsTrustColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public bool IsIsAmkStdNull() { - return this.IsNull(this.tableComponent_Reel_PrintRegExRule.IsAmkStdColumn); + return this.IsNull(this.tableK4EE_Component_Reel_PrintRegExRule.IsAmkStdColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public void SetIsAmkStdNull() { - this[this.tableComponent_Reel_PrintRegExRule.IsAmkStdColumn] = global::System.Convert.DBNull; + this[this.tableK4EE_Component_Reel_PrintRegExRule.IsAmkStdColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public bool IsIsIgnoreNull() { - return this.IsNull(this.tableComponent_Reel_PrintRegExRule.IsIgnoreColumn); + return this.IsNull(this.tableK4EE_Component_Reel_PrintRegExRule.IsIgnoreColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public void SetIsIgnoreNull() { - this[this.tableComponent_Reel_PrintRegExRule.IsIgnoreColumn] = global::System.Convert.DBNull; + this[this.tableK4EE_Component_Reel_PrintRegExRule.IsIgnoreColumn] = global::System.Convert.DBNull; + } + } + + /// + ///Represents strongly named DataRow class. + /// + public partial class CustCodeListRow : global::System.Data.DataRow { + + private CustCodeListDataTable tableCustCodeList; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] + internal CustCodeListRow(global::System.Data.DataRowBuilder rb) : + base(rb) { + this.tableCustCodeList = ((CustCodeListDataTable)(this.Table)); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] + public string CustCode { + get { + return ((string)(this[this.tableCustCodeList.CustCodeColumn])); + } + set { + this[this.tableCustCodeList.CustCodeColumn] = value; + } } } @@ -13310,6 +13645,22 @@ namespace Project { } } + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] + public bool bOwnZPL { + get { + if (this.IsbOwnZPLNull()) { + return false; + } + else { + return ((bool)(this[this.tableOPModel.bOwnZPLColumn])); + } + } + set { + this[this.tableOPModel.bOwnZPLColumn] = value; + } + } + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public bool IsMidxNull() { @@ -13549,6 +13900,18 @@ namespace Project { public void SetCheckSIDExsitNull() { this[this.tableOPModel.CheckSIDExsitColumn] = global::System.Convert.DBNull; } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] + public bool IsbOwnZPLNull() { + return this.IsNull(this.tableOPModel.bOwnZPLColumn); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] + public void SetbOwnZPLNull() { + this[this.tableOPModel.bOwnZPLColumn] = global::System.Convert.DBNull; + } } /// @@ -14700,22 +15063,22 @@ namespace Project { ///Row event argument class /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public class Component_Reel_ResultRowChangeEvent : global::System.EventArgs { + public class K4EE_Component_Reel_ResultRowChangeEvent : global::System.EventArgs { - private Component_Reel_ResultRow eventRow; + private K4EE_Component_Reel_ResultRow eventRow; private global::System.Data.DataRowAction eventAction; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public Component_Reel_ResultRowChangeEvent(Component_Reel_ResultRow row, global::System.Data.DataRowAction action) { + public K4EE_Component_Reel_ResultRowChangeEvent(K4EE_Component_Reel_ResultRow row, global::System.Data.DataRowAction action) { this.eventRow = row; this.eventAction = action; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public Component_Reel_ResultRow Row { + public K4EE_Component_Reel_ResultRow Row { get { return this.eventRow; } @@ -14734,22 +15097,22 @@ namespace Project { ///Row event argument class /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public class Component_Reel_RegExRuleRowChangeEvent : global::System.EventArgs { + public class K4EE_Component_Reel_RegExRuleRowChangeEvent : global::System.EventArgs { - private Component_Reel_RegExRuleRow eventRow; + private K4EE_Component_Reel_RegExRuleRow eventRow; private global::System.Data.DataRowAction eventAction; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public Component_Reel_RegExRuleRowChangeEvent(Component_Reel_RegExRuleRow row, global::System.Data.DataRowAction action) { + public K4EE_Component_Reel_RegExRuleRowChangeEvent(K4EE_Component_Reel_RegExRuleRow row, global::System.Data.DataRowAction action) { this.eventRow = row; this.eventAction = action; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public Component_Reel_RegExRuleRow Row { + public K4EE_Component_Reel_RegExRuleRow Row { get { return this.eventRow; } @@ -14768,22 +15131,22 @@ namespace Project { ///Row event argument class /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public class Component_Reel_SID_ConvertRowChangeEvent : global::System.EventArgs { + public class K4EE_Component_Reel_SID_ConvertRowChangeEvent : global::System.EventArgs { - private Component_Reel_SID_ConvertRow eventRow; + private K4EE_Component_Reel_SID_ConvertRow eventRow; private global::System.Data.DataRowAction eventAction; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public Component_Reel_SID_ConvertRowChangeEvent(Component_Reel_SID_ConvertRow row, global::System.Data.DataRowAction action) { + public K4EE_Component_Reel_SID_ConvertRowChangeEvent(K4EE_Component_Reel_SID_ConvertRow row, global::System.Data.DataRowAction action) { this.eventRow = row; this.eventAction = action; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public Component_Reel_SID_ConvertRow Row { + public K4EE_Component_Reel_SID_ConvertRow Row { get { return this.eventRow; } @@ -14802,22 +15165,22 @@ namespace Project { ///Row event argument class /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public class Component_Reel_SID_InformationRowChangeEvent : global::System.EventArgs { + public class K4EE_Component_Reel_SID_InformationRowChangeEvent : global::System.EventArgs { - private Component_Reel_SID_InformationRow eventRow; + private K4EE_Component_Reel_SID_InformationRow eventRow; private global::System.Data.DataRowAction eventAction; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public Component_Reel_SID_InformationRowChangeEvent(Component_Reel_SID_InformationRow row, global::System.Data.DataRowAction action) { + public K4EE_Component_Reel_SID_InformationRowChangeEvent(K4EE_Component_Reel_SID_InformationRow row, global::System.Data.DataRowAction action) { this.eventRow = row; this.eventAction = action; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public Component_Reel_SID_InformationRow Row { + public K4EE_Component_Reel_SID_InformationRow Row { get { return this.eventRow; } @@ -14836,22 +15199,22 @@ namespace Project { ///Row event argument class /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public class Component_Reel_PreSetRowChangeEvent : global::System.EventArgs { + public class K4EE_Component_Reel_PreSetRowChangeEvent : global::System.EventArgs { - private Component_Reel_PreSetRow eventRow; + private K4EE_Component_Reel_PreSetRow eventRow; private global::System.Data.DataRowAction eventAction; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public Component_Reel_PreSetRowChangeEvent(Component_Reel_PreSetRow row, global::System.Data.DataRowAction action) { + public K4EE_Component_Reel_PreSetRowChangeEvent(K4EE_Component_Reel_PreSetRow row, global::System.Data.DataRowAction action) { this.eventRow = row; this.eventAction = action; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public Component_Reel_PreSetRow Row { + public K4EE_Component_Reel_PreSetRow Row { get { return this.eventRow; } @@ -14870,22 +15233,22 @@ namespace Project { ///Row event argument class /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public class Component_Reel_CustInfoRowChangeEvent : global::System.EventArgs { + public class K4EE_Component_Reel_CustInfoRowChangeEvent : global::System.EventArgs { - private Component_Reel_CustInfoRow eventRow; + private K4EE_Component_Reel_CustInfoRow eventRow; private global::System.Data.DataRowAction eventAction; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public Component_Reel_CustInfoRowChangeEvent(Component_Reel_CustInfoRow row, global::System.Data.DataRowAction action) { + public K4EE_Component_Reel_CustInfoRowChangeEvent(K4EE_Component_Reel_CustInfoRow row, global::System.Data.DataRowAction action) { this.eventRow = row; this.eventAction = action; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public Component_Reel_CustInfoRow Row { + public K4EE_Component_Reel_CustInfoRow Row { get { return this.eventRow; } @@ -14938,22 +15301,22 @@ namespace Project { ///Row event argument class /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public class Component_Reel_Print_InformationRowChangeEvent : global::System.EventArgs { + public class K4EE_Component_Reel_Print_InformationRowChangeEvent : global::System.EventArgs { - private Component_Reel_Print_InformationRow eventRow; + private K4EE_Component_Reel_Print_InformationRow eventRow; private global::System.Data.DataRowAction eventAction; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public Component_Reel_Print_InformationRowChangeEvent(Component_Reel_Print_InformationRow row, global::System.Data.DataRowAction action) { + public K4EE_Component_Reel_Print_InformationRowChangeEvent(K4EE_Component_Reel_Print_InformationRow row, global::System.Data.DataRowAction action) { this.eventRow = row; this.eventAction = action; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public Component_Reel_Print_InformationRow Row { + public K4EE_Component_Reel_Print_InformationRow Row { get { return this.eventRow; } @@ -14972,22 +15335,56 @@ namespace Project { ///Row event argument class /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public class Component_Reel_PrintRegExRuleRowChangeEvent : global::System.EventArgs { + public class K4EE_Component_Reel_PrintRegExRuleRowChangeEvent : global::System.EventArgs { - private Component_Reel_PrintRegExRuleRow eventRow; + private K4EE_Component_Reel_PrintRegExRuleRow eventRow; private global::System.Data.DataRowAction eventAction; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public Component_Reel_PrintRegExRuleRowChangeEvent(Component_Reel_PrintRegExRuleRow row, global::System.Data.DataRowAction action) { + public K4EE_Component_Reel_PrintRegExRuleRowChangeEvent(K4EE_Component_Reel_PrintRegExRuleRow row, global::System.Data.DataRowAction action) { this.eventRow = row; this.eventAction = action; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public Component_Reel_PrintRegExRuleRow Row { + public K4EE_Component_Reel_PrintRegExRuleRow Row { + get { + return this.eventRow; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] + public global::System.Data.DataRowAction Action { + get { + return this.eventAction; + } + } + } + + /// + ///Row event argument class + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] + public class CustCodeListRowChangeEvent : global::System.EventArgs { + + private CustCodeListRow eventRow; + + private global::System.Data.DataRowAction eventAction; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] + public CustCodeListRowChangeEvent(CustCodeListRow row, global::System.Data.DataRowAction action) { + this.eventRow = row; + this.eventAction = action; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] + public CustCodeListRow Row { get { return this.eventRow; } @@ -15525,7 +15922,7 @@ namespace Project.DataSet1TableAdapters { [global::System.ComponentModel.DesignerAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterDesigner, Microsoft.VSDesigner" + ", Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] - public partial class Component_Reel_ResultTableAdapter : global::System.ComponentModel.Component { + public partial class K4EE_Component_Reel_ResultTableAdapter : global::System.ComponentModel.Component { private global::System.Data.SqlClient.SqlDataAdapter _adapter; @@ -15539,7 +15936,7 @@ namespace Project.DataSet1TableAdapters { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public Component_Reel_ResultTableAdapter() { + public K4EE_Component_Reel_ResultTableAdapter() { this.ClearBeforeFill = true; } @@ -15636,7 +16033,7 @@ namespace Project.DataSet1TableAdapters { this._adapter = new global::System.Data.SqlClient.SqlDataAdapter(); global::System.Data.Common.DataTableMapping tableMapping = new global::System.Data.Common.DataTableMapping(); tableMapping.SourceTable = "Table"; - tableMapping.DataSetTable = "Component_Reel_Result"; + tableMapping.DataSetTable = "K4EE_Component_Reel_Result"; tableMapping.ColumnMappings.Add("idx", "idx"); tableMapping.ColumnMappings.Add("STIME", "STIME"); tableMapping.ColumnMappings.Add("ETIME", "ETIME"); @@ -15875,7 +16272,7 @@ SELECT idx, STIME, ETIME, PDATE, JTYPE, JGUID, SID, SID0, RID, RID0, RSN, QR, ZP this._commandCollection[0].Connection = this.Connection; this._commandCollection[0].CommandText = @"SELECT idx, STIME, ETIME, PDATE, JTYPE, JGUID, SID, SID0, RID, RID0, RSN, QR, ZPL, POS, LOC, ANGLE, QTY, QTY0, wdate, VNAME, PRNATTACH, PRNVALID, PTIME, MFGDATE, VLOT, REMARK, MC, PARTNO, CUSTCODE, ATIME, BATCH, qtymax, GUID, iNBOUND, MCN, target -FROM Component_Reel_Result WITH (NOLOCK) +FROM K4EE_Component_Reel_Result WITH (NOLOCK) WHERE (CONVERT(varchar(10), wdate, 120) BETWEEN @sd AND @ed) AND (ISNULL(MC, '') = @mc) ORDER BY wdate DESC, idx"; this._commandCollection[0].CommandType = global::System.Data.CommandType.Text; @@ -15884,31 +16281,50 @@ ORDER BY wdate DESC, idx"; this._commandCollection[0].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@mc", global::System.Data.SqlDbType.VarChar, 1024, global::System.Data.ParameterDirection.Input, 0, 0, "", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._commandCollection[1] = new global::System.Data.SqlClient.SqlCommand(); this._commandCollection[1].Connection = this.Connection; - this._commandCollection[1].CommandText = @"SELECT TOP (50) ANGLE, ATIME, BATCH, CUSTCODE, ETIME, GUID, JGUID, JTYPE, LOC, MC, MCN, MFGDATE, PARTNO, PDATE, POS, PRNATTACH, PRNVALID, PTIME, QR, QTY, QTY0, REMARK, RID, RID0, RSN, SID, SID0, STIME, VLOT, VNAME, ZPL, iNBOUND, idx, qtymax, target, wdate FROM Component_Reel_Result WITH (NOLOCK) WHERE (CONVERT (varchar(10), wdate, 120) BETWEEN @sd AND @ed) AND (ISNULL(MC, '') = @mc) ORDER BY wdate DESC"; + this._commandCollection[1].CommandText = @"SELECT TOP (50) ANGLE, ATIME, BATCH, CUSTCODE, ETIME, GUID, JGUID, JTYPE, LOC, MC, MCN, MFGDATE, PARTNO, PDATE, POS, PRNATTACH, PRNVALID, PTIME, QR, QTY, QTY0, REMARK, RID, + RID0, RSN, SID, SID0, STIME, VLOT, VNAME, ZPL, iNBOUND, idx, qtymax, target, wdate +FROM K4EE_Component_Reel_Result WITH (NOLOCK) +WHERE (CONVERT(varchar(10), wdate, 120) BETWEEN @sd AND @ed) AND (ISNULL(MC, '') = @mc) +ORDER BY wdate DESC"; this._commandCollection[1].CommandType = global::System.Data.CommandType.Text; this._commandCollection[1].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@sd", global::System.Data.SqlDbType.VarChar, 1024, global::System.Data.ParameterDirection.Input, 0, 0, "", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._commandCollection[1].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ed", global::System.Data.SqlDbType.VarChar, 1024, global::System.Data.ParameterDirection.Input, 0, 0, "", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._commandCollection[1].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@mc", global::System.Data.SqlDbType.VarChar, 1024, global::System.Data.ParameterDirection.Input, 0, 0, "", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._commandCollection[2] = new global::System.Data.SqlClient.SqlCommand(); this._commandCollection[2].Connection = this.Connection; - this._commandCollection[2].CommandText = @"SELECT ANGLE, ATIME, BATCH, CUSTCODE, ETIME, GUID, JGUID, JTYPE, LOC, MC, MCN, MFGDATE, PARTNO, PDATE, POS, PRNATTACH, PRNVALID, PTIME, QR, QTY, QTY0, REMARK, RID, RID0, RSN, SID, SID0, STIME, VLOT, VNAME, ZPL, iNBOUND, idx, qtymax, target, wdate FROM Component_Reel_Result WITH (NOLOCK) WHERE (GUID = @guid) AND (ISNULL(MC, '') = @mc) AND (PRNATTACH = 1) AND (PRNVALID = 1) ORDER BY wdate DESC"; + this._commandCollection[2].CommandText = @"SELECT ANGLE, ATIME, BATCH, CUSTCODE, ETIME, GUID, JGUID, JTYPE, LOC, MC, MCN, MFGDATE, PARTNO, PDATE, POS, PRNATTACH, PRNVALID, PTIME, QR, QTY, QTY0, REMARK, RID, RID0, + RSN, SID, SID0, STIME, VLOT, VNAME, ZPL, iNBOUND, idx, qtymax, target, wdate +FROM K4EE_Component_Reel_Result WITH (NOLOCK) +WHERE (GUID = @guid) AND (ISNULL(MC, '') = @mc) AND (PRNATTACH = 1) AND (PRNVALID = 1) +ORDER BY wdate DESC"; this._commandCollection[2].CommandType = global::System.Data.CommandType.Text; this._commandCollection[2].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@guid", global::System.Data.SqlDbType.UniqueIdentifier, 16, global::System.Data.ParameterDirection.Input, 0, 0, "GUID", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._commandCollection[2].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@mc", global::System.Data.SqlDbType.VarChar, 1024, global::System.Data.ParameterDirection.Input, 0, 0, "", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._commandCollection[3] = new global::System.Data.SqlClient.SqlCommand(); this._commandCollection[3].Connection = this.Connection; - this._commandCollection[3].CommandText = @"SELECT ANGLE, ATIME, BATCH, CUSTCODE, ETIME, GUID, JGUID, JTYPE, LOC, MC, MCN, MFGDATE, PARTNO, PDATE, POS, PRNATTACH, PRNVALID, PTIME, QR, QTY, QTY0, REMARK, RID, RID0, RSN, SID, SID0, STIME, VLOT, VNAME, ZPL, iNBOUND, idx, qtymax, target, wdate FROM Component_Reel_Result WITH (NOLOCK) WHERE (JGUID = @jguid)"; + this._commandCollection[3].CommandText = @"SELECT ANGLE, ATIME, BATCH, CUSTCODE, ETIME, GUID, JGUID, JTYPE, LOC, MC, MCN, MFGDATE, PARTNO, PDATE, POS, PRNATTACH, PRNVALID, PTIME, QR, QTY, QTY0, REMARK, RID, RID0, + RSN, SID, SID0, STIME, VLOT, VNAME, ZPL, iNBOUND, idx, qtymax, target, wdate +FROM K4EE_Component_Reel_Result WITH (NOLOCK) +WHERE (JGUID = @jguid)"; this._commandCollection[3].CommandType = global::System.Data.CommandType.Text; this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@jguid", global::System.Data.SqlDbType.VarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, "JGUID", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._commandCollection[4] = new global::System.Data.SqlClient.SqlCommand(); this._commandCollection[4].Connection = this.Connection; - this._commandCollection[4].CommandText = @"SELECT TOP (1) ANGLE, ATIME, BATCH, CUSTCODE, ETIME, GUID, JGUID, JTYPE, LOC, MC, MCN, MFGDATE, PARTNO, PDATE, POS, PRNATTACH, PRNVALID, PTIME, QR, QTY, QTY0, REMARK, RID, RID0, RSN, SID, SID0, STIME, VLOT, VNAME, ZPL, iNBOUND, idx, qtymax, target, wdate FROM Component_Reel_Result WITH (NOLOCK) WHERE (MC = @mc) AND (VLOT = @vlot) ORDER BY wdate DESC"; + this._commandCollection[4].CommandText = @"SELECT TOP (1) ANGLE, ATIME, BATCH, CUSTCODE, ETIME, GUID, JGUID, JTYPE, LOC, MC, MCN, MFGDATE, PARTNO, PDATE, POS, PRNATTACH, PRNVALID, PTIME, QR, QTY, QTY0, REMARK, RID, + RID0, RSN, SID, SID0, STIME, VLOT, VNAME, ZPL, iNBOUND, idx, qtymax, target, wdate +FROM K4EE_Component_Reel_Result WITH (NOLOCK) +WHERE (MC = @mc) AND (VLOT = @vlot) +ORDER BY wdate DESC"; this._commandCollection[4].CommandType = global::System.Data.CommandType.Text; this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@mc", global::System.Data.SqlDbType.VarChar, 10, global::System.Data.ParameterDirection.Input, 0, 0, "MC", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@vlot", global::System.Data.SqlDbType.VarChar, 100, global::System.Data.ParameterDirection.Input, 0, 0, "VLOT", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._commandCollection[5] = new global::System.Data.SqlClient.SqlCommand(); this._commandCollection[5].Connection = this.Connection; - this._commandCollection[5].CommandText = @"SELECT TOP (50) ANGLE, ATIME, BATCH, CUSTCODE, ETIME, GUID, JGUID, JTYPE, LOC, MC, MCN, MFGDATE, PARTNO, PDATE, POS, PRNATTACH, PRNVALID, PTIME, QR, QTY, QTY0, REMARK, RID, RID0, RSN, SID, SID0, STIME, VLOT, VNAME, ZPL, iNBOUND, idx, qtymax, target, wdate FROM Component_Reel_Result WITH (NOLOCK) WHERE (CONVERT (varchar(10), wdate, 120) BETWEEN @sd AND @ed) AND (ISNULL(MC, '') = @mc) ORDER BY wdate DESC"; + this._commandCollection[5].CommandText = @"SELECT TOP (50) ANGLE, ATIME, BATCH, CUSTCODE, ETIME, GUID, JGUID, JTYPE, LOC, MC, MCN, MFGDATE, PARTNO, PDATE, POS, PRNATTACH, PRNVALID, PTIME, QR, QTY, QTY0, REMARK, RID, + RID0, RSN, SID, SID0, STIME, VLOT, VNAME, ZPL, iNBOUND, idx, qtymax, target, wdate +FROM K4EE_Component_Reel_Result WITH (NOLOCK) +WHERE (CONVERT(varchar(10), wdate, 120) BETWEEN @sd AND @ed) AND (ISNULL(MC, '') = @mc) +ORDER BY wdate DESC"; this._commandCollection[5].CommandType = global::System.Data.CommandType.Text; this._commandCollection[5].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@sd", global::System.Data.SqlDbType.VarChar, 1024, global::System.Data.ParameterDirection.Input, 0, 0, "", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._commandCollection[5].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ed", global::System.Data.SqlDbType.VarChar, 1024, global::System.Data.ParameterDirection.Input, 0, 0, "", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); @@ -15917,7 +16333,7 @@ ORDER BY wdate DESC, idx"; this._commandCollection[6].Connection = this.Connection; this._commandCollection[6].CommandText = @"SELECT idx, STIME, ETIME, PDATE, JTYPE, JGUID, SID, SID0, RID, RID0, RSN, QR, ZPL, POS, LOC, ANGLE, QTY, QTY0, wdate, VNAME, PRNATTACH, PRNVALID, PTIME, MFGDATE, VLOT, REMARK, MC, PARTNO, CUSTCODE, ATIME, BATCH, qtymax, GUID, iNBOUND, MCN, target -FROM Component_Reel_Result WITH (NOLOCK) +FROM K4EE_Component_Reel_Result WITH (NOLOCK) WHERE (MC = @mc) AND (CONVERT(varchar(10), wdate, 120) BETWEEN @sd AND @ed) AND (ISNULL(QR, '') LIKE @search) ORDER BY wdate DESC"; this._commandCollection[6].CommandType = global::System.Data.CommandType.Text; @@ -15927,14 +16343,22 @@ ORDER BY wdate DESC"; this._commandCollection[6].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@search", global::System.Data.SqlDbType.VarChar, 1024, global::System.Data.ParameterDirection.Input, 0, 0, "", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._commandCollection[7] = new global::System.Data.SqlClient.SqlCommand(); this._commandCollection[7].Connection = this.Connection; - this._commandCollection[7].CommandText = @"SELECT ANGLE, ATIME, BATCH, CUSTCODE, ETIME, GUID, JGUID, JTYPE, LOC, MC, MCN, MFGDATE, PARTNO, PDATE, POS, PRNATTACH, PRNVALID, PTIME, QR, QTY, QTY0, REMARK, RID, RID0, RSN, SID, SID0, STIME, VLOT, VNAME, ZPL, iNBOUND, idx, qtymax, target, wdate FROM Component_Reel_Result WITH (NOLOCK) WHERE (STIME BETWEEN @sd AND @ed) AND (MC = @mc) AND (ISNULL(PRNVALID, 0) = 1) AND (ISNULL(PRNATTACH, 0) = 1) ORDER BY wdate DESC, idx"; + this._commandCollection[7].CommandText = @"SELECT ANGLE, ATIME, BATCH, CUSTCODE, ETIME, GUID, JGUID, JTYPE, LOC, MC, MCN, MFGDATE, PARTNO, PDATE, POS, PRNATTACH, PRNVALID, PTIME, QR, QTY, QTY0, REMARK, RID, RID0, + RSN, SID, SID0, STIME, VLOT, VNAME, ZPL, iNBOUND, idx, qtymax, target, wdate +FROM K4EE_Component_Reel_Result WITH (NOLOCK) +WHERE (STIME BETWEEN @sd AND @ed) AND (MC = @mc) AND (ISNULL(PRNVALID, 0) = 1) AND (ISNULL(PRNATTACH, 0) = 1) +ORDER BY wdate DESC, idx"; this._commandCollection[7].CommandType = global::System.Data.CommandType.Text; this._commandCollection[7].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@sd", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 0, 0, "STIME", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._commandCollection[7].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ed", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 0, 0, "STIME", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._commandCollection[7].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@mc", global::System.Data.SqlDbType.VarChar, 10, global::System.Data.ParameterDirection.Input, 0, 0, "MC", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._commandCollection[8] = new global::System.Data.SqlClient.SqlCommand(); this._commandCollection[8].Connection = this.Connection; - this._commandCollection[8].CommandText = @"SELECT ANGLE, ATIME, BATCH, CUSTCODE, ETIME, GUID, JGUID, JTYPE, LOC, MC, MCN, MFGDATE, PARTNO, PDATE, POS, PRNATTACH, PRNVALID, PTIME, QR, QTY, QTY0, REMARK, RID, RID0, RSN, SID, SID0, STIME, VLOT, VNAME, ZPL, iNBOUND, idx, qtymax, target, wdate FROM Component_Reel_Result WITH (NOLOCK) WHERE (STIME BETWEEN @sd AND @ed) AND (MC = @mc) AND (ISNULL(PRNVALID, 0) = 1) AND (ISNULL(PRNATTACH, 0) = 1) AND (GUID = @guid) ORDER BY wdate DESC, idx"; + this._commandCollection[8].CommandText = @"SELECT ANGLE, ATIME, BATCH, CUSTCODE, ETIME, GUID, JGUID, JTYPE, LOC, MC, MCN, MFGDATE, PARTNO, PDATE, POS, PRNATTACH, PRNVALID, PTIME, QR, QTY, QTY0, REMARK, RID, RID0, + RSN, SID, SID0, STIME, VLOT, VNAME, ZPL, iNBOUND, idx, qtymax, target, wdate +FROM K4EE_Component_Reel_Result WITH (NOLOCK) +WHERE (STIME BETWEEN @sd AND @ed) AND (MC = @mc) AND (ISNULL(PRNVALID, 0) = 1) AND (ISNULL(PRNATTACH, 0) = 1) AND (GUID = @guid) +ORDER BY wdate DESC, idx"; this._commandCollection[8].CommandType = global::System.Data.CommandType.Text; this._commandCollection[8].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@sd", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 0, 0, "STIME", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._commandCollection[8].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ed", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 0, 0, "STIME", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); @@ -15942,15 +16366,16 @@ ORDER BY wdate DESC"; this._commandCollection[8].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@guid", global::System.Data.SqlDbType.UniqueIdentifier, 16, global::System.Data.ParameterDirection.Input, 0, 0, "GUID", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._commandCollection[9] = new global::System.Data.SqlClient.SqlCommand(); this._commandCollection[9].Connection = this.Connection; - this._commandCollection[9].CommandText = "SELECT COUNT(*) AS Expr1\r\nFROM Component_Reel_Result\r\nWHERE (iNBOUND = \'OK\'" + - ") AND (SID = @sid) AND (BATCH = @batch) AND (MC <> \'R0\')"; + this._commandCollection[9].CommandText = "SELECT COUNT(*) AS Expr1\r\nFROM K4EE_Component_Reel_Result WITH (no lock)\r\nWH" + + "ERE (iNBOUND = \'OK\') AND (SID = @sid) AND (BATCH = @batch) AND (MC <> \'R0\')"; this._commandCollection[9].CommandType = global::System.Data.CommandType.Text; this._commandCollection[9].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@sid", global::System.Data.SqlDbType.VarChar, 20, global::System.Data.ParameterDirection.Input, 0, 0, "SID", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._commandCollection[9].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@batch", global::System.Data.SqlDbType.VarChar, 100, global::System.Data.ParameterDirection.Input, 0, 0, "BATCH", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._commandCollection[10] = new global::System.Data.SqlClient.SqlCommand(); this._commandCollection[10].Connection = this.Connection; - this._commandCollection[10].CommandText = "SELECT TOP (1) ISNULL(POS, \'\') AS Expr1\r\nFROM Component_Reel_Result\r\nWHERE " + - "(MC = @mc) AND (SID = @sid) AND (ISNULL(POS, \'\') <> \'\')\r\nORDER BY wdate DESC"; + this._commandCollection[10].CommandText = "SELECT TOP (1) ISNULL(POS, \'\') AS Expr1\r\nFROM K4EE_Component_Reel_Result WIT" + + "H (no lock)\r\nWHERE (MC = @mc) AND (SID = @sid) AND (ISNULL(POS, \'\') <> \'\')\r\nORD" + + "ER BY wdate DESC"; this._commandCollection[10].CommandType = global::System.Data.CommandType.Text; this._commandCollection[10].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@mc", global::System.Data.SqlDbType.VarChar, 10, global::System.Data.ParameterDirection.Input, 0, 0, "MC", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._commandCollection[10].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@sid", global::System.Data.SqlDbType.VarChar, 20, global::System.Data.ParameterDirection.Input, 0, 0, "SID", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); @@ -15960,7 +16385,7 @@ ORDER BY wdate DESC"; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Fill, true)] - public virtual int Fill(DataSet1.Component_Reel_ResultDataTable dataTable, string sd, string ed, string mc) { + public virtual int Fill(DataSet1.K4EE_Component_Reel_ResultDataTable dataTable, string sd, string ed, string mc) { this.Adapter.SelectCommand = this.CommandCollection[0]; if ((sd == null)) { throw new global::System.ArgumentNullException("sd"); @@ -15991,7 +16416,7 @@ ORDER BY wdate DESC"; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, true)] - public virtual DataSet1.Component_Reel_ResultDataTable GetData(string sd, string ed, string mc) { + public virtual DataSet1.K4EE_Component_Reel_ResultDataTable GetData(string sd, string ed, string mc) { this.Adapter.SelectCommand = this.CommandCollection[0]; if ((sd == null)) { throw new global::System.ArgumentNullException("sd"); @@ -16011,7 +16436,7 @@ ORDER BY wdate DESC"; else { this.Adapter.SelectCommand.Parameters[2].Value = ((string)(mc)); } - DataSet1.Component_Reel_ResultDataTable dataTable = new DataSet1.Component_Reel_ResultDataTable(); + DataSet1.K4EE_Component_Reel_ResultDataTable dataTable = new DataSet1.K4EE_Component_Reel_ResultDataTable(); this.Adapter.Fill(dataTable); return dataTable; } @@ -16020,7 +16445,7 @@ ORDER BY wdate DESC"; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Fill, false)] - public virtual int FillBy50(DataSet1.Component_Reel_ResultDataTable dataTable, string sd, string ed, string mc) { + public virtual int FillBy50(DataSet1.K4EE_Component_Reel_ResultDataTable dataTable, string sd, string ed, string mc) { this.Adapter.SelectCommand = this.CommandCollection[1]; if ((sd == null)) { throw new global::System.ArgumentNullException("sd"); @@ -16051,7 +16476,7 @@ ORDER BY wdate DESC"; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, false)] - public virtual DataSet1.Component_Reel_ResultDataTable GetBy50(string sd, string ed, string mc) { + public virtual DataSet1.K4EE_Component_Reel_ResultDataTable GetBy50(string sd, string ed, string mc) { this.Adapter.SelectCommand = this.CommandCollection[1]; if ((sd == null)) { throw new global::System.ArgumentNullException("sd"); @@ -16071,7 +16496,7 @@ ORDER BY wdate DESC"; else { this.Adapter.SelectCommand.Parameters[2].Value = ((string)(mc)); } - DataSet1.Component_Reel_ResultDataTable dataTable = new DataSet1.Component_Reel_ResultDataTable(); + DataSet1.K4EE_Component_Reel_ResultDataTable dataTable = new DataSet1.K4EE_Component_Reel_ResultDataTable(); this.Adapter.Fill(dataTable); return dataTable; } @@ -16080,7 +16505,7 @@ ORDER BY wdate DESC"; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Fill, false)] - public virtual int FillByAllGUID(DataSet1.Component_Reel_ResultDataTable dataTable, global::System.Nullable guid, string mc) { + public virtual int FillByAllGUID(DataSet1.K4EE_Component_Reel_ResultDataTable dataTable, global::System.Nullable guid, string mc) { this.Adapter.SelectCommand = this.CommandCollection[2]; if ((guid.HasValue == true)) { this.Adapter.SelectCommand.Parameters[0].Value = ((System.Guid)(guid.Value)); @@ -16105,7 +16530,7 @@ ORDER BY wdate DESC"; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, false)] - public virtual DataSet1.Component_Reel_ResultDataTable GetByAllGUID(global::System.Nullable guid, string mc) { + public virtual DataSet1.K4EE_Component_Reel_ResultDataTable GetByAllGUID(global::System.Nullable guid, string mc) { this.Adapter.SelectCommand = this.CommandCollection[2]; if ((guid.HasValue == true)) { this.Adapter.SelectCommand.Parameters[0].Value = ((System.Guid)(guid.Value)); @@ -16119,7 +16544,7 @@ ORDER BY wdate DESC"; else { this.Adapter.SelectCommand.Parameters[1].Value = ((string)(mc)); } - DataSet1.Component_Reel_ResultDataTable dataTable = new DataSet1.Component_Reel_ResultDataTable(); + DataSet1.K4EE_Component_Reel_ResultDataTable dataTable = new DataSet1.K4EE_Component_Reel_ResultDataTable(); this.Adapter.Fill(dataTable); return dataTable; } @@ -16128,7 +16553,7 @@ ORDER BY wdate DESC"; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Fill, false)] - public virtual int FillByJGUID(DataSet1.Component_Reel_ResultDataTable dataTable, string jguid) { + public virtual int FillByJGUID(DataSet1.K4EE_Component_Reel_ResultDataTable dataTable, string jguid) { this.Adapter.SelectCommand = this.CommandCollection[3]; if ((jguid == null)) { this.Adapter.SelectCommand.Parameters[0].Value = global::System.DBNull.Value; @@ -16147,7 +16572,7 @@ ORDER BY wdate DESC"; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, false)] - public virtual DataSet1.Component_Reel_ResultDataTable GetByJGUID(string jguid) { + public virtual DataSet1.K4EE_Component_Reel_ResultDataTable GetByJGUID(string jguid) { this.Adapter.SelectCommand = this.CommandCollection[3]; if ((jguid == null)) { this.Adapter.SelectCommand.Parameters[0].Value = global::System.DBNull.Value; @@ -16155,7 +16580,7 @@ ORDER BY wdate DESC"; else { this.Adapter.SelectCommand.Parameters[0].Value = ((string)(jguid)); } - DataSet1.Component_Reel_ResultDataTable dataTable = new DataSet1.Component_Reel_ResultDataTable(); + DataSet1.K4EE_Component_Reel_ResultDataTable dataTable = new DataSet1.K4EE_Component_Reel_ResultDataTable(); this.Adapter.Fill(dataTable); return dataTable; } @@ -16164,7 +16589,7 @@ ORDER BY wdate DESC"; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Fill, false)] - public virtual int FillByLastVLotOne(DataSet1.Component_Reel_ResultDataTable dataTable, string mc, string vlot) { + public virtual int FillByLastVLotOne(DataSet1.K4EE_Component_Reel_ResultDataTable dataTable, string mc, string vlot) { this.Adapter.SelectCommand = this.CommandCollection[4]; if ((mc == null)) { throw new global::System.ArgumentNullException("mc"); @@ -16189,7 +16614,7 @@ ORDER BY wdate DESC"; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, false)] - public virtual DataSet1.Component_Reel_ResultDataTable GetByLastVLotOne(string mc, string vlot) { + public virtual DataSet1.K4EE_Component_Reel_ResultDataTable GetByLastVLotOne(string mc, string vlot) { this.Adapter.SelectCommand = this.CommandCollection[4]; if ((mc == null)) { throw new global::System.ArgumentNullException("mc"); @@ -16203,7 +16628,7 @@ ORDER BY wdate DESC"; else { this.Adapter.SelectCommand.Parameters[1].Value = ((string)(vlot)); } - DataSet1.Component_Reel_ResultDataTable dataTable = new DataSet1.Component_Reel_ResultDataTable(); + DataSet1.K4EE_Component_Reel_ResultDataTable dataTable = new DataSet1.K4EE_Component_Reel_ResultDataTable(); this.Adapter.Fill(dataTable); return dataTable; } @@ -16212,7 +16637,7 @@ ORDER BY wdate DESC"; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Fill, false)] - public virtual int FillByLen7(DataSet1.Component_Reel_ResultDataTable dataTable, string sd, string ed, string mc) { + public virtual int FillByLen7(DataSet1.K4EE_Component_Reel_ResultDataTable dataTable, string sd, string ed, string mc) { this.Adapter.SelectCommand = this.CommandCollection[5]; if ((sd == null)) { throw new global::System.ArgumentNullException("sd"); @@ -16243,7 +16668,7 @@ ORDER BY wdate DESC"; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, false)] - public virtual DataSet1.Component_Reel_ResultDataTable GetByLen7(string sd, string ed, string mc) { + public virtual DataSet1.K4EE_Component_Reel_ResultDataTable GetByLen7(string sd, string ed, string mc) { this.Adapter.SelectCommand = this.CommandCollection[5]; if ((sd == null)) { throw new global::System.ArgumentNullException("sd"); @@ -16263,7 +16688,7 @@ ORDER BY wdate DESC"; else { this.Adapter.SelectCommand.Parameters[2].Value = ((string)(mc)); } - DataSet1.Component_Reel_ResultDataTable dataTable = new DataSet1.Component_Reel_ResultDataTable(); + DataSet1.K4EE_Component_Reel_ResultDataTable dataTable = new DataSet1.K4EE_Component_Reel_ResultDataTable(); this.Adapter.Fill(dataTable); return dataTable; } @@ -16272,7 +16697,7 @@ ORDER BY wdate DESC"; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Fill, false)] - public virtual int FillBySearch(DataSet1.Component_Reel_ResultDataTable dataTable, string mc, string sd, string ed, string search) { + public virtual int FillBySearch(DataSet1.K4EE_Component_Reel_ResultDataTable dataTable, string mc, string sd, string ed, string search) { this.Adapter.SelectCommand = this.CommandCollection[6]; if ((mc == null)) { throw new global::System.ArgumentNullException("mc"); @@ -16309,7 +16734,7 @@ ORDER BY wdate DESC"; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, false)] - public virtual DataSet1.Component_Reel_ResultDataTable GetBySearch(string mc, string sd, string ed, string search) { + public virtual DataSet1.K4EE_Component_Reel_ResultDataTable GetBySearch(string mc, string sd, string ed, string search) { this.Adapter.SelectCommand = this.CommandCollection[6]; if ((mc == null)) { throw new global::System.ArgumentNullException("mc"); @@ -16335,7 +16760,7 @@ ORDER BY wdate DESC"; else { this.Adapter.SelectCommand.Parameters[3].Value = ((string)(search)); } - DataSet1.Component_Reel_ResultDataTable dataTable = new DataSet1.Component_Reel_ResultDataTable(); + DataSet1.K4EE_Component_Reel_ResultDataTable dataTable = new DataSet1.K4EE_Component_Reel_ResultDataTable(); this.Adapter.Fill(dataTable); return dataTable; } @@ -16344,7 +16769,7 @@ ORDER BY wdate DESC"; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Fill, false)] - public virtual int FillByValid(DataSet1.Component_Reel_ResultDataTable dataTable, System.DateTime sd, System.DateTime ed, string mc) { + public virtual int FillByValid(DataSet1.K4EE_Component_Reel_ResultDataTable dataTable, System.DateTime sd, System.DateTime ed, string mc) { this.Adapter.SelectCommand = this.CommandCollection[7]; this.Adapter.SelectCommand.Parameters[0].Value = ((System.DateTime)(sd)); this.Adapter.SelectCommand.Parameters[1].Value = ((System.DateTime)(ed)); @@ -16365,7 +16790,7 @@ ORDER BY wdate DESC"; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, false)] - public virtual DataSet1.Component_Reel_ResultDataTable GetByValid(System.DateTime sd, System.DateTime ed, string mc) { + public virtual DataSet1.K4EE_Component_Reel_ResultDataTable GetByValid(System.DateTime sd, System.DateTime ed, string mc) { this.Adapter.SelectCommand = this.CommandCollection[7]; this.Adapter.SelectCommand.Parameters[0].Value = ((System.DateTime)(sd)); this.Adapter.SelectCommand.Parameters[1].Value = ((System.DateTime)(ed)); @@ -16375,7 +16800,7 @@ ORDER BY wdate DESC"; else { this.Adapter.SelectCommand.Parameters[2].Value = ((string)(mc)); } - DataSet1.Component_Reel_ResultDataTable dataTable = new DataSet1.Component_Reel_ResultDataTable(); + DataSet1.K4EE_Component_Reel_ResultDataTable dataTable = new DataSet1.K4EE_Component_Reel_ResultDataTable(); this.Adapter.Fill(dataTable); return dataTable; } @@ -16384,7 +16809,7 @@ ORDER BY wdate DESC"; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Fill, false)] - public virtual int FillByValidGuid(DataSet1.Component_Reel_ResultDataTable dataTable, System.DateTime sd, System.DateTime ed, string mc, global::System.Nullable guid) { + public virtual int FillByValidGuid(DataSet1.K4EE_Component_Reel_ResultDataTable dataTable, System.DateTime sd, System.DateTime ed, string mc, global::System.Nullable guid) { this.Adapter.SelectCommand = this.CommandCollection[8]; this.Adapter.SelectCommand.Parameters[0].Value = ((System.DateTime)(sd)); this.Adapter.SelectCommand.Parameters[1].Value = ((System.DateTime)(ed)); @@ -16411,7 +16836,7 @@ ORDER BY wdate DESC"; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, false)] - public virtual DataSet1.Component_Reel_ResultDataTable GetByValidGuid(System.DateTime sd, System.DateTime ed, string mc, global::System.Nullable guid) { + public virtual DataSet1.K4EE_Component_Reel_ResultDataTable GetByValidGuid(System.DateTime sd, System.DateTime ed, string mc, global::System.Nullable guid) { this.Adapter.SelectCommand = this.CommandCollection[8]; this.Adapter.SelectCommand.Parameters[0].Value = ((System.DateTime)(sd)); this.Adapter.SelectCommand.Parameters[1].Value = ((System.DateTime)(ed)); @@ -16427,7 +16852,7 @@ ORDER BY wdate DESC"; else { this.Adapter.SelectCommand.Parameters[3].Value = global::System.DBNull.Value; } - DataSet1.Component_Reel_ResultDataTable dataTable = new DataSet1.Component_Reel_ResultDataTable(); + DataSet1.K4EE_Component_Reel_ResultDataTable dataTable = new DataSet1.K4EE_Component_Reel_ResultDataTable(); this.Adapter.Fill(dataTable); return dataTable; } @@ -16435,7 +16860,7 @@ ORDER BY wdate DESC"; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] - public virtual int Update(DataSet1.Component_Reel_ResultDataTable dataTable) { + public virtual int Update(DataSet1.K4EE_Component_Reel_ResultDataTable dataTable) { return this.Adapter.Update(dataTable); } @@ -16443,7 +16868,7 @@ ORDER BY wdate DESC"; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] public virtual int Update(DataSet1 dataSet) { - return this.Adapter.Update(dataSet, "Component_Reel_Result"); + return this.Adapter.Update(dataSet, "K4EE_Component_Reel_Result"); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] @@ -17371,7 +17796,7 @@ ORDER BY wdate DESC"; [global::System.ComponentModel.DesignerAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterDesigner, Microsoft.VSDesigner" + ", Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] - public partial class Component_Reel_RegExRuleTableAdapter : global::System.ComponentModel.Component { + public partial class K4EE_Component_Reel_RegExRuleTableAdapter : global::System.ComponentModel.Component { private global::System.Data.SqlClient.SqlDataAdapter _adapter; @@ -17385,7 +17810,7 @@ ORDER BY wdate DESC"; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public Component_Reel_RegExRuleTableAdapter() { + public K4EE_Component_Reel_RegExRuleTableAdapter() { this.ClearBeforeFill = true; } @@ -17482,7 +17907,7 @@ ORDER BY wdate DESC"; this._adapter = new global::System.Data.SqlClient.SqlDataAdapter(); global::System.Data.Common.DataTableMapping tableMapping = new global::System.Data.Common.DataTableMapping(); tableMapping.SourceTable = "Table"; - tableMapping.DataSetTable = "Component_Reel_RegExRule"; + tableMapping.DataSetTable = "K4EE_Component_Reel_RegExRule"; tableMapping.ColumnMappings.Add("Id", "Id"); tableMapping.ColumnMappings.Add("Seq", "Seq"); tableMapping.ColumnMappings.Add("CustCode", "CustCode"); @@ -17584,30 +18009,31 @@ SELECT Id, Seq, CustCode, Description, Symbol, Pattern, Groups, IsEnable, IsTrus this._commandCollection[0] = new global::System.Data.SqlClient.SqlCommand(); this._commandCollection[0].Connection = this.Connection; this._commandCollection[0].CommandText = "SELECT Id, Seq, CustCode, Description, Symbol, Pattern, Groups, IsEnable, IsTrus" + - "t, IsAmkStd, IsIgnore\r\nFROM Component_Reel_RegExRule\r\nWHERE (ISNULL(CustCod" + - "e, \'\') LIKE @custcode)\r\nORDER BY CustCode, Seq, Description"; + "t, IsAmkStd, IsIgnore\r\nFROM K4EE_Component_Reel_RegExRule\r\nWHERE (ISNULL(Cu" + + "stCode, \'\') LIKE @custcode)\r\nORDER BY CustCode, Seq, Description"; this._commandCollection[0].CommandType = global::System.Data.CommandType.Text; this._commandCollection[0].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@custcode", global::System.Data.SqlDbType.VarChar, 1024, global::System.Data.ParameterDirection.Input, 0, 0, "", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._commandCollection[1] = new global::System.Data.SqlClient.SqlCommand(); this._commandCollection[1].Connection = this.Connection; - this._commandCollection[1].CommandText = "SELECT CustCode, Description, Groups, Id, IsAmkStd, IsEnable, IsIgnore, IsTrust, " + - "Pattern, Seq, Symbol FROM Component_Reel_RegExRule\r\nORDER BY CustCode, Seq, Desc" + - "ription"; + this._commandCollection[1].CommandText = "SELECT CustCode, Description, Groups, Id, IsAmkStd, IsEnable, IsIgnore, IsTrust," + + " Pattern, Seq, Symbol\r\nFROM K4EE_Component_Reel_RegExRule\r\nORDER BY CustCode" + + ", Seq, Description"; this._commandCollection[1].CommandType = global::System.Data.CommandType.Text; this._commandCollection[2] = new global::System.Data.SqlClient.SqlCommand(); this._commandCollection[2].Connection = this.Connection; - this._commandCollection[2].CommandText = "SELECT CustCode, Description, Groups, Id, IsAmkStd, IsEnable, IsIgnore, IsTrust, " + - "Pattern, Seq, Symbol FROM Component_Reel_RegExRule WHERE (ISNULL(CustCode, \'\') =" + - " \'\') OR (ISNULL(CustCode, \'\') LIKE @custcode) ORDER BY CustCode, Seq, Descriptio" + - "n"; + this._commandCollection[2].CommandText = @"SELECT CustCode, Description, Groups, Id, IsAmkStd, IsEnable, IsIgnore, IsTrust, Pattern, Seq, Symbol +FROM K4EE_Component_Reel_RegExRule +WHERE (ISNULL(CustCode, '') = '') OR + (ISNULL(CustCode, '') LIKE @custcode) +ORDER BY CustCode, Seq, Description"; this._commandCollection[2].CommandType = global::System.Data.CommandType.Text; this._commandCollection[2].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@custcode", global::System.Data.SqlDbType.VarChar, 1024, global::System.Data.ParameterDirection.Input, 0, 0, "", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._commandCollection[3] = new global::System.Data.SqlClient.SqlCommand(); this._commandCollection[3].Connection = this.Connection; this._commandCollection[3].CommandText = "SELECT CustCode, Description, Groups, Id, IsAmkStd, IsEnable, IsIgnore, IsTrust," + - " Pattern, Seq, Symbol\r\nFROM Component_Reel_RegExRule\r\nWHERE (ISNULL(CustCod" + - "e, \'\') LIKE @custcode) AND (ISNULL(IsIgnore, 0) = 1)\r\nORDER BY CustCode, Seq, De" + - "scription"; + " Pattern, Seq, Symbol\r\nFROM K4EE_Component_Reel_RegExRule\r\nWHERE (ISNULL(Cu" + + "stCode, \'\') LIKE @custcode) AND (ISNULL(IsIgnore, 0) = 1)\r\nORDER BY CustCode, Se" + + "q, Description"; this._commandCollection[3].CommandType = global::System.Data.CommandType.Text; this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@custcode", global::System.Data.SqlDbType.VarChar, 1024, global::System.Data.ParameterDirection.Input, 0, 0, "", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); } @@ -17616,7 +18042,7 @@ SELECT Id, Seq, CustCode, Description, Symbol, Pattern, Groups, IsEnable, IsTrus [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Fill, true)] - public virtual int Fill(DataSet1.Component_Reel_RegExRuleDataTable dataTable, string custcode) { + public virtual int Fill(DataSet1.K4EE_Component_Reel_RegExRuleDataTable dataTable, string custcode) { this.Adapter.SelectCommand = this.CommandCollection[0]; if ((custcode == null)) { throw new global::System.ArgumentNullException("custcode"); @@ -17635,7 +18061,7 @@ SELECT Id, Seq, CustCode, Description, Symbol, Pattern, Groups, IsEnable, IsTrus [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, true)] - public virtual DataSet1.Component_Reel_RegExRuleDataTable GetData(string custcode) { + public virtual DataSet1.K4EE_Component_Reel_RegExRuleDataTable GetData(string custcode) { this.Adapter.SelectCommand = this.CommandCollection[0]; if ((custcode == null)) { throw new global::System.ArgumentNullException("custcode"); @@ -17643,7 +18069,7 @@ SELECT Id, Seq, CustCode, Description, Symbol, Pattern, Groups, IsEnable, IsTrus else { this.Adapter.SelectCommand.Parameters[0].Value = ((string)(custcode)); } - DataSet1.Component_Reel_RegExRuleDataTable dataTable = new DataSet1.Component_Reel_RegExRuleDataTable(); + DataSet1.K4EE_Component_Reel_RegExRuleDataTable dataTable = new DataSet1.K4EE_Component_Reel_RegExRuleDataTable(); this.Adapter.Fill(dataTable); return dataTable; } @@ -17652,7 +18078,7 @@ SELECT Id, Seq, CustCode, Description, Symbol, Pattern, Groups, IsEnable, IsTrus [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Fill, false)] - public virtual int FillAll(DataSet1.Component_Reel_RegExRuleDataTable dataTable) { + public virtual int FillAll(DataSet1.K4EE_Component_Reel_RegExRuleDataTable dataTable) { this.Adapter.SelectCommand = this.CommandCollection[1]; if ((this.ClearBeforeFill == true)) { dataTable.Clear(); @@ -17665,9 +18091,9 @@ SELECT Id, Seq, CustCode, Description, Symbol, Pattern, Groups, IsEnable, IsTrus [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, false)] - public virtual DataSet1.Component_Reel_RegExRuleDataTable GetAll() { + public virtual DataSet1.K4EE_Component_Reel_RegExRuleDataTable GetAll() { this.Adapter.SelectCommand = this.CommandCollection[1]; - DataSet1.Component_Reel_RegExRuleDataTable dataTable = new DataSet1.Component_Reel_RegExRuleDataTable(); + DataSet1.K4EE_Component_Reel_RegExRuleDataTable dataTable = new DataSet1.K4EE_Component_Reel_RegExRuleDataTable(); this.Adapter.Fill(dataTable); return dataTable; } @@ -17676,7 +18102,7 @@ SELECT Id, Seq, CustCode, Description, Symbol, Pattern, Groups, IsEnable, IsTrus [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Fill, false)] - public virtual int FillByWithSample(DataSet1.Component_Reel_RegExRuleDataTable dataTable, string custcode) { + public virtual int FillByWithSample(DataSet1.K4EE_Component_Reel_RegExRuleDataTable dataTable, string custcode) { this.Adapter.SelectCommand = this.CommandCollection[2]; if ((custcode == null)) { throw new global::System.ArgumentNullException("custcode"); @@ -17695,7 +18121,7 @@ SELECT Id, Seq, CustCode, Description, Symbol, Pattern, Groups, IsEnable, IsTrus [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, false)] - public virtual DataSet1.Component_Reel_RegExRuleDataTable GetByWithSample(string custcode) { + public virtual DataSet1.K4EE_Component_Reel_RegExRuleDataTable GetByWithSample(string custcode) { this.Adapter.SelectCommand = this.CommandCollection[2]; if ((custcode == null)) { throw new global::System.ArgumentNullException("custcode"); @@ -17703,7 +18129,7 @@ SELECT Id, Seq, CustCode, Description, Symbol, Pattern, Groups, IsEnable, IsTrus else { this.Adapter.SelectCommand.Parameters[0].Value = ((string)(custcode)); } - DataSet1.Component_Reel_RegExRuleDataTable dataTable = new DataSet1.Component_Reel_RegExRuleDataTable(); + DataSet1.K4EE_Component_Reel_RegExRuleDataTable dataTable = new DataSet1.K4EE_Component_Reel_RegExRuleDataTable(); this.Adapter.Fill(dataTable); return dataTable; } @@ -17712,7 +18138,7 @@ SELECT Id, Seq, CustCode, Description, Symbol, Pattern, Groups, IsEnable, IsTrus [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Fill, false)] - public virtual int FillIgnore(DataSet1.Component_Reel_RegExRuleDataTable dataTable, string custcode) { + public virtual int FillIgnore(DataSet1.K4EE_Component_Reel_RegExRuleDataTable dataTable, string custcode) { this.Adapter.SelectCommand = this.CommandCollection[3]; if ((custcode == null)) { throw new global::System.ArgumentNullException("custcode"); @@ -17731,7 +18157,7 @@ SELECT Id, Seq, CustCode, Description, Symbol, Pattern, Groups, IsEnable, IsTrus [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, false)] - public virtual DataSet1.Component_Reel_RegExRuleDataTable GetIgnore(string custcode) { + public virtual DataSet1.K4EE_Component_Reel_RegExRuleDataTable GetIgnore(string custcode) { this.Adapter.SelectCommand = this.CommandCollection[3]; if ((custcode == null)) { throw new global::System.ArgumentNullException("custcode"); @@ -17739,7 +18165,7 @@ SELECT Id, Seq, CustCode, Description, Symbol, Pattern, Groups, IsEnable, IsTrus else { this.Adapter.SelectCommand.Parameters[0].Value = ((string)(custcode)); } - DataSet1.Component_Reel_RegExRuleDataTable dataTable = new DataSet1.Component_Reel_RegExRuleDataTable(); + DataSet1.K4EE_Component_Reel_RegExRuleDataTable dataTable = new DataSet1.K4EE_Component_Reel_RegExRuleDataTable(); this.Adapter.Fill(dataTable); return dataTable; } @@ -17747,7 +18173,7 @@ SELECT Id, Seq, CustCode, Description, Symbol, Pattern, Groups, IsEnable, IsTrus [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] - public virtual int Update(DataSet1.Component_Reel_RegExRuleDataTable dataTable) { + public virtual int Update(DataSet1.K4EE_Component_Reel_RegExRuleDataTable dataTable) { return this.Adapter.Update(dataTable); } @@ -17755,7 +18181,7 @@ SELECT Id, Seq, CustCode, Description, Symbol, Pattern, Groups, IsEnable, IsTrus [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] public virtual int Update(DataSet1 dataSet) { - return this.Adapter.Update(dataSet, "Component_Reel_RegExRule"); + return this.Adapter.Update(dataSet, "K4EE_Component_Reel_RegExRule"); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] @@ -18162,7 +18588,7 @@ SELECT Id, Seq, CustCode, Description, Symbol, Pattern, Groups, IsEnable, IsTrus [global::System.ComponentModel.DesignerAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterDesigner, Microsoft.VSDesigner" + ", Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] - public partial class Component_Reel_SID_ConvertTableAdapter : global::System.ComponentModel.Component { + public partial class K4EE_Component_Reel_SID_ConvertTableAdapter : global::System.ComponentModel.Component { private global::System.Data.SqlClient.SqlDataAdapter _adapter; @@ -18176,7 +18602,7 @@ SELECT Id, Seq, CustCode, Description, Symbol, Pattern, Groups, IsEnable, IsTrus [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public Component_Reel_SID_ConvertTableAdapter() { + public K4EE_Component_Reel_SID_ConvertTableAdapter() { this.ClearBeforeFill = true; } @@ -18273,7 +18699,7 @@ SELECT Id, Seq, CustCode, Description, Symbol, Pattern, Groups, IsEnable, IsTrus this._adapter = new global::System.Data.SqlClient.SqlDataAdapter(); global::System.Data.Common.DataTableMapping tableMapping = new global::System.Data.Common.DataTableMapping(); tableMapping.SourceTable = "Table"; - tableMapping.DataSetTable = "Component_Reel_SID_Convert"; + tableMapping.DataSetTable = "K4EE_Component_Reel_SID_Convert"; tableMapping.ColumnMappings.Add("idx", "idx"); tableMapping.ColumnMappings.Add("Chk", "Chk"); tableMapping.ColumnMappings.Add("SIDFrom", "SIDFrom"); @@ -18350,9 +18776,9 @@ SELECT idx, MC, Chk, SIDFrom, SIDTo, Remark, wdate FROM Component_Reel_SID_Conve this._commandCollection = new global::System.Data.SqlClient.SqlCommand[1]; this._commandCollection[0] = new global::System.Data.SqlClient.SqlCommand(); this._commandCollection[0].Connection = this.Connection; - this._commandCollection[0].CommandText = "SELECT idx, MC, Chk, SIDFrom, SIDTo, Remark, wdate\r\nFROM Component_Reel_SID_" + - "Convert WITH (NOLOCK)\r\nWHERE (ISNULL(SIDFrom, \'\') <> \'\') AND (ISNULL(SIDTo, \'\')" + - " <> \'\') AND (ISNULL(SIDFrom, \'\') <> ISNULL(SIDTo, \'\'))\r\nORDER BY SIDFrom"; + this._commandCollection[0].CommandText = "SELECT idx, MC, Chk, SIDFrom, SIDTo, Remark, wdate\r\nFROM K4EE_Component_Reel" + + "_SID_Convert WITH (NOLOCK)\r\nWHERE (ISNULL(SIDFrom, \'\') <> \'\') AND (ISNULL(SIDTo" + + ", \'\') <> \'\') AND (ISNULL(SIDFrom, \'\') <> ISNULL(SIDTo, \'\'))\r\nORDER BY SIDFrom"; this._commandCollection[0].CommandType = global::System.Data.CommandType.Text; } @@ -18360,7 +18786,7 @@ SELECT idx, MC, Chk, SIDFrom, SIDTo, Remark, wdate FROM Component_Reel_SID_Conve [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Fill, true)] - public virtual int Fill(DataSet1.Component_Reel_SID_ConvertDataTable dataTable) { + public virtual int Fill(DataSet1.K4EE_Component_Reel_SID_ConvertDataTable dataTable) { this.Adapter.SelectCommand = this.CommandCollection[0]; if ((this.ClearBeforeFill == true)) { dataTable.Clear(); @@ -18373,9 +18799,9 @@ SELECT idx, MC, Chk, SIDFrom, SIDTo, Remark, wdate FROM Component_Reel_SID_Conve [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, true)] - public virtual DataSet1.Component_Reel_SID_ConvertDataTable GetData() { + public virtual DataSet1.K4EE_Component_Reel_SID_ConvertDataTable GetData() { this.Adapter.SelectCommand = this.CommandCollection[0]; - DataSet1.Component_Reel_SID_ConvertDataTable dataTable = new DataSet1.Component_Reel_SID_ConvertDataTable(); + DataSet1.K4EE_Component_Reel_SID_ConvertDataTable dataTable = new DataSet1.K4EE_Component_Reel_SID_ConvertDataTable(); this.Adapter.Fill(dataTable); return dataTable; } @@ -18383,7 +18809,7 @@ SELECT idx, MC, Chk, SIDFrom, SIDTo, Remark, wdate FROM Component_Reel_SID_Conve [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] - public virtual int Update(DataSet1.Component_Reel_SID_ConvertDataTable dataTable) { + public virtual int Update(DataSet1.K4EE_Component_Reel_SID_ConvertDataTable dataTable) { return this.Adapter.Update(dataTable); } @@ -18391,7 +18817,7 @@ SELECT idx, MC, Chk, SIDFrom, SIDTo, Remark, wdate FROM Component_Reel_SID_Conve [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] public virtual int Update(DataSet1 dataSet) { - return this.Adapter.Update(dataSet, "Component_Reel_SID_Convert"); + return this.Adapter.Update(dataSet, "K4EE_Component_Reel_SID_Convert"); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] @@ -18661,7 +19087,7 @@ SELECT idx, MC, Chk, SIDFrom, SIDTo, Remark, wdate FROM Component_Reel_SID_Conve [global::System.ComponentModel.DesignerAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterDesigner, Microsoft.VSDesigner" + ", Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] - public partial class Component_Reel_SID_InformationTableAdapter : global::System.ComponentModel.Component { + public partial class K4EE_Component_Reel_SID_InformationTableAdapter : global::System.ComponentModel.Component { private global::System.Data.SqlClient.SqlDataAdapter _adapter; @@ -18675,7 +19101,7 @@ SELECT idx, MC, Chk, SIDFrom, SIDTo, Remark, wdate FROM Component_Reel_SID_Conve [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public Component_Reel_SID_InformationTableAdapter() { + public K4EE_Component_Reel_SID_InformationTableAdapter() { this.ClearBeforeFill = true; } @@ -18772,7 +19198,7 @@ SELECT idx, MC, Chk, SIDFrom, SIDTo, Remark, wdate FROM Component_Reel_SID_Conve this._adapter = new global::System.Data.SqlClient.SqlDataAdapter(); global::System.Data.Common.DataTableMapping tableMapping = new global::System.Data.Common.DataTableMapping(); tableMapping.SourceTable = "Table"; - tableMapping.DataSetTable = "Component_Reel_SID_Information"; + tableMapping.DataSetTable = "K4EE_Component_Reel_SID_Information"; tableMapping.ColumnMappings.Add("idx", "idx"); tableMapping.ColumnMappings.Add("SID", "SID"); tableMapping.ColumnMappings.Add("CustCode", "CustCode"); @@ -18886,37 +19312,39 @@ SELECT idx, MC, SID, CustCode, PartNo, CustName, VenderName, Remark, wdate, batc this._commandCollection[0] = new global::System.Data.SqlClient.SqlCommand(); this._commandCollection[0].Connection = this.Connection; this._commandCollection[0].CommandText = "SELECT idx, MC, SID, CustCode, PartNo, CustName, VenderName, Remark, wdate, batc" + - "h, qtymax, VenderLot, attach\r\nFROM Component_Reel_SID_Information WITH (NOLO" + - "CK)\r\nWHERE (MC = @mcname)\r\nORDER BY idx"; + "h, qtymax, VenderLot, attach\r\nFROM K4EE_Component_Reel_SID_Information WITH " + + "(NOLOCK)\r\nWHERE (MC = @mcname)\r\nORDER BY idx"; this._commandCollection[0].CommandType = global::System.Data.CommandType.Text; this._commandCollection[0].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@mcname", global::System.Data.SqlDbType.VarChar, 20, global::System.Data.ParameterDirection.Input, 0, 0, "MC", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._commandCollection[1] = new global::System.Data.SqlClient.SqlCommand(); this._commandCollection[1].Connection = this.Connection; - this._commandCollection[1].CommandText = "DELETE FROM [Component_Reel_SID_Information] WHERE mc = @mcname"; + this._commandCollection[1].CommandText = "DELETE FROM K4EE_Component_Reel_SID_Information\r\nWHERE (MC = @mcname)"; this._commandCollection[1].CommandType = global::System.Data.CommandType.Text; this._commandCollection[1].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@mcname", global::System.Data.SqlDbType.VarChar, 20, global::System.Data.ParameterDirection.Input, 0, 0, "MC", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._commandCollection[2] = new global::System.Data.SqlClient.SqlCommand(); this._commandCollection[2].Connection = this.Connection; - this._commandCollection[2].CommandText = "SELECT CustCode, CustName, MC, PartNo, Remark, SID, VenderLot, VenderName, attach" + - ", batch, idx, qtymax, wdate FROM Component_Reel_SID_Information WITH (NOLOCK) WH" + - "ERE (MC = @mcname) AND (SID = @sid)"; + this._commandCollection[2].CommandText = "SELECT CustCode, CustName, MC, PartNo, Remark, SID, VenderLot, VenderName, attac" + + "h, batch, idx, qtymax, wdate\r\nFROM K4EE_Component_Reel_SID_Information WITH " + + "(NOLOCK)\r\nWHERE (MC = @mcname) AND (SID = @sid)"; this._commandCollection[2].CommandType = global::System.Data.CommandType.Text; this._commandCollection[2].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@mcname", global::System.Data.SqlDbType.VarChar, 20, global::System.Data.ParameterDirection.Input, 0, 0, "MC", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._commandCollection[2].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@sid", global::System.Data.SqlDbType.VarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, "SID", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._commandCollection[3] = new global::System.Data.SqlClient.SqlCommand(); this._commandCollection[3].Connection = this.Connection; - this._commandCollection[3].CommandText = "SELECT CustCode, CustName, MC, PartNo, Remark, SID, VenderLot, VenderName, attach" + - ", batch, idx, qtymax, wdate FROM Component_Reel_SID_Information WITH (NOLOCK) WH" + - "ERE (MC = @mcname) AND (SID = @sid) AND (ISNULL(CustCode, \'\') <> \'\')"; + this._commandCollection[3].CommandText = "SELECT CustCode, CustName, MC, PartNo, Remark, SID, VenderLot, VenderName, attac" + + "h, batch, idx, qtymax, wdate\r\nFROM K4EE_Component_Reel_SID_Information WITH " + + "(NOLOCK)\r\nWHERE (MC = @mcname) AND (SID = @sid) AND (ISNULL(CustCode, \'\') <> \'\'" + + ")"; this._commandCollection[3].CommandType = global::System.Data.CommandType.Text; this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@mcname", global::System.Data.SqlDbType.VarChar, 20, global::System.Data.ParameterDirection.Input, 0, 0, "MC", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@sid", global::System.Data.SqlDbType.VarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, "SID", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._commandCollection[4] = new global::System.Data.SqlClient.SqlCommand(); this._commandCollection[4].Connection = this.Connection; - this._commandCollection[4].CommandText = @"insert into Component_Reel_SID_Information(mc,sid,custcode,partno,custname,vendername,venderlot,printposition,remark,mfg,qtymax,batch,wdate) -select 'IB',sid,custcode,partno,custname,vendername,venderlot,printposition,'disable ECS',mfg,qtymax,batch,wdate -from Component_Reel_SID_Information -where mc = @mcname"; + this._commandCollection[4].CommandText = @"INSERT INTO K4EE_Component_Reel_SID_Information + (MC, SID, CustCode, PartNo, CustName, VenderName, VenderLot, PrintPosition, Remark, MFG, qtymax, batch, wdate) +SELECT 'IB' AS Expr1, SID, CustCode, PartNo, CustName, VenderName, VenderLot, PrintPosition, 'disable ECS' AS Expr2, MFG, qtymax, batch, wdate +FROM K4EE_Component_Reel_SID_Information AS Component_Reel_SID_Information_1 +WHERE (MC = @mcname)"; this._commandCollection[4].CommandType = global::System.Data.CommandType.Text; this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@mcname", global::System.Data.SqlDbType.VarChar, 20, global::System.Data.ParameterDirection.Input, 0, 0, "MC", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); } @@ -18925,7 +19353,7 @@ where mc = @mcname"; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Fill, true)] - public virtual int Fill(DataSet1.Component_Reel_SID_InformationDataTable dataTable, string mcname) { + public virtual int Fill(DataSet1.K4EE_Component_Reel_SID_InformationDataTable dataTable, string mcname) { this.Adapter.SelectCommand = this.CommandCollection[0]; if ((mcname == null)) { this.Adapter.SelectCommand.Parameters[0].Value = global::System.DBNull.Value; @@ -18944,7 +19372,7 @@ where mc = @mcname"; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, true)] - public virtual DataSet1.Component_Reel_SID_InformationDataTable GetData(string mcname) { + public virtual DataSet1.K4EE_Component_Reel_SID_InformationDataTable GetData(string mcname) { this.Adapter.SelectCommand = this.CommandCollection[0]; if ((mcname == null)) { this.Adapter.SelectCommand.Parameters[0].Value = global::System.DBNull.Value; @@ -18952,7 +19380,7 @@ where mc = @mcname"; else { this.Adapter.SelectCommand.Parameters[0].Value = ((string)(mcname)); } - DataSet1.Component_Reel_SID_InformationDataTable dataTable = new DataSet1.Component_Reel_SID_InformationDataTable(); + DataSet1.K4EE_Component_Reel_SID_InformationDataTable dataTable = new DataSet1.K4EE_Component_Reel_SID_InformationDataTable(); this.Adapter.Fill(dataTable); return dataTable; } @@ -18961,7 +19389,7 @@ where mc = @mcname"; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Fill, false)] - public virtual int FillBySID(DataSet1.Component_Reel_SID_InformationDataTable dataTable, string mcname, string sid) { + public virtual int FillBySID(DataSet1.K4EE_Component_Reel_SID_InformationDataTable dataTable, string mcname, string sid) { this.Adapter.SelectCommand = this.CommandCollection[2]; if ((mcname == null)) { this.Adapter.SelectCommand.Parameters[0].Value = global::System.DBNull.Value; @@ -18986,7 +19414,7 @@ where mc = @mcname"; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, false)] - public virtual DataSet1.Component_Reel_SID_InformationDataTable GetBySID(string mcname, string sid) { + public virtual DataSet1.K4EE_Component_Reel_SID_InformationDataTable GetBySID(string mcname, string sid) { this.Adapter.SelectCommand = this.CommandCollection[2]; if ((mcname == null)) { this.Adapter.SelectCommand.Parameters[0].Value = global::System.DBNull.Value; @@ -19000,7 +19428,7 @@ where mc = @mcname"; else { this.Adapter.SelectCommand.Parameters[1].Value = ((string)(sid)); } - DataSet1.Component_Reel_SID_InformationDataTable dataTable = new DataSet1.Component_Reel_SID_InformationDataTable(); + DataSet1.K4EE_Component_Reel_SID_InformationDataTable dataTable = new DataSet1.K4EE_Component_Reel_SID_InformationDataTable(); this.Adapter.Fill(dataTable); return dataTable; } @@ -19009,7 +19437,7 @@ where mc = @mcname"; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Fill, false)] - public virtual int FillBySIDNoCustCode(DataSet1.Component_Reel_SID_InformationDataTable dataTable, string mcname, string sid) { + public virtual int FillBySIDNoCustCode(DataSet1.K4EE_Component_Reel_SID_InformationDataTable dataTable, string mcname, string sid) { this.Adapter.SelectCommand = this.CommandCollection[3]; if ((mcname == null)) { this.Adapter.SelectCommand.Parameters[0].Value = global::System.DBNull.Value; @@ -19034,7 +19462,7 @@ where mc = @mcname"; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, false)] - public virtual DataSet1.Component_Reel_SID_InformationDataTable GetbySIDNoCustCode(string mcname, string sid) { + public virtual DataSet1.K4EE_Component_Reel_SID_InformationDataTable GetbySIDNoCustCode(string mcname, string sid) { this.Adapter.SelectCommand = this.CommandCollection[3]; if ((mcname == null)) { this.Adapter.SelectCommand.Parameters[0].Value = global::System.DBNull.Value; @@ -19048,7 +19476,7 @@ where mc = @mcname"; else { this.Adapter.SelectCommand.Parameters[1].Value = ((string)(sid)); } - DataSet1.Component_Reel_SID_InformationDataTable dataTable = new DataSet1.Component_Reel_SID_InformationDataTable(); + DataSet1.K4EE_Component_Reel_SID_InformationDataTable dataTable = new DataSet1.K4EE_Component_Reel_SID_InformationDataTable(); this.Adapter.Fill(dataTable); return dataTable; } @@ -19056,7 +19484,7 @@ where mc = @mcname"; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] - public virtual int Update(DataSet1.Component_Reel_SID_InformationDataTable dataTable) { + public virtual int Update(DataSet1.K4EE_Component_Reel_SID_InformationDataTable dataTable) { return this.Adapter.Update(dataTable); } @@ -19064,7 +19492,7 @@ where mc = @mcname"; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] public virtual int Update(DataSet1 dataSet) { - return this.Adapter.Update(dataSet, "Component_Reel_SID_Information"); + return this.Adapter.Update(dataSet, "K4EE_Component_Reel_SID_Information"); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] @@ -19534,7 +19962,6 @@ where mc = @mcname"; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] - [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Delete, false)] public virtual int DeleteAll(string mcname) { global::System.Data.SqlClient.SqlCommand command = this.CommandCollection[1]; if ((mcname == null)) { @@ -19563,7 +19990,6 @@ where mc = @mcname"; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] - [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Insert, false)] public virtual int MakeIBData(string mcname) { global::System.Data.SqlClient.SqlCommand command = this.CommandCollection[4]; if ((mcname == null)) { @@ -19599,7 +20025,7 @@ where mc = @mcname"; [global::System.ComponentModel.DesignerAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterDesigner, Microsoft.VSDesigner" + ", Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] - public partial class Component_Reel_PreSetTableAdapter : global::System.ComponentModel.Component { + public partial class K4EE_Component_Reel_PreSetTableAdapter : global::System.ComponentModel.Component { private global::System.Data.SqlClient.SqlDataAdapter _adapter; @@ -19613,7 +20039,7 @@ where mc = @mcname"; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public Component_Reel_PreSetTableAdapter() { + public K4EE_Component_Reel_PreSetTableAdapter() { this.ClearBeforeFill = true; } @@ -19710,7 +20136,7 @@ where mc = @mcname"; this._adapter = new global::System.Data.SqlClient.SqlDataAdapter(); global::System.Data.Common.DataTableMapping tableMapping = new global::System.Data.Common.DataTableMapping(); tableMapping.SourceTable = "Table"; - tableMapping.DataSetTable = "Component_Reel_PreSet"; + tableMapping.DataSetTable = "K4EE_Component_Reel_PreSet"; tableMapping.ColumnMappings.Add("idx", "idx"); tableMapping.ColumnMappings.Add("MC", "MC"); tableMapping.ColumnMappings.Add("Title", "Title"); @@ -19814,8 +20240,8 @@ SELECT idx, MC, Title, Remark, wdate, vOption, vJobInfo, vSidInfo, vServerWrite, this._commandCollection[0] = new global::System.Data.SqlClient.SqlCommand(); this._commandCollection[0].Connection = this.Connection; this._commandCollection[0].CommandText = "SELECT idx, MC, Title, Remark, wdate, vOption, vJobInfo, vSidInfo, vServerWrite," + - " jobtype, bypasssid\r\nFROM Component_Reel_PreSet\r\nWHERE (ISNULL(MC, \'\') = @m" + - "c)"; + " jobtype, bypasssid\r\nFROM K4EE_Component_Reel_PreSet\r\nWHERE (ISNULL(MC, \'\')" + + " = @mc)"; this._commandCollection[0].CommandType = global::System.Data.CommandType.Text; this._commandCollection[0].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@mc", global::System.Data.SqlDbType.VarChar, 1024, global::System.Data.ParameterDirection.Input, 0, 0, "", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); } @@ -19824,7 +20250,7 @@ SELECT idx, MC, Title, Remark, wdate, vOption, vJobInfo, vSidInfo, vServerWrite, [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Fill, true)] - public virtual int Fill(DataSet1.Component_Reel_PreSetDataTable dataTable, string mc) { + public virtual int Fill(DataSet1.K4EE_Component_Reel_PreSetDataTable dataTable, string mc) { this.Adapter.SelectCommand = this.CommandCollection[0]; if ((mc == null)) { throw new global::System.ArgumentNullException("mc"); @@ -19843,7 +20269,7 @@ SELECT idx, MC, Title, Remark, wdate, vOption, vJobInfo, vSidInfo, vServerWrite, [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, true)] - public virtual DataSet1.Component_Reel_PreSetDataTable GetData(string mc) { + public virtual DataSet1.K4EE_Component_Reel_PreSetDataTable GetData(string mc) { this.Adapter.SelectCommand = this.CommandCollection[0]; if ((mc == null)) { throw new global::System.ArgumentNullException("mc"); @@ -19851,7 +20277,7 @@ SELECT idx, MC, Title, Remark, wdate, vOption, vJobInfo, vSidInfo, vServerWrite, else { this.Adapter.SelectCommand.Parameters[0].Value = ((string)(mc)); } - DataSet1.Component_Reel_PreSetDataTable dataTable = new DataSet1.Component_Reel_PreSetDataTable(); + DataSet1.K4EE_Component_Reel_PreSetDataTable dataTable = new DataSet1.K4EE_Component_Reel_PreSetDataTable(); this.Adapter.Fill(dataTable); return dataTable; } @@ -19859,7 +20285,7 @@ SELECT idx, MC, Title, Remark, wdate, vOption, vJobInfo, vSidInfo, vServerWrite, [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] - public virtual int Update(DataSet1.Component_Reel_PreSetDataTable dataTable) { + public virtual int Update(DataSet1.K4EE_Component_Reel_PreSetDataTable dataTable) { return this.Adapter.Update(dataTable); } @@ -19867,7 +20293,7 @@ SELECT idx, MC, Title, Remark, wdate, vOption, vJobInfo, vSidInfo, vServerWrite, [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] public virtual int Update(DataSet1 dataSet) { - return this.Adapter.Update(dataSet, "Component_Reel_PreSet"); + return this.Adapter.Update(dataSet, "K4EE_Component_Reel_PreSet"); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] @@ -20288,7 +20714,7 @@ SELECT idx, MC, Title, Remark, wdate, vOption, vJobInfo, vSidInfo, vServerWrite, [global::System.ComponentModel.DesignerAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterDesigner, Microsoft.VSDesigner" + ", Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] - public partial class Component_Reel_CustInfoTableAdapter : global::System.ComponentModel.Component { + public partial class K4EE_Component_Reel_CustInfoTableAdapter : global::System.ComponentModel.Component { private global::System.Data.SqlClient.SqlDataAdapter _adapter; @@ -20302,7 +20728,7 @@ SELECT idx, MC, Title, Remark, wdate, vOption, vJobInfo, vSidInfo, vServerWrite, [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public Component_Reel_CustInfoTableAdapter() { + public K4EE_Component_Reel_CustInfoTableAdapter() { this.ClearBeforeFill = true; } @@ -20399,7 +20825,7 @@ SELECT idx, MC, Title, Remark, wdate, vOption, vJobInfo, vSidInfo, vServerWrite, this._adapter = new global::System.Data.SqlClient.SqlDataAdapter(); global::System.Data.Common.DataTableMapping tableMapping = new global::System.Data.Common.DataTableMapping(); tableMapping.SourceTable = "Table"; - tableMapping.DataSetTable = "Component_Reel_CustInfo"; + tableMapping.DataSetTable = "K4EE_Component_Reel_CustInfo"; tableMapping.ColumnMappings.Add("code", "code"); tableMapping.ColumnMappings.Add("name", "name"); this._adapter.TableMappings.Add(tableMapping); @@ -20445,7 +20871,7 @@ SELECT idx, MC, Title, Remark, wdate, vOption, vJobInfo, vSidInfo, vServerWrite, this._commandCollection = new global::System.Data.SqlClient.SqlCommand[1]; this._commandCollection[0] = new global::System.Data.SqlClient.SqlCommand(); this._commandCollection[0].Connection = this.Connection; - this._commandCollection[0].CommandText = "SELECT code, name\r\nFROM Component_Reel_CustInfo WITH (NOLOCK)"; + this._commandCollection[0].CommandText = "SELECT code, name\r\nFROM K4EE_Component_Reel_CustInfo WITH (NOLOCK)"; this._commandCollection[0].CommandType = global::System.Data.CommandType.Text; } @@ -20453,7 +20879,7 @@ SELECT idx, MC, Title, Remark, wdate, vOption, vJobInfo, vSidInfo, vServerWrite, [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Fill, true)] - public virtual int Fill(DataSet1.Component_Reel_CustInfoDataTable dataTable) { + public virtual int Fill(DataSet1.K4EE_Component_Reel_CustInfoDataTable dataTable) { this.Adapter.SelectCommand = this.CommandCollection[0]; if ((this.ClearBeforeFill == true)) { dataTable.Clear(); @@ -20466,9 +20892,9 @@ SELECT idx, MC, Title, Remark, wdate, vOption, vJobInfo, vSidInfo, vServerWrite, [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, true)] - public virtual DataSet1.Component_Reel_CustInfoDataTable GetData() { + public virtual DataSet1.K4EE_Component_Reel_CustInfoDataTable GetData() { this.Adapter.SelectCommand = this.CommandCollection[0]; - DataSet1.Component_Reel_CustInfoDataTable dataTable = new DataSet1.Component_Reel_CustInfoDataTable(); + DataSet1.K4EE_Component_Reel_CustInfoDataTable dataTable = new DataSet1.K4EE_Component_Reel_CustInfoDataTable(); this.Adapter.Fill(dataTable); return dataTable; } @@ -20476,7 +20902,7 @@ SELECT idx, MC, Title, Remark, wdate, vOption, vJobInfo, vSidInfo, vServerWrite, [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] - public virtual int Update(DataSet1.Component_Reel_CustInfoDataTable dataTable) { + public virtual int Update(DataSet1.K4EE_Component_Reel_CustInfoDataTable dataTable) { return this.Adapter.Update(dataTable); } @@ -20484,7 +20910,7 @@ SELECT idx, MC, Title, Remark, wdate, vOption, vJobInfo, vSidInfo, vServerWrite, [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] public virtual int Update(DataSet1 dataSet) { - return this.Adapter.Update(dataSet, "Component_Reel_CustInfo"); + return this.Adapter.Update(dataSet, "K4EE_Component_Reel_CustInfo"); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] @@ -20767,10 +21193,10 @@ SELECT idx, MC, Title, Remark, wdate, vOption, vJobInfo, vSidInfo, vServerWrite, this._commandCollection = new global::System.Data.SqlClient.SqlCommand[1]; this._commandCollection[0] = new global::System.Data.SqlClient.SqlCommand(); this._commandCollection[0].Connection = this.Connection; - this._commandCollection[0].CommandText = "SELECT PARTNO, VLOT, COUNT(*) AS QTY, SUM(QTY) / 1000 AS KPC\r\nFROM Component" + - "_Reel_Result\r\nWHERE (ISNULL(MC, \'\') = @mc) AND (PRNATTACH = 1) AND (CONVERT(var" + - "char(10), STIME, 120) BETWEEN @sd AND @ed)\r\nGROUP BY PARTNO, VLOT\r\nORDER BY PART" + - "NO, VLOT"; + this._commandCollection[0].CommandText = "SELECT PARTNO, VLOT, COUNT(*) AS QTY, SUM(QTY) / 1000 AS KPC\r\nFROM K4EE_Comp" + + "onent_Reel_Result\r\nWHERE (ISNULL(MC, \'\') = @mc) AND (PRNATTACH = 1) AND (CONVER" + + "T(varchar(10), STIME, 120) BETWEEN @sd AND @ed)\r\nGROUP BY PARTNO, VLOT\r\nORDER BY" + + " PARTNO, VLOT"; this._commandCollection[0].CommandType = global::System.Data.CommandType.Text; this._commandCollection[0].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@mc", global::System.Data.SqlDbType.VarChar, 1024, global::System.Data.ParameterDirection.Input, 0, 0, "", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._commandCollection[0].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@sd", global::System.Data.SqlDbType.VarChar, 1024, global::System.Data.ParameterDirection.Input, 0, 0, "", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); @@ -20847,7 +21273,7 @@ SELECT idx, MC, Title, Remark, wdate, vOption, vJobInfo, vSidInfo, vServerWrite, [global::System.ComponentModel.DesignerAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterDesigner, Microsoft.VSDesigner" + ", Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] - public partial class Component_Reel_Print_InformationTableAdapter : global::System.ComponentModel.Component { + public partial class K4EE_Component_Reel_Print_InformationTableAdapter : global::System.ComponentModel.Component { private global::System.Data.SqlClient.SqlDataAdapter _adapter; @@ -20861,7 +21287,7 @@ SELECT idx, MC, Title, Remark, wdate, vOption, vJobInfo, vSidInfo, vServerWrite, [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public Component_Reel_Print_InformationTableAdapter() { + public K4EE_Component_Reel_Print_InformationTableAdapter() { this.ClearBeforeFill = true; } @@ -20958,7 +21384,7 @@ SELECT idx, MC, Title, Remark, wdate, vOption, vJobInfo, vSidInfo, vServerWrite, this._adapter = new global::System.Data.SqlClient.SqlDataAdapter(); global::System.Data.Common.DataTableMapping tableMapping = new global::System.Data.Common.DataTableMapping(); tableMapping.SourceTable = "Table"; - tableMapping.DataSetTable = "Component_Reel_Print_Information"; + tableMapping.DataSetTable = "K4EE_Component_Reel_Print_Information"; tableMapping.ColumnMappings.Add("idx", "idx"); tableMapping.ColumnMappings.Add("MC", "MC"); tableMapping.ColumnMappings.Add("SID", "SID"); @@ -21026,14 +21452,14 @@ SELECT idx, MC, SID, PrintPosition, Remark, wdate FROM Component_Reel_Print_Info this._commandCollection = new global::System.Data.SqlClient.SqlCommand[2]; this._commandCollection[0] = new global::System.Data.SqlClient.SqlCommand(); this._commandCollection[0].Connection = this.Connection; - this._commandCollection[0].CommandText = "SELECT idx, MC, SID, PrintPosition, Remark, wdate\r\nFROM Component_Reel_Print" + - "_Information WITH (NOLOCK)\r\nWHERE (MC = @mc)"; + this._commandCollection[0].CommandText = "SELECT idx, MC, SID, PrintPosition, Remark, wdate\r\nFROM K4EE_Component_Reel_" + + "Print_Information WITH (NOLOCK)\r\nWHERE (MC = @mc)"; this._commandCollection[0].CommandType = global::System.Data.CommandType.Text; this._commandCollection[0].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@mc", global::System.Data.SqlDbType.VarChar, 20, global::System.Data.ParameterDirection.Input, 0, 0, "MC", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._commandCollection[1] = new global::System.Data.SqlClient.SqlCommand(); this._commandCollection[1].Connection = this.Connection; - this._commandCollection[1].CommandText = "SELECT idx, MC, SID, PrintPosition, Remark, wdate\r\nFROM Component_Reel_Print" + - "_Information WITH (NOLOCK)\r\nWHERE (MC = @mc) AND (SID = @sid)"; + this._commandCollection[1].CommandText = "SELECT idx, MC, SID, PrintPosition, Remark, wdate\r\nFROM K4EE_Component_Reel_" + + "Print_Information WITH (NOLOCK)\r\nWHERE (MC = @mc) AND (SID = @sid)"; this._commandCollection[1].CommandType = global::System.Data.CommandType.Text; this._commandCollection[1].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@mc", global::System.Data.SqlDbType.VarChar, 20, global::System.Data.ParameterDirection.Input, 0, 0, "MC", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._commandCollection[1].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@sid", global::System.Data.SqlDbType.VarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, "SID", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); @@ -21043,7 +21469,7 @@ SELECT idx, MC, SID, PrintPosition, Remark, wdate FROM Component_Reel_Print_Info [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Fill, true)] - public virtual int Fill(DataSet1.Component_Reel_Print_InformationDataTable dataTable, string mc) { + public virtual int Fill(DataSet1.K4EE_Component_Reel_Print_InformationDataTable dataTable, string mc) { this.Adapter.SelectCommand = this.CommandCollection[0]; if ((mc == null)) { this.Adapter.SelectCommand.Parameters[0].Value = global::System.DBNull.Value; @@ -21062,7 +21488,7 @@ SELECT idx, MC, SID, PrintPosition, Remark, wdate FROM Component_Reel_Print_Info [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, true)] - public virtual DataSet1.Component_Reel_Print_InformationDataTable GetData(string mc) { + public virtual DataSet1.K4EE_Component_Reel_Print_InformationDataTable GetData(string mc) { this.Adapter.SelectCommand = this.CommandCollection[0]; if ((mc == null)) { this.Adapter.SelectCommand.Parameters[0].Value = global::System.DBNull.Value; @@ -21070,7 +21496,7 @@ SELECT idx, MC, SID, PrintPosition, Remark, wdate FROM Component_Reel_Print_Info else { this.Adapter.SelectCommand.Parameters[0].Value = ((string)(mc)); } - DataSet1.Component_Reel_Print_InformationDataTable dataTable = new DataSet1.Component_Reel_Print_InformationDataTable(); + DataSet1.K4EE_Component_Reel_Print_InformationDataTable dataTable = new DataSet1.K4EE_Component_Reel_Print_InformationDataTable(); this.Adapter.Fill(dataTable); return dataTable; } @@ -21079,7 +21505,7 @@ SELECT idx, MC, SID, PrintPosition, Remark, wdate FROM Component_Reel_Print_Info [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Fill, false)] - public virtual int FillBySID(DataSet1.Component_Reel_Print_InformationDataTable dataTable, string mc, string sid) { + public virtual int FillBySID(DataSet1.K4EE_Component_Reel_Print_InformationDataTable dataTable, string mc, string sid) { this.Adapter.SelectCommand = this.CommandCollection[1]; if ((mc == null)) { this.Adapter.SelectCommand.Parameters[0].Value = global::System.DBNull.Value; @@ -21104,7 +21530,7 @@ SELECT idx, MC, SID, PrintPosition, Remark, wdate FROM Component_Reel_Print_Info [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, false)] - public virtual DataSet1.Component_Reel_Print_InformationDataTable GetBySID(string mc, string sid) { + public virtual DataSet1.K4EE_Component_Reel_Print_InformationDataTable GetBySID(string mc, string sid) { this.Adapter.SelectCommand = this.CommandCollection[1]; if ((mc == null)) { this.Adapter.SelectCommand.Parameters[0].Value = global::System.DBNull.Value; @@ -21118,7 +21544,7 @@ SELECT idx, MC, SID, PrintPosition, Remark, wdate FROM Component_Reel_Print_Info else { this.Adapter.SelectCommand.Parameters[1].Value = ((string)(sid)); } - DataSet1.Component_Reel_Print_InformationDataTable dataTable = new DataSet1.Component_Reel_Print_InformationDataTable(); + DataSet1.K4EE_Component_Reel_Print_InformationDataTable dataTable = new DataSet1.K4EE_Component_Reel_Print_InformationDataTable(); this.Adapter.Fill(dataTable); return dataTable; } @@ -21126,7 +21552,7 @@ SELECT idx, MC, SID, PrintPosition, Remark, wdate FROM Component_Reel_Print_Info [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] - public virtual int Update(DataSet1.Component_Reel_Print_InformationDataTable dataTable) { + public virtual int Update(DataSet1.K4EE_Component_Reel_Print_InformationDataTable dataTable) { return this.Adapter.Update(dataTable); } @@ -21134,7 +21560,7 @@ SELECT idx, MC, SID, PrintPosition, Remark, wdate FROM Component_Reel_Print_Info [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] public virtual int Update(DataSet1 dataSet) { - return this.Adapter.Update(dataSet, "Component_Reel_Print_Information"); + return this.Adapter.Update(dataSet, "K4EE_Component_Reel_Print_Information"); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] @@ -21372,7 +21798,7 @@ SELECT idx, MC, SID, PrintPosition, Remark, wdate FROM Component_Reel_Print_Info [global::System.ComponentModel.DesignerAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterDesigner, Microsoft.VSDesigner" + ", Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] - public partial class Component_Reel_PrintRegExRuleTableAdapter : global::System.ComponentModel.Component { + public partial class K4EE_Component_Reel_PrintRegExRuleTableAdapter : global::System.ComponentModel.Component { private global::System.Data.SqlClient.SqlDataAdapter _adapter; @@ -21386,7 +21812,7 @@ SELECT idx, MC, SID, PrintPosition, Remark, wdate FROM Component_Reel_Print_Info [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public Component_Reel_PrintRegExRuleTableAdapter() { + public K4EE_Component_Reel_PrintRegExRuleTableAdapter() { this.ClearBeforeFill = true; } @@ -21483,7 +21909,7 @@ SELECT idx, MC, SID, PrintPosition, Remark, wdate FROM Component_Reel_Print_Info this._adapter = new global::System.Data.SqlClient.SqlDataAdapter(); global::System.Data.Common.DataTableMapping tableMapping = new global::System.Data.Common.DataTableMapping(); tableMapping.SourceTable = "Table"; - tableMapping.DataSetTable = "Component_Reel_PrintRegExRule"; + tableMapping.DataSetTable = "K4EE_Component_Reel_PrintRegExRule"; tableMapping.ColumnMappings.Add("Id", "Id"); tableMapping.ColumnMappings.Add("Seq", "Seq"); tableMapping.ColumnMappings.Add("CustCode", "CustCode"); @@ -21498,7 +21924,7 @@ SELECT idx, MC, SID, PrintPosition, Remark, wdate FROM Component_Reel_Print_Info this._adapter.TableMappings.Add(tableMapping); this._adapter.DeleteCommand = new global::System.Data.SqlClient.SqlCommand(); this._adapter.DeleteCommand.Connection = this.Connection; - this._adapter.DeleteCommand.CommandText = @"DELETE FROM [Component_Reel_PrintRegExRule] WHERE (([Id] = @Original_Id) AND ((@IsNull_Seq = 1 AND [Seq] IS NULL) OR ([Seq] = @Original_Seq)) AND ((@IsNull_CustCode = 1 AND [CustCode] IS NULL) OR ([CustCode] = @Original_CustCode)) AND ((@IsNull_Description = 1 AND [Description] IS NULL) OR ([Description] = @Original_Description)) AND ((@IsNull_Symbol = 1 AND [Symbol] IS NULL) OR ([Symbol] = @Original_Symbol)) AND ((@IsNull_Groups = 1 AND [Groups] IS NULL) OR ([Groups] = @Original_Groups)) AND ((@IsNull_IsEnable = 1 AND [IsEnable] IS NULL) OR ([IsEnable] = @Original_IsEnable)) AND ((@IsNull_IsTrust = 1 AND [IsTrust] IS NULL) OR ([IsTrust] = @Original_IsTrust)) AND ((@IsNull_IsAmkStd = 1 AND [IsAmkStd] IS NULL) OR ([IsAmkStd] = @Original_IsAmkStd)) AND ((@IsNull_IsIgnore = 1 AND [IsIgnore] IS NULL) OR ([IsIgnore] = @Original_IsIgnore)))"; + this._adapter.DeleteCommand.CommandText = @"DELETE FROM [K4EE_Component_Reel_PrintRegExRule] WHERE (([Id] = @Original_Id) AND ((@IsNull_Seq = 1 AND [Seq] IS NULL) OR ([Seq] = @Original_Seq)) AND ((@IsNull_CustCode = 1 AND [CustCode] IS NULL) OR ([CustCode] = @Original_CustCode)) AND ((@IsNull_Description = 1 AND [Description] IS NULL) OR ([Description] = @Original_Description)) AND ((@IsNull_Symbol = 1 AND [Symbol] IS NULL) OR ([Symbol] = @Original_Symbol)) AND ((@IsNull_Groups = 1 AND [Groups] IS NULL) OR ([Groups] = @Original_Groups)) AND ((@IsNull_IsEnable = 1 AND [IsEnable] IS NULL) OR ([IsEnable] = @Original_IsEnable)) AND ((@IsNull_IsTrust = 1 AND [IsTrust] IS NULL) OR ([IsTrust] = @Original_IsTrust)) AND ((@IsNull_IsAmkStd = 1 AND [IsAmkStd] IS NULL) OR ([IsAmkStd] = @Original_IsAmkStd)) AND ((@IsNull_IsIgnore = 1 AND [IsIgnore] IS NULL) OR ([IsIgnore] = @Original_IsIgnore)))"; this._adapter.DeleteCommand.CommandType = global::System.Data.CommandType.Text; this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Id", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Id", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Seq", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Seq", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); @@ -21521,8 +21947,8 @@ SELECT idx, MC, SID, PrintPosition, Remark, wdate FROM Component_Reel_Print_Info this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_IsIgnore", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "IsIgnore", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.InsertCommand = new global::System.Data.SqlClient.SqlCommand(); this._adapter.InsertCommand.Connection = this.Connection; - this._adapter.InsertCommand.CommandText = @"INSERT INTO [Component_Reel_PrintRegExRule] ([Seq], [CustCode], [Description], [Symbol], [Pattern], [Groups], [IsEnable], [IsTrust], [IsAmkStd], [IsIgnore]) VALUES (@Seq, @CustCode, @Description, @Symbol, @Pattern, @Groups, @IsEnable, @IsTrust, @IsAmkStd, @IsIgnore); -SELECT Id, Seq, CustCode, Description, Symbol, Pattern, Groups, IsEnable, IsTrust, IsAmkStd, IsIgnore FROM Component_Reel_PrintRegExRule WHERE (Id = SCOPE_IDENTITY())"; + this._adapter.InsertCommand.CommandText = @"INSERT INTO [K4EE_Component_Reel_PrintRegExRule] ([Seq], [CustCode], [Description], [Symbol], [Pattern], [Groups], [IsEnable], [IsTrust], [IsAmkStd], [IsIgnore]) VALUES (@Seq, @CustCode, @Description, @Symbol, @Pattern, @Groups, @IsEnable, @IsTrust, @IsAmkStd, @IsIgnore); +SELECT Id, Seq, CustCode, Description, Symbol, Pattern, Groups, IsEnable, IsTrust, IsAmkStd, IsIgnore FROM K4EE_Component_Reel_PrintRegExRule WHERE (Id = SCOPE_IDENTITY()) ORDER BY Id"; this._adapter.InsertCommand.CommandType = global::System.Data.CommandType.Text; this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Seq", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Seq", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@CustCode", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "CustCode", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); @@ -21536,8 +21962,8 @@ SELECT Id, Seq, CustCode, Description, Symbol, Pattern, Groups, IsEnable, IsTrus this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsIgnore", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "IsIgnore", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand = new global::System.Data.SqlClient.SqlCommand(); this._adapter.UpdateCommand.Connection = this.Connection; - this._adapter.UpdateCommand.CommandText = @"UPDATE [Component_Reel_PrintRegExRule] SET [Seq] = @Seq, [CustCode] = @CustCode, [Description] = @Description, [Symbol] = @Symbol, [Pattern] = @Pattern, [Groups] = @Groups, [IsEnable] = @IsEnable, [IsTrust] = @IsTrust, [IsAmkStd] = @IsAmkStd, [IsIgnore] = @IsIgnore WHERE (([Id] = @Original_Id) AND ((@IsNull_Seq = 1 AND [Seq] IS NULL) OR ([Seq] = @Original_Seq)) AND ((@IsNull_CustCode = 1 AND [CustCode] IS NULL) OR ([CustCode] = @Original_CustCode)) AND ((@IsNull_Description = 1 AND [Description] IS NULL) OR ([Description] = @Original_Description)) AND ((@IsNull_Symbol = 1 AND [Symbol] IS NULL) OR ([Symbol] = @Original_Symbol)) AND ((@IsNull_Groups = 1 AND [Groups] IS NULL) OR ([Groups] = @Original_Groups)) AND ((@IsNull_IsEnable = 1 AND [IsEnable] IS NULL) OR ([IsEnable] = @Original_IsEnable)) AND ((@IsNull_IsTrust = 1 AND [IsTrust] IS NULL) OR ([IsTrust] = @Original_IsTrust)) AND ((@IsNull_IsAmkStd = 1 AND [IsAmkStd] IS NULL) OR ([IsAmkStd] = @Original_IsAmkStd)) AND ((@IsNull_IsIgnore = 1 AND [IsIgnore] IS NULL) OR ([IsIgnore] = @Original_IsIgnore))); -SELECT Id, Seq, CustCode, Description, Symbol, Pattern, Groups, IsEnable, IsTrust, IsAmkStd, IsIgnore FROM Component_Reel_PrintRegExRule WHERE (Id = @Id)"; + this._adapter.UpdateCommand.CommandText = @"UPDATE [K4EE_Component_Reel_PrintRegExRule] SET [Seq] = @Seq, [CustCode] = @CustCode, [Description] = @Description, [Symbol] = @Symbol, [Pattern] = @Pattern, [Groups] = @Groups, [IsEnable] = @IsEnable, [IsTrust] = @IsTrust, [IsAmkStd] = @IsAmkStd, [IsIgnore] = @IsIgnore WHERE (([Id] = @Original_Id) AND ((@IsNull_Seq = 1 AND [Seq] IS NULL) OR ([Seq] = @Original_Seq)) AND ((@IsNull_CustCode = 1 AND [CustCode] IS NULL) OR ([CustCode] = @Original_CustCode)) AND ((@IsNull_Description = 1 AND [Description] IS NULL) OR ([Description] = @Original_Description)) AND ((@IsNull_Symbol = 1 AND [Symbol] IS NULL) OR ([Symbol] = @Original_Symbol)) AND ((@IsNull_Groups = 1 AND [Groups] IS NULL) OR ([Groups] = @Original_Groups)) AND ((@IsNull_IsEnable = 1 AND [IsEnable] IS NULL) OR ([IsEnable] = @Original_IsEnable)) AND ((@IsNull_IsTrust = 1 AND [IsTrust] IS NULL) OR ([IsTrust] = @Original_IsTrust)) AND ((@IsNull_IsAmkStd = 1 AND [IsAmkStd] IS NULL) OR ([IsAmkStd] = @Original_IsAmkStd)) AND ((@IsNull_IsIgnore = 1 AND [IsIgnore] IS NULL) OR ([IsIgnore] = @Original_IsIgnore))); +SELECT Id, Seq, CustCode, Description, Symbol, Pattern, Groups, IsEnable, IsTrust, IsAmkStd, IsIgnore FROM K4EE_Component_Reel_PrintRegExRule WHERE (Id = @Id) ORDER BY Id"; this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.Text; this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Seq", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Seq", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@CustCode", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "CustCode", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); @@ -21584,7 +22010,8 @@ SELECT Id, Seq, CustCode, Description, Symbol, Pattern, Groups, IsEnable, IsTrus this._commandCollection = new global::System.Data.SqlClient.SqlCommand[1]; this._commandCollection[0] = new global::System.Data.SqlClient.SqlCommand(); this._commandCollection[0].Connection = this.Connection; - this._commandCollection[0].CommandText = "SELECT Component_Reel_PrintRegExRule.*\r\nFROM Component_Reel_PrintRegExRule"; + this._commandCollection[0].CommandText = "SELECT Id, Seq, CustCode, Description, Symbol, Pattern, Groups, IsEnable, IsTrus" + + "t, IsAmkStd, IsIgnore\r\nFROM K4EE_Component_Reel_PrintRegExRule\r\nORDER BY Id"; this._commandCollection[0].CommandType = global::System.Data.CommandType.Text; } @@ -21592,7 +22019,7 @@ SELECT Id, Seq, CustCode, Description, Symbol, Pattern, Groups, IsEnable, IsTrus [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Fill, true)] - public virtual int Fill(DataSet1.Component_Reel_PrintRegExRuleDataTable dataTable) { + public virtual int Fill(DataSet1.K4EE_Component_Reel_PrintRegExRuleDataTable dataTable) { this.Adapter.SelectCommand = this.CommandCollection[0]; if ((this.ClearBeforeFill == true)) { dataTable.Clear(); @@ -21605,9 +22032,9 @@ SELECT Id, Seq, CustCode, Description, Symbol, Pattern, Groups, IsEnable, IsTrus [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, true)] - public virtual DataSet1.Component_Reel_PrintRegExRuleDataTable GetData() { + public virtual DataSet1.K4EE_Component_Reel_PrintRegExRuleDataTable GetData() { this.Adapter.SelectCommand = this.CommandCollection[0]; - DataSet1.Component_Reel_PrintRegExRuleDataTable dataTable = new DataSet1.Component_Reel_PrintRegExRuleDataTable(); + DataSet1.K4EE_Component_Reel_PrintRegExRuleDataTable dataTable = new DataSet1.K4EE_Component_Reel_PrintRegExRuleDataTable(); this.Adapter.Fill(dataTable); return dataTable; } @@ -21615,7 +22042,7 @@ SELECT Id, Seq, CustCode, Description, Symbol, Pattern, Groups, IsEnable, IsTrus [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] - public virtual int Update(DataSet1.Component_Reel_PrintRegExRuleDataTable dataTable) { + public virtual int Update(DataSet1.K4EE_Component_Reel_PrintRegExRuleDataTable dataTable) { return this.Adapter.Update(dataTable); } @@ -21623,7 +22050,7 @@ SELECT Id, Seq, CustCode, Description, Symbol, Pattern, Groups, IsEnable, IsTrus [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] public virtual int Update(DataSet1 dataSet) { - return this.Adapter.Update(dataSet, "Component_Reel_PrintRegExRule"); + return this.Adapter.Update(dataSet, "K4EE_Component_Reel_PrintRegExRule"); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] @@ -22021,6 +22448,187 @@ SELECT Id, Seq, CustCode, Description, Symbol, Pattern, Groups, IsEnable, IsTrus } } + /// + ///Represents the connection and commands used to retrieve and save data. + /// + [global::System.ComponentModel.DesignerCategoryAttribute("code")] + [global::System.ComponentModel.ToolboxItem(true)] + [global::System.ComponentModel.DataObjectAttribute(true)] + [global::System.ComponentModel.DesignerAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterDesigner, Microsoft.VSDesigner" + + ", Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")] + [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] + public partial class CustCodeListTableAdapter : global::System.ComponentModel.Component { + + private global::System.Data.SqlClient.SqlDataAdapter _adapter; + + private global::System.Data.SqlClient.SqlConnection _connection; + + private global::System.Data.SqlClient.SqlTransaction _transaction; + + private global::System.Data.SqlClient.SqlCommand[] _commandCollection; + + private bool _clearBeforeFill; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] + public CustCodeListTableAdapter() { + this.ClearBeforeFill = true; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] + protected internal global::System.Data.SqlClient.SqlDataAdapter Adapter { + get { + if ((this._adapter == null)) { + this.InitAdapter(); + } + return this._adapter; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] + internal global::System.Data.SqlClient.SqlConnection Connection { + get { + if ((this._connection == null)) { + this.InitConnection(); + } + return this._connection; + } + set { + this._connection = value; + if ((this.Adapter.InsertCommand != null)) { + this.Adapter.InsertCommand.Connection = value; + } + if ((this.Adapter.DeleteCommand != null)) { + this.Adapter.DeleteCommand.Connection = value; + } + if ((this.Adapter.UpdateCommand != null)) { + this.Adapter.UpdateCommand.Connection = value; + } + for (int i = 0; (i < this.CommandCollection.Length); i = (i + 1)) { + if ((this.CommandCollection[i] != null)) { + ((global::System.Data.SqlClient.SqlCommand)(this.CommandCollection[i])).Connection = value; + } + } + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] + internal global::System.Data.SqlClient.SqlTransaction Transaction { + get { + return this._transaction; + } + set { + this._transaction = value; + for (int i = 0; (i < this.CommandCollection.Length); i = (i + 1)) { + this.CommandCollection[i].Transaction = this._transaction; + } + if (((this.Adapter != null) + && (this.Adapter.DeleteCommand != null))) { + this.Adapter.DeleteCommand.Transaction = this._transaction; + } + if (((this.Adapter != null) + && (this.Adapter.InsertCommand != null))) { + this.Adapter.InsertCommand.Transaction = this._transaction; + } + if (((this.Adapter != null) + && (this.Adapter.UpdateCommand != null))) { + this.Adapter.UpdateCommand.Transaction = this._transaction; + } + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] + protected global::System.Data.SqlClient.SqlCommand[] CommandCollection { + get { + if ((this._commandCollection == null)) { + this.InitCommandCollection(); + } + return this._commandCollection; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] + public bool ClearBeforeFill { + get { + return this._clearBeforeFill; + } + set { + this._clearBeforeFill = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] + private void InitAdapter() { + this._adapter = new global::System.Data.SqlClient.SqlDataAdapter(); + global::System.Data.Common.DataTableMapping tableMapping = new global::System.Data.Common.DataTableMapping(); + tableMapping.SourceTable = "Table"; + tableMapping.DataSetTable = "CustCodeList"; + tableMapping.ColumnMappings.Add("CustCode", "CustCode"); + this._adapter.TableMappings.Add(tableMapping); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] + private void InitConnection() { + this._connection = new global::System.Data.SqlClient.SqlConnection(); + this._connection.ConnectionString = global::Project.Properties.Settings.Default.CS; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] + private void InitCommandCollection() { + this._commandCollection = new global::System.Data.SqlClient.SqlCommand[1]; + this._commandCollection[0] = new global::System.Data.SqlClient.SqlCommand(); + this._commandCollection[0].Connection = this.Connection; + this._commandCollection[0].CommandText = "SELECT CustCode\r\nFROM K4EE_Component_Reel_SID_Information WITH (NOLOCK)\r\nWHE" + + "RE (MC = @mcname)\r\nGROUP BY CustCode\r\nORDER BY CustCode"; + this._commandCollection[0].CommandType = global::System.Data.CommandType.Text; + this._commandCollection[0].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@mcname", global::System.Data.SqlDbType.VarChar, 20, global::System.Data.ParameterDirection.Input, 0, 0, "MC", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] + [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] + [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Fill, true)] + public virtual int Fill(DataSet1.CustCodeListDataTable dataTable, string mcname) { + this.Adapter.SelectCommand = this.CommandCollection[0]; + if ((mcname == null)) { + this.Adapter.SelectCommand.Parameters[0].Value = global::System.DBNull.Value; + } + else { + this.Adapter.SelectCommand.Parameters[0].Value = ((string)(mcname)); + } + if ((this.ClearBeforeFill == true)) { + dataTable.Clear(); + } + int returnValue = this.Adapter.Fill(dataTable); + return returnValue; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] + [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] + [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, true)] + public virtual DataSet1.CustCodeListDataTable GetData(string mcname) { + this.Adapter.SelectCommand = this.CommandCollection[0]; + if ((mcname == null)) { + this.Adapter.SelectCommand.Parameters[0].Value = global::System.DBNull.Value; + } + else { + this.Adapter.SelectCommand.Parameters[0].Value = ((string)(mcname)); + } + DataSet1.CustCodeListDataTable dataTable = new DataSet1.CustCodeListDataTable(); + this.Adapter.Fill(dataTable); + return dataTable; + } + } + /// ///Represents the connection and commands used to retrieve and save data. /// @@ -22159,24 +22767,17 @@ SELECT Id, Seq, CustCode, Description, Symbol, Pattern, Groups, IsEnable, IsTrus this._commandCollection = new global::System.Data.SqlClient.SqlCommand[1]; this._commandCollection[0] = new global::System.Data.SqlClient.SqlCommand(); this._commandCollection[0].Connection = this.Connection; - this._commandCollection[0].CommandText = "SELECT CustCode\r\nFROM Component_Reel_SID_Information WITH (NOLOCK)\r\nWHERE (" + - "MC = @mcname)\r\nGROUP BY CustCode\r\nORDER BY CustCode"; + this._commandCollection[0].CommandText = "SELECT CUST_CODE AS CustCode\r\nFROM VW_GET_MAX_QTY_VENDOR_LOT WITH (NOLOCK)\r\n" + + "WHERE (ISNULL(CUST_CODE, \'\') <> \'\')\r\nGROUP BY CUST_CODE\r\nORDER BY CustCode"; this._commandCollection[0].CommandType = global::System.Data.CommandType.Text; - this._commandCollection[0].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@mcname", global::System.Data.SqlDbType.VarChar, 20, global::System.Data.ParameterDirection.Input, 0, 0, "MC", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Fill, true)] - public virtual int Fill(DataSet1.SidinfoCustGroupDataTable dataTable, string mcname) { + public virtual int Fill(DataSet1.SidinfoCustGroupDataTable dataTable) { this.Adapter.SelectCommand = this.CommandCollection[0]; - if ((mcname == null)) { - this.Adapter.SelectCommand.Parameters[0].Value = global::System.DBNull.Value; - } - else { - this.Adapter.SelectCommand.Parameters[0].Value = ((string)(mcname)); - } if ((this.ClearBeforeFill == true)) { dataTable.Clear(); } @@ -22188,14 +22789,8 @@ SELECT Id, Seq, CustCode, Description, Symbol, Pattern, Groups, IsEnable, IsTrus [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, true)] - public virtual DataSet1.SidinfoCustGroupDataTable GetData(string mcname) { + public virtual DataSet1.SidinfoCustGroupDataTable GetData() { this.Adapter.SelectCommand = this.CommandCollection[0]; - if ((mcname == null)) { - this.Adapter.SelectCommand.Parameters[0].Value = global::System.DBNull.Value; - } - else { - this.Adapter.SelectCommand.Parameters[0].Value = ((string)(mcname)); - } DataSet1.SidinfoCustGroupDataTable dataTable = new DataSet1.SidinfoCustGroupDataTable(); this.Adapter.Fill(dataTable); return dataTable; @@ -22232,39 +22827,41 @@ SELECT Id, Seq, CustCode, Description, Symbol, Pattern, Groups, IsEnable, IsTrus this._commandCollection = new global::System.Data.IDbCommand[6]; this._commandCollection[0] = new global::System.Data.SqlClient.SqlCommand(); ((global::System.Data.SqlClient.SqlCommand)(this._commandCollection[0])).Connection = new global::System.Data.SqlClient.SqlConnection(global::Project.Properties.Settings.Default.CS); - ((global::System.Data.SqlClient.SqlCommand)(this._commandCollection[0])).CommandText = "select isnull(name,\'\') \r\nfrom [Component_Reel_CustInfo]\r\nwhere code = @code"; + ((global::System.Data.SqlClient.SqlCommand)(this._commandCollection[0])).CommandText = "SELECT ISNULL(name, \'\') AS Expr1\r\nFROM K4EE_Component_Reel_CustInfo WITH (no" + + " lock)\r\nWHERE (code = @code)"; ((global::System.Data.SqlClient.SqlCommand)(this._commandCollection[0])).CommandType = global::System.Data.CommandType.Text; ((global::System.Data.SqlClient.SqlCommand)(this._commandCollection[0])).Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@code", global::System.Data.SqlDbType.VarChar, 10, global::System.Data.ParameterDirection.Input, 0, 0, "code", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._commandCollection[1] = new global::System.Data.SqlClient.SqlCommand(); ((global::System.Data.SqlClient.SqlCommand)(this._commandCollection[1])).Connection = new global::System.Data.SqlClient.SqlConnection(global::Project.Properties.Settings.Default.CS); - ((global::System.Data.SqlClient.SqlCommand)(this._commandCollection[1])).CommandText = "UPDATE [Component_Reel_CustInfo] set name = @newname\r\nwhere code = @custcode"; + ((global::System.Data.SqlClient.SqlCommand)(this._commandCollection[1])).CommandText = "UPDATE K4EE_Component_Reel_CustInfo\r\nSET name = @newname\r\nWHERE (code = @" + + "custcode)"; ((global::System.Data.SqlClient.SqlCommand)(this._commandCollection[1])).CommandType = global::System.Data.CommandType.Text; ((global::System.Data.SqlClient.SqlCommand)(this._commandCollection[1])).Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@newname", global::System.Data.SqlDbType.VarChar, 100, global::System.Data.ParameterDirection.Input, 0, 0, "name", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); ((global::System.Data.SqlClient.SqlCommand)(this._commandCollection[1])).Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@custcode", global::System.Data.SqlDbType.VarChar, 10, global::System.Data.ParameterDirection.Input, 0, 0, "code", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._commandCollection[2] = new global::System.Data.SqlClient.SqlCommand(); ((global::System.Data.SqlClient.SqlCommand)(this._commandCollection[2])).Connection = new global::System.Data.SqlClient.SqlConnection(global::Project.Properties.Settings.Default.CS); - ((global::System.Data.SqlClient.SqlCommand)(this._commandCollection[2])).CommandText = "select isnull(sid,\'\') \r\nfrom Component_Reel_SID_Information\r\nwhere custcode = @cu" + - "stcode and partno = @partno"; + ((global::System.Data.SqlClient.SqlCommand)(this._commandCollection[2])).CommandText = "SELECT ISNULL(SID, \'\') AS Expr1\r\nFROM K4EE_Component_Reel_SID_Information WI" + + "TH (no lock)\r\nWHERE (CustCode = @custcode) AND (PartNo = @partno)"; ((global::System.Data.SqlClient.SqlCommand)(this._commandCollection[2])).CommandType = global::System.Data.CommandType.Text; ((global::System.Data.SqlClient.SqlCommand)(this._commandCollection[2])).Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@custcode", global::System.Data.SqlDbType.VarChar, 10, global::System.Data.ParameterDirection.Input, 0, 0, "CustCode", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); ((global::System.Data.SqlClient.SqlCommand)(this._commandCollection[2])).Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@partno", global::System.Data.SqlDbType.VarChar, 100, global::System.Data.ParameterDirection.Input, 0, 0, "PartNo", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._commandCollection[3] = new global::System.Data.SqlClient.SqlCommand(); ((global::System.Data.SqlClient.SqlCommand)(this._commandCollection[3])).Connection = new global::System.Data.SqlClient.SqlConnection(global::Project.Properties.Settings.Default.CS); - ((global::System.Data.SqlClient.SqlCommand)(this._commandCollection[3])).CommandText = "SELECT TOP (1) ISNULL(VLOT, \'\') AS Expr1\r\nFROM Component_Reel_Result\r\nWHERE " + - " (SID = @isd)\r\nORDER BY wdate DESC"; + ((global::System.Data.SqlClient.SqlCommand)(this._commandCollection[3])).CommandText = "SELECT TOP (1) ISNULL(VLOT, \'\') AS Expr1\r\nFROM K4EE_Component_Reel_Result WI" + + "TH (no lock)\r\nWHERE (SID = @isd)\r\nORDER BY wdate DESC"; ((global::System.Data.SqlClient.SqlCommand)(this._commandCollection[3])).CommandType = global::System.Data.CommandType.Text; ((global::System.Data.SqlClient.SqlCommand)(this._commandCollection[3])).Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@isd", global::System.Data.SqlDbType.VarChar, 20, global::System.Data.ParameterDirection.Input, 0, 0, "SID", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._commandCollection[4] = new global::System.Data.SqlClient.SqlCommand(); ((global::System.Data.SqlClient.SqlCommand)(this._commandCollection[4])).Connection = new global::System.Data.SqlClient.SqlConnection(global::Project.Properties.Settings.Default.CS); - ((global::System.Data.SqlClient.SqlCommand)(this._commandCollection[4])).CommandText = "SELECT count(*) FROM Component_Reel_SID_Information WHERE (MC = @mcname) and sid" + - " = @sid"; + ((global::System.Data.SqlClient.SqlCommand)(this._commandCollection[4])).CommandText = "SELECT COUNT(*) AS Expr1\r\nFROM VW_GET_MAX_QTY_VENDOR_LOT WITH (nolock)\r\nWHER" + + "E (SID = @sid)"; ((global::System.Data.SqlClient.SqlCommand)(this._commandCollection[4])).CommandType = global::System.Data.CommandType.Text; - ((global::System.Data.SqlClient.SqlCommand)(this._commandCollection[4])).Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@mcname", global::System.Data.SqlDbType.VarChar, 20, global::System.Data.ParameterDirection.Input, 0, 0, "MC", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); ((global::System.Data.SqlClient.SqlCommand)(this._commandCollection[4])).Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@sid", global::System.Data.SqlDbType.VarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, "SID", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._commandCollection[5] = new global::System.Data.SqlClient.SqlCommand(); ((global::System.Data.SqlClient.SqlCommand)(this._commandCollection[5])).Connection = new global::System.Data.SqlClient.SqlConnection(global::Project.Properties.Settings.Default.CS); - ((global::System.Data.SqlClient.SqlCommand)(this._commandCollection[5])).CommandText = "SELECT COUNT(*) AS Expr1\r\nFROM Component_Reel_Result\r\nWHERE (iNBOUND = \'OK\'" + - ") AND (STIME >= @stime) AND (SID = @sid) AND (BATCH = @batch)"; + ((global::System.Data.SqlClient.SqlCommand)(this._commandCollection[5])).CommandText = "SELECT COUNT(*) AS Expr1\r\nFROM K4EE_Component_Reel_Result WITH (no lock)\r\nWH" + + "ERE (iNBOUND = \'OK\') AND (STIME >= @stime) AND (SID = @sid) AND (BATCH = @batch" + + ")"; ((global::System.Data.SqlClient.SqlCommand)(this._commandCollection[5])).CommandType = global::System.Data.CommandType.Text; ((global::System.Data.SqlClient.SqlCommand)(this._commandCollection[5])).Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@stime", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 0, 0, "STIME", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); ((global::System.Data.SqlClient.SqlCommand)(this._commandCollection[5])).Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@sid", global::System.Data.SqlDbType.VarChar, 20, global::System.Data.ParameterDirection.Input, 0, 0, "SID", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); @@ -22308,7 +22905,6 @@ SELECT Id, Seq, CustCode, Description, Symbol, Pattern, Groups, IsEnable, IsTrus [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] - [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Update, false)] public virtual int SetCustName(string newname, string custcode) { global::System.Data.SqlClient.SqlCommand command = ((global::System.Data.SqlClient.SqlCommand)(this.CommandCollection[1])); if ((newname == null)) { @@ -22417,19 +23013,13 @@ SELECT Id, Seq, CustCode, Description, Symbol, Pattern, Groups, IsEnable, IsTrus [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] - public virtual global::System.Nullable CheckSIDExist(string mcname, string sid) { + public virtual global::System.Nullable CheckSIDExist(string sid) { global::System.Data.SqlClient.SqlCommand command = ((global::System.Data.SqlClient.SqlCommand)(this.CommandCollection[4])); - if ((mcname == null)) { - command.Parameters[0].Value = global::System.DBNull.Value; - } - else { - command.Parameters[0].Value = ((string)(mcname)); - } if ((sid == null)) { throw new global::System.ArgumentNullException("sid"); } else { - command.Parameters[1].Value = ((string)(sid)); + command.Parameters[0].Value = ((string)(sid)); } global::System.Data.ConnectionState previousConnectionState = command.Connection.State; if (((command.Connection.State & global::System.Data.ConnectionState.Open) @@ -22508,21 +23098,21 @@ SELECT Id, Seq, CustCode, Description, Symbol, Pattern, Groups, IsEnable, IsTrus private UpdateOrderOption _updateOrder; - private Component_Reel_ResultTableAdapter _component_Reel_ResultTableAdapter; + private K4EE_Component_Reel_ResultTableAdapter _k4EE_Component_Reel_ResultTableAdapter; - private Component_Reel_RegExRuleTableAdapter _component_Reel_RegExRuleTableAdapter; + private K4EE_Component_Reel_RegExRuleTableAdapter _k4EE_Component_Reel_RegExRuleTableAdapter; - private Component_Reel_SID_ConvertTableAdapter _component_Reel_SID_ConvertTableAdapter; + private K4EE_Component_Reel_SID_ConvertTableAdapter _k4EE_Component_Reel_SID_ConvertTableAdapter; - private Component_Reel_SID_InformationTableAdapter _component_Reel_SID_InformationTableAdapter; + private K4EE_Component_Reel_SID_InformationTableAdapter _k4EE_Component_Reel_SID_InformationTableAdapter; - private Component_Reel_PreSetTableAdapter _component_Reel_PreSetTableAdapter; + private K4EE_Component_Reel_PreSetTableAdapter _k4EE_Component_Reel_PreSetTableAdapter; - private Component_Reel_CustInfoTableAdapter _component_Reel_CustInfoTableAdapter; + private K4EE_Component_Reel_CustInfoTableAdapter _k4EE_Component_Reel_CustInfoTableAdapter; - private Component_Reel_Print_InformationTableAdapter _component_Reel_Print_InformationTableAdapter; + private K4EE_Component_Reel_Print_InformationTableAdapter _k4EE_Component_Reel_Print_InformationTableAdapter; - private Component_Reel_PrintRegExRuleTableAdapter _component_Reel_PrintRegExRuleTableAdapter; + private K4EE_Component_Reel_PrintRegExRuleTableAdapter _k4EE_Component_Reel_PrintRegExRuleTableAdapter; private bool _backupDataSetBeforeUpdate; @@ -22544,12 +23134,12 @@ SELECT Id, Seq, CustCode, Description, Symbol, Pattern, Groups, IsEnable, IsTrus [global::System.ComponentModel.EditorAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterManagerPropertyEditor, Microso" + "ft.VSDesigner, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3" + "a", "System.Drawing.Design.UITypeEditor")] - public Component_Reel_ResultTableAdapter Component_Reel_ResultTableAdapter { + public K4EE_Component_Reel_ResultTableAdapter K4EE_Component_Reel_ResultTableAdapter { get { - return this._component_Reel_ResultTableAdapter; + return this._k4EE_Component_Reel_ResultTableAdapter; } set { - this._component_Reel_ResultTableAdapter = value; + this._k4EE_Component_Reel_ResultTableAdapter = value; } } @@ -22558,12 +23148,12 @@ SELECT Id, Seq, CustCode, Description, Symbol, Pattern, Groups, IsEnable, IsTrus [global::System.ComponentModel.EditorAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterManagerPropertyEditor, Microso" + "ft.VSDesigner, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3" + "a", "System.Drawing.Design.UITypeEditor")] - public Component_Reel_RegExRuleTableAdapter Component_Reel_RegExRuleTableAdapter { + public K4EE_Component_Reel_RegExRuleTableAdapter K4EE_Component_Reel_RegExRuleTableAdapter { get { - return this._component_Reel_RegExRuleTableAdapter; + return this._k4EE_Component_Reel_RegExRuleTableAdapter; } set { - this._component_Reel_RegExRuleTableAdapter = value; + this._k4EE_Component_Reel_RegExRuleTableAdapter = value; } } @@ -22572,12 +23162,12 @@ SELECT Id, Seq, CustCode, Description, Symbol, Pattern, Groups, IsEnable, IsTrus [global::System.ComponentModel.EditorAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterManagerPropertyEditor, Microso" + "ft.VSDesigner, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3" + "a", "System.Drawing.Design.UITypeEditor")] - public Component_Reel_SID_ConvertTableAdapter Component_Reel_SID_ConvertTableAdapter { + public K4EE_Component_Reel_SID_ConvertTableAdapter K4EE_Component_Reel_SID_ConvertTableAdapter { get { - return this._component_Reel_SID_ConvertTableAdapter; + return this._k4EE_Component_Reel_SID_ConvertTableAdapter; } set { - this._component_Reel_SID_ConvertTableAdapter = value; + this._k4EE_Component_Reel_SID_ConvertTableAdapter = value; } } @@ -22586,12 +23176,12 @@ SELECT Id, Seq, CustCode, Description, Symbol, Pattern, Groups, IsEnable, IsTrus [global::System.ComponentModel.EditorAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterManagerPropertyEditor, Microso" + "ft.VSDesigner, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3" + "a", "System.Drawing.Design.UITypeEditor")] - public Component_Reel_SID_InformationTableAdapter Component_Reel_SID_InformationTableAdapter { + public K4EE_Component_Reel_SID_InformationTableAdapter K4EE_Component_Reel_SID_InformationTableAdapter { get { - return this._component_Reel_SID_InformationTableAdapter; + return this._k4EE_Component_Reel_SID_InformationTableAdapter; } set { - this._component_Reel_SID_InformationTableAdapter = value; + this._k4EE_Component_Reel_SID_InformationTableAdapter = value; } } @@ -22600,12 +23190,12 @@ SELECT Id, Seq, CustCode, Description, Symbol, Pattern, Groups, IsEnable, IsTrus [global::System.ComponentModel.EditorAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterManagerPropertyEditor, Microso" + "ft.VSDesigner, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3" + "a", "System.Drawing.Design.UITypeEditor")] - public Component_Reel_PreSetTableAdapter Component_Reel_PreSetTableAdapter { + public K4EE_Component_Reel_PreSetTableAdapter K4EE_Component_Reel_PreSetTableAdapter { get { - return this._component_Reel_PreSetTableAdapter; + return this._k4EE_Component_Reel_PreSetTableAdapter; } set { - this._component_Reel_PreSetTableAdapter = value; + this._k4EE_Component_Reel_PreSetTableAdapter = value; } } @@ -22614,12 +23204,12 @@ SELECT Id, Seq, CustCode, Description, Symbol, Pattern, Groups, IsEnable, IsTrus [global::System.ComponentModel.EditorAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterManagerPropertyEditor, Microso" + "ft.VSDesigner, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3" + "a", "System.Drawing.Design.UITypeEditor")] - public Component_Reel_CustInfoTableAdapter Component_Reel_CustInfoTableAdapter { + public K4EE_Component_Reel_CustInfoTableAdapter K4EE_Component_Reel_CustInfoTableAdapter { get { - return this._component_Reel_CustInfoTableAdapter; + return this._k4EE_Component_Reel_CustInfoTableAdapter; } set { - this._component_Reel_CustInfoTableAdapter = value; + this._k4EE_Component_Reel_CustInfoTableAdapter = value; } } @@ -22628,12 +23218,12 @@ SELECT Id, Seq, CustCode, Description, Symbol, Pattern, Groups, IsEnable, IsTrus [global::System.ComponentModel.EditorAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterManagerPropertyEditor, Microso" + "ft.VSDesigner, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3" + "a", "System.Drawing.Design.UITypeEditor")] - public Component_Reel_Print_InformationTableAdapter Component_Reel_Print_InformationTableAdapter { + public K4EE_Component_Reel_Print_InformationTableAdapter K4EE_Component_Reel_Print_InformationTableAdapter { get { - return this._component_Reel_Print_InformationTableAdapter; + return this._k4EE_Component_Reel_Print_InformationTableAdapter; } set { - this._component_Reel_Print_InformationTableAdapter = value; + this._k4EE_Component_Reel_Print_InformationTableAdapter = value; } } @@ -22642,12 +23232,12 @@ SELECT Id, Seq, CustCode, Description, Symbol, Pattern, Groups, IsEnable, IsTrus [global::System.ComponentModel.EditorAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterManagerPropertyEditor, Microso" + "ft.VSDesigner, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3" + "a", "System.Drawing.Design.UITypeEditor")] - public Component_Reel_PrintRegExRuleTableAdapter Component_Reel_PrintRegExRuleTableAdapter { + public K4EE_Component_Reel_PrintRegExRuleTableAdapter K4EE_Component_Reel_PrintRegExRuleTableAdapter { get { - return this._component_Reel_PrintRegExRuleTableAdapter; + return this._k4EE_Component_Reel_PrintRegExRuleTableAdapter; } set { - this._component_Reel_PrintRegExRuleTableAdapter = value; + this._k4EE_Component_Reel_PrintRegExRuleTableAdapter = value; } } @@ -22670,37 +23260,37 @@ SELECT Id, Seq, CustCode, Description, Symbol, Pattern, Groups, IsEnable, IsTrus if ((this._connection != null)) { return this._connection; } - if (((this._component_Reel_ResultTableAdapter != null) - && (this._component_Reel_ResultTableAdapter.Connection != null))) { - return this._component_Reel_ResultTableAdapter.Connection; + if (((this._k4EE_Component_Reel_ResultTableAdapter != null) + && (this._k4EE_Component_Reel_ResultTableAdapter.Connection != null))) { + return this._k4EE_Component_Reel_ResultTableAdapter.Connection; } - if (((this._component_Reel_RegExRuleTableAdapter != null) - && (this._component_Reel_RegExRuleTableAdapter.Connection != null))) { - return this._component_Reel_RegExRuleTableAdapter.Connection; + if (((this._k4EE_Component_Reel_RegExRuleTableAdapter != null) + && (this._k4EE_Component_Reel_RegExRuleTableAdapter.Connection != null))) { + return this._k4EE_Component_Reel_RegExRuleTableAdapter.Connection; } - if (((this._component_Reel_SID_ConvertTableAdapter != null) - && (this._component_Reel_SID_ConvertTableAdapter.Connection != null))) { - return this._component_Reel_SID_ConvertTableAdapter.Connection; + if (((this._k4EE_Component_Reel_SID_ConvertTableAdapter != null) + && (this._k4EE_Component_Reel_SID_ConvertTableAdapter.Connection != null))) { + return this._k4EE_Component_Reel_SID_ConvertTableAdapter.Connection; } - if (((this._component_Reel_SID_InformationTableAdapter != null) - && (this._component_Reel_SID_InformationTableAdapter.Connection != null))) { - return this._component_Reel_SID_InformationTableAdapter.Connection; + if (((this._k4EE_Component_Reel_SID_InformationTableAdapter != null) + && (this._k4EE_Component_Reel_SID_InformationTableAdapter.Connection != null))) { + return this._k4EE_Component_Reel_SID_InformationTableAdapter.Connection; } - if (((this._component_Reel_PreSetTableAdapter != null) - && (this._component_Reel_PreSetTableAdapter.Connection != null))) { - return this._component_Reel_PreSetTableAdapter.Connection; + if (((this._k4EE_Component_Reel_PreSetTableAdapter != null) + && (this._k4EE_Component_Reel_PreSetTableAdapter.Connection != null))) { + return this._k4EE_Component_Reel_PreSetTableAdapter.Connection; } - if (((this._component_Reel_CustInfoTableAdapter != null) - && (this._component_Reel_CustInfoTableAdapter.Connection != null))) { - return this._component_Reel_CustInfoTableAdapter.Connection; + if (((this._k4EE_Component_Reel_CustInfoTableAdapter != null) + && (this._k4EE_Component_Reel_CustInfoTableAdapter.Connection != null))) { + return this._k4EE_Component_Reel_CustInfoTableAdapter.Connection; } - if (((this._component_Reel_Print_InformationTableAdapter != null) - && (this._component_Reel_Print_InformationTableAdapter.Connection != null))) { - return this._component_Reel_Print_InformationTableAdapter.Connection; + if (((this._k4EE_Component_Reel_Print_InformationTableAdapter != null) + && (this._k4EE_Component_Reel_Print_InformationTableAdapter.Connection != null))) { + return this._k4EE_Component_Reel_Print_InformationTableAdapter.Connection; } - if (((this._component_Reel_PrintRegExRuleTableAdapter != null) - && (this._component_Reel_PrintRegExRuleTableAdapter.Connection != null))) { - return this._component_Reel_PrintRegExRuleTableAdapter.Connection; + if (((this._k4EE_Component_Reel_PrintRegExRuleTableAdapter != null) + && (this._k4EE_Component_Reel_PrintRegExRuleTableAdapter.Connection != null))) { + return this._k4EE_Component_Reel_PrintRegExRuleTableAdapter.Connection; } return null; } @@ -22715,28 +23305,28 @@ SELECT Id, Seq, CustCode, Description, Symbol, Pattern, Groups, IsEnable, IsTrus public int TableAdapterInstanceCount { get { int count = 0; - if ((this._component_Reel_ResultTableAdapter != null)) { + if ((this._k4EE_Component_Reel_ResultTableAdapter != null)) { count = (count + 1); } - if ((this._component_Reel_RegExRuleTableAdapter != null)) { + if ((this._k4EE_Component_Reel_RegExRuleTableAdapter != null)) { count = (count + 1); } - if ((this._component_Reel_SID_ConvertTableAdapter != null)) { + if ((this._k4EE_Component_Reel_SID_ConvertTableAdapter != null)) { count = (count + 1); } - if ((this._component_Reel_SID_InformationTableAdapter != null)) { + if ((this._k4EE_Component_Reel_SID_InformationTableAdapter != null)) { count = (count + 1); } - if ((this._component_Reel_PreSetTableAdapter != null)) { + if ((this._k4EE_Component_Reel_PreSetTableAdapter != null)) { count = (count + 1); } - if ((this._component_Reel_CustInfoTableAdapter != null)) { + if ((this._k4EE_Component_Reel_CustInfoTableAdapter != null)) { count = (count + 1); } - if ((this._component_Reel_Print_InformationTableAdapter != null)) { + if ((this._k4EE_Component_Reel_Print_InformationTableAdapter != null)) { count = (count + 1); } - if ((this._component_Reel_PrintRegExRuleTableAdapter != null)) { + if ((this._k4EE_Component_Reel_PrintRegExRuleTableAdapter != null)) { count = (count + 1); } return count; @@ -22750,75 +23340,75 @@ SELECT Id, Seq, CustCode, Description, Symbol, Pattern, Groups, IsEnable, IsTrus [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] private int UpdateUpdatedRows(DataSet1 dataSet, global::System.Collections.Generic.List allChangedRows, global::System.Collections.Generic.List allAddedRows) { int result = 0; - if ((this._component_Reel_Print_InformationTableAdapter != null)) { - global::System.Data.DataRow[] updatedRows = dataSet.Component_Reel_Print_Information.Select(null, null, global::System.Data.DataViewRowState.ModifiedCurrent); + if ((this._k4EE_Component_Reel_PrintRegExRuleTableAdapter != null)) { + global::System.Data.DataRow[] updatedRows = dataSet.K4EE_Component_Reel_PrintRegExRule.Select(null, null, global::System.Data.DataViewRowState.ModifiedCurrent); updatedRows = this.GetRealUpdatedRows(updatedRows, allAddedRows); if (((updatedRows != null) && (0 < updatedRows.Length))) { - result = (result + this._component_Reel_Print_InformationTableAdapter.Update(updatedRows)); + result = (result + this._k4EE_Component_Reel_PrintRegExRuleTableAdapter.Update(updatedRows)); allChangedRows.AddRange(updatedRows); } } - if ((this._component_Reel_CustInfoTableAdapter != null)) { - global::System.Data.DataRow[] updatedRows = dataSet.Component_Reel_CustInfo.Select(null, null, global::System.Data.DataViewRowState.ModifiedCurrent); + if ((this._k4EE_Component_Reel_Print_InformationTableAdapter != null)) { + global::System.Data.DataRow[] updatedRows = dataSet.K4EE_Component_Reel_Print_Information.Select(null, null, global::System.Data.DataViewRowState.ModifiedCurrent); updatedRows = this.GetRealUpdatedRows(updatedRows, allAddedRows); if (((updatedRows != null) && (0 < updatedRows.Length))) { - result = (result + this._component_Reel_CustInfoTableAdapter.Update(updatedRows)); + result = (result + this._k4EE_Component_Reel_Print_InformationTableAdapter.Update(updatedRows)); allChangedRows.AddRange(updatedRows); } } - if ((this._component_Reel_PreSetTableAdapter != null)) { - global::System.Data.DataRow[] updatedRows = dataSet.Component_Reel_PreSet.Select(null, null, global::System.Data.DataViewRowState.ModifiedCurrent); + if ((this._k4EE_Component_Reel_CustInfoTableAdapter != null)) { + global::System.Data.DataRow[] updatedRows = dataSet.K4EE_Component_Reel_CustInfo.Select(null, null, global::System.Data.DataViewRowState.ModifiedCurrent); updatedRows = this.GetRealUpdatedRows(updatedRows, allAddedRows); if (((updatedRows != null) && (0 < updatedRows.Length))) { - result = (result + this._component_Reel_PreSetTableAdapter.Update(updatedRows)); + result = (result + this._k4EE_Component_Reel_CustInfoTableAdapter.Update(updatedRows)); allChangedRows.AddRange(updatedRows); } } - if ((this._component_Reel_SID_InformationTableAdapter != null)) { - global::System.Data.DataRow[] updatedRows = dataSet.Component_Reel_SID_Information.Select(null, null, global::System.Data.DataViewRowState.ModifiedCurrent); + if ((this._k4EE_Component_Reel_PreSetTableAdapter != null)) { + global::System.Data.DataRow[] updatedRows = dataSet.K4EE_Component_Reel_PreSet.Select(null, null, global::System.Data.DataViewRowState.ModifiedCurrent); updatedRows = this.GetRealUpdatedRows(updatedRows, allAddedRows); if (((updatedRows != null) && (0 < updatedRows.Length))) { - result = (result + this._component_Reel_SID_InformationTableAdapter.Update(updatedRows)); + result = (result + this._k4EE_Component_Reel_PreSetTableAdapter.Update(updatedRows)); allChangedRows.AddRange(updatedRows); } } - if ((this._component_Reel_SID_ConvertTableAdapter != null)) { - global::System.Data.DataRow[] updatedRows = dataSet.Component_Reel_SID_Convert.Select(null, null, global::System.Data.DataViewRowState.ModifiedCurrent); + if ((this._k4EE_Component_Reel_SID_InformationTableAdapter != null)) { + global::System.Data.DataRow[] updatedRows = dataSet.K4EE_Component_Reel_SID_Information.Select(null, null, global::System.Data.DataViewRowState.ModifiedCurrent); updatedRows = this.GetRealUpdatedRows(updatedRows, allAddedRows); if (((updatedRows != null) && (0 < updatedRows.Length))) { - result = (result + this._component_Reel_SID_ConvertTableAdapter.Update(updatedRows)); + result = (result + this._k4EE_Component_Reel_SID_InformationTableAdapter.Update(updatedRows)); allChangedRows.AddRange(updatedRows); } } - if ((this._component_Reel_RegExRuleTableAdapter != null)) { - global::System.Data.DataRow[] updatedRows = dataSet.Component_Reel_RegExRule.Select(null, null, global::System.Data.DataViewRowState.ModifiedCurrent); + if ((this._k4EE_Component_Reel_SID_ConvertTableAdapter != null)) { + global::System.Data.DataRow[] updatedRows = dataSet.K4EE_Component_Reel_SID_Convert.Select(null, null, global::System.Data.DataViewRowState.ModifiedCurrent); updatedRows = this.GetRealUpdatedRows(updatedRows, allAddedRows); if (((updatedRows != null) && (0 < updatedRows.Length))) { - result = (result + this._component_Reel_RegExRuleTableAdapter.Update(updatedRows)); + result = (result + this._k4EE_Component_Reel_SID_ConvertTableAdapter.Update(updatedRows)); allChangedRows.AddRange(updatedRows); } } - if ((this._component_Reel_ResultTableAdapter != null)) { - global::System.Data.DataRow[] updatedRows = dataSet.Component_Reel_Result.Select(null, null, global::System.Data.DataViewRowState.ModifiedCurrent); + if ((this._k4EE_Component_Reel_RegExRuleTableAdapter != null)) { + global::System.Data.DataRow[] updatedRows = dataSet.K4EE_Component_Reel_RegExRule.Select(null, null, global::System.Data.DataViewRowState.ModifiedCurrent); updatedRows = this.GetRealUpdatedRows(updatedRows, allAddedRows); if (((updatedRows != null) && (0 < updatedRows.Length))) { - result = (result + this._component_Reel_ResultTableAdapter.Update(updatedRows)); + result = (result + this._k4EE_Component_Reel_RegExRuleTableAdapter.Update(updatedRows)); allChangedRows.AddRange(updatedRows); } } - if ((this._component_Reel_PrintRegExRuleTableAdapter != null)) { - global::System.Data.DataRow[] updatedRows = dataSet.Component_Reel_PrintRegExRule.Select(null, null, global::System.Data.DataViewRowState.ModifiedCurrent); + if ((this._k4EE_Component_Reel_ResultTableAdapter != null)) { + global::System.Data.DataRow[] updatedRows = dataSet.K4EE_Component_Reel_Result.Select(null, null, global::System.Data.DataViewRowState.ModifiedCurrent); updatedRows = this.GetRealUpdatedRows(updatedRows, allAddedRows); if (((updatedRows != null) && (0 < updatedRows.Length))) { - result = (result + this._component_Reel_PrintRegExRuleTableAdapter.Update(updatedRows)); + result = (result + this._k4EE_Component_Reel_ResultTableAdapter.Update(updatedRows)); allChangedRows.AddRange(updatedRows); } } @@ -22832,67 +23422,67 @@ SELECT Id, Seq, CustCode, Description, Symbol, Pattern, Groups, IsEnable, IsTrus [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] private int UpdateInsertedRows(DataSet1 dataSet, global::System.Collections.Generic.List allAddedRows) { int result = 0; - if ((this._component_Reel_Print_InformationTableAdapter != null)) { - global::System.Data.DataRow[] addedRows = dataSet.Component_Reel_Print_Information.Select(null, null, global::System.Data.DataViewRowState.Added); + if ((this._k4EE_Component_Reel_PrintRegExRuleTableAdapter != null)) { + global::System.Data.DataRow[] addedRows = dataSet.K4EE_Component_Reel_PrintRegExRule.Select(null, null, global::System.Data.DataViewRowState.Added); if (((addedRows != null) && (0 < addedRows.Length))) { - result = (result + this._component_Reel_Print_InformationTableAdapter.Update(addedRows)); + result = (result + this._k4EE_Component_Reel_PrintRegExRuleTableAdapter.Update(addedRows)); allAddedRows.AddRange(addedRows); } } - if ((this._component_Reel_CustInfoTableAdapter != null)) { - global::System.Data.DataRow[] addedRows = dataSet.Component_Reel_CustInfo.Select(null, null, global::System.Data.DataViewRowState.Added); + if ((this._k4EE_Component_Reel_Print_InformationTableAdapter != null)) { + global::System.Data.DataRow[] addedRows = dataSet.K4EE_Component_Reel_Print_Information.Select(null, null, global::System.Data.DataViewRowState.Added); if (((addedRows != null) && (0 < addedRows.Length))) { - result = (result + this._component_Reel_CustInfoTableAdapter.Update(addedRows)); + result = (result + this._k4EE_Component_Reel_Print_InformationTableAdapter.Update(addedRows)); allAddedRows.AddRange(addedRows); } } - if ((this._component_Reel_PreSetTableAdapter != null)) { - global::System.Data.DataRow[] addedRows = dataSet.Component_Reel_PreSet.Select(null, null, global::System.Data.DataViewRowState.Added); + if ((this._k4EE_Component_Reel_CustInfoTableAdapter != null)) { + global::System.Data.DataRow[] addedRows = dataSet.K4EE_Component_Reel_CustInfo.Select(null, null, global::System.Data.DataViewRowState.Added); if (((addedRows != null) && (0 < addedRows.Length))) { - result = (result + this._component_Reel_PreSetTableAdapter.Update(addedRows)); + result = (result + this._k4EE_Component_Reel_CustInfoTableAdapter.Update(addedRows)); allAddedRows.AddRange(addedRows); } } - if ((this._component_Reel_SID_InformationTableAdapter != null)) { - global::System.Data.DataRow[] addedRows = dataSet.Component_Reel_SID_Information.Select(null, null, global::System.Data.DataViewRowState.Added); + if ((this._k4EE_Component_Reel_PreSetTableAdapter != null)) { + global::System.Data.DataRow[] addedRows = dataSet.K4EE_Component_Reel_PreSet.Select(null, null, global::System.Data.DataViewRowState.Added); if (((addedRows != null) && (0 < addedRows.Length))) { - result = (result + this._component_Reel_SID_InformationTableAdapter.Update(addedRows)); + result = (result + this._k4EE_Component_Reel_PreSetTableAdapter.Update(addedRows)); allAddedRows.AddRange(addedRows); } } - if ((this._component_Reel_SID_ConvertTableAdapter != null)) { - global::System.Data.DataRow[] addedRows = dataSet.Component_Reel_SID_Convert.Select(null, null, global::System.Data.DataViewRowState.Added); + if ((this._k4EE_Component_Reel_SID_InformationTableAdapter != null)) { + global::System.Data.DataRow[] addedRows = dataSet.K4EE_Component_Reel_SID_Information.Select(null, null, global::System.Data.DataViewRowState.Added); if (((addedRows != null) && (0 < addedRows.Length))) { - result = (result + this._component_Reel_SID_ConvertTableAdapter.Update(addedRows)); + result = (result + this._k4EE_Component_Reel_SID_InformationTableAdapter.Update(addedRows)); allAddedRows.AddRange(addedRows); } } - if ((this._component_Reel_RegExRuleTableAdapter != null)) { - global::System.Data.DataRow[] addedRows = dataSet.Component_Reel_RegExRule.Select(null, null, global::System.Data.DataViewRowState.Added); + if ((this._k4EE_Component_Reel_SID_ConvertTableAdapter != null)) { + global::System.Data.DataRow[] addedRows = dataSet.K4EE_Component_Reel_SID_Convert.Select(null, null, global::System.Data.DataViewRowState.Added); if (((addedRows != null) && (0 < addedRows.Length))) { - result = (result + this._component_Reel_RegExRuleTableAdapter.Update(addedRows)); + result = (result + this._k4EE_Component_Reel_SID_ConvertTableAdapter.Update(addedRows)); allAddedRows.AddRange(addedRows); } } - if ((this._component_Reel_ResultTableAdapter != null)) { - global::System.Data.DataRow[] addedRows = dataSet.Component_Reel_Result.Select(null, null, global::System.Data.DataViewRowState.Added); + if ((this._k4EE_Component_Reel_RegExRuleTableAdapter != null)) { + global::System.Data.DataRow[] addedRows = dataSet.K4EE_Component_Reel_RegExRule.Select(null, null, global::System.Data.DataViewRowState.Added); if (((addedRows != null) && (0 < addedRows.Length))) { - result = (result + this._component_Reel_ResultTableAdapter.Update(addedRows)); + result = (result + this._k4EE_Component_Reel_RegExRuleTableAdapter.Update(addedRows)); allAddedRows.AddRange(addedRows); } } - if ((this._component_Reel_PrintRegExRuleTableAdapter != null)) { - global::System.Data.DataRow[] addedRows = dataSet.Component_Reel_PrintRegExRule.Select(null, null, global::System.Data.DataViewRowState.Added); + if ((this._k4EE_Component_Reel_ResultTableAdapter != null)) { + global::System.Data.DataRow[] addedRows = dataSet.K4EE_Component_Reel_Result.Select(null, null, global::System.Data.DataViewRowState.Added); if (((addedRows != null) && (0 < addedRows.Length))) { - result = (result + this._component_Reel_PrintRegExRuleTableAdapter.Update(addedRows)); + result = (result + this._k4EE_Component_Reel_ResultTableAdapter.Update(addedRows)); allAddedRows.AddRange(addedRows); } } @@ -22906,67 +23496,67 @@ SELECT Id, Seq, CustCode, Description, Symbol, Pattern, Groups, IsEnable, IsTrus [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] private int UpdateDeletedRows(DataSet1 dataSet, global::System.Collections.Generic.List allChangedRows) { int result = 0; - if ((this._component_Reel_PrintRegExRuleTableAdapter != null)) { - global::System.Data.DataRow[] deletedRows = dataSet.Component_Reel_PrintRegExRule.Select(null, null, global::System.Data.DataViewRowState.Deleted); + if ((this._k4EE_Component_Reel_ResultTableAdapter != null)) { + global::System.Data.DataRow[] deletedRows = dataSet.K4EE_Component_Reel_Result.Select(null, null, global::System.Data.DataViewRowState.Deleted); if (((deletedRows != null) && (0 < deletedRows.Length))) { - result = (result + this._component_Reel_PrintRegExRuleTableAdapter.Update(deletedRows)); + result = (result + this._k4EE_Component_Reel_ResultTableAdapter.Update(deletedRows)); allChangedRows.AddRange(deletedRows); } } - if ((this._component_Reel_ResultTableAdapter != null)) { - global::System.Data.DataRow[] deletedRows = dataSet.Component_Reel_Result.Select(null, null, global::System.Data.DataViewRowState.Deleted); + if ((this._k4EE_Component_Reel_RegExRuleTableAdapter != null)) { + global::System.Data.DataRow[] deletedRows = dataSet.K4EE_Component_Reel_RegExRule.Select(null, null, global::System.Data.DataViewRowState.Deleted); if (((deletedRows != null) && (0 < deletedRows.Length))) { - result = (result + this._component_Reel_ResultTableAdapter.Update(deletedRows)); + result = (result + this._k4EE_Component_Reel_RegExRuleTableAdapter.Update(deletedRows)); allChangedRows.AddRange(deletedRows); } } - if ((this._component_Reel_RegExRuleTableAdapter != null)) { - global::System.Data.DataRow[] deletedRows = dataSet.Component_Reel_RegExRule.Select(null, null, global::System.Data.DataViewRowState.Deleted); + if ((this._k4EE_Component_Reel_SID_ConvertTableAdapter != null)) { + global::System.Data.DataRow[] deletedRows = dataSet.K4EE_Component_Reel_SID_Convert.Select(null, null, global::System.Data.DataViewRowState.Deleted); if (((deletedRows != null) && (0 < deletedRows.Length))) { - result = (result + this._component_Reel_RegExRuleTableAdapter.Update(deletedRows)); + result = (result + this._k4EE_Component_Reel_SID_ConvertTableAdapter.Update(deletedRows)); allChangedRows.AddRange(deletedRows); } } - if ((this._component_Reel_SID_ConvertTableAdapter != null)) { - global::System.Data.DataRow[] deletedRows = dataSet.Component_Reel_SID_Convert.Select(null, null, global::System.Data.DataViewRowState.Deleted); + if ((this._k4EE_Component_Reel_SID_InformationTableAdapter != null)) { + global::System.Data.DataRow[] deletedRows = dataSet.K4EE_Component_Reel_SID_Information.Select(null, null, global::System.Data.DataViewRowState.Deleted); if (((deletedRows != null) && (0 < deletedRows.Length))) { - result = (result + this._component_Reel_SID_ConvertTableAdapter.Update(deletedRows)); + result = (result + this._k4EE_Component_Reel_SID_InformationTableAdapter.Update(deletedRows)); allChangedRows.AddRange(deletedRows); } } - if ((this._component_Reel_SID_InformationTableAdapter != null)) { - global::System.Data.DataRow[] deletedRows = dataSet.Component_Reel_SID_Information.Select(null, null, global::System.Data.DataViewRowState.Deleted); + if ((this._k4EE_Component_Reel_PreSetTableAdapter != null)) { + global::System.Data.DataRow[] deletedRows = dataSet.K4EE_Component_Reel_PreSet.Select(null, null, global::System.Data.DataViewRowState.Deleted); if (((deletedRows != null) && (0 < deletedRows.Length))) { - result = (result + this._component_Reel_SID_InformationTableAdapter.Update(deletedRows)); + result = (result + this._k4EE_Component_Reel_PreSetTableAdapter.Update(deletedRows)); allChangedRows.AddRange(deletedRows); } } - if ((this._component_Reel_PreSetTableAdapter != null)) { - global::System.Data.DataRow[] deletedRows = dataSet.Component_Reel_PreSet.Select(null, null, global::System.Data.DataViewRowState.Deleted); + if ((this._k4EE_Component_Reel_CustInfoTableAdapter != null)) { + global::System.Data.DataRow[] deletedRows = dataSet.K4EE_Component_Reel_CustInfo.Select(null, null, global::System.Data.DataViewRowState.Deleted); if (((deletedRows != null) && (0 < deletedRows.Length))) { - result = (result + this._component_Reel_PreSetTableAdapter.Update(deletedRows)); + result = (result + this._k4EE_Component_Reel_CustInfoTableAdapter.Update(deletedRows)); allChangedRows.AddRange(deletedRows); } } - if ((this._component_Reel_CustInfoTableAdapter != null)) { - global::System.Data.DataRow[] deletedRows = dataSet.Component_Reel_CustInfo.Select(null, null, global::System.Data.DataViewRowState.Deleted); + if ((this._k4EE_Component_Reel_Print_InformationTableAdapter != null)) { + global::System.Data.DataRow[] deletedRows = dataSet.K4EE_Component_Reel_Print_Information.Select(null, null, global::System.Data.DataViewRowState.Deleted); if (((deletedRows != null) && (0 < deletedRows.Length))) { - result = (result + this._component_Reel_CustInfoTableAdapter.Update(deletedRows)); + result = (result + this._k4EE_Component_Reel_Print_InformationTableAdapter.Update(deletedRows)); allChangedRows.AddRange(deletedRows); } } - if ((this._component_Reel_Print_InformationTableAdapter != null)) { - global::System.Data.DataRow[] deletedRows = dataSet.Component_Reel_Print_Information.Select(null, null, global::System.Data.DataViewRowState.Deleted); + if ((this._k4EE_Component_Reel_PrintRegExRuleTableAdapter != null)) { + global::System.Data.DataRow[] deletedRows = dataSet.K4EE_Component_Reel_PrintRegExRule.Select(null, null, global::System.Data.DataViewRowState.Deleted); if (((deletedRows != null) && (0 < deletedRows.Length))) { - result = (result + this._component_Reel_Print_InformationTableAdapter.Update(deletedRows)); + result = (result + this._k4EE_Component_Reel_PrintRegExRuleTableAdapter.Update(deletedRows)); allChangedRows.AddRange(deletedRows); } } @@ -23009,36 +23599,36 @@ SELECT Id, Seq, CustCode, Description, Symbol, Pattern, Groups, IsEnable, IsTrus if ((dataSet.HasChanges() == false)) { return 0; } - if (((this._component_Reel_ResultTableAdapter != null) - && (this.MatchTableAdapterConnection(this._component_Reel_ResultTableAdapter.Connection) == false))) { + if (((this._k4EE_Component_Reel_ResultTableAdapter != null) + && (this.MatchTableAdapterConnection(this._k4EE_Component_Reel_ResultTableAdapter.Connection) == false))) { throw new global::System.ArgumentException("TableAdapterManager에서 관리하는 모든 TableAdapter에는 동일한 연결 문자열을 사용해야 합니다."); } - if (((this._component_Reel_RegExRuleTableAdapter != null) - && (this.MatchTableAdapterConnection(this._component_Reel_RegExRuleTableAdapter.Connection) == false))) { + if (((this._k4EE_Component_Reel_RegExRuleTableAdapter != null) + && (this.MatchTableAdapterConnection(this._k4EE_Component_Reel_RegExRuleTableAdapter.Connection) == false))) { throw new global::System.ArgumentException("TableAdapterManager에서 관리하는 모든 TableAdapter에는 동일한 연결 문자열을 사용해야 합니다."); } - if (((this._component_Reel_SID_ConvertTableAdapter != null) - && (this.MatchTableAdapterConnection(this._component_Reel_SID_ConvertTableAdapter.Connection) == false))) { + if (((this._k4EE_Component_Reel_SID_ConvertTableAdapter != null) + && (this.MatchTableAdapterConnection(this._k4EE_Component_Reel_SID_ConvertTableAdapter.Connection) == false))) { throw new global::System.ArgumentException("TableAdapterManager에서 관리하는 모든 TableAdapter에는 동일한 연결 문자열을 사용해야 합니다."); } - if (((this._component_Reel_SID_InformationTableAdapter != null) - && (this.MatchTableAdapterConnection(this._component_Reel_SID_InformationTableAdapter.Connection) == false))) { + if (((this._k4EE_Component_Reel_SID_InformationTableAdapter != null) + && (this.MatchTableAdapterConnection(this._k4EE_Component_Reel_SID_InformationTableAdapter.Connection) == false))) { throw new global::System.ArgumentException("TableAdapterManager에서 관리하는 모든 TableAdapter에는 동일한 연결 문자열을 사용해야 합니다."); } - if (((this._component_Reel_PreSetTableAdapter != null) - && (this.MatchTableAdapterConnection(this._component_Reel_PreSetTableAdapter.Connection) == false))) { + if (((this._k4EE_Component_Reel_PreSetTableAdapter != null) + && (this.MatchTableAdapterConnection(this._k4EE_Component_Reel_PreSetTableAdapter.Connection) == false))) { throw new global::System.ArgumentException("TableAdapterManager에서 관리하는 모든 TableAdapter에는 동일한 연결 문자열을 사용해야 합니다."); } - if (((this._component_Reel_CustInfoTableAdapter != null) - && (this.MatchTableAdapterConnection(this._component_Reel_CustInfoTableAdapter.Connection) == false))) { + if (((this._k4EE_Component_Reel_CustInfoTableAdapter != null) + && (this.MatchTableAdapterConnection(this._k4EE_Component_Reel_CustInfoTableAdapter.Connection) == false))) { throw new global::System.ArgumentException("TableAdapterManager에서 관리하는 모든 TableAdapter에는 동일한 연결 문자열을 사용해야 합니다."); } - if (((this._component_Reel_Print_InformationTableAdapter != null) - && (this.MatchTableAdapterConnection(this._component_Reel_Print_InformationTableAdapter.Connection) == false))) { + if (((this._k4EE_Component_Reel_Print_InformationTableAdapter != null) + && (this.MatchTableAdapterConnection(this._k4EE_Component_Reel_Print_InformationTableAdapter.Connection) == false))) { throw new global::System.ArgumentException("TableAdapterManager에서 관리하는 모든 TableAdapter에는 동일한 연결 문자열을 사용해야 합니다."); } - if (((this._component_Reel_PrintRegExRuleTableAdapter != null) - && (this.MatchTableAdapterConnection(this._component_Reel_PrintRegExRuleTableAdapter.Connection) == false))) { + if (((this._k4EE_Component_Reel_PrintRegExRuleTableAdapter != null) + && (this.MatchTableAdapterConnection(this._k4EE_Component_Reel_PrintRegExRuleTableAdapter.Connection) == false))) { throw new global::System.ArgumentException("TableAdapterManager에서 관리하는 모든 TableAdapter에는 동일한 연결 문자열을 사용해야 합니다."); } global::System.Data.IDbConnection workConnection = this.Connection; @@ -23072,76 +23662,76 @@ SELECT Id, Seq, CustCode, Description, Symbol, Pattern, Groups, IsEnable, IsTrus try { // ---- Prepare for update ----------- // - if ((this._component_Reel_ResultTableAdapter != null)) { - revertConnections.Add(this._component_Reel_ResultTableAdapter, this._component_Reel_ResultTableAdapter.Connection); - this._component_Reel_ResultTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(workConnection)); - this._component_Reel_ResultTableAdapter.Transaction = ((global::System.Data.SqlClient.SqlTransaction)(workTransaction)); - if (this._component_Reel_ResultTableAdapter.Adapter.AcceptChangesDuringUpdate) { - this._component_Reel_ResultTableAdapter.Adapter.AcceptChangesDuringUpdate = false; - adaptersWithAcceptChangesDuringUpdate.Add(this._component_Reel_ResultTableAdapter.Adapter); + if ((this._k4EE_Component_Reel_ResultTableAdapter != null)) { + revertConnections.Add(this._k4EE_Component_Reel_ResultTableAdapter, this._k4EE_Component_Reel_ResultTableAdapter.Connection); + this._k4EE_Component_Reel_ResultTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(workConnection)); + this._k4EE_Component_Reel_ResultTableAdapter.Transaction = ((global::System.Data.SqlClient.SqlTransaction)(workTransaction)); + if (this._k4EE_Component_Reel_ResultTableAdapter.Adapter.AcceptChangesDuringUpdate) { + this._k4EE_Component_Reel_ResultTableAdapter.Adapter.AcceptChangesDuringUpdate = false; + adaptersWithAcceptChangesDuringUpdate.Add(this._k4EE_Component_Reel_ResultTableAdapter.Adapter); } } - if ((this._component_Reel_RegExRuleTableAdapter != null)) { - revertConnections.Add(this._component_Reel_RegExRuleTableAdapter, this._component_Reel_RegExRuleTableAdapter.Connection); - this._component_Reel_RegExRuleTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(workConnection)); - this._component_Reel_RegExRuleTableAdapter.Transaction = ((global::System.Data.SqlClient.SqlTransaction)(workTransaction)); - if (this._component_Reel_RegExRuleTableAdapter.Adapter.AcceptChangesDuringUpdate) { - this._component_Reel_RegExRuleTableAdapter.Adapter.AcceptChangesDuringUpdate = false; - adaptersWithAcceptChangesDuringUpdate.Add(this._component_Reel_RegExRuleTableAdapter.Adapter); + if ((this._k4EE_Component_Reel_RegExRuleTableAdapter != null)) { + revertConnections.Add(this._k4EE_Component_Reel_RegExRuleTableAdapter, this._k4EE_Component_Reel_RegExRuleTableAdapter.Connection); + this._k4EE_Component_Reel_RegExRuleTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(workConnection)); + this._k4EE_Component_Reel_RegExRuleTableAdapter.Transaction = ((global::System.Data.SqlClient.SqlTransaction)(workTransaction)); + if (this._k4EE_Component_Reel_RegExRuleTableAdapter.Adapter.AcceptChangesDuringUpdate) { + this._k4EE_Component_Reel_RegExRuleTableAdapter.Adapter.AcceptChangesDuringUpdate = false; + adaptersWithAcceptChangesDuringUpdate.Add(this._k4EE_Component_Reel_RegExRuleTableAdapter.Adapter); } } - if ((this._component_Reel_SID_ConvertTableAdapter != null)) { - revertConnections.Add(this._component_Reel_SID_ConvertTableAdapter, this._component_Reel_SID_ConvertTableAdapter.Connection); - this._component_Reel_SID_ConvertTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(workConnection)); - this._component_Reel_SID_ConvertTableAdapter.Transaction = ((global::System.Data.SqlClient.SqlTransaction)(workTransaction)); - if (this._component_Reel_SID_ConvertTableAdapter.Adapter.AcceptChangesDuringUpdate) { - this._component_Reel_SID_ConvertTableAdapter.Adapter.AcceptChangesDuringUpdate = false; - adaptersWithAcceptChangesDuringUpdate.Add(this._component_Reel_SID_ConvertTableAdapter.Adapter); + if ((this._k4EE_Component_Reel_SID_ConvertTableAdapter != null)) { + revertConnections.Add(this._k4EE_Component_Reel_SID_ConvertTableAdapter, this._k4EE_Component_Reel_SID_ConvertTableAdapter.Connection); + this._k4EE_Component_Reel_SID_ConvertTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(workConnection)); + this._k4EE_Component_Reel_SID_ConvertTableAdapter.Transaction = ((global::System.Data.SqlClient.SqlTransaction)(workTransaction)); + if (this._k4EE_Component_Reel_SID_ConvertTableAdapter.Adapter.AcceptChangesDuringUpdate) { + this._k4EE_Component_Reel_SID_ConvertTableAdapter.Adapter.AcceptChangesDuringUpdate = false; + adaptersWithAcceptChangesDuringUpdate.Add(this._k4EE_Component_Reel_SID_ConvertTableAdapter.Adapter); } } - if ((this._component_Reel_SID_InformationTableAdapter != null)) { - revertConnections.Add(this._component_Reel_SID_InformationTableAdapter, this._component_Reel_SID_InformationTableAdapter.Connection); - this._component_Reel_SID_InformationTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(workConnection)); - this._component_Reel_SID_InformationTableAdapter.Transaction = ((global::System.Data.SqlClient.SqlTransaction)(workTransaction)); - if (this._component_Reel_SID_InformationTableAdapter.Adapter.AcceptChangesDuringUpdate) { - this._component_Reel_SID_InformationTableAdapter.Adapter.AcceptChangesDuringUpdate = false; - adaptersWithAcceptChangesDuringUpdate.Add(this._component_Reel_SID_InformationTableAdapter.Adapter); + if ((this._k4EE_Component_Reel_SID_InformationTableAdapter != null)) { + revertConnections.Add(this._k4EE_Component_Reel_SID_InformationTableAdapter, this._k4EE_Component_Reel_SID_InformationTableAdapter.Connection); + this._k4EE_Component_Reel_SID_InformationTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(workConnection)); + this._k4EE_Component_Reel_SID_InformationTableAdapter.Transaction = ((global::System.Data.SqlClient.SqlTransaction)(workTransaction)); + if (this._k4EE_Component_Reel_SID_InformationTableAdapter.Adapter.AcceptChangesDuringUpdate) { + this._k4EE_Component_Reel_SID_InformationTableAdapter.Adapter.AcceptChangesDuringUpdate = false; + adaptersWithAcceptChangesDuringUpdate.Add(this._k4EE_Component_Reel_SID_InformationTableAdapter.Adapter); } } - if ((this._component_Reel_PreSetTableAdapter != null)) { - revertConnections.Add(this._component_Reel_PreSetTableAdapter, this._component_Reel_PreSetTableAdapter.Connection); - this._component_Reel_PreSetTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(workConnection)); - this._component_Reel_PreSetTableAdapter.Transaction = ((global::System.Data.SqlClient.SqlTransaction)(workTransaction)); - if (this._component_Reel_PreSetTableAdapter.Adapter.AcceptChangesDuringUpdate) { - this._component_Reel_PreSetTableAdapter.Adapter.AcceptChangesDuringUpdate = false; - adaptersWithAcceptChangesDuringUpdate.Add(this._component_Reel_PreSetTableAdapter.Adapter); + if ((this._k4EE_Component_Reel_PreSetTableAdapter != null)) { + revertConnections.Add(this._k4EE_Component_Reel_PreSetTableAdapter, this._k4EE_Component_Reel_PreSetTableAdapter.Connection); + this._k4EE_Component_Reel_PreSetTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(workConnection)); + this._k4EE_Component_Reel_PreSetTableAdapter.Transaction = ((global::System.Data.SqlClient.SqlTransaction)(workTransaction)); + if (this._k4EE_Component_Reel_PreSetTableAdapter.Adapter.AcceptChangesDuringUpdate) { + this._k4EE_Component_Reel_PreSetTableAdapter.Adapter.AcceptChangesDuringUpdate = false; + adaptersWithAcceptChangesDuringUpdate.Add(this._k4EE_Component_Reel_PreSetTableAdapter.Adapter); } } - if ((this._component_Reel_CustInfoTableAdapter != null)) { - revertConnections.Add(this._component_Reel_CustInfoTableAdapter, this._component_Reel_CustInfoTableAdapter.Connection); - this._component_Reel_CustInfoTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(workConnection)); - this._component_Reel_CustInfoTableAdapter.Transaction = ((global::System.Data.SqlClient.SqlTransaction)(workTransaction)); - if (this._component_Reel_CustInfoTableAdapter.Adapter.AcceptChangesDuringUpdate) { - this._component_Reel_CustInfoTableAdapter.Adapter.AcceptChangesDuringUpdate = false; - adaptersWithAcceptChangesDuringUpdate.Add(this._component_Reel_CustInfoTableAdapter.Adapter); + if ((this._k4EE_Component_Reel_CustInfoTableAdapter != null)) { + revertConnections.Add(this._k4EE_Component_Reel_CustInfoTableAdapter, this._k4EE_Component_Reel_CustInfoTableAdapter.Connection); + this._k4EE_Component_Reel_CustInfoTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(workConnection)); + this._k4EE_Component_Reel_CustInfoTableAdapter.Transaction = ((global::System.Data.SqlClient.SqlTransaction)(workTransaction)); + if (this._k4EE_Component_Reel_CustInfoTableAdapter.Adapter.AcceptChangesDuringUpdate) { + this._k4EE_Component_Reel_CustInfoTableAdapter.Adapter.AcceptChangesDuringUpdate = false; + adaptersWithAcceptChangesDuringUpdate.Add(this._k4EE_Component_Reel_CustInfoTableAdapter.Adapter); } } - if ((this._component_Reel_Print_InformationTableAdapter != null)) { - revertConnections.Add(this._component_Reel_Print_InformationTableAdapter, this._component_Reel_Print_InformationTableAdapter.Connection); - this._component_Reel_Print_InformationTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(workConnection)); - this._component_Reel_Print_InformationTableAdapter.Transaction = ((global::System.Data.SqlClient.SqlTransaction)(workTransaction)); - if (this._component_Reel_Print_InformationTableAdapter.Adapter.AcceptChangesDuringUpdate) { - this._component_Reel_Print_InformationTableAdapter.Adapter.AcceptChangesDuringUpdate = false; - adaptersWithAcceptChangesDuringUpdate.Add(this._component_Reel_Print_InformationTableAdapter.Adapter); + if ((this._k4EE_Component_Reel_Print_InformationTableAdapter != null)) { + revertConnections.Add(this._k4EE_Component_Reel_Print_InformationTableAdapter, this._k4EE_Component_Reel_Print_InformationTableAdapter.Connection); + this._k4EE_Component_Reel_Print_InformationTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(workConnection)); + this._k4EE_Component_Reel_Print_InformationTableAdapter.Transaction = ((global::System.Data.SqlClient.SqlTransaction)(workTransaction)); + if (this._k4EE_Component_Reel_Print_InformationTableAdapter.Adapter.AcceptChangesDuringUpdate) { + this._k4EE_Component_Reel_Print_InformationTableAdapter.Adapter.AcceptChangesDuringUpdate = false; + adaptersWithAcceptChangesDuringUpdate.Add(this._k4EE_Component_Reel_Print_InformationTableAdapter.Adapter); } } - if ((this._component_Reel_PrintRegExRuleTableAdapter != null)) { - revertConnections.Add(this._component_Reel_PrintRegExRuleTableAdapter, this._component_Reel_PrintRegExRuleTableAdapter.Connection); - this._component_Reel_PrintRegExRuleTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(workConnection)); - this._component_Reel_PrintRegExRuleTableAdapter.Transaction = ((global::System.Data.SqlClient.SqlTransaction)(workTransaction)); - if (this._component_Reel_PrintRegExRuleTableAdapter.Adapter.AcceptChangesDuringUpdate) { - this._component_Reel_PrintRegExRuleTableAdapter.Adapter.AcceptChangesDuringUpdate = false; - adaptersWithAcceptChangesDuringUpdate.Add(this._component_Reel_PrintRegExRuleTableAdapter.Adapter); + if ((this._k4EE_Component_Reel_PrintRegExRuleTableAdapter != null)) { + revertConnections.Add(this._k4EE_Component_Reel_PrintRegExRuleTableAdapter, this._k4EE_Component_Reel_PrintRegExRuleTableAdapter.Connection); + this._k4EE_Component_Reel_PrintRegExRuleTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(workConnection)); + this._k4EE_Component_Reel_PrintRegExRuleTableAdapter.Transaction = ((global::System.Data.SqlClient.SqlTransaction)(workTransaction)); + if (this._k4EE_Component_Reel_PrintRegExRuleTableAdapter.Adapter.AcceptChangesDuringUpdate) { + this._k4EE_Component_Reel_PrintRegExRuleTableAdapter.Adapter.AcceptChangesDuringUpdate = false; + adaptersWithAcceptChangesDuringUpdate.Add(this._k4EE_Component_Reel_PrintRegExRuleTableAdapter.Adapter); } } // @@ -23202,37 +23792,37 @@ SELECT Id, Seq, CustCode, Description, Symbol, Pattern, Groups, IsEnable, IsTrus if (workConnOpened) { workConnection.Close(); } - if ((this._component_Reel_ResultTableAdapter != null)) { - this._component_Reel_ResultTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(revertConnections[this._component_Reel_ResultTableAdapter])); - this._component_Reel_ResultTableAdapter.Transaction = null; + if ((this._k4EE_Component_Reel_ResultTableAdapter != null)) { + this._k4EE_Component_Reel_ResultTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(revertConnections[this._k4EE_Component_Reel_ResultTableAdapter])); + this._k4EE_Component_Reel_ResultTableAdapter.Transaction = null; } - if ((this._component_Reel_RegExRuleTableAdapter != null)) { - this._component_Reel_RegExRuleTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(revertConnections[this._component_Reel_RegExRuleTableAdapter])); - this._component_Reel_RegExRuleTableAdapter.Transaction = null; + if ((this._k4EE_Component_Reel_RegExRuleTableAdapter != null)) { + this._k4EE_Component_Reel_RegExRuleTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(revertConnections[this._k4EE_Component_Reel_RegExRuleTableAdapter])); + this._k4EE_Component_Reel_RegExRuleTableAdapter.Transaction = null; } - if ((this._component_Reel_SID_ConvertTableAdapter != null)) { - this._component_Reel_SID_ConvertTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(revertConnections[this._component_Reel_SID_ConvertTableAdapter])); - this._component_Reel_SID_ConvertTableAdapter.Transaction = null; + if ((this._k4EE_Component_Reel_SID_ConvertTableAdapter != null)) { + this._k4EE_Component_Reel_SID_ConvertTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(revertConnections[this._k4EE_Component_Reel_SID_ConvertTableAdapter])); + this._k4EE_Component_Reel_SID_ConvertTableAdapter.Transaction = null; } - if ((this._component_Reel_SID_InformationTableAdapter != null)) { - this._component_Reel_SID_InformationTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(revertConnections[this._component_Reel_SID_InformationTableAdapter])); - this._component_Reel_SID_InformationTableAdapter.Transaction = null; + if ((this._k4EE_Component_Reel_SID_InformationTableAdapter != null)) { + this._k4EE_Component_Reel_SID_InformationTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(revertConnections[this._k4EE_Component_Reel_SID_InformationTableAdapter])); + this._k4EE_Component_Reel_SID_InformationTableAdapter.Transaction = null; } - if ((this._component_Reel_PreSetTableAdapter != null)) { - this._component_Reel_PreSetTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(revertConnections[this._component_Reel_PreSetTableAdapter])); - this._component_Reel_PreSetTableAdapter.Transaction = null; + if ((this._k4EE_Component_Reel_PreSetTableAdapter != null)) { + this._k4EE_Component_Reel_PreSetTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(revertConnections[this._k4EE_Component_Reel_PreSetTableAdapter])); + this._k4EE_Component_Reel_PreSetTableAdapter.Transaction = null; } - if ((this._component_Reel_CustInfoTableAdapter != null)) { - this._component_Reel_CustInfoTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(revertConnections[this._component_Reel_CustInfoTableAdapter])); - this._component_Reel_CustInfoTableAdapter.Transaction = null; + if ((this._k4EE_Component_Reel_CustInfoTableAdapter != null)) { + this._k4EE_Component_Reel_CustInfoTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(revertConnections[this._k4EE_Component_Reel_CustInfoTableAdapter])); + this._k4EE_Component_Reel_CustInfoTableAdapter.Transaction = null; } - if ((this._component_Reel_Print_InformationTableAdapter != null)) { - this._component_Reel_Print_InformationTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(revertConnections[this._component_Reel_Print_InformationTableAdapter])); - this._component_Reel_Print_InformationTableAdapter.Transaction = null; + if ((this._k4EE_Component_Reel_Print_InformationTableAdapter != null)) { + this._k4EE_Component_Reel_Print_InformationTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(revertConnections[this._k4EE_Component_Reel_Print_InformationTableAdapter])); + this._k4EE_Component_Reel_Print_InformationTableAdapter.Transaction = null; } - if ((this._component_Reel_PrintRegExRuleTableAdapter != null)) { - this._component_Reel_PrintRegExRuleTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(revertConnections[this._component_Reel_PrintRegExRuleTableAdapter])); - this._component_Reel_PrintRegExRuleTableAdapter.Transaction = null; + if ((this._k4EE_Component_Reel_PrintRegExRuleTableAdapter != null)) { + this._k4EE_Component_Reel_PrintRegExRuleTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(revertConnections[this._k4EE_Component_Reel_PrintRegExRuleTableAdapter])); + this._k4EE_Component_Reel_PrintRegExRuleTableAdapter.Transaction = null; } if ((0 < adaptersWithAcceptChangesDuringUpdate.Count)) { global::System.Data.Common.DataAdapter[] adapters = new System.Data.Common.DataAdapter[adaptersWithAcceptChangesDuringUpdate.Count]; diff --git a/Handler/Project/Device/SATOPrinter.cs b/Handler/Project/Device/SATOPrinter.cs index 68f1988..f22bbd7 100644 --- a/Handler/Project/Device/SATOPrinter.cs +++ b/Handler/Project/Device/SATOPrinter.cs @@ -10,20 +10,30 @@ namespace Project.Device { public string LastPrintZPL = string.Empty; public string qrData = string.Empty; - public string baseZPL - { - get - { - var fi = new System.IO.FileInfo(AR.SETTING.Data.baseZPLFile); - if (fi.Exists) - { - return System.IO.File.ReadAllText(fi.FullName, System.Text.Encoding.Default); - } - else return Properties.Settings.Default.ZPL7; - } - } + public string ZPLFileName { get; set; } = "zpl.txt"; + public string baseZPL + { + get + { + var fi = new System.IO.FileInfo(ZPLFileName); + if (fi.Exists == false || fi.Length == 0) + { + PUB.log.AddE($"{ZPLFileName} 이 존재하지않거나 데이터가 없습니다 zpl.txt 기본으로 변경합니다"); + fi = new System.IO.FileInfo("zpl.txt"); + if (fi.Exists == false) PUB.log.AddE("인쇄기본파일(zpl.txt)가 존재하지 않습니다"); + } + if (fi.Exists && fi.Length > 1) + return System.IO.File.ReadAllText(fi.FullName, System.Text.Encoding.Default); + else + { + PUB.log.AddAT("ZPL파일이 없어 설정의 ZPL코드를 사용합니다"); + return Properties.Settings.Default.ZPL7; + } - public SATOPrinter() + } + } + + public SATOPrinter() { //this.baseZPL = Properties.Settings.Default.ZPL7; this.Terminal = eTerminal.CR; diff --git a/Handler/Project/Device/SATOPrinterAPI.cs b/Handler/Project/Device/SATOPrinterAPI.cs index 3c42e54..90a4610 100644 --- a/Handler/Project/Device/SATOPrinterAPI.cs +++ b/Handler/Project/Device/SATOPrinterAPI.cs @@ -1,4 +1,5 @@ -using arCtl; +using AR; +using arCtl; using SATOPrinterAPI; using System; using System.Collections.Generic; @@ -17,16 +18,27 @@ namespace Project.Device public string qrData = string.Empty; public string PortName { get; set; } public int BaudRate { get; set; } + + public string ZPLFileName { get; set; } = "zpl.txt"; public string baseZPL { get { - var fi = new System.IO.FileInfo(AR.SETTING.Data.baseZPLFile); - if (fi.Exists) + var fi = new System.IO.FileInfo(ZPLFileName); + if (fi.Exists == false || fi.Length == 0) { - return System.IO.File.ReadAllText(fi.FullName, System.Text.Encoding.Default); + PUB.log.AddE($"{ZPLFileName} 이 존재하지않거나 데이터가 없습니다 zpl.txt 기본으로 변경합니다"); + fi = new System.IO.FileInfo("zpl.txt"); + if (fi.Exists == false) PUB.log.AddE("인쇄기본파일(zpl.txt)가 존재하지 않습니다"); } - else return Properties.Settings.Default.ZPL7; + if (fi.Exists && fi.Length > 1) + return System.IO.File.ReadAllText(fi.FullName, System.Text.Encoding.Default); + else + { + PUB.log.AddAT("ZPL파일이 없어 설정의 ZPL코드를 사용합니다"); + return Properties.Settings.Default.ZPL7; + } + } } diff --git a/Handler/Project/Device/_CONNECTION.cs b/Handler/Project/Device/_CONNECTION.cs index 4347e9e..842477c 100644 --- a/Handler/Project/Device/_CONNECTION.cs +++ b/Handler/Project/Device/_CONNECTION.cs @@ -26,7 +26,7 @@ namespace Project DateTime swPLCConTime = DateTime.Now; Boolean bRunConnection = true; - DateTime SendStatusTime = DateTime.Now; + void bwDeviceConnection() { while (bRunConnection && this.Disposing == false && this.Disposing == false) @@ -285,29 +285,6 @@ namespace Project } ConnectSeq = 0; } - - var tsst = DateTime.Now - SendStatusTime; - if (tsst.TotalSeconds > 3) - { - //내정보를 전송한다. - - var modelVision = ""; - if (PUB.Result.isSetvModel) modelVision = PUB.Result.vModel.Title; - - var dt = new - { - mc = SETTING.Data.McName, - status = PUB.sm.Step.ToString(), - model = modelVision, - bypass = (VAR.BOOL[eVarBool.Opt_DisablePrinter] ? true : false), - }; - string jsonStr = Newtonsoft.Json.JsonConvert.SerializeObject(dt); - var url = $@"http://10.131.32.29:8080/api/updatelastatus"; - var rlt = PostFromUrl(url, jsonStr, out bool iserr, _timeout: 1000); - if (iserr) PUB.log.AddE($"ECS 상태정보실패 메세지:{rlt}"); - SendStatusTime = DateTime.Now; - } - System.Threading.Thread.Sleep(2000); } diff --git a/Handler/Project/Dialog/DIOMonitor.Designer.cs b/Handler/Project/Dialog/DIOMonitor.Designer.cs index da0f645..a5d7caf 100644 --- a/Handler/Project/Dialog/DIOMonitor.Designer.cs +++ b/Handler/Project/Dialog/DIOMonitor.Designer.cs @@ -29,10 +29,10 @@ private void InitializeComponent() { this.components = new System.ComponentModel.Container(); - arDev.AjinEXTEK.ColorListItem colorListItem1 = new arDev.AjinEXTEK.ColorListItem(); - arDev.AjinEXTEK.ColorListItem colorListItem2 = new arDev.AjinEXTEK.ColorListItem(); - arDev.AjinEXTEK.ColorListItem colorListItem3 = new arDev.AjinEXTEK.ColorListItem(); - arDev.AjinEXTEK.ColorListItem colorListItem4 = new arDev.AjinEXTEK.ColorListItem(); + arDev.AjinEXTEK.UI.ColorListItem colorListItem1 = new arDev.AjinEXTEK.UI.ColorListItem(); + arDev.AjinEXTEK.UI.ColorListItem colorListItem2 = new arDev.AjinEXTEK.UI.ColorListItem(); + arDev.AjinEXTEK.UI.ColorListItem colorListItem3 = new arDev.AjinEXTEK.UI.ColorListItem(); + arDev.AjinEXTEK.UI.ColorListItem colorListItem4 = new arDev.AjinEXTEK.UI.ColorListItem(); arCtl.GridView.ColorListItem colorListItem5 = new arCtl.GridView.ColorListItem(); arCtl.GridView.ColorListItem colorListItem6 = new arCtl.GridView.ColorListItem(); arCtl.GridView.ColorListItem colorListItem7 = new arCtl.GridView.ColorListItem(); @@ -74,12 +74,12 @@ this.tabPage1 = new System.Windows.Forms.TabPage(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.panel2 = new System.Windows.Forms.Panel(); - this.tblDI = new arDev.AjinEXTEK.IOPanel(); + this.tblDI = new arDev.AjinEXTEK.UI.IOPanel(); this.lbTitle1 = new arCtl.arLabel(); this.tabPage4 = new System.Windows.Forms.TabPage(); this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel(); this.panel6 = new System.Windows.Forms.Panel(); - this.tblDO = new arDev.AjinEXTEK.IOPanel(); + this.tblDO = new arDev.AjinEXTEK.UI.IOPanel(); this.arLabel2 = new arCtl.arLabel(); this.tabPage3 = new System.Windows.Forms.TabPage(); this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel(); @@ -240,7 +240,7 @@ colorListItem2.BackColor1 = System.Drawing.Color.Lime; colorListItem2.BackColor2 = System.Drawing.Color.Green; colorListItem2.Remark = "ON"; - this.tblDI.ColorList = new arDev.AjinEXTEK.ColorListItem[] { + this.tblDI.ColorList = new arDev.AjinEXTEK.UI.ColorListItem[] { colorListItem1, colorListItem2}; this.tblDI.ContextMenuStrip = this.contextMenuStrip1; @@ -355,7 +355,7 @@ colorListItem4.BackColor1 = System.Drawing.Color.Lime; colorListItem4.BackColor2 = System.Drawing.Color.Green; colorListItem4.Remark = "ON"; - this.tblDO.ColorList = new arDev.AjinEXTEK.ColorListItem[] { + this.tblDO.ColorList = new arDev.AjinEXTEK.UI.ColorListItem[] { colorListItem3, colorListItem4}; this.tblDO.Dock = System.Windows.Forms.DockStyle.Fill; @@ -1726,8 +1726,8 @@ private System.Windows.Forms.Panel panel22; private arCtl.GridView.GridView gbi14; private System.Windows.Forms.Label lbi14; - private arDev.AjinEXTEK.IOPanel tblDI; - private arDev.AjinEXTEK.IOPanel tblDO; + private arDev.AjinEXTEK.UI.IOPanel tblDI; + private arDev.AjinEXTEK.UI.IOPanel tblDO; private System.Windows.Forms.Panel panel1; private arCtl.GridView.GridView gbi05; private System.Windows.Forms.Label lbi05; diff --git a/Handler/Project/Dialog/DIOMonitor.cs b/Handler/Project/Dialog/DIOMonitor.cs index f7cd732..14d129b 100644 --- a/Handler/Project/Dialog/DIOMonitor.cs +++ b/Handler/Project/Dialog/DIOMonitor.cs @@ -55,13 +55,13 @@ namespace Project.Dialog tblDO.setItemTextAlign(ContentAlignment.MiddleLeft); // tblFG.setItemTextAlign(ContentAlignment.BottomLeft); - tblDI.ColorList = new arDev.AjinEXTEK.ColorListItem[] { - new arDev.AjinEXTEK.ColorListItem{ BackColor1 = Color.DimGray, BackColor2 = Color.FromArgb(30,30,30), Remark="False" }, - new arDev.AjinEXTEK.ColorListItem{ BackColor1 = Color.Lime, BackColor2 = Color.Green, Remark="True" }, + tblDI.ColorList = new arDev.AjinEXTEK.UI.ColorListItem[] { + new arDev.AjinEXTEK.UI.ColorListItem{ BackColor1 = Color.DimGray, BackColor2 = Color.FromArgb(30,30,30), Remark="False" }, + new arDev.AjinEXTEK.UI.ColorListItem{ BackColor1 = Color.Lime, BackColor2 = Color.Green, Remark="True" }, }; - tblDO.ColorList = new arDev.AjinEXTEK.ColorListItem[] { - new arDev.AjinEXTEK.ColorListItem{ BackColor1 = Color.DimGray, BackColor2 = Color.FromArgb(30,30,30), Remark="False" }, - new arDev.AjinEXTEK.ColorListItem{ BackColor1 = Color.Tomato, BackColor2 = Color.Red, Remark="True" }, + tblDO.ColorList = new arDev.AjinEXTEK.UI.ColorListItem[] { + new arDev.AjinEXTEK.UI.ColorListItem{ BackColor1 = Color.DimGray, BackColor2 = Color.FromArgb(30,30,30), Remark="False" }, + new arDev.AjinEXTEK.UI.ColorListItem{ BackColor1 = Color.Tomato, BackColor2 = Color.Red, Remark="True" }, }; //인터락이름 @@ -275,7 +275,7 @@ namespace Project.Dialog // PUB.flag.set((int)e.idx, !curValue, "IOMONITOR"); //} - void tblDO_ItemClick(object sender, arDev.AjinEXTEK.IOPanel.ItemClickEventArgs e) + void tblDO_ItemClick(object sender, arDev.AjinEXTEK.UI.IOPanel.ItemClickEventArgs e) { var newValue = !PUB.dio.GetDOValue(e.idx); if (PUB.dio.IsInit == false) @@ -295,7 +295,7 @@ namespace Project.Dialog } } - void tblDI_ItemClick(object sender, arDev.AjinEXTEK.IOPanel.ItemClickEventArgs e) + void tblDI_ItemClick(object sender, arDev.AjinEXTEK.UI.IOPanel.ItemClickEventArgs e) { var newValue = !PUB.dio.GetDIValue(e.idx); if (PUB.dio.IsInit == false || PUB.flag.get(eVarBool.FG_DEBUG) == true) diff --git a/Handler/Project/Dialog/Model_Motion.cs b/Handler/Project/Dialog/Model_Motion.cs index 3a6f491..fcd0a6b 100644 --- a/Handler/Project/Dialog/Model_Motion.cs +++ b/Handler/Project/Dialog/Model_Motion.cs @@ -279,7 +279,7 @@ namespace Project var pos = (double)nud.Value; //모션이 초기화가 안되있다면 오류로 처리한다 - if (PUB.mot.IsHomeSet(nud.MotionIndex) == false) + if (PUB.mot.IsHomeSet((short)nud.MotionIndex) == false) { UTIL.MsgE("해당 축은 홈 검색이 완료되지 않았습니다.\n먼저 홈 검색을 완료 하세요"); return; @@ -295,11 +295,11 @@ namespace Project "축 : {0}\n" + "변경전 : {1}\n" + "변경후 : {2}\n" + - "변경 후 '저장'을 눌러야 영구 기록 됩니다", axis, PUB.mot.GetActPos(nud.MotionIndex), pos, nud.Value); + "변경 후 '저장'을 눌러야 영구 기록 됩니다", axis, PUB.mot.GetActPos((short)nud.MotionIndex), pos, nud.Value); if (UTIL.MsgQ(msg1) != System.Windows.Forms.DialogResult.Yes) return; - ChangeCurrentPosition(nud.MotionIndex, nud); + ChangeCurrentPosition((short)nud.MotionIndex, nud); break; case arFrame.Control.MotCommandButton.eCommand.AbsoluteMove: case arFrame.Control.MotCommandButton.eCommand.RelativeMove: @@ -318,7 +318,7 @@ namespace Project "축 : {0}\n" + "현재위치 : {1}\n" + "대상위치 : {2}\n" + - "이동 시 충돌 가능성이 있는지 반드시 확인 하세요", axis, PUB.mot.GetActPos(nud.MotionIndex), pos); + "이동 시 충돌 가능성이 있는지 반드시 확인 하세요", axis, PUB.mot.GetActPos((short)nud.MotionIndex), pos); if (UTIL.MsgQ(msg) != System.Windows.Forms.DialogResult.Yes) return; @@ -408,7 +408,7 @@ namespace Project for (int r = 0; r < dvMot.RowCount; r++) // 오류수정 2111221 { var row = this.dvMot.Rows[r]; - var axis = int.Parse(row.Cells[0].Value.ToString()); + var axis = short.Parse(row.Cells[0].Value.ToString()); row.Cells[0].Style.BackColor = PUB.mot.IsServOn(axis) ? Color.Lime : Color.Tomato; row.Cells[2].Value = $"{PUB.mot.GetCmdPos(axis)}"; row.Cells[3].Value = $"{PUB.mot.GetActPos(axis)}"; @@ -558,7 +558,7 @@ namespace Project #endregion - void ChangeCurrentPosition(int Axis, NumericUpDown valueCtl) + void ChangeCurrentPosition(short Axis, NumericUpDown valueCtl) { valueCtl.Value = (decimal)PUB.mot.GetActPos(Axis); } diff --git a/Handler/Project/Dialog/Model_Motion_Desc.cs b/Handler/Project/Dialog/Model_Motion_Desc.cs index 33cc268..417a892 100644 --- a/Handler/Project/Dialog/Model_Motion_Desc.cs +++ b/Handler/Project/Dialog/Model_Motion_Desc.cs @@ -157,7 +157,7 @@ namespace Project.Dialog for (int r = 0; r < dvMot.RowCount; r++) // 오류수정 2111221 { var row = this.dvMot.Rows[r]; - var axis = int.Parse(row.Cells[0].Value.ToString()); + var axis = short.Parse(row.Cells[0].Value.ToString()); row.Cells[0].Style.BackColor = PUB.mot.IsServOn(axis) ? Color.Lime : Color.Tomato; row.Cells[2].Value = $"{PUB.mot.GetCmdPos(axis)}"; row.Cells[3].Value = $"{PUB.mot.GetActPos(axis)}"; @@ -179,10 +179,6 @@ namespace Project.Dialog } - void ChangeCurrentPosition(int Axis, NumericUpDown valueCtl) - { - valueCtl.Value = (decimal)PUB.mot.GetActPos(Axis); - } /// /// 상단목록에서 모션을 선택한 경우 /// diff --git a/Handler/Project/Dialog/Model_Operation.Designer.cs b/Handler/Project/Dialog/Model_Operation.Designer.cs index 268e120..9734bbb 100644 --- a/Handler/Project/Dialog/Model_Operation.Designer.cs +++ b/Handler/Project/Dialog/Model_Operation.Designer.cs @@ -31,18 +31,16 @@ this.components = new System.ComponentModel.Container(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); - System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Model_Operation)); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); this.dv = new arCtl.arDatagridView(); this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.dvc_title = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Code = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.bs = new System.Windows.Forms.BindingSource(this.components); - this.ds1 = new Project.DataSet1(); this.tmDisplay = new System.Windows.Forms.Timer(this.components); this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); this.checkBox31 = new System.Windows.Forms.CheckBox(); + this.chkOwnZPL = new System.Windows.Forms.CheckBox(); this.panel5 = new System.Windows.Forms.Panel(); this.panel4 = new System.Windows.Forms.Panel(); this.panel1 = new System.Windows.Forms.Panel(); @@ -50,6 +48,7 @@ this.chkSIDCHK = new System.Windows.Forms.CheckBox(); this.checkBox32 = new System.Windows.Forms.CheckBox(); this.chkEnbCamera = new System.Windows.Forms.CheckBox(); + this.button1 = new System.Windows.Forms.Button(); this.tabControl1 = new System.Windows.Forms.TabControl(); this.tabPage1 = new System.Windows.Forms.TabPage(); this.chkApplySidInfo = new System.Windows.Forms.CheckBox(); @@ -136,9 +135,10 @@ this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.arLabel2 = new arCtl.arLabel(); this.arLabel18 = new arCtl.arLabel(); + this.dvc_title = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.bs = new System.Windows.Forms.BindingSource(this.components); + this.ds1 = new Project.DataSet1(); ((System.ComponentModel.ISupportInitialize)(this.dv)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.bs)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.ds1)).BeginInit(); this.panel5.SuspendLayout(); this.panel4.SuspendLayout(); this.panel1.SuspendLayout(); @@ -154,6 +154,8 @@ this.tableLayoutPanel1.SuspendLayout(); this.panel3.SuspendLayout(); this.toolStrip1.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.bs)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.ds1)).BeginInit(); this.SuspendLayout(); // // dv @@ -204,15 +206,6 @@ this.Column1.Name = "Column1"; this.Column1.Width = 50; // - // dvc_title - // - this.dvc_title.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; - this.dvc_title.DataPropertyName = "Title"; - dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.dvc_title.DefaultCellStyle = dataGridViewCellStyle2; - this.dvc_title.HeaderText = "설명"; - this.dvc_title.Name = "dvc_title"; - // // Code // this.Code.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; @@ -222,17 +215,6 @@ this.Code.HeaderText = "Customer Code"; this.Code.Name = "Code"; // - // bs - // - this.bs.DataMember = "OPModel"; - this.bs.DataSource = this.ds1; - this.bs.CurrentChanged += new System.EventHandler(this.bs_CurrentChanged_1); - // - // ds1 - // - this.ds1.DataSetName = "DataSet1"; - this.ds1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; - // // tmDisplay // this.tmDisplay.Interval = 500; @@ -251,6 +233,19 @@ this.toolTip1.SetToolTip(this.checkBox31, "바코드룰에 없는 데이터를 제외 합니다.."); this.checkBox31.UseVisualStyleBackColor = true; // + // chkOwnZPL + // + this.chkOwnZPL.AutoSize = true; + this.chkOwnZPL.DataBindings.Add(new System.Windows.Forms.Binding("CheckState", this.bs, "bOwnZPL", true)); + this.chkOwnZPL.Dock = System.Windows.Forms.DockStyle.Right; + this.chkOwnZPL.Location = new System.Drawing.Point(519, 0); + this.chkOwnZPL.Name = "chkOwnZPL"; + this.chkOwnZPL.Size = new System.Drawing.Size(133, 34); + this.chkOwnZPL.TabIndex = 17; + this.chkOwnZPL.Text = "개별프린트코드"; + this.toolTip1.SetToolTip(this.chkOwnZPL, "바코드룰에 없는 데이터를 제외 합니다.."); + this.chkOwnZPL.UseVisualStyleBackColor = true; + // // panel5 // this.panel5.Controls.Add(this.panel4); @@ -293,9 +288,11 @@ // this.panel7.BackColor = System.Drawing.Color.Gainsboro; this.panel7.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.panel7.Controls.Add(this.chkOwnZPL); this.panel7.Controls.Add(this.chkSIDCHK); this.panel7.Controls.Add(this.checkBox32); this.panel7.Controls.Add(this.chkEnbCamera); + this.panel7.Controls.Add(this.button1); this.panel7.Dock = System.Windows.Forms.DockStyle.Top; this.panel7.Location = new System.Drawing.Point(10, 82); this.panel7.Name = "panel7"; @@ -349,6 +346,17 @@ this.chkEnbCamera.Text = "비전 사용 안함"; this.chkEnbCamera.UseVisualStyleBackColor = true; // + // button1 + // + this.button1.Dock = System.Windows.Forms.DockStyle.Right; + this.button1.Location = new System.Drawing.Point(652, 0); + this.button1.Name = "button1"; + this.button1.Size = new System.Drawing.Size(55, 34); + this.button1.TabIndex = 18; + this.button1.Text = "편집"; + this.button1.UseVisualStyleBackColor = true; + this.button1.Click += new System.EventHandler(this.button1_Click); + // // tabControl1 // this.tabControl1.Controls.Add(this.tabPage1); @@ -1483,6 +1491,26 @@ this.arLabel18.TextShadow = true; this.arLabel18.TextVisible = true; // + // dvc_title + // + this.dvc_title.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; + this.dvc_title.DataPropertyName = "Title"; + dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.dvc_title.DefaultCellStyle = dataGridViewCellStyle2; + this.dvc_title.HeaderText = "설명"; + this.dvc_title.Name = "dvc_title"; + // + // bs + // + this.bs.DataMember = "OPModel"; + this.bs.DataSource = this.ds1; + this.bs.CurrentChanged += new System.EventHandler(this.bs_CurrentChanged_1); + // + // ds1 + // + this.ds1.DataSetName = "DataSet1"; + this.ds1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; + // // Model_Operation // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; @@ -1497,8 +1525,6 @@ this.Text = "모델 선택"; this.Load += new System.EventHandler(this.@__Load); ((System.ComponentModel.ISupportInitialize)(this.dv)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.bs)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.ds1)).EndInit(); this.panel5.ResumeLayout(false); this.panel4.ResumeLayout(false); this.panel4.PerformLayout(); @@ -1523,6 +1549,8 @@ this.panel3.ResumeLayout(false); this.toolStrip1.ResumeLayout(false); this.toolStrip1.PerformLayout(); + ((System.ComponentModel.ISupportInitialize)(this.bs)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.ds1)).EndInit(); this.ResumeLayout(false); } @@ -1631,5 +1659,7 @@ private System.Windows.Forms.CheckBox checkBox34; private System.Windows.Forms.CheckBox checkBox35; private System.Windows.Forms.CheckBox chkSave2; + private System.Windows.Forms.CheckBox chkOwnZPL; + private System.Windows.Forms.Button button1; } } \ No newline at end of file diff --git a/Handler/Project/Dialog/Model_Operation.cs b/Handler/Project/Dialog/Model_Operation.cs index 8c8f365..776e33e 100644 --- a/Handler/Project/Dialog/Model_Operation.cs +++ b/Handler/Project/Dialog/Model_Operation.cs @@ -1,4 +1,5 @@ using AR; +using Project.Dialog; using System; using System.Collections.Generic; using System.ComponentModel; @@ -621,6 +622,12 @@ namespace Project if (drv == null) return; var dr = drv.Row as DataSet1.OPModelRow; + if (dr.IsbOwnZPLNull()) + { + dr.bOwnZPL = false; + dr.EndEdit(); + } + //this.tabControl1.Visible = !dr.Title.StartsWith("101"); //this.panel6.Visible = !dr.Title.StartsWith("101"); // this.panel7.Visible = !dr.Title.StartsWith("101"); @@ -752,6 +759,33 @@ namespace Project { } + + private void button1_Click(object sender, EventArgs e) + { + var drv = bs.Current as DataRowView; + if (drv == null) return; + var dr = drv.Row as DataSet1.OPModelRow; + + if (chkOwnZPL.Checked == false) + { + UTIL.MsgE("개별프린트코드가 해제되어있으므로 실제 적용되지 않습니다"); + } + + var idx = dr.idx; + var fn = UTIL.MakePath("Model", idx.ToString(), "zpl.txt"); + var fnBase = UTIL.MakePath("zpl.txt"); + if (System.IO.File.Exists(fnBase) && System.IO.File.Exists(fn) == false) + { + UTIL.MsgI("전용 출력파일(ZPL.TXT)이 존재하지 않아 기본에서 복사합니다"); + var fi = new System.IO.FileInfo(fn); + if (fi.Directory.Exists == false) fi.Directory.Create(); + System.IO.File.Copy(fnBase, fn, true); + } + using (var f = new fZPLEditor(fn)) + { + f.ShowDialog(); + } + } } } diff --git a/Handler/Project/Dialog/Motion_MoveToGroup.cs b/Handler/Project/Dialog/Motion_MoveToGroup.cs index c3f5319..48b00d0 100644 --- a/Handler/Project/Dialog/Motion_MoveToGroup.cs +++ b/Handler/Project/Dialog/Motion_MoveToGroup.cs @@ -320,7 +320,7 @@ namespace Project.Dialog sb.AppendLine($"[{++idx:000}] 원점(0)으로 이동 : " + ax.ToString()); var p = new Tuple(ax, new sPositionData { - Axis = (int)ax, + Axis = (short)ax, Position = 0, Speed = Math.Max(100, dr.Speed), Acc = dr.SpeedAcc, @@ -336,7 +336,7 @@ namespace Project.Dialog sb.AppendLine($"[{++idx:000}] {ax} 위치 이동 : {dr.Position}mm({dr.Speed}ms)"); var p = new Tuple(ax, new sPositionData { - Axis = (int)ax, + Axis = (short)ax, Position = dr.Position, Speed = Math.Max(100, dr.Speed), Acc = dr.SpeedAcc, @@ -353,7 +353,7 @@ namespace Project.Dialog sb.AppendLine($"[{++idx:000}] {ax} 위치 이동 : {dr.Position}mm({dr.Speed}ms)"); var p = new Tuple(ax, new sPositionData { - Axis = (int)ax, + Axis = (short)ax, Position = dr.Position, Speed = Math.Max(100, dr.Speed), Acc = dr.SpeedAcc, @@ -370,7 +370,7 @@ namespace Project.Dialog sb.AppendLine($"[{++idx:000}] {ax} 위치 이동 : {dr.Position}mm({dr.Speed}ms)"); var p = new Tuple(ax, new sPositionData { - Axis = (int)ax, + Axis = (short)ax, Position = Math.Max(dr.Position - 50, 0), Speed = Math.Max(100, dr.Speed), Acc = dr.SpeedAcc, @@ -469,7 +469,7 @@ namespace Project.Dialog { var ax = nlist[i]; var dr = nplist[i]; - var curpos = PUB.mot.GetCmdPos((int)ax); + var curpos = PUB.mot.GetCmdPos((short)ax); sb.AppendLine($"[{dr.idx}] 축:{ax} - {dr.PosTitle}\n\t변경위치 {dr.Position} -> {curpos}"); var param = new Tuple(dr, ax, dr.PosTitle, dr.Position, curpos); poslist.Enqueue(param); @@ -508,27 +508,27 @@ namespace Project.Dialog var vel = (float)nudJogVel.Value; if (tag == "X+") { - if (axisX >= 0) PUB.mot.JOG(axisX, arDev.MOT.MOTION_DIRECTION.Positive, vel, 500, false, false); + if (axisX >= 0) PUB.mot.JOG((short)axisX, arDev.MOT.MOTION_DIRECTION.Positive, vel, 500, false, false); } else if (tag == "X-") { - if (axisX >= 0) PUB.mot.JOG(axisX, arDev.MOT.MOTION_DIRECTION.Negative, vel, 500, false, false); + if (axisX >= 0) PUB.mot.JOG((short)axisX, arDev.MOT.MOTION_DIRECTION.Negative, vel, 500, false, false); } else if (tag == "Y+") { - if (axisY >= 0) PUB.mot.JOG(axisY, arDev.MOT.MOTION_DIRECTION.Positive, vel, 500, false, false); + if (axisY >= 0) PUB.mot.JOG((short)axisY, arDev.MOT.MOTION_DIRECTION.Positive, vel, 500, false, false); } else if (tag == "Y-") { - if (axisY >= 0) PUB.mot.JOG(axisY, arDev.MOT.MOTION_DIRECTION.Negative, vel, 500, false, false); + if (axisY >= 0) PUB.mot.JOG((short)axisY, arDev.MOT.MOTION_DIRECTION.Negative, vel, 500, false, false); } else if (tag == "Z+") { - if (axisZ >= 0) PUB.mot.JOG(axisZ, arDev.MOT.MOTION_DIRECTION.Positive, vel, 500, false, false); + if (axisZ >= 0) PUB.mot.JOG((short)axisZ, arDev.MOT.MOTION_DIRECTION.Positive, vel, 500, false, false); } else if (tag == "Z-") { - if (axisZ >= 0) PUB.mot.JOG(axisZ, arDev.MOT.MOTION_DIRECTION.Negative, vel, 500, false, false); + if (axisZ >= 0) PUB.mot.JOG((short)axisZ, arDev.MOT.MOTION_DIRECTION.Negative, vel, 500, false, false); } } @@ -539,27 +539,27 @@ namespace Project.Dialog var vel = (float)nudJogVel.Value; if (tag == "X+") { - if (axisX >= 0) PUB.mot.MoveStop("MOVETOGRP", axisX, true); + if (axisX >= 0) PUB.mot.MoveStop("MOVETOGRP", (short)axisX, true); } else if (tag == "X-") { - if (axisX >= 0) PUB.mot.MoveStop("MOVETOGRP", axisX, true); + if (axisX >= 0) PUB.mot.MoveStop("MOVETOGRP", (short)axisX, true); } else if (tag == "Y+") { - if (axisY >= 0) PUB.mot.MoveStop("MOVETOGRP", axisY, true); + if (axisY >= 0) PUB.mot.MoveStop("MOVETOGRP", (short)axisY, true); } else if (tag == "Y-") { - if (axisY >= 0) PUB.mot.MoveStop("MOVETOGRP", axisY, true); + if (axisY >= 0) PUB.mot.MoveStop("MOVETOGRP", (short)axisY, true); } else if (tag == "Z+") { - if (axisZ >= 0) PUB.mot.MoveStop("MOVETOGRP", axisZ, true); + if (axisZ >= 0) PUB.mot.MoveStop("MOVETOGRP", (short)axisZ, true); } else if (tag == "Z-") { - if (axisZ >= 0) PUB.mot.MoveStop("MOVETOGRP", axisZ, true); + if (axisZ >= 0) PUB.mot.MoveStop("MOVETOGRP", (short)axisZ, true); } } @@ -569,7 +569,7 @@ namespace Project.Dialog var motpos = string.Empty; if (axisX >= 0) { - motpos += $"X:{PUB.mot.GetActPos(axisX):N3}/{PUB.mot.GetCmdPos(axisX):N3}"; + motpos += $"X:{PUB.mot.GetActPos((short)axisX):N3}/{PUB.mot.GetCmdPos((short)axisX):N3}"; button6.BackColor = PUB.iLock[axisX].IsEmpty() ? Color.FromArgb(224, 224, 224) : Color.Orange; } else @@ -579,7 +579,7 @@ namespace Project.Dialog } if (axisY >= 0) { - motpos += $" / Y:{PUB.mot.GetActPos(axisY):N3}/{PUB.mot.GetCmdPos(axisY):N3}"; + motpos += $" / Y:{PUB.mot.GetActPos((short)axisY):N3}/{PUB.mot.GetCmdPos((short)axisY):N3}"; button5.BackColor = PUB.iLock[axisY].IsEmpty() ? Color.FromArgb(224, 224, 224) : Color.Orange; } else @@ -589,7 +589,7 @@ namespace Project.Dialog } if (axisZ >= 0) { - motpos += $" / Z:{PUB.mot.GetActPos(axisZ):N3},{PUB.mot.GetCmdPos(axisZ):N3}"; + motpos += $" / Z:{PUB.mot.GetActPos((short)axisZ):N3},{PUB.mot.GetCmdPos((short)axisZ):N3}"; button4.BackColor = PUB.iLock[axisZ].IsEmpty() ? Color.FromArgb(224, 224, 224) : Color.Orange; } else diff --git a/Handler/Project/Dialog/Quick_Control.cs.cs b/Handler/Project/Dialog/Quick_Control.cs.cs index cfdfa53..d464fd0 100644 --- a/Handler/Project/Dialog/Quick_Control.cs.cs +++ b/Handler/Project/Dialog/Quick_Control.cs.cs @@ -117,7 +117,7 @@ namespace Project.Dialog //전체 이동경로상 오류가 있으면 처리 하지 않는다. var ermsg = new System.Text.StringBuilder(); - if (PUB.mot.IsHomeSet((int)axis) == false) + if (PUB.mot.IsHomeSet((short)axis) == false) { ermsg.AppendLine("해당 축은 홈 검색이 완료되지 않았습니다"); } diff --git a/Handler/Project/Dialog/RegExPrintRule.Designer.cs b/Handler/Project/Dialog/RegExPrintRule.Designer.cs index aa002b7..7450137 100644 --- a/Handler/Project/Dialog/RegExPrintRule.Designer.cs +++ b/Handler/Project/Dialog/RegExPrintRule.Designer.cs @@ -33,7 +33,7 @@ this.dataSet1 = new Project.DataSet1(); this.bs = new System.Windows.Forms.BindingSource(this.components); this.tam = new Project.DataSet1TableAdapters.TableAdapterManager(); - this.ta = new Project.DataSet1TableAdapters.Component_Reel_PrintRegExRuleTableAdapter(); + this.ta = new Project.DataSet1TableAdapters.K4EE_Component_Reel_PrintRegExRuleTableAdapter(); this.bn = new System.Windows.Forms.BindingNavigator(this.components); this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton(); this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel(); @@ -80,21 +80,21 @@ // // bs // - this.bs.DataMember = "Component_Reel_PrintRegExRule"; + this.bs.DataMember = "K4EE_Component_Reel_PrintRegExRule"; this.bs.DataSource = this.dataSet1; this.bs.Sort = "CustCode,Seq"; // // tam // this.tam.BackupDataSetBeforeUpdate = false; - this.tam.Component_Reel_CustInfoTableAdapter = null; - this.tam.Component_Reel_PreSetTableAdapter = null; - this.tam.Component_Reel_Print_InformationTableAdapter = null; - this.tam.Component_Reel_PrintRegExRuleTableAdapter = this.ta; - this.tam.Component_Reel_RegExRuleTableAdapter = null; - this.tam.Component_Reel_ResultTableAdapter = null; - this.tam.Component_Reel_SID_ConvertTableAdapter = null; - this.tam.Component_Reel_SID_InformationTableAdapter = null; + this.tam.K4EE_Component_Reel_CustInfoTableAdapter = null; + this.tam.K4EE_Component_Reel_PreSetTableAdapter = null; + this.tam.K4EE_Component_Reel_Print_InformationTableAdapter = null; + this.tam.K4EE_Component_Reel_PrintRegExRuleTableAdapter = this.ta; + this.tam.K4EE_Component_Reel_RegExRuleTableAdapter = null; + this.tam.K4EE_Component_Reel_ResultTableAdapter = null; + this.tam.K4EE_Component_Reel_SID_ConvertTableAdapter = null; + this.tam.K4EE_Component_Reel_SID_InformationTableAdapter = null; this.tam.UpdateOrder = Project.DataSet1TableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete; // // ta @@ -435,7 +435,7 @@ private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.TextBox textBox2; - private DataSet1TableAdapters.Component_Reel_PrintRegExRuleTableAdapter ta; + private DataSet1TableAdapters.K4EE_Component_Reel_PrintRegExRuleTableAdapter ta; private System.Windows.Forms.DataGridViewTextBoxColumn idDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn seqDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn custCodeDataGridViewTextBoxColumn; diff --git a/Handler/Project/Dialog/RegExPrintRule.cs b/Handler/Project/Dialog/RegExPrintRule.cs index 581e02d..56dd531 100644 --- a/Handler/Project/Dialog/RegExPrintRule.cs +++ b/Handler/Project/Dialog/RegExPrintRule.cs @@ -38,7 +38,7 @@ namespace Project.Dialog { try { - this.ta.Fill(this.dataSet1.Component_Reel_PrintRegExRule); + this.ta.Fill(this.dataSet1.K4EE_Component_Reel_PrintRegExRule); component_Reel_RegExRuleDataGridView.AutoResizeColumns(); } catch (System.Exception ex) diff --git a/Handler/Project/Dialog/RegExRule.Designer.cs b/Handler/Project/Dialog/RegExRule.Designer.cs index 4633d9a..30ba66f 100644 --- a/Handler/Project/Dialog/RegExRule.Designer.cs +++ b/Handler/Project/Dialog/RegExRule.Designer.cs @@ -65,7 +65,7 @@ this.label2 = new System.Windows.Forms.Label(); this.textBox1 = new System.Windows.Forms.TextBox(); this.textBox2 = new System.Windows.Forms.TextBox(); - this.ta = new Project.DataSet1TableAdapters.Component_Reel_RegExRuleTableAdapter(); + this.ta = new Project.DataSet1TableAdapters.K4EE_Component_Reel_RegExRuleTableAdapter(); this.tam = new Project.DataSet1TableAdapters.TableAdapterManager(); this.toolStripButton2 = new System.Windows.Forms.ToolStripButton(); ((System.ComponentModel.ISupportInitialize)(this.bn)).BeginInit(); @@ -119,7 +119,7 @@ // // bs // - this.bs.DataMember = "Component_Reel_RegExRule"; + this.bs.DataMember = "K4EE_Component_Reel_RegExRule"; this.bs.DataSource = this.dataSet1; this.bs.Sort = "CustCode,Seq"; this.bs.CurrentChanged += new System.EventHandler(this.bs_CurrentChanged); @@ -385,14 +385,14 @@ // tam // this.tam.BackupDataSetBeforeUpdate = false; - this.tam.Component_Reel_CustInfoTableAdapter = null; - this.tam.Component_Reel_PreSetTableAdapter = null; - this.tam.Component_Reel_Print_InformationTableAdapter = null; - this.tam.Component_Reel_PrintRegExRuleTableAdapter = null; - this.tam.Component_Reel_RegExRuleTableAdapter = this.ta; - this.tam.Component_Reel_ResultTableAdapter = null; - this.tam.Component_Reel_SID_ConvertTableAdapter = null; - this.tam.Component_Reel_SID_InformationTableAdapter = null; + this.tam.K4EE_Component_Reel_CustInfoTableAdapter = null; + this.tam.K4EE_Component_Reel_PreSetTableAdapter = null; + this.tam.K4EE_Component_Reel_Print_InformationTableAdapter = null; + this.tam.K4EE_Component_Reel_PrintRegExRuleTableAdapter = null; + this.tam.K4EE_Component_Reel_RegExRuleTableAdapter = this.ta; + this.tam.K4EE_Component_Reel_ResultTableAdapter = null; + this.tam.K4EE_Component_Reel_SID_ConvertTableAdapter = null; + this.tam.K4EE_Component_Reel_SID_InformationTableAdapter = null; this.tam.UpdateOrder = Project.DataSet1TableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete; // // toolStripButton2 @@ -433,7 +433,7 @@ private DataSet1 dataSet1; private System.Windows.Forms.BindingSource bs; - private DataSet1TableAdapters.Component_Reel_RegExRuleTableAdapter ta; + private DataSet1TableAdapters.K4EE_Component_Reel_RegExRuleTableAdapter ta; private DataSet1TableAdapters.TableAdapterManager tam; private System.Windows.Forms.BindingNavigator bn; private System.Windows.Forms.ToolStripButton bindingNavigatorAddNewItem; diff --git a/Handler/Project/Dialog/RegExRule.cs b/Handler/Project/Dialog/RegExRule.cs index 743e09c..1d35068 100644 --- a/Handler/Project/Dialog/RegExRule.cs +++ b/Handler/Project/Dialog/RegExRule.cs @@ -17,7 +17,7 @@ namespace Project.Dialog public RegExRule() { InitializeComponent(); - this.dataSet1.Component_Reel_RegExRule.TableNewRow += (s1, e1) => { + this.dataSet1.K4EE_Component_Reel_RegExRule.TableNewRow += (s1, e1) => { if(PUB.Result.isSetvModel) e1.Row["CustCode"] = PUB.Result.vModel.Title; }; @@ -44,12 +44,12 @@ namespace Project.Dialog { try { - this.ta.FillByWithSample(this.dataSet1.Component_Reel_RegExRule, cust); + this.ta.FillByWithSample(this.dataSet1.K4EE_Component_Reel_RegExRule, cust); foreach(DataGridViewRow drow in this.dv1.Rows) { var drv = drow.DataBoundItem as DataRowView; if (drv == null) continue; - var dr = drv.Row as DataSet1.Component_Reel_RegExRuleRow; + var dr = drv.Row as DataSet1.K4EE_Component_Reel_RegExRuleRow; if (dr.IsCustCodeNull() || dr.CustCode.isEmpty()) drow.DefaultCellStyle.BackColor = Color.DimGray; else @@ -73,7 +73,7 @@ namespace Project.Dialog { var drv = this.bs.Current as DataRowView; if (drv == null) return; - var dr = drv.Row as DataSet1.Component_Reel_RegExRuleRow; + var dr = drv.Row as DataSet1.K4EE_Component_Reel_RegExRuleRow; } private void toolStripButton2_Click(object sender, EventArgs e) @@ -81,13 +81,13 @@ namespace Project.Dialog try { DataSet1 ds1 = new DataSet1(); - this.ta.FillAll(ds1.Component_Reel_RegExRule); + this.ta.FillAll(ds1.K4EE_Component_Reel_RegExRule); var path = UTIL.MakePath("Export", "BarcodeRule.xml"); var fi = new System.IO.FileInfo(path); if (fi.Directory.Exists == false) fi.Directory.Create(); - ds1.Component_Reel_RegExRule.WriteXml(path); - UTIL.MsgI($"Export list File = {path},count={ds1.Component_Reel_RegExRule.Count}"); + ds1.K4EE_Component_Reel_RegExRule.WriteXml(path); + UTIL.MsgI($"Export list File = {path},count={ds1.K4EE_Component_Reel_RegExRule.Count}"); } catch (System.Exception ex) { diff --git a/Handler/Project/Dialog/fFinishJob.cs b/Handler/Project/Dialog/fFinishJob.cs index 0597047..ac41a0e 100644 --- a/Handler/Project/Dialog/fFinishJob.cs +++ b/Handler/Project/Dialog/fFinishJob.cs @@ -67,7 +67,7 @@ namespace Project.Dialog label2.Text = string.Format("현 작업 정보({0}~{1})", sd.ToString("HH:mm:ss"), ed.ToString("HH:mm:ss")); //현작업 - var ta = new DataSet1TableAdapters.Component_Reel_ResultTableAdapter(); + var ta = new DataSet1TableAdapters.K4EE_Component_Reel_ResultTableAdapter(); var list = ta.GetByValidGuid(sd, ed, AR.SETTING.Data.McName, PUB.Result.guid); //var list = db.Component_Reel_Result.Where(t => t.STIME >= sd && t.STIME <= ed && t.PRNVALID == true && t.PRNATTACH == true && t.MC == AR.SETTING.Data.McName); UpdateList(list, dataGridView1, dataGridView2); @@ -80,7 +80,7 @@ namespace Project.Dialog UpdateList(listday, dataGridView3, dataGridView4); } - void UpdateList(DataSet1.Component_Reel_ResultDataTable list, DataGridView dvS, DataGridView dvB) + void UpdateList(DataSet1.K4EE_Component_Reel_ResultDataTable list, DataGridView dvS, DataGridView dvB) { dvS.Rows.Clear(); dvB.Rows.Clear(); diff --git a/Handler/Project/Dialog/fHistory.Designer.cs b/Handler/Project/Dialog/fHistory.Designer.cs index 6388245..cd21f3b 100644 --- a/Handler/Project/Dialog/fHistory.Designer.cs +++ b/Handler/Project/Dialog/fHistory.Designer.cs @@ -75,7 +75,7 @@ this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.bs = new System.Windows.Forms.BindingSource(this.components); this.dataSet1 = new Project.DataSet1(); - this.ta = new Project.DataSet1TableAdapters.Component_Reel_ResultTableAdapter(); + this.ta = new Project.DataSet1TableAdapters.K4EE_Component_Reel_ResultTableAdapter(); this.panel2 = new System.Windows.Forms.Panel(); this.button1 = new System.Windows.Forms.Button(); this.panel1.SuspendLayout(); @@ -446,7 +446,7 @@ // // bs // - this.bs.DataMember = "Component_Reel_Result"; + this.bs.DataMember = "K4EE_Component_Reel_Result"; this.bs.DataSource = this.dataSet1; this.bs.Sort = "wdate desc"; // @@ -528,7 +528,7 @@ private System.Windows.Forms.ToolStripMenuItem sendDataToolStripMenuItem; private System.Windows.Forms.StatusStrip statusStrip1; private System.Windows.Forms.ToolStripMenuItem viewXMLToolStripMenuItem; - private DataSet1TableAdapters.Component_Reel_ResultTableAdapter ta; + private DataSet1TableAdapters.K4EE_Component_Reel_ResultTableAdapter ta; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.Button button1; private System.Windows.Forms.Button button3; diff --git a/Handler/Project/Dialog/fHistory.cs b/Handler/Project/Dialog/fHistory.cs index 580b8b6..2185083 100644 --- a/Handler/Project/Dialog/fHistory.cs +++ b/Handler/Project/Dialog/fHistory.cs @@ -117,7 +117,7 @@ namespace Project.Dialog return; } //저장소초기화 - this.dataSet1.Component_Reel_Result.Clear(); + this.dataSet1.K4EE_Component_Reel_Result.Clear(); System.Diagnostics.Stopwatch wat = new System.Diagnostics.Stopwatch(); wat.Restart(); @@ -127,7 +127,7 @@ namespace Project.Dialog if (search.isEmpty()) search = "%"; else search = "%" + search + "%"; - ta.FillBySearch(this.dataSet1.Component_Reel_Result, SETTING.Data.McName, dtSD.Value.ToShortDateString(), dtED.Value.ToShortDateString(), search); + ta.FillBySearch(this.dataSet1.K4EE_Component_Reel_Result, SETTING.Data.McName, dtSD.Value.ToShortDateString(), dtED.Value.ToShortDateString(), search); wat.Stop(); @@ -207,7 +207,7 @@ namespace Project.Dialog } else { - var dType = this.dataSet1.Component_Reel_Result.Columns[propertyName].DataType; + var dType = this.dataSet1.K4EE_Component_Reel_Result.Columns[propertyName].DataType; if (dType == typeof(float)) Sheet.writeNum(row, i, (float)dr.Cells[i].Value); else if (dType == typeof(double)) Sheet.writeNum(row, i, (double)dr.Cells[i].Value); else if (dType == typeof(int)) Sheet.writeNum(row, i, (int)dr.Cells[i].Value); @@ -268,7 +268,7 @@ namespace Project.Dialog { var drv = this.bs.Current as DataRowView; if (drv == null) return; - var dr = drv.Row as DataSet1.Component_Reel_ResultRow; + var dr = drv.Row as DataSet1.K4EE_Component_Reel_ResultRow; using(var f = new Dialog.fManualPrint(dr.SID,dr.VLOT, dr.QTY.ToString(),dr.MFGDATE,dr.RID, dr.VNAME, dr.PARTNO)) { diff --git a/Handler/Project/Dialog/fLoaderInfo.cs b/Handler/Project/Dialog/fLoaderInfo.cs index 8ff50e8..e774d14 100644 --- a/Handler/Project/Dialog/fLoaderInfo.cs +++ b/Handler/Project/Dialog/fLoaderInfo.cs @@ -177,7 +177,7 @@ namespace Project.Dialog if (this.PrintPos.isEmpty() && item.VisionData.SID.isEmpty() == false) { //프린트위치가없다면 서버를 조회하여 데이터를 찾아준다. - 231005 - var taresult = new DataSet1TableAdapters.Component_Reel_ResultTableAdapter(); + var taresult = new DataSet1TableAdapters.K4EE_Component_Reel_ResultTableAdapter(); this.PrintPos = taresult.GetPrintPosition(AR.SETTING.Data.McName, item.VisionData.SID); } DisplayPrintPos(this.PrintPos); @@ -459,7 +459,7 @@ namespace Project.Dialog { try { - using (var ta = new DataSet1TableAdapters.Component_Reel_Print_InformationTableAdapter()) + using (var ta = new DataSet1TableAdapters.K4EE_Component_Reel_Print_InformationTableAdapter()) { var dr = ta.GetBySID(PUB.MCCode, lvValue).FirstOrDefault(); if (dr != null) //자료가잇는 경우에만 적용 @@ -603,8 +603,8 @@ namespace Project.Dialog } //sid 가 변경되었으나 해당 sid 인쇄위치 및 customer / part no 값을 확인 합니다. - var taSID = new DataSet1TableAdapters.Component_Reel_SID_InformationTableAdapter(); - var taPRN = new DataSet1TableAdapters.Component_Reel_Print_InformationTableAdapter(); + var taSID = new DataSet1TableAdapters.K4EE_Component_Reel_SID_InformationTableAdapter(); + var taPRN = new DataSet1TableAdapters.K4EE_Component_Reel_Print_InformationTableAdapter(); try { @@ -692,9 +692,9 @@ namespace Project.Dialog new SqlParameter("sd", sd), }; - DataSet1.Component_Reel_ResultRow preData = null; + DataSet1.K4EE_Component_Reel_ResultRow preData = null; var preDatas = DBHelper.Get(sql, ps); - if (preDatas.Rows.Count > 0) preData = preDatas.Rows[0] as DataSet1.Component_Reel_ResultRow; + if (preDatas.Rows.Count > 0) preData = preDatas.Rows[0] as DataSet1.K4EE_Component_Reel_ResultRow; //var preData = db2.Component_Reel_Result.AsNoTracking().Where(t => //t.JTYPE == PUB.Result.JobType2 && @@ -1083,7 +1083,7 @@ namespace Project.Dialog return; } var sid = tbSID.Text.Trim(); - using (var db = new DataSet1TableAdapters.Component_Reel_SID_InformationTableAdapter()) + using (var db = new DataSet1TableAdapters.K4EE_Component_Reel_SID_InformationTableAdapter()) { var dr = db.GetBySID(PUB.MCCode, sid).FirstOrDefault(); if (dr == null) @@ -1114,20 +1114,8 @@ namespace Project.Dialog private void btCustAutoInput_Click(object sender, EventArgs e) { - using (var db = new DataSet1TableAdapters.Component_Reel_SID_InformationTableAdapter()) + using (var db = new DataSet1TableAdapters.K4EE_Component_Reel_SID_InformationTableAdapter()) { - ////서플라이코드가 있다면 그 코드값으로 가져온다 - //var custCode = TbCustCode.Text.Trim(); - //if (custCode.isEmpty() == false) - //{ - // var drCustCode = db.Component_Reel_SIDConv.Where(t => t.cust == custCode).FirstOrDefault(); - // if (drCustCode != null && drCustCode.manu.isEmpty() == false) - // { - // Pub.log.Add(string.Format("서플라이네임을 가져옴 값={0},코드={1}", drCustCode.manu, custCode)); - // tbVName.Text = drCustCode.manu; - // return; - // } - //} var sid = tbSID.Text.Trim(); if (sid.isEmpty()) @@ -1153,7 +1141,7 @@ namespace Project.Dialog var vlot = this.tbVLOT.Text.Trim(); if (vlot.isEmpty() == false) { - using (var taResult = new DataSet1TableAdapters.Component_Reel_ResultTableAdapter()) + using (var taResult = new DataSet1TableAdapters.K4EE_Component_Reel_ResultTableAdapter()) { var dr2 = taResult.GetByLastVLotOne(AR.SETTING.Data.McName, vlot).FirstOrDefault(); if (dr2 != null) @@ -1188,7 +1176,7 @@ namespace Project.Dialog } //각 상황에 따라 다르다. - using (var db = new DataSet1TableAdapters.Component_Reel_SID_InformationTableAdapter()) + using (var db = new DataSet1TableAdapters.K4EE_Component_Reel_SID_InformationTableAdapter()) { var amksid = string.Empty; var dtSIDInfo = db.GetData(PUB.MCCode); @@ -2070,7 +2058,7 @@ namespace Project.Dialog var dlg = UTIL.MsgQ("SID 에서 인쇄 위치를 검색 할까요?"); if (dlg != DialogResult.Yes) return; - using (var db = new DataSet1TableAdapters.Component_Reel_Print_InformationTableAdapter()) + using (var db = new DataSet1TableAdapters.K4EE_Component_Reel_Print_InformationTableAdapter()) { var dr = db.GetBySID(PUB.MCCode, sid).FirstOrDefault(); if (dr == null || dr.PrintPosition.isEmpty()) @@ -2087,7 +2075,7 @@ namespace Project.Dialog private void button1_Click_1(object sender, EventArgs e) { //데이터베이스 결과에서 자료를 추가한다. - var result = new DataSet1.Component_Reel_ResultDataTable();// new List(); + var result = new DataSet1.K4EE_Component_Reel_ResultDataTable();// new List(); var tabName = "K4EE_Component_Reel_Result with (no lock)"; @@ -2199,7 +2187,7 @@ namespace Project.Dialog { var sid = this.tbSID.Text.Trim(); if (sid.isEmpty()) return; - using (var db = new DataSet1TableAdapters.Component_Reel_Print_InformationTableAdapter()) + using (var db = new DataSet1TableAdapters.K4EE_Component_Reel_Print_InformationTableAdapter()) { var dr = db.GetBySID(PUB.MCCode, sid).FirstOrDefault(); if (dr == null || dr.PrintPosition.isEmpty()) diff --git a/Handler/Project/Dialog/fPickerMove.cs b/Handler/Project/Dialog/fPickerMove.cs index 0dac740..4fae122 100644 --- a/Handler/Project/Dialog/fPickerMove.cs +++ b/Handler/Project/Dialog/fPickerMove.cs @@ -287,7 +287,7 @@ namespace Project.Dialog var itemdata = vidx == eWorkPort.Left ? PUB.Result.ItemDataL : PUB.Result.ItemDataR; var sql = "select top 1 * from K4EE_Component_Reel_Result where JGUID = @jguid"; - var dr = DBHelper.Get(sql, new SqlParameter("jguid", itemdata.guid)).FirstOrDefault(); + var dr = DBHelper.Get(sql, new SqlParameter("jguid", itemdata.guid)).FirstOrDefault(); if (dr == null) { var ermsg = string.Format("다음 guid 를 찾을수 없어 검증취소 를 변경하지 못함 vidx={2},guid={0},sid={1}", itemdata.guid, itemdata.VisionData.SID, vidx); diff --git a/Handler/Project/Dialog/fSelectCustInfo.cs b/Handler/Project/Dialog/fSelectCustInfo.cs index 54c42c0..f04be9f 100644 --- a/Handler/Project/Dialog/fSelectCustInfo.cs +++ b/Handler/Project/Dialog/fSelectCustInfo.cs @@ -24,10 +24,10 @@ namespace Project.Dialog this.Show(); Application.DoEvents(); - var ta = new DataSet1TableAdapters.Component_Reel_CustInfoTableAdapter(); + var ta = new DataSet1TableAdapters.K4EE_Component_Reel_CustInfoTableAdapter(); var dt = ta.GetData(); this.listView1.Items.Clear(); - foreach(DataSet1.Component_Reel_CustInfoRow item in dt) + foreach(DataSet1.K4EE_Component_Reel_CustInfoRow item in dt) { if (item.code.isEmpty()) continue; var lv = this.listView1.Items.Add(item.code); diff --git a/Handler/Project/Dialog/fSelectJob.Designer.cs b/Handler/Project/Dialog/fSelectJob.Designer.cs index 5401a5c..1de0950 100644 --- a/Handler/Project/Dialog/fSelectJob.Designer.cs +++ b/Handler/Project/Dialog/fSelectJob.Designer.cs @@ -52,7 +52,6 @@ this.tabPage2 = new System.Windows.Forms.TabPage(); this.GrpSidConvData = new System.Windows.Forms.GroupBox(); this.chkCVSave = new System.Windows.Forms.CheckBox(); - this.chkCVApplyQtyMax = new System.Windows.Forms.CheckBox(); this.chkCVApplyBatch = new System.Windows.Forms.CheckBox(); this.chkCVWhereLot = new System.Windows.Forms.CheckBox(); this.chkCVApplyPrint = new System.Windows.Forms.CheckBox(); @@ -78,9 +77,7 @@ this.chkDayApplyCust = new System.Windows.Forms.CheckBox(); this.chkDayApplyPart = new System.Windows.Forms.CheckBox(); this.grpApplySidinfo = new System.Windows.Forms.GroupBox(); - this.chkInfoWhereMC = new System.Windows.Forms.CheckBox(); this.chkInfoWhereLot = new System.Windows.Forms.CheckBox(); - this.chkInfoApplyQty = new System.Windows.Forms.CheckBox(); this.chkInfoApplyBatch = new System.Windows.Forms.CheckBox(); this.chkInfoSave = new System.Windows.Forms.CheckBox(); this.chkInfoApplyPrint = new System.Windows.Forms.CheckBox(); @@ -443,7 +440,6 @@ // GrpSidConvData // this.GrpSidConvData.Controls.Add(this.chkCVSave); - this.GrpSidConvData.Controls.Add(this.chkCVApplyQtyMax); this.GrpSidConvData.Controls.Add(this.chkCVApplyBatch); this.GrpSidConvData.Controls.Add(this.chkCVWhereLot); this.GrpSidConvData.Controls.Add(this.chkCVApplyPrint); @@ -479,18 +475,6 @@ this.chkCVSave.Text = "변경 정보를 서버에 기록 합니다"; this.chkCVSave.UseVisualStyleBackColor = true; // - // chkCVApplyQtyMax - // - this.chkCVApplyQtyMax.AutoSize = true; - this.chkCVApplyQtyMax.ForeColor = System.Drawing.Color.Green; - this.chkCVApplyQtyMax.Location = new System.Drawing.Point(617, 21); - this.chkCVApplyQtyMax.Name = "chkCVApplyQtyMax"; - this.chkCVApplyQtyMax.Size = new System.Drawing.Size(86, 23); - this.chkCVApplyQtyMax.TabIndex = 50; - this.chkCVApplyQtyMax.Tag = "10"; - this.chkCVApplyQtyMax.Text = "Qty(Max)"; - this.chkCVApplyQtyMax.UseVisualStyleBackColor = true; - // // chkCVApplyBatch // this.chkCVApplyBatch.AutoSize = true; @@ -778,9 +762,7 @@ // // grpApplySidinfo // - this.grpApplySidinfo.Controls.Add(this.chkInfoWhereMC); this.grpApplySidinfo.Controls.Add(this.chkInfoWhereLot); - this.grpApplySidinfo.Controls.Add(this.chkInfoApplyQty); this.grpApplySidinfo.Controls.Add(this.chkInfoApplyBatch); this.grpApplySidinfo.Controls.Add(this.chkInfoSave); this.grpApplySidinfo.Controls.Add(this.chkInfoApplyPrint); @@ -803,18 +785,6 @@ this.grpApplySidinfo.TabStop = false; this.grpApplySidinfo.Text = "입력정보 적용"; // - // chkInfoWhereMC - // - this.chkInfoWhereMC.AutoSize = true; - this.chkInfoWhereMC.ForeColor = System.Drawing.Color.Blue; - this.chkInfoWhereMC.Location = new System.Drawing.Point(379, 50); - this.chkInfoWhereMC.Name = "chkInfoWhereMC"; - this.chkInfoWhereMC.Size = new System.Drawing.Size(50, 23); - this.chkInfoWhereMC.TabIndex = 36; - this.chkInfoWhereMC.Tag = "12"; - this.chkInfoWhereMC.Text = "MC"; - this.chkInfoWhereMC.UseVisualStyleBackColor = true; - // // chkInfoWhereLot // this.chkInfoWhereLot.AutoSize = true; @@ -827,18 +797,6 @@ this.chkInfoWhereLot.Text = "VLOT"; this.chkInfoWhereLot.UseVisualStyleBackColor = true; // - // chkInfoApplyQty - // - this.chkInfoApplyQty.AutoSize = true; - this.chkInfoApplyQty.ForeColor = System.Drawing.Color.Green; - this.chkInfoApplyQty.Location = new System.Drawing.Point(614, 24); - this.chkInfoApplyQty.Name = "chkInfoApplyQty"; - this.chkInfoApplyQty.Size = new System.Drawing.Size(86, 23); - this.chkInfoApplyQty.TabIndex = 34; - this.chkInfoApplyQty.Tag = "10"; - this.chkInfoApplyQty.Text = "Qty(Max)"; - this.chkInfoApplyQty.UseVisualStyleBackColor = true; - // // chkInfoApplyBatch // this.chkInfoApplyBatch.AutoSize = true; @@ -1193,7 +1151,6 @@ private System.Windows.Forms.Panel panel5; private System.Windows.Forms.ComboBox cmbCustCode; private System.Windows.Forms.CheckBox chkInfoApplyBatch; - private System.Windows.Forms.CheckBox chkInfoApplyQty; private System.Windows.Forms.CheckBox chkDayWhereLot; private System.Windows.Forms.CheckBox chkInfoWhereLot; private System.Windows.Forms.Label label1; @@ -1202,9 +1159,7 @@ private System.Windows.Forms.TabPage tabPage3; private System.Windows.Forms.Button button1; private System.Windows.Forms.Panel panel1; - private System.Windows.Forms.CheckBox chkInfoWhereMC; private System.Windows.Forms.CheckBox chkCVSave; - private System.Windows.Forms.CheckBox chkCVApplyQtyMax; private System.Windows.Forms.CheckBox chkCVApplyBatch; private System.Windows.Forms.CheckBox chkCVWhereLot; private System.Windows.Forms.CheckBox chkCVApplyPrint; diff --git a/Handler/Project/Dialog/fSelectJob.cs b/Handler/Project/Dialog/fSelectJob.cs index 6c9c443..54ce72e 100644 --- a/Handler/Project/Dialog/fSelectJob.cs +++ b/Handler/Project/Dialog/fSelectJob.cs @@ -78,13 +78,13 @@ namespace Project.Dialog //자료를 조회하고 대표 코드가 잇으면 처리한다. 221013 var taSID = new DataSet1TableAdapters.SidinfoCustGroupTableAdapter(); - var dtcustgrp = taSID.GetData(PUB.MCCode); + var dtcustgrp = taSID.GetData(); if (dtcustgrp != null && dtcustgrp.Count == 1) cmbCustCode.Text = dtcustgrp.First().CustCode; //프리셋가져온다 - var ta = new DataSet1TableAdapters.Component_Reel_PreSetTableAdapter(); - ta.Fill(this.dataSet11.Component_Reel_PreSet, "R1"); + var ta = new DataSet1TableAdapters.K4EE_Component_Reel_PreSetTableAdapter(); + ta.Fill(this.dataSet11.K4EE_Component_Reel_PreSet, "R1"); //작업형태를 다시 시작해준다. - 210329 if (PUB.Result.JobType2.isEmpty()) PUB.Result.JobType2 = "모델정보"; @@ -191,7 +191,7 @@ namespace Project.Dialog } if (chkCustom.Checked) PUB.MCCode = AR.SETTING.Data.McName; - else PUB.MCCode = "IB";// AR.SETTING.Data.MCID; + else PUB.MCCode = "R0"; var curcust = this.cmbCustCode.Text.Trim(); if (curcust.isEmpty() == false) @@ -206,14 +206,13 @@ namespace Project.Dialog } } - //230509 if (chkSIDConv.Checked) { try { //sid정보테이블을 다시 불러온다 - var taConv = new DataSet1TableAdapters.Component_Reel_SID_ConvertTableAdapter(); + var taConv = new DataSet1TableAdapters.K4EE_Component_Reel_SID_ConvertTableAdapter(); PUB.Result.DTSidConvert.Clear(); taConv.Fill(PUB.Result.DTSidConvert); PUB.Result.DTSidConvert.AcceptChanges(); @@ -228,8 +227,6 @@ namespace Project.Dialog } } - - //작업형태 지정 PUB.Result.JobType2 = this.ModeData; @@ -266,12 +263,12 @@ namespace Project.Dialog ///22092[ VAR.BOOL[eVarBool.Opt_SID_Apply_batch] = chkInfoApplyBatch.Checked; - VAR.BOOL[eVarBool.Opt_SID_Apply_qty] = chkInfoApplyQty.Checked; + VAR.BOOL[eVarBool.Opt_SID_Apply_qty] = false;// chkInfoApplyQty.Checked; VAR.BOOL[eVarBool.Opt_SID_Where_PartNo] = chkInfoWherePart.Checked; VAR.BOOL[eVarBool.Opt_SID_Where_CustCode] = chkInfoWhereCust.Checked; VAR.BOOL[eVarBool.Opt_SID_Where_SID] = chkInfoWhereSID.Checked; VAR.BOOL[eVarBool.Opt_SID_Where_VLOT] = chkInfoWhereLot.Checked; - VAR.BOOL[eVarBool.Opt_SID_Where_MC] = chkInfoWhereMC.Checked; + VAR.BOOL[eVarBool.Opt_SID_Where_MC] = false;// chkInfoWhereMC.Checked; VAR.BOOL[eVarBool.Opt_SID_WriteServer] = chkInfoSave.Checked; @@ -292,7 +289,7 @@ namespace Project.Dialog VAR.BOOL[eVarBool.Opt_Conv_Apply_VenderName] = chkCVApplyVender.Checked; VAR.BOOL[eVarBool.Opt_Conv_Apply_PrintPos] = chkCVApplyPrint.Checked; VAR.BOOL[eVarBool.Opt_Conv_Apply_Batch] = chkCVApplyBatch.Checked; - VAR.BOOL[eVarBool.Opt_Conv_Apply_QtyMax] = chkCVApplyQtyMax.Checked; + VAR.BOOL[eVarBool.Opt_Conv_Apply_QtyMax] = false;// chkCVApplyQtyMax.Checked; VAR.BOOL[eVarBool.Opt_Conv_Where_PartNo] = chkCVWherePart.Checked; VAR.BOOL[eVarBool.Opt_Conv_Where_CustCode] = chkCVWhereCust.Checked; @@ -460,7 +457,7 @@ namespace Project.Dialog var dlg = UTIL.MsgQ($"{txt} 항목 옵션을 현재 값으로 변경 할까요??"); if (dlg != DialogResult.Yes) return; - var dr = this.dataSet11.Component_Reel_PreSet.Where(t => t.Title == txt).FirstOrDefault(); + var dr = this.dataSet11.K4EE_Component_Reel_PreSet.Where(t => t.Title == txt).FirstOrDefault(); if (dr == null) { UTIL.MsgE("프리셋 정보를 찾을 수 없어 신규로 생성합니다"); @@ -500,8 +497,8 @@ namespace Project.Dialog } dr.EndEdit(); - var ta = new DataSet1TableAdapters.Component_Reel_PreSetTableAdapter(); - var rlt = ta.Update(this.dataSet11.Component_Reel_PreSet) == 1; + var ta = new DataSet1TableAdapters.K4EE_Component_Reel_PreSetTableAdapter(); + var rlt = ta.Update(this.dataSet11.K4EE_Component_Reel_PreSet) == 1; if (rlt == false) UTIL.MsgE("변경 실패"); } diff --git a/Handler/Project/Dialog/fSelectResult.cs b/Handler/Project/Dialog/fSelectResult.cs index 72d98f4..4faa68f 100644 --- a/Handler/Project/Dialog/fSelectResult.cs +++ b/Handler/Project/Dialog/fSelectResult.cs @@ -13,12 +13,12 @@ namespace Project.Dialog { public partial class fSelectResult : Form { - public DataSet1.Component_Reel_ResultRow SelectedValue = null; - public fSelectResult(DataSet1.Component_Reel_ResultDataTable list) + public DataSet1.K4EE_Component_Reel_ResultRow SelectedValue = null; + public fSelectResult(DataSet1.K4EE_Component_Reel_ResultDataTable list) { InitializeComponent(); this.lv1.Items.Clear(); - foreach (DataSet1.Component_Reel_ResultRow item in list) + foreach (DataSet1.K4EE_Component_Reel_ResultRow item in list) { var dt = (DateTime)item.wdate; var lv = this.lv1.Items.Add(dt.ToString("dd HH:mm:ss")); @@ -53,7 +53,7 @@ namespace Project.Dialog UTIL.MsgE("아이템을 선택하세요\n\n취소하려면 ESC키 혹은 닫기 버튼을 누르세요"); return; } - this.SelectedValue = this.lv1.FocusedItem.Tag as DataSet1.Component_Reel_ResultRow; + this.SelectedValue = this.lv1.FocusedItem.Tag as DataSet1.K4EE_Component_Reel_ResultRow; this.DialogResult = DialogResult.OK; } diff --git a/Handler/Project/Dialog/fSelectSID.cs b/Handler/Project/Dialog/fSelectSID.cs index 40ad9bf..6199ad2 100644 --- a/Handler/Project/Dialog/fSelectSID.cs +++ b/Handler/Project/Dialog/fSelectSID.cs @@ -69,7 +69,7 @@ namespace Project.Dialog if (sidNew.isEmpty()) lv.SubItems.Add("--"); else { - using (var db = new DataSet1TableAdapters.Component_Reel_SID_InformationTableAdapter()) + using (var db = new DataSet1TableAdapters.K4EE_Component_Reel_SID_InformationTableAdapter()) { var list = db.GetbySIDNoCustCode(PUB.MCCode, sidNew).ToList(); if (list.Any() == true) diff --git a/Handler/Project/Dialog/fZPLEditor.Designer.cs b/Handler/Project/Dialog/fZPLEditor.Designer.cs index 6a40846..0f0fe50 100644 --- a/Handler/Project/Dialog/fZPLEditor.Designer.cs +++ b/Handler/Project/Dialog/fZPLEditor.Designer.cs @@ -36,7 +36,10 @@ namespace Project.Dialog this.toolStripButton3 = new System.Windows.Forms.ToolStripButton(); this.toolStripButton4 = new System.Windows.Forms.ToolStripButton(); this.logTextBox1 = new arCtl.LogTextBox(); + this.statusStrip1 = new System.Windows.Forms.StatusStrip(); + this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel(); this.toolStrip1.SuspendLayout(); + this.statusStrip1.SuspendLayout(); this.SuspendLayout(); // // richTextBox1 @@ -44,7 +47,7 @@ namespace Project.Dialog this.richTextBox1.Dock = System.Windows.Forms.DockStyle.Fill; this.richTextBox1.Location = new System.Drawing.Point(0, 39); this.richTextBox1.Name = "richTextBox1"; - this.richTextBox1.Size = new System.Drawing.Size(664, 462); + this.richTextBox1.Size = new System.Drawing.Size(664, 440); this.richTextBox1.TabIndex = 0; this.richTextBox1.Text = ""; // @@ -111,7 +114,7 @@ namespace Project.Dialog this.logTextBox1.EnableGubunColor = true; this.logTextBox1.Font = new System.Drawing.Font("Consolas", 9F); this.logTextBox1.ListFormat = "[{0}] {1}"; - this.logTextBox1.Location = new System.Drawing.Point(0, 501); + this.logTextBox1.Location = new System.Drawing.Point(0, 479); this.logTextBox1.MaxListCount = ((ushort)(200)); this.logTextBox1.MaxTextLength = ((uint)(4000u)); this.logTextBox1.MessageInterval = 50; @@ -120,6 +123,22 @@ namespace Project.Dialog this.logTextBox1.TabIndex = 2; this.logTextBox1.Text = ""; // + // statusStrip1 + // + this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.toolStripStatusLabel1}); + this.statusStrip1.Location = new System.Drawing.Point(0, 579); + this.statusStrip1.Name = "statusStrip1"; + this.statusStrip1.Size = new System.Drawing.Size(664, 22); + this.statusStrip1.TabIndex = 3; + this.statusStrip1.Text = "statusStrip1"; + // + // toolStripStatusLabel1 + // + this.toolStripStatusLabel1.Name = "toolStripStatusLabel1"; + this.toolStripStatusLabel1.Size = new System.Drawing.Size(121, 17); + this.toolStripStatusLabel1.Text = "toolStripStatusLabel1"; + // // fZPLEditor // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); @@ -128,12 +147,15 @@ namespace Project.Dialog this.Controls.Add(this.richTextBox1); this.Controls.Add(this.logTextBox1); this.Controls.Add(this.toolStrip1); + this.Controls.Add(this.statusStrip1); this.Name = "fZPLEditor"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "ZPL Printer Code Editor"; this.Load += new System.EventHandler(this.fZPLEditor_Load); this.toolStrip1.ResumeLayout(false); this.toolStrip1.PerformLayout(); + this.statusStrip1.ResumeLayout(false); + this.statusStrip1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); @@ -148,5 +170,7 @@ namespace Project.Dialog private System.Windows.Forms.ToolStripButton toolStripButton3; private System.Windows.Forms.ToolStripButton toolStripButton4; private arCtl.LogTextBox logTextBox1; - } + private System.Windows.Forms.StatusStrip statusStrip1; + private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1; + } } \ No newline at end of file diff --git a/Handler/Project/Dialog/fZPLEditor.cs b/Handler/Project/Dialog/fZPLEditor.cs index 08aa818..f9966b4 100644 --- a/Handler/Project/Dialog/fZPLEditor.cs +++ b/Handler/Project/Dialog/fZPLEditor.cs @@ -11,61 +11,74 @@ using System.Windows.Forms; namespace Project.Dialog { - public partial class fZPLEditor : Form - { - string fn = string.Empty; - public fZPLEditor(string fn_) - { - InitializeComponent(); - this.fn = fn_; - this.FormClosed += FZPLEditor_FormClosed; - } + public partial class fZPLEditor : Form + { + string fn = string.Empty; + public fZPLEditor(string fn_) + { + InitializeComponent(); + this.fn = fn_; + this.FormClosed += FZPLEditor_FormClosed; + this.logTextBox1.ColorList = new arCtl.sLogMessageColor[] { + new arCtl.sLogMessageColor("NORM",Color.White), + new arCtl.sLogMessageColor("ERR", Color.Red), + new arCtl.sLogMessageColor("WARN",Color.Tomato), + new arCtl.sLogMessageColor("INFO",Color.SkyBlue), + new arCtl.sLogMessageColor("BCD", Color.Yellow) + }; + this.logTextBox1.EnableDisplayTimer = false; + this.logTextBox1.DateFormat = "HH:mm:ss"; + this.logTextBox1.ForeColor = Color.White; + toolStripStatusLabel1.Text = fn_; + } - private void FZPLEditor_FormClosed(object sender, FormClosedEventArgs e) - { - PUB.log.RaiseMsg -= Log_RaiseMsg; - } + private void FZPLEditor_FormClosed(object sender, FormClosedEventArgs e) + { + PUB.log.RaiseMsg -= Log_RaiseMsg; + } - private void fZPLEditor_Load(object sender, EventArgs e) - { - this.richTextBox1.Text = System.IO.File.ReadAllText(this.fn, System.Text.Encoding.Default); - PUB.log.RaiseMsg += Log_RaiseMsg; - } + private void fZPLEditor_Load(object sender, EventArgs e) + { + if (System.IO.File.Exists(this.fn)) + this.richTextBox1.Text = System.IO.File.ReadAllText(this.fn, System.Text.Encoding.Default); - private void Log_RaiseMsg(DateTime LogTime, string TypeStr, string Message) - { - this.logTextBox1.AddMsg(LogTime, TypeStr, Message); - } + PUB.log.RaiseMsg += Log_RaiseMsg; + } - private void toolStripButton1_Click(object sender, EventArgs e) - { - //load - if(UTIL.MsgQ("다시 불러 올까요?") == DialogResult.Yes) - this.richTextBox1.Text = System.IO.File.ReadAllText(this.fn, System.Text.Encoding.Default); - } + private void Log_RaiseMsg(DateTime LogTime, string TypeStr, string Message) + { + this.logTextBox1.AddMsg(LogTime, TypeStr, Message); + } - private void toolStripButton2_Click(object sender, EventArgs e) - { - //save - if(UTIL.MsgQ("저장 할까요?")== DialogResult.Yes) - System.IO.File.WriteAllText(this.fn, this.richTextBox1.Text.Trim(), System.Text.Encoding.Default); - } + private void toolStripButton1_Click(object sender, EventArgs e) + { + //load + if (UTIL.MsgQ("다시 불러 올까요?") == DialogResult.Yes) + this.richTextBox1.Text = System.IO.File.ReadAllText(this.fn, System.Text.Encoding.Default); + } - private void toolStripButton4_Click(object sender, EventArgs e) - { - //right - if (PUB.PrinterR.IsOpen) - PUB.PrinterR.Print(this.richTextBox1.Text); - else PUB.log.AddAT("프린터R연결 안됨"); - } + private void toolStripButton2_Click(object sender, EventArgs e) + { + //save + if (UTIL.MsgQ("저장 할까요?") == DialogResult.Yes) + System.IO.File.WriteAllText(this.fn, this.richTextBox1.Text.Trim(), System.Text.Encoding.Default); + } - private void toolStripButton3_Click(object sender, EventArgs e) - { - //left - if (PUB.PrinterL.IsOpen) - PUB.PrinterL.Print(this.richTextBox1.Text); - else - PUB.log.AddAT("프린터L 연결 안됨"); - } - } + private void toolStripButton4_Click(object sender, EventArgs e) + { + //right + if (PUB.PrinterR.IsOpen) + PUB.PrinterR.Print(this.richTextBox1.Text); + else PUB.log.AddAT("프린터R연결 안됨"); + } + + private void toolStripButton3_Click(object sender, EventArgs e) + { + //left + if (PUB.PrinterL.IsOpen) + PUB.PrinterL.Print(this.richTextBox1.Text); + else + PUB.log.AddAT("프린터L 연결 안됨"); + } + } } diff --git a/Handler/Project/Dialog/fZPLEditor.resx b/Handler/Project/Dialog/fZPLEditor.resx index 5da7a24..81868d6 100644 --- a/Handler/Project/Dialog/fZPLEditor.resx +++ b/Handler/Project/Dialog/fZPLEditor.resx @@ -120,4 +120,7 @@ 17, 17 + + 124, 17 + \ No newline at end of file diff --git a/Handler/Project/Dialog/fswPLC.Designer.cs b/Handler/Project/Dialog/fswPLC.Designer.cs index 8be771d..39ab9e7 100644 --- a/Handler/Project/Dialog/fswPLC.Designer.cs +++ b/Handler/Project/Dialog/fswPLC.Designer.cs @@ -33,7 +33,7 @@ this.statusStrip1 = new System.Windows.Forms.StatusStrip(); this.toolStripStatusLabel2 = new System.Windows.Forms.ToolStripStatusLabel(); this.toolStripStatusLabel3 = new System.Windows.Forms.ToolStripStatusLabel(); - this.ioPanel1 = new arDev.AjinEXTEK.IOPanel(); + this.ioPanel1 = new arDev.AjinEXTEK.UI.IOPanel(); this.logTextBox1 = new arCtl.LogTextBox(); this.gridView1 = new arCtl.GridView.GridView(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); @@ -328,7 +328,7 @@ private arCtl.LogTextBox logTextBox1; private System.Windows.Forms.Timer timer1; - private arDev.AjinEXTEK.IOPanel ioPanel1; + private arDev.AjinEXTEK.UI.IOPanel ioPanel1; private System.Windows.Forms.StatusStrip statusStrip1; private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel2; private arCtl.GridView.GridView gridView1; diff --git a/Handler/Project/Dialog/fswPLC.cs b/Handler/Project/Dialog/fswPLC.cs index c3c70bc..cfadbab 100644 --- a/Handler/Project/Dialog/fswPLC.cs +++ b/Handler/Project/Dialog/fswPLC.cs @@ -77,9 +77,9 @@ namespace Project.Dialog for (int i = 0; i < titles.Count; i++) values.Add(false); - ioPanel1.ColorList = new arDev.AjinEXTEK.ColorListItem[] { - new arDev.AjinEXTEK.ColorListItem{ BackColor1 = Color.DimGray, BackColor2 = Color.FromArgb(30,30,30), Remark="False" }, - new arDev.AjinEXTEK.ColorListItem{ BackColor1 = Color.Lime, BackColor2 = Color.Green, Remark="True" }, + ioPanel1.ColorList = new arDev.AjinEXTEK.UI.ColorListItem[] { + new arDev.AjinEXTEK.UI.ColorListItem{ BackColor1 = Color.DimGray, BackColor2 = Color.FromArgb(30,30,30), Remark="False" }, + new arDev.AjinEXTEK.UI.ColorListItem{ BackColor1 = Color.Lime, BackColor2 = Color.Green, Remark="True" }, }; this.ioPanel1.setTitle(titles.ToArray()); @@ -184,7 +184,7 @@ namespace Project.Dialog } } } - private void IoPanel1_ItemClick(object sender, arDev.AjinEXTEK.IOPanel.ItemClickEventArgs e) + private void IoPanel1_ItemClick(object sender, arDev.AjinEXTEK.UI.IOPanel.ItemClickEventArgs e) { var name = this.ioPanel1.Names[e.idx]; if (name.StartsWith("Y")) diff --git a/Handler/Project/Program.cs b/Handler/Project/Program.cs index 586c943..e129b41 100644 --- a/Handler/Project/Program.cs +++ b/Handler/Project/Program.cs @@ -20,50 +20,12 @@ namespace Project [STAThread] static void Main() { - //중복실행방지 - var guidAttr = Assembly.GetExecutingAssembly().GetCustomAttributes(typeof(GuidAttribute), true); - if (guidAttr != null) - { - var guida = (GuidAttribute)guidAttr[0]; - var guidstr = guida.Value; - Mutex mtx = new Mutex(true, guidstr); - var success = mtx.WaitOne(new TimeSpan(0, 0, 1)); - if (success == false) - { - //MessageBox.Show("중복실행 불가\n\n프로그램이 실행 중 입니다"); - //"※ Amkor Standard Label Attach" - var list = System.Diagnostics.Process.GetProcesses(); - var prc = list.Where(t => t.ProcessName == "Amkor" && t.MainModule.FileVersionInfo.FileDescription.Contains("Amkor Standard Label")).FirstOrDefault(); - if (prc != null) - { - var dlg = MessageBox.Show( - "중복 실행이 감지 되었습니다.\r\n" + - "현재 실행중인 프로그램을 종료 할까요?\r\n" + - "프로그램은 다시 실행하세요", "중복실행", MessageBoxButtons.YesNo, - MessageBoxIcon.Question); - - if (dlg == DialogResult.Yes) - { - prc.Kill(); - } - } - - return; - } - } - - //if(IsAdmin()==false) - //{ - // var dlg = MessageBox.Show( - // "이 프로그램은 관리자 모드로 실행해야 합니다", "중복실행", MessageBoxButtons.YesNo, - // MessageBoxIcon.Question); - // return; - //} - Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefault(false); + + if (CheckSingleInstance() == false) return; Application.ThreadException += new System.Threading.ThreadExceptionEventHandler(Application_ThreadException); AppDomain.CurrentDomain.UnhandledException += new UnhandledExceptionEventHandler(CurrentDomain_UnhandledException); Application.Run(new FMain()); @@ -72,7 +34,7 @@ namespace Project static bool IsAdmin() { var identy = WindowsIdentity.GetCurrent(); - if(identy != null) + if (identy != null) { var princ = new WindowsPrincipal(identy); return princ.IsInRole(WindowsBuiltInRole.Administrator); @@ -80,20 +42,81 @@ namespace Project return false; } + /// + /// 중복실행 방지 체크 + /// + /// 단일 인스턴스인 경우 true, 중복실행인 경우 false + static bool CheckSingleInstance() + { + string processName = Process.GetCurrentProcess().ProcessName; + Process[] processes = Process.GetProcessesByName(processName); + if (processes.Length > 1) + { + // 중복실행 감지 + string message = $"⚠️ {Application.ProductName} 프로그램이 이미 실행 중입니다!\n\n" + + "동시에 여러 개의 프로그램을 실행할 수 없습니다.\n\n" + + "해결방법을 선택하세요:"; + + var result = MessageBox.Show(message + "\n\n예(Y): 기존 프로그램을 종료하고 새로 시작\n아니오(N): 현재 실행을 취소", + "중복실행 감지", + MessageBoxButtons.YesNo, + MessageBoxIcon.Warning); + + if (result == DialogResult.Yes) + { + // 기존 프로세스들을 종료 + try + { + int currentProcessId = Process.GetCurrentProcess().Id; + foreach (Process process in processes) + { + if (process.Id != currentProcessId) + { + process.Kill(); + process.WaitForExit(3000); // 3초 대기 + } + } + + // 잠시 대기 후 계속 진행 + Thread.Sleep(1000); + return true; + } + catch (Exception ex) + { + MessageBox.Show($"기존 프로그램 종료 중 오류가 발생했습니다:\n{ex.Message}\n\n" + + "작업관리자에서 수동으로 종료해주세요.", + "오류", MessageBoxButtons.OK, MessageBoxIcon.Error); + return false; + } + } + else + { + // 현재 실행을 취소 + return false; + } + } + + return true; // 단일 인스턴스 + } static void CurrentDomain_UnhandledException(object sender, UnhandledExceptionEventArgs e) { string emsg = "Fatal Error(UHE)\n\n" + e.ExceptionObject.ToString(); - PUB.log.AddE(emsg); - PUB.log.Flush(); + if (PUB.log != null) + { + PUB.log.AddE(emsg); + PUB.log.Flush(); + } + + UTIL.SaveBugReport(emsg); Shutdown(); - - var f = new AR.Dialog.fErrorException(emsg); - f.ShowDialog(); + + using (var f = new AR.Dialog.fErrorException(emsg)) + f.ShowDialog(); Application.ExitThread(); } @@ -114,13 +137,15 @@ namespace Project { string emsg = "Fatal Error(ATE)\n\n" + e.Exception.ToString(); - //emsg += "stack:" + e.Exception.StackTrace; - PUB.log.AddE(emsg); - PUB.log.Flush(); + if(PUB.log != null) + { + PUB.log.AddE(emsg); + PUB.log.Flush(); + } UTIL.SaveBugReport(emsg); Shutdown(); - var f = new AR.Dialog.fErrorException(emsg); - f.ShowDialog(); + using (var f = new AR.Dialog.fErrorException(emsg)) + f.ShowDialog(); Application.ExitThread(); } } diff --git a/Handler/Project/Properties/Settings.Designer.cs b/Handler/Project/Properties/Settings.Designer.cs index 0de8f5f..ca79c3d 100644 --- a/Handler/Project/Properties/Settings.Designer.cs +++ b/Handler/Project/Properties/Settings.Designer.cs @@ -71,60 +71,6 @@ namespace Project.Properties { } } - [global::System.Configuration.UserScopedSettingAttribute()] - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute(@"^XA~TA000~JSN^LT0^MNW^MTT^PON^PMN^LH0,0^JMA^PR6,6~SD15^JUS^LRN^CI0^XZ -^XA -^MMT -^PW519 -^LL0200 -^LS25 -^FO205,5^GB305,186,4^FS -^FT25,170^BQN,2,4 -^FDLA, -{qrData} -^FS -^FO205,9^GB0,183,4^FS -^FO250,9^GB0,183,4^FS -^FO209,34^GB299,0,4^FS -^FO209,65^GB299,0,4^FS -^FO207,95^GB300,0,4^FS -^FO207,126^GB303,0,4^FS -^FT211,30^A0N,23,24^FDSID^FS -^FT210,59^A0N,23,24^FDLOT^FS -^FT215,91^A0N,23,24^FDPN^FS -^FT212,153^A0N,23,24^FDRID^FS -^FT210,120^A0N,23,24^FDQ'ty^FS -^FT260,31^A0N,23,24^FD -{sid} -^FS -^FT260,60^A0N,23,24^FD -{lot} -^FS -^FT258,93^A0N,27,16^FD -{partnum} -^FS -^FT256,150^A0N,21,19^FD -{rid} -^FS -^FT259,121^A0N,23,24^FD -{qty} -^FS -^FO207,157^GB303,0,4^FS -^FT212,182^A0N,20,19^FDDate^FS -^FT260,183^A0N,23,24^FD -{mfg} -^FS -^PQ1,0,1,Y^XZ")] - public string ZPL { - get { - return ((string)(this["ZPL"])); - } - set { - this["ZPL"] = value; - } - } - [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute(@"^XA diff --git a/Handler/Project/Properties/Settings.settings b/Handler/Project/Properties/Settings.settings index cbf6d2c..232934c 100644 --- a/Handler/Project/Properties/Settings.settings +++ b/Handler/Project/Properties/Settings.settings @@ -14,51 +14,6 @@ Amkor Technology/windows-242f240302c3e50d6cb1686ba2q4k0o9 - - ^XA~TA000~JSN^LT0^MNW^MTT^PON^PMN^LH0,0^JMA^PR6,6~SD15^JUS^LRN^CI0^XZ -^XA -^MMT -^PW519 -^LL0200 -^LS25 -^FO205,5^GB305,186,4^FS -^FT25,170^BQN,2,4 -^FDLA, -{qrData} -^FS -^FO205,9^GB0,183,4^FS -^FO250,9^GB0,183,4^FS -^FO209,34^GB299,0,4^FS -^FO209,65^GB299,0,4^FS -^FO207,95^GB300,0,4^FS -^FO207,126^GB303,0,4^FS -^FT211,30^A0N,23,24^FDSID^FS -^FT210,59^A0N,23,24^FDLOT^FS -^FT215,91^A0N,23,24^FDPN^FS -^FT212,153^A0N,23,24^FDRID^FS -^FT210,120^A0N,23,24^FDQ'ty^FS -^FT260,31^A0N,23,24^FD -{sid} -^FS -^FT260,60^A0N,23,24^FD -{lot} -^FS -^FT258,93^A0N,27,16^FD -{partnum} -^FS -^FT256,150^A0N,21,19^FD -{rid} -^FS -^FT259,121^A0N,23,24^FD -{qty} -^FS -^FO207,157^GB303,0,4^FS -^FT212,182^A0N,20,19^FDDate^FS -^FT260,183^A0N,23,24^FD -{mfg} -^FS -^PQ1,0,1,Y^XZ - ^XA ^MMT diff --git a/Handler/Project/Pub.cs b/Handler/Project/Pub.cs index d9faf40..959f118 100644 --- a/Handler/Project/Pub.cs +++ b/Handler/Project/Pub.cs @@ -23,7 +23,7 @@ namespace Project { public static class PUB { - public static string MCCode = "IB"; + public static string MCCode = "R0"; public static Class.StatusMessage StatusMessage { get; set; } = new Class.StatusMessage(); public static string[] WaitMessage = new string[] { "", "", "", "", "", "", "", "", "", "", "" }; @@ -240,6 +240,9 @@ namespace Project //초기화 PUB.Result.vModel.Title = string.Empty; + PUB.PrinterL.ZPLFileName = "zpl.txt"; //기본파일로 설정 + PUB.PrinterR.ZPLFileName = "zpl.txt"; + var modelVision = PUB.mdm.GetDataV(modelName); if (modelVision != null) { @@ -284,6 +287,24 @@ namespace Project UpLoadBarcodeConfig(PUB.keyenceR); } + if (mv.bOwnZPL) + { + var fn = UTIL.MakePath("Model", mv.idx.ToString(), "zpl.txt"); + if (System.IO.File.Exists(fn)) + { + PUB.PrinterL.ZPLFileName = fn; + PUB.PrinterR.ZPLFileName = fn; + PUB.log.AddI($"전용 ZPL 설정 {fn}"); + } + else + { + PUB.log.AddE($"전용 ZPL파일이 없습니다 {fn}"); + } + } + else + { + PUB.log.AddI($"공용 ZPL파일을 사용합니다"); + } return true; } else @@ -373,7 +394,7 @@ namespace Project //기존 SID정보에서 데이터를 취합니다. var mc = AR.SETTING.Data.McName; PUB.log.AddAT($"환경설정에서 ECS SKIP이 되었습니다 기존 정보에서 데이터를 생성합니다 MC={mc}"); - using (var tainfo = new DataSet1TableAdapters.Component_Reel_SID_InformationTableAdapter()) + using (var tainfo = new DataSet1TableAdapters.K4EE_Component_Reel_SID_InformationTableAdapter()) { var cntd = tainfo.DeleteAll("IB"); PUB.log.AddAT($"{cntd}건의 자료가 삭제됨"); @@ -391,7 +412,7 @@ namespace Project return rlt; } - + /// /// 전체 작업목록을 별도파일에 저장한다 /// @@ -435,7 +456,7 @@ namespace Project try { //sid정보테이블을 다시 불러온다 - var taConv = new DataSet1TableAdapters.Component_Reel_SID_ConvertTableAdapter(); + var taConv = new DataSet1TableAdapters.K4EE_Component_Reel_SID_ConvertTableAdapter(); PUB.Result.DTSidConvert.Clear(); taConv.Fill(PUB.Result.DTSidConvert); PUB.Result.DTSidConvert.AcceptChanges(); @@ -451,6 +472,86 @@ namespace Project } } + /// + /// 지정된 VisionData에 해당 값을 기록 합니다 + /// ColName 이 하드코딩되어있으니 필드명이 변경되면 값을 변경해야 함 + /// + /// + /// + /// + /// + public static bool UpdateSIDInfoData(ref Class.VisionData vdata, string colNameOrg, string vStr) + { + var colName = colNameOrg.ToLower().Trim(); + if (colName == "custcode" || colName == "cust_code") + { + PUB.log.Add($"UpdateSIDInfoData [{colNameOrg}] {vdata.CUSTCODE}=>{vStr}"); + vdata.CUSTCODE = vStr; + return true; + } + else if (colName == "partno" || colName == "part_no") + { + PUB.log.Add($"UpdateSIDInfoData [{colNameOrg}] {vdata.PARTNO}=>{vStr}"); + vdata.PARTNO = vStr; + vdata.PARTNO_Trust = true; + return true; + } + else if (colName == "printposition" || colName == "pos") + { + PUB.log.Add($"UpdateSIDInfoData [{colNameOrg}] {vdata.PrintPositionData}=>{vStr}"); + vdata.PrintPositionData = vStr; + vdata.PrintPositionCheck = true; + return true; + } + else if (colName == "vname" || colName == "vendername" || colName == "vendorname" || colName == "vendor_nm") + { + PUB.log.Add($"UpdateSIDInfoData [{colNameOrg}] {vdata.VNAME}=>{vStr}"); + vdata.VNAME = vStr; + vdata.VNAME_Trust = true; + return true; + } + else if (colName == "venderlot" || colName == "vendorlot" || colName == "vendor_lot") + { + PUB.log.Add($"UpdateSIDInfoData [{colNameOrg}] {vdata.VLOT}=>{vStr}"); + vdata.VLOT = vStr; + vdata.VLOT_Trust = true; + return true; + } + else if (colName == "sid") + { + PUB.log.Add($"UpdateSIDInfoData [{colNameOrg}] {vdata.SID}=>{vStr}"); + vdata.SID = vStr; + vdata.SID_Trust = vdata.SID.Length == 9; + if (vStr.Length != 9) + { + PUB.log.AddE($"DB SID LEN ERROR:{vStr},LEN={vStr.Length}"); + } + return true; + } + else if (colName == "batch" || colName == "batch_no") + { + PUB.log.Add($"UpdateSIDInfoData [{colNameOrg}] {vdata.BATCH}=>{vStr}"); + vdata.BATCH = vStr; + return true; + } + else if (colName == "qtymax") + { + PUB.log.Add($"UpdateSIDInfoData [{colNameOrg}] {vdata.BATCH}=>{vStr}"); + vdata.QTYMAX = vStr; + return true; + } + else if (colName == "attach") + { + PUB.log.Add($"UpdateSIDInfoData [{colNameOrg}] {vdata.Target}=>{vStr}"); + vdata.Target = vStr; + return true; + } + + return false; + } + + + public static string SIDCovert(string oldsid, string src, out bool err) { err = true; @@ -768,12 +869,12 @@ namespace Project { try { - using (var ta = new DataSet1TableAdapters.Component_Reel_RegExRuleTableAdapter()) + using (var ta = new DataSet1TableAdapters.K4EE_Component_Reel_RegExRuleTableAdapter()) { ta.ClearBeforeFill = true; - if (ignore) ta.FillIgnore(PUB.mdm.dataSet.Component_Reel_RegExRule, custname); - else ta.Fill(PUB.mdm.dataSet.Component_Reel_RegExRule, custname); - PUB.mdm.dataSet.Component_Reel_RegExRule.AcceptChanges(); + if (ignore) ta.FillIgnore(PUB.mdm.dataSet.K4EE_Component_Reel_RegExRule, custname); + else ta.Fill(PUB.mdm.dataSet.K4EE_Component_Reel_RegExRule, custname); + PUB.mdm.dataSet.K4EE_Component_Reel_RegExRule.AcceptChanges(); } } catch (Exception ex) @@ -783,7 +884,7 @@ namespace Project } //data - foreach (DataSet1.Component_Reel_RegExRuleRow dr in PUB.mdm.dataSet.Component_Reel_RegExRule) + foreach (DataSet1.K4EE_Component_Reel_RegExRuleRow dr in PUB.mdm.dataSet.K4EE_Component_Reel_RegExRule) { if (ignore) { @@ -834,11 +935,11 @@ namespace Project { try { - using (var ta = new DataSet1TableAdapters.Component_Reel_PrintRegExRuleTableAdapter()) + using (var ta = new DataSet1TableAdapters.K4EE_Component_Reel_PrintRegExRuleTableAdapter()) { ta.ClearBeforeFill = true; - ta.Fill(PUB.mdm.dataSet.Component_Reel_PrintRegExRule); - PUB.mdm.dataSet.Component_Reel_RegExRule.AcceptChanges(); + ta.Fill(PUB.mdm.dataSet.K4EE_Component_Reel_PrintRegExRule); + PUB.mdm.dataSet.K4EE_Component_Reel_RegExRule.AcceptChanges(); } } catch (Exception ex) @@ -849,7 +950,7 @@ namespace Project //data - foreach (DataSet1.Component_Reel_PrintRegExRuleRow dr in PUB.mdm.dataSet.Component_Reel_PrintRegExRule) + foreach (DataSet1.K4EE_Component_Reel_PrintRegExRuleRow dr in PUB.mdm.dataSet.K4EE_Component_Reel_PrintRegExRule) { if (dr.Groups.isEmpty() || dr.Pattern.isEmpty()) continue; @@ -970,16 +1071,11 @@ namespace Project popup.WindowOpen += popup_WindowOpen; //zpl파일 만든다. - var fn = System.IO.Path.Combine(UTIL.CurrentPath, "zpl.txt"); - if (System.IO.File.Exists(fn) == false) - { - System.IO.File.WriteAllText(fn, Properties.Settings.Default.ZPL, System.Text.Encoding.Default); - } - + var fn = Path.Combine(UTIL.CurrentPath, "zpl.txt"); + if (File.Exists(fn) == false) + File.WriteAllText(fn, Properties.Settings.Default.ZPL7, Encoding.Default); } - - static void popup_WindowOpen(object sender, EventArgs e) { var msgdata = sender as MessageWindow.CMessageData; @@ -1033,8 +1129,8 @@ namespace Project dbmCount = new Manager.DatabaseManagerCount(); dbmCount.dataPath = AR.SETTING.Data.Path_Data; //200113 - dio = new arDev.AjinEXTEK.DIO(); - mot = new arDev.AjinEXTEK.MOT(); + dio = new arDev.AjinEXTEK.DIO(arDev.AjinEXTEK.ELibraryType.AXT); + mot = new arDev.AjinEXTEK.MOT(arDev.AjinEXTEK.ELibraryType.AXT); // flag = new Flag(); diff --git a/Handler/Project/RunCode/Device/_Keyence.cs b/Handler/Project/RunCode/Device/_Keyence.cs index e1ff127..1447afd 100644 --- a/Handler/Project/RunCode/Device/_Keyence.cs +++ b/Handler/Project/RunCode/Device/_Keyence.cs @@ -110,7 +110,13 @@ namespace Project private string KeyenceBarcodeDataF = string.Empty; private string KeyenceBarcodeDataR = string.Empty; - //List barcodelist = new List(); + + + /// + /// 키엔스로부터 받은 데이터를 분석한다. + /// + /// + /// void ParseBarcode(string response, string Source) { @@ -155,26 +161,15 @@ namespace Project continue; } - var MatchList = RegX.Matches(resp.Trim()); var buf = MatchList[0].Groups; - - //var buf = resp.Split(':'); //데이터는 :로 분리되어있음 - //if (buf.Length != 7) //데이터는 총 6개의 데이터로 구성됨 - //{ - // PUB.log.AddE("***바코드 응답데이터 오류 값(키엔스 전송포맷을 확인하세요) " + resp); - // gridView2.setTitle(8, 1, "ERR"); - // continue; - //} - + var angle = 0; - Boolean STDData = false; //들어온 자료가 amkor std 바코드여부 - var sym = buf[1].Value; - var vData = buf[2].Value.Trim(); + var sym = buf[1].Value; //symbol + var vData = buf[2].Value.Trim(); //data - - if (Source == "R") KeyenceBarcodeDataR = vData; - else KeyenceBarcodeDataF = vData; + if (Source == "R") KeyenceBarcodeDataR = vData; //rear + else KeyenceBarcodeDataF = vData; //front //바코드 무시조건 확인 //if (PUB.Result.BCDIgnorePattern != null) @@ -234,13 +229,11 @@ namespace Project { theta = angbcd.Angle; } - - + var theta_rad = -theta * Math.PI / 180.0; var PX = (int)(Math.Cos(theta_rad) * (vertextCP.X - ReelCP.X) - Math.Sin(theta_rad) * (vertextCP.Y - ReelCP.Y)) + ReelCP.X; var PY = (int)(Math.Sin(theta_rad) * (vertextCP.X - ReelCP.X) + Math.Cos(theta_rad) * (vertextCP.Y - ReelCP.Y)) + ReelCP.Y; - float LabelAngRad = (float)(Math.Atan2(PY - ReelCP.Y, PX - ReelCP.X));// 2; //라벨의 위치값을 찾아서 입력해야한다. var labelpos = (float)(LabelAngRad * 180.0 / Math.PI); if (labelpos < 0) labelpos = 360 + labelpos; @@ -269,9 +262,8 @@ namespace Project var bcdin = itemC.VisionData.barcodelist.ContainsKey(valuekey);//.Where(t => t.Value.CheckIntersect(vertextCP, vData) == true).FirstOrDefault(); if (bcdin == false) { + //신규바코드데이터이므로 추가한다. PUB.logKeyence.Add($"{resp.Replace("\n", "").Replace("\r", "")}"); - - //없다면 추가한다. var newitem = new Class.KeyenceBarcodeData() { AmkorData = new StdLabelPrint.CAmkorSTDBarcode(vData), @@ -285,11 +277,11 @@ namespace Project }; var addok = itemC.VisionData.barcodelist.TryAdd(valuekey, newitem); - if (addok) PUB.log.Add($"[NEW:{sym}] " + Source + " " + vData); - else PUB.log.AddE($"X-[NEW:{sym}] " + Source + " " + vData); + if (addok) PUB.log.Add($"[O]BCD RESERV[NEW:{sym}] " + Source + " " + vData); + else PUB.log.AddE($"[X]BCD RESERV[NEW:{sym}] " + Source + " " + vData); itemC.VisionData.UpdateBarcodePositionData(); - itemC.VisionData.BarcodeTouched = true; + itemC.VisionData.BarcodeDirty = true; } else { @@ -310,10 +302,10 @@ namespace Project }; //기존정보를 지우고 - PUB.log.Add($"[UPD:{sym}] " + Source + " " + vData); + PUB.log.Add($"[UPD]BCD RESERV:{sym}] " + Source + " " + vData); itemC.VisionData.barcodelist[valuekey] = newitem; itemC.VisionData.UpdateBarcodePositionData(); - itemC.VisionData.BarcodeTouched = true; + itemC.VisionData.BarcodeDirty = true; } } } diff --git a/Handler/Project/RunCode/Display/_TMDisplay.cs b/Handler/Project/RunCode/Display/_TMDisplay.cs index 9663d66..3067d49 100644 --- a/Handler/Project/RunCode/Display/_TMDisplay.cs +++ b/Handler/Project/RunCode/Display/_TMDisplay.cs @@ -210,7 +210,7 @@ namespace Project catch { } - for (int i = 0; i < 3; i++) + for (short i = 0; i < 3; i++) { if (PUB.mot != null && PUB.mot.IsInit) { diff --git a/Handler/Project/RunCode/Display/_UpdateStatusMessage.cs b/Handler/Project/RunCode/Display/_UpdateStatusMessage.cs index 4cd692f..33312ce 100644 --- a/Handler/Project/RunCode/Display/_UpdateStatusMessage.cs +++ b/Handler/Project/RunCode/Display/_UpdateStatusMessage.cs @@ -64,7 +64,7 @@ namespace Project var limport = new List(); if (PUB.mot.HasLimitError == true) { - for (int i = 0; i < PUB.system.MotaxisCount; i++) + for (short i = 0; i < PUB.system.MotaxisCount; i++) { if (PUB.mot.IsUse(i) == false) continue; if (PUB.mot.IsLimitN(i)) diff --git a/Handler/Project/RunCode/Main/_SM_MAIN_ERROR.cs b/Handler/Project/RunCode/Main/_SM_MAIN_ERROR.cs index 1fa5d4b..690f614 100644 --- a/Handler/Project/RunCode/Main/_SM_MAIN_ERROR.cs +++ b/Handler/Project/RunCode/Main/_SM_MAIN_ERROR.cs @@ -12,7 +12,7 @@ namespace Project private void _SM_MAIN_ERROR(Boolean isFirst, eSMStep Step, TimeSpan StepTime) { //모션의 위치를 저장해준다. - 재시작시 변경이 잇다면 오류로 처리한다 - for (int i = 0; i < PUB.mot.DeviceCount; i++) + for (short i = 0; i < PUB.mot.DeviceCount; i++) PUB.Result.PreventMotionPosition[i] = PUB.mot.GetLastCmdPos(i); var errorMessage = string.Empty; diff --git a/Handler/Project/RunCode/RunSequence/3_KEYENCE_READ.cs b/Handler/Project/RunCode/RunSequence/3_KEYENCE_READ.cs index d81d6ea..836d240 100644 --- a/Handler/Project/RunCode/RunSequence/3_KEYENCE_READ.cs +++ b/Handler/Project/RunCode/RunSequence/3_KEYENCE_READ.cs @@ -88,7 +88,7 @@ namespace Project if (PUB.sm.seq.Get(cmdIndex) == idx++) { bool vQtyOK = false; - + var vdata = itemC.VisionData; //동작중이아니라면 처리하지 않음 if (PUB.sm.getNewStep != eSMStep.RUN) return EResultKeyence.Wait; @@ -98,17 +98,17 @@ namespace Project var systembypassmode = SETTING.Data.SystemBypass; if (systembypassmode && PUB.flag.get(eVarBool.FG_RDY_PORT_PC)) { - PUB.Result.ItemDataC.VisionData.SetRID("BP" + DateTime.Now.ToString("yyyyMMddHHmmss"), "bp"); - PUB.Result.ItemDataC.VisionData.SID = ("100000000"); - PUB.Result.ItemDataC.VisionData.VNAME = "BYPASS"; - PUB.Result.ItemDataC.VisionData.MFGDATE = DateTime.Now.ToString("yyyy-MM-dd"); - PUB.Result.ItemDataC.VisionData.VLOT = "BYPASS"; - PUB.Result.ItemDataC.VisionData.CUSTCODE = "0000"; - PUB.Result.ItemDataC.VisionData.CUSTNAME = "BYPASS"; - PUB.Result.ItemDataC.VisionData.QTY = "10000"; - PUB.Result.ItemDataC.VisionData.ConfirmUser = true; - PUB.Result.ItemDataC.VisionData.PrintPositionData = "1"; - PUB.Result.ItemDataC.VisionData.PrintPositionCheck = true; + vdata.VisionData.SetRID("BP" + DateTime.Now.ToString("yyyyMMddHHmmss"), "bp"); + vdata.VisionData.SID = ("100000000"); + vdata.VisionData.VNAME = "BYPASS"; + vdata.VisionData.MFGDATE = DateTime.Now.ToString("yyyy-MM-dd"); + vdata.VisionData.VLOT = "BYPASS"; + vdata.VisionData.CUSTCODE = "0000"; + vdata.VisionData.CUSTNAME = "BYPASS"; + vdata.VisionData.QTY = "10000"; + vdata.VisionData.ConfirmUser = true; + vdata.VisionData.PrintPositionData = "1"; + vdata.VisionData.PrintPositionCheck = true; return EResultKeyence.Complete; } @@ -184,6 +184,160 @@ namespace Project } } + + //기본 벤더이름 + if (OPT_BYPASS == false && PUB.Result.vModel.Def_Vname.isEmpty() == false) + { + if (itemC.VisionData.VNAME.Equals(PUB.Result.vModel.Def_Vname) == false) + { + itemC.VisionData.VNAME = PUB.Result.vModel.Def_Vname; + itemC.VisionData.VNAME_Trust = true; + PUB.log.Add($"Defaul V.Name Set to {PUB.Result.vModel.Def_Vname}"); + } + } + + //기본 MFG + if (OPT_BYPASS == false && PUB.Result.vModel.Def_MFG.isEmpty() == false) + { + if (itemC.VisionData.MFGDATE.Equals(PUB.Result.vModel.Def_MFG) == false) + { + itemC.VisionData.MFGDATE = PUB.Result.vModel.Def_MFG; + itemC.VisionData.MFGDATE_Trust = true; + PUB.log.Add($"Defaul MFGDATE Set to {PUB.Result.vModel.Def_MFG}"); + } + } + + //옵션설정에 따른 외부데이터 가져오기 작업 + bool NewBarcodeUpdated = false; + + + //SID정보테이블에서 정보 추출 + if (VAR.BOOL[eVarBool.Opt_ApplySIDInfo] && vdata.BarcodeDirty == true) + { + Boolean Apply = true; + + //select columns + List fields = new List(); + if (VAR.BOOL[eVarBool.Opt_SID_Apply_CustCode] && vdata.CUSTCODE.isEmpty()) fields.Add("CustCode"); + if (VAR.BOOL[eVarBool.Opt_SID_Apply_PartNo] && (vdata.PARTNO.isEmpty() || vdata.PARTNO_Trust == false)) fields.Add("PartNo"); + if (VAR.BOOL[eVarBool.Opt_SID_Apply_PrintPos] && vdata.PrintPositionData.isEmpty()) fields.Add("PrintPosition"); + if (VAR.BOOL[eVarBool.Opt_SID_Apply_VenderName] && (vdata.VNAME_Trust == false || vdata.VNAME.isEmpty())) fields.Add("VenderName"); + if (VAR.BOOL[eVarBool.Opt_SID_Apply_SID] && (vdata.SID_Trust == false || vdata.SID.isEmpty())) fields.Add("SID"); + if (VAR.BOOL[eVarBool.Opt_SID_Apply_batch] && (vdata.SID_Trust == false || vdata.BATCH.isEmpty())) fields.Add("batch"); //220921 + if (VAR.BOOL[eVarBool.Opt_SID_Apply_qty] && (vdata.SID_Trust == false || vdata.QTYMAX.isEmpty())) fields.Add("qtymax"); //220921 + fields.Add("attach"); //231026 + + //where coluns + List wheres = new List(); + //wheres.Add($"MC='{COMM.SETTING.Data.McName}"); + if (VAR.BOOL[eVarBool.Opt_SID_Where_CustCode]) + { + if (vdata.CUSTCODE.isEmpty() == false) wheres.Add($"CustCode='{vdata.CUSTCODE}'"); + else Apply = false; + } + if (VAR.BOOL[eVarBool.Opt_SID_Where_PartNo]) + { + if (vdata.PARTNO_Trust && vdata.PARTNO.isEmpty() == false) wheres.Add($"PartNo='{vdata.PARTNO}'"); + else Apply = false; + } + if (VAR.BOOL[eVarBool.Opt_SID_Where_SID]) + { + //if sid convert logic + if (VAR.BOOL[eVarBool.Opt_SIDConvert]) + { + if (vdata.SID_Trust && vdata.SID0.isEmpty() == false && vdata.SID.isEmpty() == false) + wheres.Add($"SID='{vdata.SID}'"); + else Apply = false; + } + else + { + if (vdata.SID_Trust && vdata.SID.isEmpty() == false) wheres.Add($"SID='{vdata.SID}'"); + else Apply = false; + } + } + if (VAR.BOOL[eVarBool.Opt_SID_Where_VLOT]) //221013 + { + if (vdata.VLOT_Trust && vdata.VLOT.isEmpty() == false) + wheres.Add($"(VenderLot like '{vdata.VLOT}' or VenderLot like '%,{vdata.VLOT}' or VenderLot like '{vdata.VLOT},%' or VenderLot like '%,{vdata.VLOT},%')"); + else Apply = false; + } + + if (VAR.BOOL[eVarBool.Opt_SID_Where_MC]) //231006 + { + wheres.Add($"attach='{AR.SETTING.Data.McName}'"); + } + + //if query data . no error + if (Apply && fields.Count > 0 && wheres.Count > 0) + { + + var mcname = SETTING.Data.McName; + if (VAR.BOOL[eVarBool.Use_Conveyor]) mcname = PUB.MCCode; + + var SQL = "select top 1 " + string.Join(",", fields) + + " from K4EE_Component_Reel_SID_Information WITH(NOLOCK)" + + " where mc='" + mcname + "' and " + string.Join(" and ", wheres) + + " order by wdate desc"; + + var SQLC = "select count(*)" + + " from K4EE_Component_Reel_SID_Information WITH(NOLOCK)" + + " where mc='" + mcname + "' and " + string.Join(" and ", wheres); + + if (PUB.Result.ItemDataC.VisionData.LastQueryStringSID.Equals(SQL) == false) + { + + PUB.log.Add($"DATABAES : SID INFORMATIION QUERY"); + PUB.log.Add(SQL); + var CS = Properties.Settings.Default.CS; + var CN = new System.Data.SqlClient.SqlConnection(CS); + var CMD = new System.Data.SqlClient.SqlCommand(SQL, CN); + if (CN.State == System.Data.ConnectionState.Closed) CN.Open(); + + //데이터가 중복으로 존재하는지 확인한다. 231006 + CMD.CommandText = SQLC; + var cnt = int.Parse(CMD.ExecuteScalar().ToString()); + if (cnt == 1) + { + CMD.CommandText = SQL; + var DAR = CMD.ExecuteReader(); + while (DAR.Read()) + { + //loop select columns + for (int i = 0; i < fields.Count; i++) + { + var colName = fields[i]; + var v = DAR[colName]; + if (v != null) + { + var vStr = v.ToString().RemoveNoneASCII().Trim(); + if (vStr.isEmpty()) continue; + + if (PUB.UpdateSIDInfoData(ref vdata, colName, vStr)) NewBarcodeUpdated = true; + } + } + } + DAR.Close(); + } + CMD.Dispose(); + if (CN.State == System.Data.ConnectionState.Open) CN.Close(); + CN.Dispose(); + PUB.Result.ItemDataC.VisionData.LastQueryStringSID = SQL; + } + } + } + + + + //WMS정보테이블에서 정보 추출 + + //SID변환정보에서 정보 추출 + + //기존 작업내역에서 정보 추출 + if (itemC.VisionData.BarcodeDirty == true && NewBarcodeUpdated == false) + { + itemC.VisionData.BarcodeDirty = false; + } + //릴Id 신규부여 if (OPT_BYPASS == false && VAR.BOOL[eVarBool.Opt_NewReelID]) { @@ -223,28 +377,8 @@ namespace Project } } - //기본 벤더이름 - if (OPT_BYPASS == false && PUB.Result.vModel.Def_Vname.isEmpty() == false) - { - if (itemC.VisionData.VNAME.Equals(PUB.Result.vModel.Def_Vname) == false) - { - itemC.VisionData.VNAME = PUB.Result.vModel.Def_Vname; - itemC.VisionData.VNAME_Trust = true; - PUB.log.Add($"Defaul V.Name Set to {PUB.Result.vModel.Def_Vname}"); - } - } - - //기본 MFG - if (OPT_BYPASS == false && PUB.Result.vModel.Def_MFG.isEmpty() == false) - { - if (itemC.VisionData.MFGDATE.Equals(PUB.Result.vModel.Def_MFG) == false) - { - itemC.VisionData.MFGDATE = PUB.Result.vModel.Def_MFG; - itemC.VisionData.MFGDATE_Trust = true; - PUB.log.Add($"Defaul MFGDATE Set to {PUB.Result.vModel.Def_MFG}"); - } - } + //데이터확정 및 완료처리 if (itemC.VisionData.Confirm) { //이미 완료된 데이터 @@ -313,7 +447,7 @@ namespace Project //var Jobtype = VAR.STR[eVarString.JOB_TYPE]; var OPT_BYPASS = SETTING.Data.SystemBypass;// Jobtype == "BP"; var CVMode = VAR.BOOL[eVarBool.Use_Conveyor]; - + var CustomerCode = VAR.STR[eVarString.JOB_CUSTOMER_CODE]; if (item.VisionData.Confirm) { //사용자에의해 완성된 자료는 완료된 자료이다 @@ -325,15 +459,22 @@ namespace Project //이전작업내역에서 데이터를 쓸것이 있다면 기록한다 + //Customer Code + if (OPT_BYPASS == false && item.VisionData.CUSTCODE.isEmpty() && CustomerCode.isEmpty() == false) + { + item.VisionData.CUSTCODE = CustomerCode; + PUB.log.Add($"[FIX] CUSTOMER CODE => {CustomerCode}"); + } + //서버의수량업데이트기능 if (OPT_BYPASS == false && VAR.BOOL[eVarBool.Opt_ServerQty]) { //수량원본이 없는 경우 if (item.VisionData.QTY0.isEmpty()) { - string msg= "서버 수량 업데이트 기능은 WMS에 적용되지 않음, 필요한 경우 개발자 컨택"; + string msg = "서버 수량 업데이트 기능은 WMS에 적용되지 않음, 필요한 경우 개발자 컨택"; var cnt = 0;// (int)(Amkor.RestfulService.get_stock_count(item.VisionData.RID, out msg)); - if(mainjob) + if (mainjob) { PUB.log.AddE("서버 수량 업데이트 기능은 WMS에 적용되지 않음, 필요한 경우 개발자 컨택"); } @@ -387,8 +528,8 @@ namespace Project var SID = item.VisionData.SID; var MCName = VAR.BOOL[eVarBool.Use_Conveyor] ? "IB" : SETTING.Data.McName; var ta = new DataSet1TableAdapters.QueriesTableAdapter(); - var exist = ta.CheckSIDExist(MCName, SID) > 0; - PUB.log.Add($"SID 존재여부 검사 KEY:{MCName},SID:{item.VisionData.SID},Result={exist}"); + var exist = ta.CheckSIDExist(SID) > 0; + PUB.log.Add($"SID Exist Check SID:{item.VisionData.SID},Result={exist}"); if (exist == false) { PUB.Result.SetResultMessage(eResult.OPERATION, eECode.NOSIDINFOFROMDB, eNextStep.PAUSE, SID); @@ -398,21 +539,39 @@ namespace Project //sid변환기능확인 var SIDOK = false; - if (OPT_BYPASS == false && VAR.BOOL[eVarBool.Opt_SIDConvert]) + if (OPT_BYPASS == false && VAR.BOOL[eVarBool.Opt_SIDConvert] && VAR.BOOL[eVarBool.JOB_Empty_SIDConvertInfo] == false) { - //변환된 정보가 없다면 변환을 진행한다 + //변환된 정보가 없다면 변환을 진행한다 if (item.VisionData.SID0.isEmpty() && item.VisionData.SID_Trust && item.VisionData.SID.isEmpty() == false) { - //현재SID가 정상 시드라면 변환을 시작한다 - - - //_SM_RUN_VISION_SIDCONV(item); + //이 sid가 존재여부확인 후 없는 sid라면 더이상 처리하지 않는다 230510 + if (PUB.Result.DTSidConvertEmptyList.Contains(item.VisionData.SID)) + { + //존재하지 않는 SID로 이미 확인되었다 + } + else if (PUB.Result.DTSidConvertMultiList.Contains(item.VisionData.SID)) + { + //다중sid로 인해 처리하지 않는다 + } + else + { + var newsid = PUB.SIDCovert(item.VisionData.SID, "SPS_BarcodeProcess", out bool converr); + if (converr) + { + if (PUB.sm.Step == eSMStep.RUN) + PUB.log.AddE(newsid); + } + else + { + item.VisionData.SID0 = item.VisionData.SID; //기존자료를 0으로 백업한다 + item.VisionData.SID = newsid; //신규 SID를 기록 + } + } } - //시드값이 유효한지 확인한다. SIDOK = item.VisionData.SID_Trust && item.VisionData.SID0.isEmpty() == false && item.VisionData.SID.isEmpty() == false; } - else SIDOK = item.VisionData.SID_Trust; //시드변환을 사용하지 않으므로 시드값여부에따라 다르다 + else SIDOK = (item.VisionData.SID_Trust && item.VisionData.SID.isEmpty() == false); //시드변환을 사용하지 않으므로 시드값여부에따라 다르다 //사용자확인이 필요한 옵션이라면 사용한다 if (OPT_BYPASS == false && VAR.BOOL[eVarBool.Opt_UserConfim]) @@ -420,7 +579,6 @@ namespace Project if (NeedConfirm == false) { if (mainjob) item.VisionData.bcdMessage.Add("사용자 확인 필요"); - //if (mainjob) PUB.log.Add($"사용자 확인 옵션으로 인해 창을 표시 합니다{Source}"); NeedConfirm = true; } } @@ -435,7 +593,6 @@ namespace Project if (VAR.BOOL[eVarBool.Opt_DisablePrinter] == false) { if (mainjob) item.VisionData.bcdMessage.Add("첫번째 릴 확인 필요"); - //if (mainjob) PUB.log.Add($"처음 작업이므로 사용자 확인창을 표시 합니다{Source}"); NeedConfirm = true; } } @@ -475,17 +632,12 @@ namespace Project item.VisionData.PrintPositionCheck = true; PUB.log.AddI($"현 작업정보에서 프린트위치 찾음 SID:{item.VisionData.SID},값={preprnpos}"); } - else + else if (NeedConfirm == false) { - if (NeedConfirm == false) - { - //현작업내에서의 정보를 찾아서 적용한다 231005 - //if (mainjob) PUB.log.AddAT("프린트 위치 결정이 완료되지 않아. 사용자 선택화면을 팝업합니다"); - if (mainjob) item.VisionData.bcdMessage.Add("부착위치 없음"); - NeedConfirm = true; - } + //현작업내에서의 정보를 찾아서 적용한다 231005 + if (mainjob) item.VisionData.bcdMessage.Add("부착위치 없음"); + NeedConfirm = true; } - } } @@ -504,6 +656,7 @@ namespace Project item.VisionData.PARTNO_Trust && item.VisionData.QTY_Trust && item.VisionData.RID_Trust && + item.VisionData.SID_Trust && SIDOK && item.VisionData.VLOT_Trust && item.VisionData.VNAME_Trust) { @@ -546,103 +699,10 @@ namespace Project VAR.TIME.Set(eVarTime.KEYENCEWAIT, newtime); } } - else + else if (PUB.Result.ItemDataC.VisionData.ConfirmAuto == false) { - ////ecs on 컨베이어때만 사용한다 - //bool warndata = false; - //if (SETTING.Data.ECSSkip == false && CVMode) - //{ - // //모두 찾은상태에서는 활성화여부를 추가 확인한다. - // var sid = item.VisionData.SID; - // var bat = item.VisionData.BATCH; - - // //현 시점의 활성화 목록을 가져온다 - // var activelist = PUB.GetECSActiveSIDList(); - - // //해당sid+bat 가 활성화된것인지 확인한다. - // bool active = false; - // string active_sid = ""; - // string active_bat = ""; - // var sidorder = 0; - // var sidx = 0; - // foreach (var actItem in activelist) - // { - // if (actItem.Item4) - // { - // if(active_sid.isEmpty()) - // { - // active_sid = actItem.Item1; - // active_bat = actItem.Item2; - // } - - // } - - // if (actItem.Item1.Equals(sid) && actItem.Item2.Equals(bat)) - // { - // active = actItem.Item4; - // sidorder = sidx; //순서를 저장한다. 0부터 시작하는값이다. - // } - // if (actItem.Item3 == SETTING.Data.McName) - // sidx += 1; - // } - - // //활성화된 sid가 아니다 - // if (active == false) - // { - // if (sidorder > 1) //2번째는 무조건 에러 - // { - // PUB.log.AddE($"active sid 아니고 {sidorder + 1}번 항목이므로 오류 처리한다."); - // warndata = true; - // } - // else - // { - // //활성sid의 작업데이터가있으면 ok - // var qa = new DataSet1TableAdapters.QueriesTableAdapter(); - // var existreadat = qa.GetIBResultCountBySIDBatch(DateTime.Now.AddHours(-6), active_sid, active_sid) > 0; - - // //활성sid의 작업데이터가있으면 ok - // if (existreadat) - // { - // PUB.log.AddAT($"active sid 는 아니지만 활성sid({active_sid}{active_sid}) 의 기록이 있어 진행 합니다"); - // warndata = false; - // } - // else - // { - // PUB.log.AddE($"active sid 아니고 활성sid({active_sid}{active_sid}) 의 기록이 없어 진행 불가"); - // warndata = true; - // } - // //없으면 ng - // } - // } - - // //오류발생조건이나, 이미 발생했다면 처리하지 않는다. - // if (warndata) - // { - // if (warninactivelist.Contains(sid + bat) == false) - // { - // warninactivelist.Add(sid + bat); - // } - // else - // { - // PUB.log.AddAT($"이미 경고한 sid+bqt이므로 넘어갑니다({sid}{bat})"); - // warndata = false; - // } - // } - //} - - //if (warndata) - //{ - // PUB.Result.SetResultMessage(eResult.OPERATION, eECode.NOECSDATAACTIVE, eNextStep.PAUSE, item.VisionData.SID, item.VisionData.BATCH); - // return; - //} - //else - //{ - if (PUB.Result.ItemDataC.VisionData.ConfirmAuto == false) - { - PUB.logDbg.Add($"비젼 자동 확정 처리 {Source}"); - PUB.Result.ItemDataC.VisionData.ConfirmAuto = true; - } - //} + PUB.logDbg.Add($"비젼 자동 확정 처리 {Source}"); + PUB.Result.ItemDataC.VisionData.ConfirmAuto = true; } } diff --git a/Handler/Project/RunCode/RunSequence/7_PRINTER_ON.cs b/Handler/Project/RunCode/RunSequence/7_PRINTER_ON.cs index f269b05..80fd47a 100644 --- a/Handler/Project/RunCode/RunSequence/7_PRINTER_ON.cs +++ b/Handler/Project/RunCode/RunSequence/7_PRINTER_ON.cs @@ -52,13 +52,13 @@ namespace Project if (iLockM.IsEmpty() == false && MotMoveM) { var locklistX = MOT.GetActiveLockList(axisM, iLockM); - PUB.mot.MoveStop("ILock(" + string.Join(",", locklistX) + ")", (int)axisM); + PUB.mot.MoveStop("ILock(" + string.Join(",", locklistX) + ")", (short)axisM); } if (iLockZ.IsEmpty() == false && MotMoveZ) { var locklistZ = MOT.GetActiveLockList(axisZ, iLockZ); - PUB.mot.MoveStop("ILock(" + string.Join(",", locklistZ) + ")", (int)axisZ); + PUB.mot.MoveStop("ILock(" + string.Join(",", locklistZ) + ")", (short)axisZ); } diff --git a/Handler/Project/RunCode/RunSequence/8_PRINTER_OFF.cs b/Handler/Project/RunCode/RunSequence/8_PRINTER_OFF.cs index 6a24964..c39277c 100644 --- a/Handler/Project/RunCode/RunSequence/8_PRINTER_OFF.cs +++ b/Handler/Project/RunCode/RunSequence/8_PRINTER_OFF.cs @@ -52,13 +52,13 @@ namespace Project if (iLockM.IsEmpty() == false && MotMoveM) { var locklistX = MOT.GetActiveLockList(axisM, iLockM); - PUB.mot.MoveStop("ILock(" + string.Join(",", locklistX) + ")", (int)axisM); + PUB.mot.MoveStop("ILock(" + string.Join(",", locklistX) + ")", (short)axisM); } if (iLockZ.IsEmpty() == false && MotMoveZ) { var locklistZ = MOT.GetActiveLockList(axisZ, iLockZ); - PUB.mot.MoveStop("ILock(" + string.Join(",", locklistZ) + ")", (int)axisZ); + PUB.mot.MoveStop("ILock(" + string.Join(",", locklistZ) + ")", (short)axisZ); } diff --git a/Handler/Project/RunCode/RunSequence/90_SaveData.cs b/Handler/Project/RunCode/RunSequence/90_SaveData.cs index 8ef9787..087b979 100644 --- a/Handler/Project/RunCode/RunSequence/90_SaveData.cs +++ b/Handler/Project/RunCode/RunSequence/90_SaveData.cs @@ -49,7 +49,7 @@ namespace Project var OPT_BYPASS = SETTING.Data.SystemBypass;// PUB.OPT_BYPASS(target); - using (var taResult = new DataSet1TableAdapters.Component_Reel_ResultTableAdapter()) + using (var taResult = new DataSet1TableAdapters.K4EE_Component_Reel_ResultTableAdapter()) { //QTY 0값은 없을 수도있다(해당 값은 서버조회여부에다라 다르다) int? qtyorg = null; @@ -60,8 +60,8 @@ namespace Project else if (item.VisionData.ConfirmUser) remark = "[확인]" + remark; //사용자 확인데이터 비고에 추가 if (OPT_BYPASS) remark = "(BYPASS)" + remark; - DataSet1.Component_Reel_ResultRow newdr = this.dataSet1.Component_Reel_Result.Where(t => t.JGUID.Equals(item.guid)).FirstOrDefault(); - if (newdr == null) newdr = this.dataSet1.Component_Reel_Result.NewComponent_Reel_ResultRow(); + DataSet1.K4EE_Component_Reel_ResultRow newdr = this.dataSet1.K4EE_Component_Reel_Result.Where(t => t.JGUID.Equals(item.guid)).FirstOrDefault(); + if (newdr == null) newdr = this.dataSet1.K4EE_Component_Reel_Result.NewK4EE_Component_Reel_ResultRow(); //else newdr = dt.Rows[0] as DataSet1.Component_Reel_ResultRow; if (item.JobStart.Year != 1982) newdr.STIME = item.JobStart; @@ -118,10 +118,11 @@ namespace Project newdr.GUID = PUB.Result.guid; //220921 newdr.JGUID = item.guid; newdr.wdate = DateTime.Now; - this.dataSet1.Component_Reel_Result.AddComponent_Reel_ResultRow(newdr); + this.dataSet1.K4EE_Component_Reel_Result.AddK4EE_Component_Reel_ResultRow(newdr); } else newdr.EndEdit(); + var ta = new DataSet1TableAdapters.K4EE_Component_Reel_ResultTableAdapter(); var cnt = ta.Update(newdr); newdr.AcceptChanges(); if (cnt == 0) PUB.log.AddE("Save Error"); diff --git a/Handler/Project/RunCode/StateMachine/_SPS.cs b/Handler/Project/RunCode/StateMachine/_SPS.cs index 2e4ff2b..372e2d3 100644 --- a/Handler/Project/RunCode/StateMachine/_SPS.cs +++ b/Handler/Project/RunCode/StateMachine/_SPS.cs @@ -21,9 +21,6 @@ namespace Project } } - - - //인터락설정(공용) Set_InterLock(); @@ -33,7 +30,6 @@ namespace Project hmi1.CVRightBusy = PUB.iLockCVR.get((int)eILockCV.BUSY); hmi1.CVRightReady = PUB.iLockCVR.get((int)eILockCV.EXTBUSY); - //XMOVE 시에 RESET 키를 이용한 장치 초기화 작업 if (PUB.sm.Step == eSMStep.IDLE) if (PUB.mot.HasHomeSetOff == true) @@ -87,10 +83,6 @@ namespace Project if (PUB.dio.IsInit) Func_AutoRoomLight(); - //AIR공급중단체크 - Sensitive 에 작동시간을 직접 입력했다(delay time) - //if (Pub.dio.IsInit) - //Func_CheckAirOffCondition(); - //부저확인 if (PUB.dio.IsInit) Func_BuzzerControl(); @@ -102,46 +94,9 @@ namespace Project //포트의 UP/DN 모터 PortZMotorAutoOff(); + //포트의 마그넷 작동 PortMagnet(); - //바코드동작처리 - 210103 - //var qrdatas1 = ProcessBarcodeQue(0); - //var qrdatas2 = ProcessBarcodeQue(2); - - ////왼쪽비젼에서 데이터가 있었다 - //if (qrdatas1.Count > 0) - //{ - // if (PUB.flag.get(eVarBool.PRC_VISIONL) == false) - // { - // PUB.log.AddAT("비젼(L) READY가 아니므로 처리하지 않음"); - // } - // else - // { - // //처리가 완료되지 않은경우엠ㄴ 사용한다. - // if (PUB.flag.get(eVarBool.END_VISIONL) == false) - // RecvQRProcess(qrdatas1, eWorkPort.Left); - // else PUB.log.AddAT("비젼(L) 이전작업이 완료되어 처리하지 않음"); - // } - //} - ////오른쪽비젼에서 데이터가 있었다 - //if (qrdatas2.Count > 0) - //{ - // if (PUB.flag.get(eVarBool.PRC_VISIONR) == false) - // { - // PUB.log.AddAT("비젼(R) READY가 아니므로 처리하지 않음"); - // } - // else - // { - // //비젼처리가 완료되지 않은경우에만 사용한다 - // if (PUB.flag.get(eVarBool.END_VISIONR) == false) - // RecvQRProcess(qrdatas2, eWorkPort.Right); - // else PUB.log.AddAT("비젼(R) 이전작업이 완료되어 처리하지 않음"); - // } - - //} - //} - - //동작중에 데이터가 reset 되는 코드 임시로 모니터링한다. if (PUB.sm.Step != eSMStep.IDLE && PUB.sm.Step != eSMStep.HOME_FULL && PUB.sm.Step != eSMStep.HOME_QUICK) { @@ -305,26 +260,5 @@ namespace Project } } - //void Func_CheckAirOffCondition() - //{ - // if (Pub.sm.Step < eSMStep.IDLE) return; - - // //181226 - // var airSw = Util_DO.GetIOInput(eDIName.BUT_AIRF); - // if (airSw == true && AirOff == true && AirOffStart.Year != 1982) - // { - // //스위치가 눌려져있고, 눌린 시간이 설정되어 있는 경우 - // //스위치 ON 시간을 계산한다 - // var ts = DateTime.Now - AirOffStart; - // if (ts.TotalMilliseconds >= COMM.SETTING.Data.AirOFFTimer) - // { - // Util_DO.SetAIR(false); - // AirOff = false; - // AirOffStart = DateTime.Parse("1982-11-23"); - // Pub.log.AddAT("AIR OFF by User"); - // } - // } - //} - } } diff --git a/Handler/Project/RunCode/StateMachine/_SPS_BarcodeProcess.cs b/Handler/Project/RunCode/StateMachine/_SPS_BarcodeProcess.cs index a833cca..b4e52a6 100644 --- a/Handler/Project/RunCode/StateMachine/_SPS_BarcodeProcess.cs +++ b/Handler/Project/RunCode/StateMachine/_SPS_BarcodeProcess.cs @@ -38,8 +38,6 @@ namespace Project else patsEx = patternsEx.Where(t => t.IsEnable == true).OrderBy(t => t.Seq).ToList(); } - - if (pats.Any() == false) { PUB.log.AddAT($"등록된 패턴이 없습니다(SYM={barcodeSymbol})"); @@ -68,11 +66,8 @@ namespace Project IgnoreBarcode = true; return new Tuple>(0, new List()); } - } - - //이 바코드가 무시바코드에 있는지 먼저 검사한다 220718 foreach (var pt in patsEx) { @@ -147,7 +142,7 @@ namespace Project return new Tuple>(ValueApplyCount, list); } - + /// /// barcod eprocess /// @@ -163,6 +158,8 @@ namespace Project if (vdata.Confirm) return; var vm = PUB.Result.vModel; + + //바코드목록에서 정규식값으로 각 필드값을 기록한다. lock (vdata.barcodelist) { foreach (var item in vdata.barcodelist) @@ -186,135 +183,11 @@ namespace Project } } - //assign customer code - fixed data - if (vdata.CUSTCODE.isEmpty() && VAR.STR[eVarString.JOB_CUSTOMER_CODE].isEmpty() == false) - { - vdata.CUSTCODE = VAR.STR[eVarString.JOB_CUSTOMER_CODE]; - PUB.log.Add($"Cutomer Code 고정값 사용 : {vdata.CUSTCODE}"); - } - - //SiD CONVERT - if (VAR.BOOL[eVarBool.Opt_SIDConvert]) - { - if (PUB.flag.get(eVarBool.FG_WAIT_LOADERINFO) == false && VAR.BOOL[eVarBool.JOB_Empty_SIDConvertInfo] == false) - { - //원본시드(sid0)가 비어있는데 sid과 확정되었다면 변환작업을 진행한다 - if (vdata.SID0.isEmpty() && vdata.SID.isEmpty() == false && vdata.SID_Trust) - { - //이 sid가 존재여부확인 후 없는 sid라면 더이상 처리하지 않는다 230510 - if (PUB.Result.DTSidConvertEmptyList.Contains(vdata.SID)) - { - //존재하지 않는 SID로 이미 확인되었다 - } - else if (PUB.Result.DTSidConvertMultiList.Contains(vdata.SID)) - { - //다중sid로 인해 처리하지 않는다 - } - else - { - var newsid = PUB.SIDCovert(vdata.SID, "SPS_BarcodeProcess", out bool converr); - if (converr) - { - if (PUB.sm.Step == eSMStep.RUN) - PUB.log.AddE(newsid); - } - else - { - vdata.SID0 = vdata.SID; - vdata.SID = newsid; - } - } - - } - } - } - - //정규식혹은 바코드 룰에 의해 데이터가 바뀌었더라도 모델 기준으로 진행한다 - if (PUB.Result.vModel.Def_Vname.isEmpty() == false) - { - if (itemC.VisionData.VNAME.Equals(PUB.Result.vModel.Def_Vname) == false) - { - itemC.VisionData.VNAME = PUB.Result.vModel.Def_Vname.Trim(); - itemC.VisionData.VNAME_Trust = true; - PUB.log.Add($"Defaul V.Name Set to {PUB.Result.vModel.Def_Vname}"); - } - } - if (PUB.Result.vModel.Def_MFG.isEmpty() == false) - { - if (itemC.VisionData.MFGDATE.Equals(PUB.Result.vModel.Def_MFG) == false) - { - itemC.VisionData.MFGDATE = PUB.Result.vModel.Def_MFG.Trim(); - itemC.VisionData.MFGDATE_Trust = true; - PUB.log.Add($"Defaul MFGDATE Set to {PUB.Result.vModel.Def_MFG}"); - } - } - - ////New ReelID - /// this process run ( 3_keyence_read.cs ) - //if (VAR.BOOL[eVarBool.Opt_NewReelID) && PUB.sm.isRunning) - //{ - // if (vdata.temp_custcode.Length == 4 && vdata.RID0.isEmpty() && vdata.RIDNew == false) - // { - // //backup old reel id - // vdata.RID0 = vdata.RID; - // vdata.RIDNew = true; - - // var newid = Amkor.RestfulService.Allocation_Unique_ReelID_AmkorSTD(vdata.temp_custcode, "4", "A", out string err); - // if (newid.isEmpty() == false) - // { - // //remain original reel id - // vdata.SetRID( newid,"SPS"); - // PUB.log.AddI($"New REELID:{newid}"); - // } - // } - //} - - //릴ID 신규발행 - if (PUB.sm.Step == eSMStep.RUN && vdata.CUSTCODE.isEmpty() == false && vdata.SID.isEmpty() == false) - { - if (VAR.BOOL[eVarBool.Opt_NewReelID]) - { - if (itemC.VisionData.RIDNew == false && itemC.VisionData.CUSTCODE.isEmpty() == false) - { - var newid = PUB.MakeNewREELID(vdata.SID);// Amkor.RestfulService.Allocation_Unique_ReelID_AmkorSTD(itemC.VisionData.CUSTCODE, "4", "A", out string errmsg); - if (newid.success) - { - //backup origin reel id - itemC.VisionData.RID0 = itemC.VisionData.RID; - - //set new reel id - itemC.VisionData.SetRID(newid.newid, "SPS:CHKDATACOMPLETE");// = newid; - itemC.VisionData.RIDNew = true; //applied new reel id - - //서버의수량업데이트기능이 켜져있다면 해당 값을 제거해준다. (다시 조회되도록 함) - if (VAR.BOOL[eVarBool.Opt_ServerQty]) - { - //이미 수량업데이트된 경우이므로 복원시켜준다 - if (itemC.VisionData.QTY0.isEmpty() == false) - { - PUB.log.AddAT($"릴아이디 변경으로 인해 수량을 복원합니다({itemC.VisionData.QTY}->{itemC.VisionData.QTY0})"); - itemC.VisionData.QTY = itemC.VisionData.QTY0; - itemC.VisionData.QTY0 = string.Empty; - } - } - } - else - { - var logtime = VAR.TIME.RUN((int)eVarTime.LOG_NEWIDERROR); - if (logtime.TotalSeconds >= 3000) - { - PUB.log.AddAT($"Reel_ID 생성실패 : {newid.message}"); - VAR.TIME.Update(eVarTime.LOG_NEWIDERROR); - } - } - } - } - } - - //바코드가 변경된 경우이다, 자동채우기 기능이 있다면 사용한다 bool NewBarcodeUpdated = false; - if (VAR.BOOL[eVarBool.Opt_ApplySIDInfo] && vdata.BarcodeTouched == true) + + //SID정보테이블에서 정보 추출 + if (VAR.BOOL[eVarBool.Opt_ApplySIDInfo] && vdata.BarcodeDirty == true) { Boolean Apply = true; @@ -377,19 +250,15 @@ namespace Project if (VAR.BOOL[eVarBool.Use_Conveyor]) mcname = PUB.MCCode; var SQL = "select top 1 " + string.Join(",", fields) + - " from Component_Reel_SID_Information WITH(NOLOCK)" + + " from K4EE_Component_Reel_SID_Information WITH(NOLOCK)" + " where mc='" + mcname + "' and " + string.Join(" and ", wheres) + " order by wdate desc"; var SQLC = "select count(*)" + - " from Component_Reel_SID_Information WITH(NOLOCK)" + + " from K4EE_Component_Reel_SID_Information WITH(NOLOCK)" + " where mc='" + mcname + "' and " + string.Join(" and ", wheres); - if (PUB.Result.ItemDataC.VisionData.LastQueryString.Equals(SQL)) - { - //같은 쿼리이므로 처리하지 않는다 - } - else + if (PUB.Result.ItemDataC.VisionData.LastQueryStringSID.Equals(SQL) == false) { PUB.log.Add($"DATABAES : SID INFORMATIION QUERY"); @@ -418,75 +287,7 @@ namespace Project var vStr = v.ToString().RemoveNoneASCII().Trim(); if (vStr.isEmpty()) continue; - //O_Trust == false)) fields.Add("PartNo"); - //ields.Add("PrintPosition"); - //ta.VNAME.isEmpty())) fields.Add("VenderName"); - //Empty())) fields.Add("SID"); - - //value is not empty - if (colName == "CustCode") - { - PUB.log.Add($"AUP [{colName}] {vdata.CUSTCODE}=>{vStr}"); - vdata.CUSTCODE = vStr; - NewBarcodeUpdated = true; - } - else if (colName == "PartNo") - { - PUB.log.Add($"AUP [{colName}] {vdata.PARTNO}=>{vStr}"); - vdata.PARTNO = vStr; - vdata.PARTNO_Trust = true; - NewBarcodeUpdated = true; - } - else if (colName == "PrintPosition") - { - PUB.log.Add($"AUP [{colName}] {vdata.PrintPositionData}=>{vStr}"); - vdata.PrintPositionData = vStr; - vdata.PrintPositionCheck = true; - NewBarcodeUpdated = true; - } - else if (colName == "VenderName") - { - PUB.log.Add($"AUP [{colName}] {vdata.VNAME}=>{vStr}"); - vdata.VNAME = vStr; - vdata.VNAME_Trust = true; - NewBarcodeUpdated = true; - } - else if (colName == "VenderLot") - { - PUB.log.Add($"AUP [{colName}] {vdata.VLOT}=>{vStr}"); - vdata.VLOT = vStr; - vdata.VLOT_Trust = true; - NewBarcodeUpdated = true; - } - else if (colName == "SID") - { - PUB.log.Add($"AUP [{colName}] {vdata.SID}=>{vStr}"); - vdata.SID = vStr; - vdata.SID_Trust = vdata.SID.Length == 9; - if (vStr.Length != 9) - { - PUB.log.AddE($"DB SID LEN ERROR:{vStr},LEN={vStr.Length}"); - } - NewBarcodeUpdated = true; - } - else if (colName == "batch") - { - PUB.log.Add($"AUP [{colName}] {vdata.BATCH}=>{vStr}"); - vdata.BATCH = vStr; - NewBarcodeUpdated = true; - } - else if (colName == "qtymax") - { - PUB.log.Add($"AUP [{colName}] {vdata.BATCH}=>{vStr}"); - vdata.QTYMAX = vStr; - NewBarcodeUpdated = true; - } - else if (colName.ToLower() == "attach") - { - PUB.log.Add($"attach [{colName}] {vdata.Target}=>{vStr}"); - vdata.Target = vStr; - NewBarcodeUpdated = true; - } + if (PUB.UpdateSIDInfoData(ref vdata, colName, vStr)) NewBarcodeUpdated = true; } } } @@ -495,13 +296,111 @@ namespace Project CMD.Dispose(); if (CN.State == System.Data.ConnectionState.Open) CN.Close(); CN.Dispose(); - PUB.Result.ItemDataC.VisionData.LastQueryString = SQL; + PUB.Result.ItemDataC.VisionData.LastQueryStringSID = SQL; } } } + //[WMS] SID정보테이블에서 정보 추출(프린트정보는 없음) + if (VAR.BOOL[eVarBool.Opt_ApplySIDInfo] && vdata.BarcodeDirty == true) + { + Boolean Apply = true; - if (VAR.BOOL[eVarBool.Opt_ApplySIDConv] && vdata.BarcodeTouched == true) + //select columns + List fields = new List(); + if (VAR.BOOL[eVarBool.Opt_SID_Apply_CustCode] && vdata.CUSTCODE.isEmpty()) fields.Add("CUST_CODE"); + if (VAR.BOOL[eVarBool.Opt_SID_Apply_PartNo] && (vdata.PARTNO.isEmpty() || vdata.PARTNO_Trust == false)) fields.Add("PART_NO"); + if (VAR.BOOL[eVarBool.Opt_SID_Apply_VenderName] && (vdata.VNAME_Trust == false || vdata.VNAME.isEmpty())) fields.Add("VENDOR_NM"); + if (VAR.BOOL[eVarBool.Opt_SID_Apply_SID] && (vdata.SID_Trust == false || vdata.SID.isEmpty())) fields.Add("SID"); + if (VAR.BOOL[eVarBool.Opt_SID_Apply_batch] && (vdata.SID_Trust == false || vdata.BATCH.isEmpty())) fields.Add("BATCH_NO"); //220921 + + //where coluns + List wheres = new List(); + if (VAR.BOOL[eVarBool.Opt_SID_Where_CustCode]) + { + if (vdata.CUSTCODE.isEmpty() == false) wheres.Add($"CUST_CODE='{vdata.CUSTCODE}'"); + else Apply = false; + } + if (VAR.BOOL[eVarBool.Opt_SID_Where_PartNo]) + { + if (vdata.PARTNO_Trust && vdata.PARTNO.isEmpty() == false) wheres.Add($"PART_NO='{vdata.PARTNO}'"); + else Apply = false; + } + if (VAR.BOOL[eVarBool.Opt_SID_Where_SID]) + { + if (VAR.BOOL[eVarBool.Opt_SIDConvert]) //if sid convert logic + { + if (vdata.SID_Trust && vdata.SID0.isEmpty() == false && vdata.SID.isEmpty() == false) wheres.Add($"SID='{vdata.SID}'"); + else Apply = false; + } + else + { + if (vdata.SID_Trust && vdata.SID.isEmpty() == false) wheres.Add($"SID='{vdata.SID}'"); + else Apply = false; + } + } + if (VAR.BOOL[eVarBool.Opt_SID_Where_VLOT]) //221013 + { + if (vdata.VLOT_Trust && vdata.VLOT.isEmpty() == false) wheres.Add($"VENDER_LOT = '{vdata.VLOT}'"); + else Apply = false; + } + + //if query data . no error + if (Apply && fields.Count > 0 && wheres.Count > 0) + { + var mcname = VAR.BOOL[eVarBool.Use_Conveyor] ? PUB.MCCode : SETTING.Data.McName; + + var TableName = "VW_GET_MAX_QTY_VENDOR_LOT"; + var whereState = " where " + string.Join(" and ", wheres); + var selectFields = string.Join(",", fields); + + var SQL = $"select top 1 {selectFields} from {TableName} WITH(NOLOCK) {whereState}"; + var SQLC = $"select count(*) from {TableName} WITH(NOLOCK) {whereState}"; + + if (PUB.Result.ItemDataC.VisionData.LastQueryStringWMS.Equals(SQL) == false) //같은 쿼리는 처리하지 않는다 + { + PUB.log.Add($"DATABAES : WMS INFORMATIION QUERY"); + PUB.log.Add(SQL); + var CS = Properties.Settings.Default.CS; + var CN = new System.Data.SqlClient.SqlConnection(CS); + var CMD = new System.Data.SqlClient.SqlCommand(SQL, CN); + if (CN.State == System.Data.ConnectionState.Closed) CN.Open(); + + //데이터가 중복으로 존재하는지 확인한다. 231006 + CMD.CommandText = SQLC; + var cnt = int.Parse(CMD.ExecuteScalar().ToString()); + if (cnt == 1) + { + CMD.CommandText = SQL; + var DAR = CMD.ExecuteReader(); + while (DAR.Read()) + { + //loop select columns + for (int i = 0; i < fields.Count; i++) + { + var colName = fields[i]; + var v = DAR[colName]; + if (v != null) + { + var vStr = v.ToString().RemoveNoneASCII().Trim(); + if (vStr.isEmpty()) continue; + + if (PUB.UpdateSIDInfoData(ref vdata, colName, vStr)) NewBarcodeUpdated = true; + } + } + } + DAR.Close(); + } + CMD.Dispose(); + if (CN.State == System.Data.ConnectionState.Open) CN.Close(); + CN.Dispose(); + PUB.Result.ItemDataC.VisionData.LastQueryStringWMS = SQL; + } + } + } + + //시드변환정보에서 정보 추출 + if (VAR.BOOL[eVarBool.Opt_ApplySIDConv] && vdata.BarcodeDirty == true) { Boolean Apply = true; @@ -514,7 +413,7 @@ namespace Project if (VAR.BOOL[eVarBool.Opt_Conv_Apply_SID] && (vdata.SID_Trust == false || vdata.SID.isEmpty())) fields.Add("SID"); if (VAR.BOOL[eVarBool.Opt_Conv_Apply_Batch] && (vdata.SID_Trust == false || vdata.BATCH.isEmpty())) fields.Add("batch"); //220921 if (VAR.BOOL[eVarBool.Opt_Conv_Apply_QtyMax] && (vdata.SID_Trust == false || vdata.QTYMAX.isEmpty())) fields.Add("qtymax"); //220921 - + //where coluns List wheres = new List(); @@ -564,19 +463,15 @@ namespace Project if (VAR.BOOL[eVarBool.Use_Conveyor]) mcname = PUB.MCCode; var SQL = "select top 1 " + string.Join(",", fields) + - " from Component_Reel_SID_Convert WITH(NOLOCK)" + + " from K4EE_Component_Reel_SID_Convert WITH(NOLOCK)" + " where " + string.Join(" and ", wheres) + " order by wdate desc"; var SQLC = "select count(*)" + - " from Component_Reel_SID_Convert WITH(NOLOCK)" + + " from K4EE_Component_Reel_SID_Convert WITH(NOLOCK)" + " where " + string.Join(" and ", wheres); - if (PUB.Result.ItemDataC.VisionData.LastQueryString.Equals(SQL)) - { - //같은 쿼리이므로 처리하지 않는다 - } - else + if (PUB.Result.ItemDataC.VisionData.LastQueryStringCNV.Equals(SQL) == false) { PUB.log.Add($"DATABAES : SID(CONV) INFORMATIION QUERY"); @@ -605,75 +500,7 @@ namespace Project var vStr = v.ToString().RemoveNoneASCII().Trim(); if (vStr.isEmpty()) continue; - //O_Trust == false)) fields.Add("PartNo"); - //ields.Add("PrintPosition"); - //ta.VNAME.isEmpty())) fields.Add("VenderName"); - //Empty())) fields.Add("SID"); - - //value is not empty - if (colName == "CustCode") - { - PUB.log.Add($"AUP [{colName}] {vdata.CUSTCODE}=>{vStr}"); - vdata.CUSTCODE = vStr; - NewBarcodeUpdated = true; - } - else if (colName == "PartNo") - { - PUB.log.Add($"AUP [{colName}] {vdata.PARTNO}=>{vStr}"); - vdata.PARTNO = vStr; - vdata.PARTNO_Trust = true; - NewBarcodeUpdated = true; - } - else if (colName == "PrintPosition") - { - PUB.log.Add($"AUP [{colName}] {vdata.PrintPositionData}=>{vStr}"); - vdata.PrintPositionData = vStr; - vdata.PrintPositionCheck = true; - NewBarcodeUpdated = true; - } - else if (colName == "VenderName") - { - PUB.log.Add($"AUP [{colName}] {vdata.VNAME}=>{vStr}"); - vdata.VNAME = vStr; - vdata.VNAME_Trust = true; - NewBarcodeUpdated = true; - } - else if (colName == "VenderLot") - { - PUB.log.Add($"AUP [{colName}] {vdata.VLOT}=>{vStr}"); - vdata.VLOT = vStr; - vdata.VLOT_Trust = true; - NewBarcodeUpdated = true; - } - else if (colName == "SID") - { - PUB.log.Add($"AUP [{colName}] {vdata.SID}=>{vStr}"); - vdata.SID = vStr; - vdata.SID_Trust = vdata.SID.Length == 9; - if (vStr.Length != 9) - { - PUB.log.AddE($"DB SID LEN ERROR:{vStr},LEN={vStr.Length}"); - } - NewBarcodeUpdated = true; - } - else if (colName == "batch") - { - PUB.log.Add($"AUP [{colName}] {vdata.BATCH}=>{vStr}"); - vdata.BATCH = vStr; - NewBarcodeUpdated = true; - } - else if (colName == "qtymax") - { - PUB.log.Add($"AUP [{colName}] {vdata.BATCH}=>{vStr}"); - vdata.QTYMAX = vStr; - NewBarcodeUpdated = true; - } - else if (colName.ToLower() == "attach") - { - PUB.log.Add($"attach [{colName}] {vdata.Target}=>{vStr}"); - vdata.Target = vStr; - NewBarcodeUpdated = true; - } + if (PUB.UpdateSIDInfoData(ref vdata, colName, vStr)) NewBarcodeUpdated = true; } } } @@ -682,13 +509,13 @@ namespace Project CMD.Dispose(); if (CN.State == System.Data.ConnectionState.Open) CN.Close(); CN.Dispose(); - PUB.Result.ItemDataC.VisionData.LastQueryString = SQL; + PUB.Result.ItemDataC.VisionData.LastQueryStringCNV = SQL; } } } //기존 작업에서 데이터를 찾아서 쓴다 - if (VAR.BOOL[eVarBool.Opt_ApplyJobInfo] && vdata.BarcodeTouched == true) + if (VAR.BOOL[eVarBool.Opt_ApplyJobInfo] && vdata.BarcodeDirty == true) { Boolean Apply = true; @@ -729,7 +556,7 @@ namespace Project PUB.log.Add($"DATABAES : RESULT QUERY"); var SQL = "select top 1 " + string.Join(",", fields) + - " from Component_Reel_Result WITH(NOLOCK) " + + " from K4EE_Component_Reel_Result WITH(NOLOCK) " + $" where mc = '{AR.SETTING.Data.McName}'" + $" and prnattach = 1 and stime >= '{DateTime.Now.AddHours(-3).ToString("yyyy-MM-dd HH:mm:ss")}'" + $" and " + string.Join(" and ", wheres) + @@ -760,53 +587,8 @@ namespace Project var vStr = v.ToString().RemoveNoneASCII().Trim(); if (vStr.isEmpty()) continue; - //O_Trust == false)) fields.Add("PartNo"); - //ields.Add("PrintPosition"); - //ta.VNAME.isEmpty())) fields.Add("VenderName"); - //Empty())) fields.Add("SID"); - - //value is not empty - if (colName == "CUSTCODE") - { - PUB.log.Add($"JUP [{colName}] {vdata.CUSTCODE}=>{vStr}"); - vdata.CUSTCODE = vStr; + if (PUB.UpdateSIDInfoData(ref vdata, colName, vStr)) NewBarcodeUpdated = true; - } - else if (colName == "PARTNO") - { - PUB.log.Add($"JUP [{colName}] {vdata.PARTNO}=>{vStr}"); - vdata.PARTNO = vStr; - vdata.PARTNO_Trust = true; - NewBarcodeUpdated = true; - } - else if (colName == "POS") - { - PUB.log.Add($"JUP [{colName}] {vdata.PrintPositionData}=>{vStr}"); - vdata.PrintPositionData = vStr; - vdata.PrintPositionCheck = true; - NewBarcodeUpdated = true; - } - else if (colName == "VNAME") - { - PUB.log.Add($"JUP [{colName}] {vdata.VNAME}=>{vStr}"); - vdata.VNAME = vStr; - vdata.VNAME_Trust = true; - NewBarcodeUpdated = true; - } - else if (colName == "VenderLot") - { - PUB.log.Add($"JUP [{colName}] {vdata.VLOT}=>{vStr}"); - vdata.VLOT = vStr; - vdata.VLOT_Trust = true; - NewBarcodeUpdated = true; - } - else if (colName == "SID") - { - PUB.log.Add($"JUP [{colName}] {vdata.SID}=>{vStr}"); - vdata.SID = vStr; - vdata.SID_Trust = true; - NewBarcodeUpdated = true; - } } } } @@ -818,28 +600,10 @@ namespace Project } } - if (PUB.sm.Step == eSMStep.RUN) - { - var CVMode = VAR.BOOL[eVarBool.Use_Conveyor]; - if (itemC.VisionData.VNAME.isEmpty() == false && - itemC.VisionData.VLOT.isEmpty() == false && - itemC.VisionData.SID.Length == 9 && - itemC.VisionData.MFGDATE.isEmpty() == false && - (itemC.VisionData.PARTNO.isEmpty() == false) && - itemC.VisionData.BATCH.isEmpty() == false && - itemC.VisionData.RID.isEmpty() == false) - { - //모든값이 입력되어 있다면 조건 체크후 진행할 수 있도록 한다 - CheckDataComplte(itemC, "SPS-BARCODEPROCESS", false); //2206211400 - } - //CheckDataComplte(PUB.Result.ItemDataC, "SPS-BARCODEPROCESS"); - } - //바코드 처리 여부 변경 - if (vdata.BarcodeTouched == true && NewBarcodeUpdated == false) + if (vdata.BarcodeDirty == true && NewBarcodeUpdated == false) { - vdata.BarcodeTouched = false; - var a = PUB.Result.ItemDataC.VisionData.BarcodeTouched; + vdata.BarcodeDirty = false; } diff --git a/Handler/Project/RunCode/Step/_STEP_HOME_FULL.cs b/Handler/Project/RunCode/Step/_STEP_HOME_FULL.cs index 79a8a64..04d9941 100644 --- a/Handler/Project/RunCode/Step/_STEP_HOME_FULL.cs +++ b/Handler/Project/RunCode/Step/_STEP_HOME_FULL.cs @@ -101,7 +101,7 @@ namespace Project if (PUB.sm.seq.Get(cmdIndex) == idx++) { //홈 설정여부플래그 OFF - for (int i = 0; i < PUB.mot.DeviceCount; i++) + for (short i = 0; i < PUB.mot.DeviceCount; i++) { if (PUB.mot.IsUse(i) == false) continue; PUB.mot.SetHomeSet(i, false); diff --git a/Handler/Project/RunCode/Step/_STEP_INIT.cs b/Handler/Project/RunCode/Step/_STEP_INIT.cs index c1bfdd9..b9040c3 100644 --- a/Handler/Project/RunCode/Step/_STEP_INIT.cs +++ b/Handler/Project/RunCode/Step/_STEP_INIT.cs @@ -18,7 +18,7 @@ namespace Project //Int32[] _bufferSize = new Int32[] { 0, 0, 0 }; //Boolean[] _isCrevisOpen = new bool[] { false, false, false }; //Boolean[] _isCrevisACQ = new bool[] { false, false, false }; - // IntPtr[] _pImage = new IntPtr[] { IntPtr.Zero, IntPtr.Zero, IntPtr.Zero }; + // IntPtr[] _pImage = new IntPtr[] { IntPtr.Zero, IntPtr.Zero, IntPtr.Zero }; public void _STEP_INIT_START(eSMStep step) { @@ -56,9 +56,9 @@ namespace Project DIO.SetPortMotor(2, eMotDir.CW, false, "init"); } else PUB.log.AddE(string.Format("DIO INIT ERROR : {0}", PUB.dio.ErrorMessage)); - TowerLamp.Init(PUB.dio, + TowerLamp.Init(PUB.dio, DIO.Pin[eDOName.TWR_REDF].terminalno, - DIO.Pin[eDOName.TWR_GRNF].terminalno, + DIO.Pin[eDOName.TWR_GRNF].terminalno, DIO.Pin[eDOName.TWR_YELF].terminalno); TowerLamp.Enable = !SETTING.Data.Disable_TowerLamp; @@ -72,21 +72,11 @@ namespace Project //230504 hmi1.SetDIO(PUB.dio); hmi1.SetMOT(PUB.mot); - + //남은 공간 PUB.sm.RaiseStateProgress(++progress, "공간 확인", ProgressMax, fColor); System.Threading.Thread.Sleep(5); CheckFreeSpace(); //181225 - //모델자동선택 181206 - PUB.sm.RaiseStateProgress(++progress, "이전모델 확인", ProgressMax, fColor); System.Threading.Thread.Sleep(5); - - // - if (PUB.uSetting.LastModelV != "") PUB.SelectModelV(PUB.uSetting.LastModelV, false); - var motionmodel = PUB.uSetting.LastModelM; - if (motionmodel.isEmpty()) motionmodel = PUB.Result.vModel.Motion; - if (motionmodel.ToUpper().StartsWith("CONV")) PUB.flag.set(eVarBool.Use_Conveyor, true, "load"); - else PUB.flag.set(eVarBool.Use_Conveyor, false, "load"); - PUB.SelectModelM(motionmodel, false); //프린터설정 PUB.sm.RaiseStateProgress(++progress, "프린터설정", ProgressMax, fColor); System.Threading.Thread.Sleep(5); @@ -99,6 +89,18 @@ namespace Project PUB.PrinterR.BaudRate = AR.SETTING.Data.PrintR_Baud; PUB.flag.set(eVarBool.FG_INIT_PRINTER, true, "INIT"); + + //모델자동선택 181206 + PUB.sm.RaiseStateProgress(++progress, "이전모델 확인", ProgressMax, fColor); System.Threading.Thread.Sleep(5); + + // + if (PUB.uSetting.LastModelV != "") PUB.SelectModelV(PUB.uSetting.LastModelV, false); + var motionmodel = PUB.uSetting.LastModelM; + if (motionmodel.isEmpty()) motionmodel = PUB.Result.vModel.Motion; + if (motionmodel.ToUpper().StartsWith("CONV")) PUB.flag.set(eVarBool.Use_Conveyor, true, "load"); + else PUB.flag.set(eVarBool.Use_Conveyor, false, "load"); + PUB.SelectModelM(motionmodel, false); + PUB.sm.RaiseStateProgress(ProgressMax, "초기화 완료", ProgressMax, Color.Gold); System.Threading.Thread.Sleep(5); PUB.log.Add("init finish"); @@ -153,42 +155,43 @@ namespace Project PUB.mot.SetAlarmClearOff(); //7개의 축을 사용한다 - for (int i = 0; i < PUB.system.MotaxisCount; i++) + if (PUB.mot.IsInit == false) { - //설정파일이 있다면 불러온다 - var file = System.IO.Path.Combine(UTIL.CurrentPath, "Model", "axis" + i.ToString() + ".motaxt"); - if (System.IO.File.Exists(file) == false) - { - PUB.log.AddAT($"모션({i}) 설정파일 없음!!"); - PUB.mot.InitAxis(i, file); - } - else - { - if (PUB.mot.InitAxis((short)i, file) == false) - PUB.log.AddE("모션 설정 실패 축:" + i.ToString()); - else - PUB.log.AddI($"모션({i}) 설정 완료"); - } + PUB.log.AddE("모션보드 초기화 오류로 설정을 진행하지 않습니다"); } - - //EStop Disable - PUB.mot.SetEStopEnable(0, false); - PUB.mot.SetEStopEnable(1, false); - PUB.mot.SetEStopEnable(2, false); - PUB.mot.SetEStopEnable(3, false); - PUB.mot.SetEStopEnable(4, false); - PUB.mot.SetEStopEnable(5, false); - PUB.mot.SetEStopEnable(6, false); - - //softlimit 적용 - 201214 - UpdateSoftLimit(); - - //PUB.mot.[(short)eAxis.Z_PICKER] = true; - //PUB.mot.useBrake[(short)eAxis.PL_UPDN] = true; - //PUB.mot.useBrake[(short)eAxis.PR_UPDN] = true; - - if (PUB.mot.IsInit) + else { + for (short i = 0; i < PUB.system.MotaxisCount; i++) + { + //설정파일이 있다면 불러온다 + var file = System.IO.Path.Combine(UTIL.CurrentPath, "Model", "axis" + i.ToString() + ".motaxt"); + if (System.IO.File.Exists(file) == false) + { + PUB.log.AddAT($"모션({i}) 설정파일 없음!!"); + PUB.mot.InitAxis(i, file); + } + else + { + if (PUB.mot.InitAxis((short)i, file) == false) + PUB.log.AddE("모션 설정 실패 축:" + i.ToString()); + else + PUB.log.AddI($"모션({i}) 설정 완료"); + } + } + + //EStop Disable + PUB.mot.SetEStopEnable(0, false); + PUB.mot.SetEStopEnable(1, false); + PUB.mot.SetEStopEnable(2, false); + PUB.mot.SetEStopEnable(3, false); + PUB.mot.SetEStopEnable(4, false); + PUB.mot.SetEStopEnable(5, false); + PUB.mot.SetEStopEnable(6, false); + + //softlimit 적용 - 201214 + UpdateSoftLimit(); + + PUB.log.Add("MOT RUN MONITOR"); PUB.mot.RunMonitor(); PUB.log.AddAT("ALL SERVO ON"); diff --git a/Handler/Project/RunCode/_Motion.cs b/Handler/Project/RunCode/_Motion.cs index 5162acc..ee03f3b 100644 --- a/Handler/Project/RunCode/_Motion.cs +++ b/Handler/Project/RunCode/_Motion.cs @@ -44,7 +44,7 @@ namespace Project } var reason = string.Join(",", lst); - PUB.log.Add("MOT", $"모터정지사유({e.Axis}):{reason}:bit={bitstatus}"); + PUB.log.Add("MOT", $"모터정지사유({e.axis}):{reason}:bit={bitstatus}"); } diff --git a/Handler/Project/STDLabelAttach(ATV).csproj b/Handler/Project/STDLabelAttach(ATV).csproj index 0b3aa70..79e1a54 100644 --- a/Handler/Project/STDLabelAttach(ATV).csproj +++ b/Handler/Project/STDLabelAttach(ATV).csproj @@ -263,6 +263,11 @@ + + True + True + DataSet1.xsd + @@ -471,11 +476,6 @@ DataSet1.xsd - - True - True - DataSet1.xsd - Form @@ -672,9 +672,7 @@ CtlBase.cs - - Component - + CtlContainer.cs @@ -1025,13 +1023,9 @@ - - {9264cd2e-7cf8-4237-a69f-dcda984e0613} - UIControl - - - {4f457e76-bf83-4b98-8565-ae87d7d16744} - arAzinAxt + + {62370293-92aa-4b73-b61f-5c343eeb4ded} + arAjinextek_Union {a16c9667-5241-4313-888e-548375f85d29} @@ -1061,6 +1055,10 @@ {b18d3b96-2fdf-4ed9-9a49-d9b8cee4ed6d} StdLabelPrint + + {9264cd2e-7cf8-4237-a69f-dcda984e0613} + UIControl + diff --git a/Handler/Project/Setting/fSetting.Designer.cs b/Handler/Project/Setting/fSetting.Designer.cs index df0129e..45f5670 100644 --- a/Handler/Project/Setting/fSetting.Designer.cs +++ b/Handler/Project/Setting/fSetting.Designer.cs @@ -30,19 +30,20 @@ { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(fSetting)); - this.button1 = new System.Windows.Forms.Button(); + this.btSave = new System.Windows.Forms.Button(); this.panel1 = new System.Windows.Forms.Panel(); this.propertyGrid1 = new System.Windows.Forms.PropertyGrid(); this.tabControl1 = new System.Windows.Forms.TabControl(); this.tabPage2 = new System.Windows.Forms.TabPage(); this.groupBox1 = new System.Windows.Forms.GroupBox(); + this.btSystemBypass = new System.Windows.Forms.Button(); this.button7 = new System.Windows.Forms.Button(); - this.button10 = new System.Windows.Forms.Button(); + this.btbuzAfterFinish = new System.Windows.Forms.Button(); this.button13 = new System.Windows.Forms.Button(); this.button14 = new System.Windows.Forms.Button(); this.button3 = new System.Windows.Forms.Button(); this.btmag2 = new System.Windows.Forms.Button(); - this.button2 = new System.Windows.Forms.Button(); + this.btRoomLamp = new System.Windows.Forms.Button(); this.button6 = new System.Windows.Forms.Button(); this.btPickerVac = new System.Windows.Forms.Button(); this.btPort1 = new System.Windows.Forms.Button(); @@ -84,14 +85,13 @@ this.toolStripButton4 = new System.Windows.Forms.ToolStripButton(); this.toolStripButton2 = new System.Windows.Forms.ToolStripButton(); this.tabPage4 = new System.Windows.Forms.TabPage(); - this.button12 = new System.Windows.Forms.Button(); - this.button11 = new System.Windows.Forms.Button(); - this.button4 = new System.Windows.Forms.Button(); + this.btDefIO = new System.Windows.Forms.Button(); + this.btDefError = new System.Windows.Forms.Button(); + this.btOpenZPL = new System.Windows.Forms.Button(); this.bsRecipient = new System.Windows.Forms.BindingSource(this.components); this.bsMailForm = new System.Windows.Forms.BindingSource(this.components); this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); this.errorProvider1 = new System.Windows.Forms.ErrorProvider(this.components); - this.btSystemBypass = new System.Windows.Forms.Button(); this.panel1.SuspendLayout(); this.tabControl1.SuspendLayout(); this.tabPage2.SuspendLayout(); @@ -110,21 +110,21 @@ ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit(); this.SuspendLayout(); // - // button1 + // btSave // - this.button1.Dock = System.Windows.Forms.DockStyle.Fill; - this.button1.Location = new System.Drawing.Point(5, 5); - this.button1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); - this.button1.Name = "button1"; - this.button1.Size = new System.Drawing.Size(604, 53); - this.button1.TabIndex = 0; - this.button1.Text = "저장(&S)"; - this.button1.UseVisualStyleBackColor = true; - this.button1.Click += new System.EventHandler(this.button1_Click); + this.btSave.Dock = System.Windows.Forms.DockStyle.Fill; + this.btSave.Location = new System.Drawing.Point(5, 5); + this.btSave.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + this.btSave.Name = "btSave"; + this.btSave.Size = new System.Drawing.Size(604, 53); + this.btSave.TabIndex = 0; + this.btSave.Text = "저장(&S)"; + this.btSave.UseVisualStyleBackColor = true; + this.btSave.Click += new System.EventHandler(this.button1_Click); // // panel1 // - this.panel1.Controls.Add(this.button1); + this.panel1.Controls.Add(this.btSave); this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom; this.panel1.Location = new System.Drawing.Point(0, 623); this.panel1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); @@ -141,7 +141,7 @@ this.propertyGrid1.Location = new System.Drawing.Point(3, 3); this.propertyGrid1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.propertyGrid1.Name = "propertyGrid1"; - this.propertyGrid1.Size = new System.Drawing.Size(600, 536); + this.propertyGrid1.Size = new System.Drawing.Size(600, 584); this.propertyGrid1.TabIndex = 1; // // tabControl1 @@ -175,12 +175,12 @@ // this.groupBox1.Controls.Add(this.btSystemBypass); this.groupBox1.Controls.Add(this.button7); - this.groupBox1.Controls.Add(this.button10); + this.groupBox1.Controls.Add(this.btbuzAfterFinish); this.groupBox1.Controls.Add(this.button13); this.groupBox1.Controls.Add(this.button14); this.groupBox1.Controls.Add(this.button3); this.groupBox1.Controls.Add(this.btmag2); - this.groupBox1.Controls.Add(this.button2); + this.groupBox1.Controls.Add(this.btRoomLamp); this.groupBox1.Controls.Add(this.button6); this.groupBox1.Controls.Add(this.btPickerVac); this.groupBox1.Controls.Add(this.btPort1); @@ -204,6 +204,16 @@ this.groupBox1.TabStop = false; this.groupBox1.Text = "기능 사용"; // + // btSystemBypass + // + this.btSystemBypass.Location = new System.Drawing.Point(53, 349); + this.btSystemBypass.Name = "btSystemBypass"; + this.btSystemBypass.Size = new System.Drawing.Size(479, 42); + this.btSystemBypass.TabIndex = 49; + this.btSystemBypass.Text = "SYSTEM BYPASS"; + this.btSystemBypass.UseVisualStyleBackColor = true; + this.btSystemBypass.Click += new System.EventHandler(this.button8_Click); + // // button7 // this.button7.Location = new System.Drawing.Point(230, 279); @@ -214,16 +224,16 @@ this.button7.UseVisualStyleBackColor = true; this.button7.Click += new System.EventHandler(this.button7_Click_2); // - // button10 + // btbuzAfterFinish // - this.button10.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Bold); - this.button10.Location = new System.Drawing.Point(18, 30); - this.button10.Name = "button10"; - this.button10.Size = new System.Drawing.Size(135, 43); - this.button10.TabIndex = 25; - this.button10.Text = "작업완료 후 부저"; - this.button10.UseVisualStyleBackColor = true; - this.button10.Click += new System.EventHandler(this.button10_Click); + this.btbuzAfterFinish.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Bold); + this.btbuzAfterFinish.Location = new System.Drawing.Point(18, 30); + this.btbuzAfterFinish.Name = "btbuzAfterFinish"; + this.btbuzAfterFinish.Size = new System.Drawing.Size(135, 43); + this.btbuzAfterFinish.TabIndex = 25; + this.btbuzAfterFinish.Text = "작업완료 후 부저"; + this.btbuzAfterFinish.UseVisualStyleBackColor = true; + this.btbuzAfterFinish.Click += new System.EventHandler(this.button10_Click); // // button13 // @@ -266,15 +276,15 @@ this.btmag2.UseVisualStyleBackColor = true; this.btmag2.Click += new System.EventHandler(this.button5_Click_1); // - // button2 + // btRoomLamp // - this.button2.Location = new System.Drawing.Point(429, 30); - this.button2.Name = "button2"; - this.button2.Size = new System.Drawing.Size(135, 43); - this.button2.TabIndex = 28; - this.button2.Text = "내부조명"; - this.button2.UseVisualStyleBackColor = true; - this.button2.Click += new System.EventHandler(this.button2_Click_2); + this.btRoomLamp.Location = new System.Drawing.Point(429, 30); + this.btRoomLamp.Name = "btRoomLamp"; + this.btRoomLamp.Size = new System.Drawing.Size(135, 43); + this.btRoomLamp.TabIndex = 28; + this.btRoomLamp.Text = "내부조명"; + this.btRoomLamp.UseVisualStyleBackColor = true; + this.btRoomLamp.Click += new System.EventHandler(this.button2_Click_2); // // button6 // @@ -572,7 +582,7 @@ this.tabPage1.Location = new System.Drawing.Point(4, 29); this.tabPage1.Name = "tabPage1"; this.tabPage1.Padding = new System.Windows.Forms.Padding(3); - this.tabPage1.Size = new System.Drawing.Size(606, 542); + this.tabPage1.Size = new System.Drawing.Size(606, 590); this.tabPage1.TabIndex = 0; this.tabPage1.Text = "상세설정"; this.tabPage1.UseVisualStyleBackColor = true; @@ -584,7 +594,7 @@ this.tabPage3.Controls.Add(this.toolStrip1); this.tabPage3.Location = new System.Drawing.Point(4, 29); this.tabPage3.Name = "tabPage3"; - this.tabPage3.Size = new System.Drawing.Size(606, 542); + this.tabPage3.Size = new System.Drawing.Size(606, 590); this.tabPage3.TabIndex = 2; this.tabPage3.Text = "언어설정"; this.tabPage3.UseVisualStyleBackColor = true; @@ -602,7 +612,7 @@ this.dataGridView1.Location = new System.Drawing.Point(0, 25); this.dataGridView1.Name = "dataGridView1"; this.dataGridView1.RowTemplate.Height = 23; - this.dataGridView1.Size = new System.Drawing.Size(606, 495); + this.dataGridView1.Size = new System.Drawing.Size(606, 543); this.dataGridView1.TabIndex = 2; // // keyDataGridViewTextBoxColumn @@ -632,7 +642,7 @@ // this.statusStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.lbFile}); - this.statusStrip2.Location = new System.Drawing.Point(0, 520); + this.statusStrip2.Location = new System.Drawing.Point(0, 568); this.statusStrip2.Name = "statusStrip2"; this.statusStrip2.Size = new System.Drawing.Size(606, 22); this.statusStrip2.TabIndex = 1; @@ -659,7 +669,7 @@ // // toolStripButton1 // - this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image"))); + this.toolStripButton1.Image = global::Project.Properties.Resources.icons8_plus_40; this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButton1.Name = "toolStripButton1"; this.toolStripButton1.Size = new System.Drawing.Size(75, 22); @@ -668,7 +678,7 @@ // // toolStripButton3 // - this.toolStripButton3.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton3.Image"))); + this.toolStripButton3.Image = global::Project.Properties.Resources.icons8_repeat_40; this.toolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButton3.Name = "toolStripButton3"; this.toolStripButton3.Size = new System.Drawing.Size(75, 22); @@ -678,7 +688,7 @@ // toolStripButton4 // this.toolStripButton4.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; - this.toolStripButton4.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton4.Image"))); + this.toolStripButton4.Image = global::Project.Properties.Resources.icons8_checked_40; this.toolStripButton4.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButton4.Name = "toolStripButton4"; this.toolStripButton4.Size = new System.Drawing.Size(51, 22); @@ -688,7 +698,7 @@ // toolStripButton2 // this.toolStripButton2.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; - this.toolStripButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton2.Image"))); + this.toolStripButton2.Image = global::Project.Properties.Resources.icons8_save_40; this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButton2.Name = "toolStripButton2"; this.toolStripButton2.Size = new System.Drawing.Size(51, 22); @@ -697,45 +707,45 @@ // // tabPage4 // - this.tabPage4.Controls.Add(this.button12); - this.tabPage4.Controls.Add(this.button11); - this.tabPage4.Controls.Add(this.button4); + this.tabPage4.Controls.Add(this.btDefIO); + this.tabPage4.Controls.Add(this.btDefError); + this.tabPage4.Controls.Add(this.btOpenZPL); this.tabPage4.Location = new System.Drawing.Point(4, 29); this.tabPage4.Name = "tabPage4"; - this.tabPage4.Size = new System.Drawing.Size(606, 542); + this.tabPage4.Size = new System.Drawing.Size(606, 590); this.tabPage4.TabIndex = 3; this.tabPage4.Text = "기타"; this.tabPage4.UseVisualStyleBackColor = true; // - // button12 + // btDefIO // - this.button12.Location = new System.Drawing.Point(23, 135); - this.button12.Name = "button12"; - this.button12.Size = new System.Drawing.Size(189, 43); - this.button12.TabIndex = 48; - this.button12.Text = "I/O 설명 정의"; - this.button12.UseVisualStyleBackColor = true; - this.button12.Click += new System.EventHandler(this.button12_Click); + this.btDefIO.Location = new System.Drawing.Point(23, 135); + this.btDefIO.Name = "btDefIO"; + this.btDefIO.Size = new System.Drawing.Size(189, 43); + this.btDefIO.TabIndex = 48; + this.btDefIO.Text = "I/O 설명 정의"; + this.btDefIO.UseVisualStyleBackColor = true; + this.btDefIO.Click += new System.EventHandler(this.button12_Click); // - // button11 + // btDefError // - this.button11.Location = new System.Drawing.Point(23, 75); - this.button11.Name = "button11"; - this.button11.Size = new System.Drawing.Size(189, 43); - this.button11.TabIndex = 47; - this.button11.Text = "오류 메세지 정의"; - this.button11.UseVisualStyleBackColor = true; - this.button11.Click += new System.EventHandler(this.button11_Click); + this.btDefError.Location = new System.Drawing.Point(23, 75); + this.btDefError.Name = "btDefError"; + this.btDefError.Size = new System.Drawing.Size(189, 43); + this.btDefError.TabIndex = 47; + this.btDefError.Text = "오류 메세지 정의"; + this.btDefError.UseVisualStyleBackColor = true; + this.btDefError.Click += new System.EventHandler(this.button11_Click); // - // button4 + // btOpenZPL // - this.button4.Location = new System.Drawing.Point(23, 15); - this.button4.Name = "button4"; - this.button4.Size = new System.Drawing.Size(189, 43); - this.button4.TabIndex = 46; - this.button4.Text = "ZPL 열기"; - this.button4.UseVisualStyleBackColor = true; - this.button4.Click += new System.EventHandler(this.button4_Click_3); + this.btOpenZPL.Location = new System.Drawing.Point(23, 15); + this.btOpenZPL.Name = "btOpenZPL"; + this.btOpenZPL.Size = new System.Drawing.Size(189, 43); + this.btOpenZPL.TabIndex = 46; + this.btOpenZPL.Text = "ZPL 열기"; + this.btOpenZPL.UseVisualStyleBackColor = true; + this.btOpenZPL.Click += new System.EventHandler(this.btOpenZPL_Click); // // bsRecipient // @@ -751,16 +761,6 @@ // this.errorProvider1.ContainerControl = this; // - // btSystemBypass - // - this.btSystemBypass.Location = new System.Drawing.Point(53, 349); - this.btSystemBypass.Name = "btSystemBypass"; - this.btSystemBypass.Size = new System.Drawing.Size(479, 42); - this.btSystemBypass.TabIndex = 49; - this.btSystemBypass.Text = "SYSTEM BYPASS"; - this.btSystemBypass.UseVisualStyleBackColor = true; - this.btSystemBypass.Click += new System.EventHandler(this.button8_Click); - // // fSetting // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F); @@ -803,7 +803,7 @@ #endregion - private System.Windows.Forms.Button button1; + private System.Windows.Forms.Button btSave; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.PropertyGrid propertyGrid1; private System.Windows.Forms.TabControl tabControl1; @@ -836,7 +836,7 @@ private System.Windows.Forms.Button btTWLamp; private System.Windows.Forms.BindingSource bsRecipient; private System.Windows.Forms.BindingSource bsMailForm; - private System.Windows.Forms.Button button2; + private System.Windows.Forms.Button btRoomLamp; private System.Windows.Forms.Button btPickerVac; private System.Windows.Forms.Button btRightVac; private System.Windows.Forms.Button btLeftVac; @@ -857,10 +857,10 @@ private System.Windows.Forms.Button button6; private System.Windows.Forms.Button button5; private System.Windows.Forms.TabPage tabPage4; - private System.Windows.Forms.Button button4; - private System.Windows.Forms.Button button10; - private System.Windows.Forms.Button button12; - private System.Windows.Forms.Button button11; + private System.Windows.Forms.Button btOpenZPL; + private System.Windows.Forms.Button btbuzAfterFinish; + private System.Windows.Forms.Button btDefIO; + private System.Windows.Forms.Button btDefError; private System.Windows.Forms.Button button13; private System.Windows.Forms.Button button14; private System.Windows.Forms.Button button7; diff --git a/Handler/Project/Setting/fSetting.cs b/Handler/Project/Setting/fSetting.cs index ce89fa2..08aff92 100644 --- a/Handler/Project/Setting/fSetting.cs +++ b/Handler/Project/Setting/fSetting.cs @@ -57,7 +57,7 @@ namespace Project btBuz.BackColor = dummySetting.Disable_Buzzer == false ? Color.Lime : Color.Tomato; this.btTWLamp.BackColor = dummySetting.Disable_TowerLamp ? Color.Tomato : Color.Lime; - this.button2.BackColor = dummySetting.Disable_RoomLight == true ? Color.Tomato : Color.Lime; + this.btRoomLamp.BackColor = dummySetting.Disable_RoomLight == true ? Color.Tomato : Color.Lime; //진공사용여부 this.btLeftVac.BackColor = dummySetting.Disable_PLVac ? Color.Tomato : Color.Lime; @@ -97,7 +97,7 @@ namespace Project this.button13.BackColor = dummySetting.Disable_PLAir == false ? Color.Lime : Color.Tomato; this.button14.BackColor = dummySetting.Disable_PRAir == false ? Color.Lime : Color.Tomato; - this.button10.BackColor = dummySetting.Force_JobEndBuzzer ? Color.Gold : SystemColors.Control; + this.btbuzAfterFinish.BackColor = dummySetting.Force_JobEndBuzzer ? Color.Gold : SystemColors.Control; this.button7.BackColor = dummySetting.Enable_PickerCylinder ? Color.Lime : Color.Tomato; this.btSystemBypass.BackColor = dummySetting.SystemBypass ? Color.DarkBlue : Color.Transparent; this.btSystemBypass.ForeColor = dummySetting.SystemBypass ? Color.White : Color.Black; @@ -182,7 +182,7 @@ namespace Project //PUB.flag.set(eVarBool.TestRun, btLoaderDetect.BackColor == Color.Lime); DialogResult = DialogResult.OK; } - + private void button6_Click(object sender, EventArgs e) { @@ -457,17 +457,16 @@ namespace Project - private void button4_Click_3(object sender, EventArgs e) + private void btOpenZPL_Click(object sender, EventArgs e) { - var fi = new System.IO.FileInfo(AR.SETTING.Data.baseZPLFile); + var fi = new System.IO.FileInfo("zpl.txt"); if (fi.Exists == false) { System.IO.File.WriteAllText(fi.FullName, Properties.Settings.Default.ZPL7, System.Text.Encoding.Default); UTIL.MsgI("ZPL파일을 신규 생성 했습니다\n" + fi.FullName); } - var f = new Dialog.fZPLEditor(fi.FullName); - f.ShowDialog(); - //Util.RunExplorer(fi.FullName); + using (var f = new Dialog.fZPLEditor(fi.FullName)) + f.ShowDialog(); } @@ -515,7 +514,7 @@ namespace Project { var but = sender as Button; dummySetting.SystemBypass = !dummySetting.SystemBypass; - but.BackColor = dummySetting.SystemBypass ? Color.DarkBlue : Color.Transparent; + but.BackColor = dummySetting.SystemBypass ? Color.DarkBlue : Color.Transparent; but.ForeColor = dummySetting.SystemBypass ? Color.White : Color.Black; } } diff --git a/Handler/Project/Setting/fSetting.resx b/Handler/Project/Setting/fSetting.resx index f312482..9dd6680 100644 --- a/Handler/Project/Setting/fSetting.resx +++ b/Handler/Project/Setting/fSetting.resx @@ -129,67 +129,6 @@ 305, 17 - - - - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 - YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAIDSURBVDhPpZLrS5NhGMb3j4SWh0oRQVExD4gonkDpg4hG - YKxG6WBogkMZKgPNCEVJFBGdGETEvgwyO9DJE5syZw3PIlPEE9pgBCLZ5XvdMB8Ew8gXbl54nuf63dd9 - 0OGSnwCahxbPRNPAPMw9Xpg6ZmF46kZZ0xSKzJPIrhpDWsVnpBhGkKx3nAX8Pv7z1zg8OoY/cITdn4fw - bf/C0kYAN3Ma/w3gWfZL5kzTKBxjWyK2DftwI9tyMYCZKXbNHaD91bLYJrDXsYbrWfUKwJrPE9M2M1Oc - VzOOpHI7Jr376Hi9ogHqFIANO0/MmmmbmSmm9a8ze+I4MrNWAdjtoJgWcx+PSzg166yZZ8xM8XvXDix9 - c4jIqFYAjoriBV9AhEPv1mH/sonogha0afbZMMZz+yreTGyhpusHwtNNCsA5U1zS4BLxzJIfg299qO32 - Ir7UJtZfftyATqeT+8o2D8JSjQrAJblrncYL7ZJ2+bfaFnC/1S1NjL3diRat7qrO7wLRP3HjWsojBeCo - mDEo5mNjuweFGvjWg2EBhCbpkW78htSHHwRyNdmgAFzPEee2iFkzayy2OLXzT4gr6UdUnlXrullsxxQ+ - kx0g8BTA3aZlButjSTyjODq/WcQcW/B/Je4OQhLvKQDnzN1mp0nnkvAhR8VuMzNrpm1mpjgkoVwB/v8D - TgDQASA1MVpwzwAAAABJRU5ErkJggg== - - - - - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 - YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAIDSURBVDhPpZLrS5NhGMb3j4SWh0oRQVExD4gonkDpg4hG - YKxG6WBogkMZKgPNCEVJFBGdGETEvgwyO9DJE5syZw3PIlPEE9pgBCLZ5XvdMB8Ew8gXbl54nuf63dd9 - 0OGSnwCahxbPRNPAPMw9Xpg6ZmF46kZZ0xSKzJPIrhpDWsVnpBhGkKx3nAX8Pv7z1zg8OoY/cITdn4fw - bf/C0kYAN3Ma/w3gWfZL5kzTKBxjWyK2DftwI9tyMYCZKXbNHaD91bLYJrDXsYbrWfUKwJrPE9M2M1Oc - VzOOpHI7Jr376Hi9ogHqFIANO0/MmmmbmSmm9a8ze+I4MrNWAdjtoJgWcx+PSzg166yZZ8xM8XvXDix9 - c4jIqFYAjoriBV9AhEPv1mH/sonogha0afbZMMZz+yreTGyhpusHwtNNCsA5U1zS4BLxzJIfg299qO32 - Ir7UJtZfftyATqeT+8o2D8JSjQrAJblrncYL7ZJ2+bfaFnC/1S1NjL3diRat7qrO7wLRP3HjWsojBeCo - mDEo5mNjuweFGvjWg2EBhCbpkW78htSHHwRyNdmgAFzPEee2iFkzayy2OLXzT4gr6UdUnlXrullsxxQ+ - kx0g8BTA3aZlButjSTyjODq/WcQcW/B/Je4OQhLvKQDnzN1mp0nnkvAhR8VuMzNrpm1mpjgkoVwB/v8D - TgDQASA1MVpwzwAAAABJRU5ErkJggg== - - - - - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 - YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAIDSURBVDhPpZLrS5NhGMb3j4SWh0oRQVExD4gonkDpg4hG - YKxG6WBogkMZKgPNCEVJFBGdGETEvgwyO9DJE5syZw3PIlPEE9pgBCLZ5XvdMB8Ew8gXbl54nuf63dd9 - 0OGSnwCahxbPRNPAPMw9Xpg6ZmF46kZZ0xSKzJPIrhpDWsVnpBhGkKx3nAX8Pv7z1zg8OoY/cITdn4fw - bf/C0kYAN3Ma/w3gWfZL5kzTKBxjWyK2DftwI9tyMYCZKXbNHaD91bLYJrDXsYbrWfUKwJrPE9M2M1Oc - VzOOpHI7Jr376Hi9ogHqFIANO0/MmmmbmSmm9a8ze+I4MrNWAdjtoJgWcx+PSzg166yZZ8xM8XvXDix9 - c4jIqFYAjoriBV9AhEPv1mH/sonogha0afbZMMZz+yreTGyhpusHwtNNCsA5U1zS4BLxzJIfg299qO32 - Ir7UJtZfftyATqeT+8o2D8JSjQrAJblrncYL7ZJ2+bfaFnC/1S1NjL3diRat7qrO7wLRP3HjWsojBeCo - mDEo5mNjuweFGvjWg2EBhCbpkW78htSHHwRyNdmgAFzPEee2iFkzayy2OLXzT4gr6UdUnlXrullsxxQ+ - kx0g8BTA3aZlButjSTyjODq/WcQcW/B/Je4OQhLvKQDnzN1mp0nnkvAhR8VuMzNrpm1mpjgkoVwB/v8D - TgDQASA1MVpwzwAAAABJRU5ErkJggg== - - - - - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 - YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAIDSURBVDhPpZLrS5NhGMb3j4SWh0oRQVExD4gonkDpg4hG - YKxG6WBogkMZKgPNCEVJFBGdGETEvgwyO9DJE5syZw3PIlPEE9pgBCLZ5XvdMB8Ew8gXbl54nuf63dd9 - 0OGSnwCahxbPRNPAPMw9Xpg6ZmF46kZZ0xSKzJPIrhpDWsVnpBhGkKx3nAX8Pv7z1zg8OoY/cITdn4fw - bf/C0kYAN3Ma/w3gWfZL5kzTKBxjWyK2DftwI9tyMYCZKXbNHaD91bLYJrDXsYbrWfUKwJrPE9M2M1Oc - VzOOpHI7Jr376Hi9ogHqFIANO0/MmmmbmSmm9a8ze+I4MrNWAdjtoJgWcx+PSzg166yZZ8xM8XvXDix9 - c4jIqFYAjoriBV9AhEPv1mH/sonogha0afbZMMZz+yreTGyhpusHwtNNCsA5U1zS4BLxzJIfg299qO32 - Ir7UJtZfftyATqeT+8o2D8JSjQrAJblrncYL7ZJ2+bfaFnC/1S1NjL3diRat7qrO7wLRP3HjWsojBeCo - mDEo5mNjuweFGvjWg2EBhCbpkW78htSHHwRyNdmgAFzPEee2iFkzayy2OLXzT4gr6UdUnlXrullsxxQ+ - kx0g8BTA3aZlButjSTyjODq/WcQcW/B/Je4OQhLvKQDnzN1mp0nnkvAhR8VuMzNrpm1mpjgkoVwB/v8D - TgDQASA1MVpwzwAAAABJRU5ErkJggg== - - 660, 17 @@ -205,6 +144,7 @@ 60 + AAABAAYAAAAAAAEAIAASGgAAZgAAAICAAAABACAAKAgBAHgaAABAQAAAAQAgAChCAACgIgEAMDAAAAEA diff --git a/Handler/Project/Setting/fSystem_MotParameter.cs b/Handler/Project/Setting/fSystem_MotParameter.cs index 82c37cf..2bfe372 100644 --- a/Handler/Project/Setting/fSystem_MotParameter.cs +++ b/Handler/Project/Setting/fSystem_MotParameter.cs @@ -107,7 +107,7 @@ namespace Project.Dialog if (e.ColumnIndex != 13) return; - var val = int.Parse(idx.ToString()); + var val = short.Parse(idx.ToString()); PUB.mot.ShowParameter(val); } diff --git a/Handler/Project/Setting/fSystem_Setting.cs b/Handler/Project/Setting/fSystem_Setting.cs index f392e4c..588bb88 100644 --- a/Handler/Project/Setting/fSystem_Setting.cs +++ b/Handler/Project/Setting/fSystem_Setting.cs @@ -42,7 +42,7 @@ namespace Project.Dialog private void button2_Click_1(object sender, EventArgs e) { var but = sender as Button; - var idx = int.Parse(but.Tag.ToString()); + var idx = short.Parse(but.Tag.ToString()); PUB.mot.ShowParameter(idx); } } diff --git a/Handler/Project/UIControl/CtlContainer.Designer.cs b/Handler/Project/UIControl/CtlContainer.Designer.cs index 6c7070e..5c4d43f 100644 --- a/Handler/Project/UIControl/CtlContainer.Designer.cs +++ b/Handler/Project/UIControl/CtlContainer.Designer.cs @@ -1,36 +1,36 @@ -namespace UIControl -{ - partial class CtlContainer - { - /// - /// 필수 디자이너 변수입니다. - /// - private System.ComponentModel.IContainer components = null; +//namespace UIControl +//{ +// partial class CtlContainer +// { +// /// +// /// 필수 디자이너 변수입니다. +// /// +// private System.ComponentModel.IContainer components = null; - /// - /// 사용 중인 모든 리소스를 정리합니다. - /// - /// 관리되는 리소스를 삭제해야 하면 true이고, 그렇지 않으면 false입니다. - protected override void Dispose(bool disposing) - { - if (disposing && (components != null)) - { - components.Dispose(); - } - base.Dispose(disposing); - } +// /// +// /// 사용 중인 모든 리소스를 정리합니다. +// /// +// /// 관리되는 리소스를 삭제해야 하면 true이고, 그렇지 않으면 false입니다. +// protected override void Dispose(bool disposing) +// { +// if (disposing && (components != null)) +// { +// components.Dispose(); +// } +// base.Dispose(disposing); +// } - #region 구성 요소 디자이너에서 생성한 코드 +// #region 구성 요소 디자이너에서 생성한 코드 - /// - /// 디자이너 지원에 필요한 메서드입니다. - /// 이 메서드의 내용을 코드 편집기로 수정하지 마세요. - /// - private void InitializeComponent() - { - components = new System.ComponentModel.Container(); - } +// /// +// /// 디자이너 지원에 필요한 메서드입니다. +// /// 이 메서드의 내용을 코드 편집기로 수정하지 마세요. +// /// +// private void InitializeComponent() +// { +// components = new System.ComponentModel.Container(); +// } - #endregion - } -} +// #endregion +// } +//} diff --git a/Handler/Project/UIControl/CtlContainer.cs b/Handler/Project/UIControl/CtlContainer.cs index cc8f50c..c744593 100644 --- a/Handler/Project/UIControl/CtlContainer.cs +++ b/Handler/Project/UIControl/CtlContainer.cs @@ -1,86 +1,86 @@ -using System; -using System.Collections.Generic; -using System.ComponentModel; -using System.Drawing; -using System.Data; -using System.Linq; -using System.Text; -using System.Threading.Tasks; -using System.Windows.Forms; +//using System; +//using System.Collections.Generic; +//using System.ComponentModel; +//using System.Drawing; +//using System.Data; +//using System.Linq; +//using System.Text; +//using System.Threading.Tasks; +//using System.Windows.Forms; -namespace UIControl -{ - public partial class CtlContainer : GroupBox - { - arDev.AjinEXTEK.Emulator.CEmuleDIO devIO; - arDev.AjinEXTEK.Emulator.CEmulMOT devMOT; +//namespace UIControl +//{ +// public partial class CtlContainer : GroupBox +// { +// arDev.AjinEXTEK.emu.Emulator.CEmuleDIO devIO; +// arDev.AjinEXTEK.Emulator.CEmulMOT devMOT; - public CtlContainer() - { - InitializeComponent(); - } - public void updateControl() - { - updateControl(this.Controls); - } +// public CtlContainer() +// { +// InitializeComponent(); +// } +// public void updateControl() +// { +// updateControl(this.Controls); +// } - public void setDevice(arDev.AjinEXTEK.Emulator.CEmuleDIO dio, arDev.AjinEXTEK.Emulator.CEmulMOT mot) - { - this.devIO = dio; - this.devMOT = mot; - } +// public void setDevice(arDev.AjinEXTEK.Emulator.CEmuleDIO dio, arDev.AjinEXTEK.Emulator.CEmulMOT mot) +// { +// this.devIO = dio; +// this.devMOT = mot; +// } - public void updateControl(System.Windows.Forms.Control.ControlCollection ctl) - { - if (devIO == null && devMOT == null) throw new Exception("디바이스(IO/MOT)가 설정되지 않았습니다"); - foreach (Control c in ctl) - { - if (c.HasChildren) - { - updateControl(c.Controls); - } - else if (c is UIControl.CtlBase) - { - var cc = c as UIControl.CtlBase; - foreach (var pin in cc.PinList) - { - if (pin.PinIndex != -1) - { - if (pin.ValueDirection == UIControl.eValueDirection.input) - { - //io의 값을 컨트롤에 적용해줘야한다 - if (pin.Output) - { - pin.Raw = devIO.Output[pin.PinIndex]; - } - else - { - pin.Raw = devIO.Input[pin.PinIndex]; - } - } - else - { - //컨트롤의 값을 io에 적용해줘야 한다 - if (pin.Output) - { - //devIO.Output[pin.PinIndex] = pin.Value; - devIO.SetOutput(pin.PinIndex, pin.Value); - } - else - { - // devIO.Input[pin.PinIndex] = pin.Value; - devIO.SetInput(pin.PinIndex, pin.Value); - } - } +// public void updateControl(System.Windows.Forms.Control.ControlCollection ctl) +// { +// if (devIO == null && devMOT == null) throw new Exception("디바이스(IO/MOT)가 설정되지 않았습니다"); +// foreach (Control c in ctl) +// { +// if (c.HasChildren) +// { +// updateControl(c.Controls); +// } +// else if (c is UIControl.CtlBase) +// { +// var cc = c as UIControl.CtlBase; +// foreach (var pin in cc.PinList) +// { +// if (pin.PinIndex != -1) +// { +// if (pin.ValueDirection == UIControl.eValueDirection.input) +// { +// //io의 값을 컨트롤에 적용해줘야한다 +// if (pin.Output) +// { +// pin.Raw = devIO.Output[pin.PinIndex]; +// } +// else +// { +// pin.Raw = devIO.Input[pin.PinIndex]; +// } +// } +// else +// { +// //컨트롤의 값을 io에 적용해줘야 한다 +// if (pin.Output) +// { +// //devIO.Output[pin.PinIndex] = pin.Value; +// devIO.SetOutput(pin.PinIndex, pin.Value); +// } +// else +// { +// // devIO.Input[pin.PinIndex] = pin.Value; +// devIO.SetInput(pin.PinIndex, pin.Value); +// } +// } - } - } - cc.UpdateValue(); - cc.Invalidate(); - } - } +// } +// } +// cc.UpdateValue(); +// cc.Invalidate(); +// } +// } - } +// } - } -} +// } +//} diff --git a/Handler/Project/Util/Util_Mot.cs b/Handler/Project/Util/Util_Mot.cs index 1e2140b..bab7b77 100644 --- a/Handler/Project/Util/Util_Mot.cs +++ b/Handler/Project/Util/Util_Mot.cs @@ -28,7 +28,7 @@ namespace Project public static Boolean CheckMotionLimitError() { - for (int i = 0; i < PUB.mot.DeviceCount; i++) + for (short i = 0; i < PUB.mot.DeviceCount; i++) { if (PUB.mot.IsUse(i) == false) continue; //미사용축은 제외한다. //if (PUB.system.UseAxis(i) == false) continue; @@ -51,7 +51,7 @@ namespace Project public static Boolean CheckMotionPos(eAxis Motaxis, TimeSpan stepTime, double pos, double speed, double acc, double dcc, string source, Boolean useInterLocak = true, int timeoutSec = 0, float inpaccr = 0f) { - var axis = (int)Motaxis; + var axis = (short)Motaxis; //타임아웃 적용 191213 if (timeoutSec == 0) timeoutSec = AR.SETTING.Data.Timeout_MotionCommand; @@ -135,7 +135,7 @@ namespace Project //홈을 잡지 않았다면 오류로 처리함\ //eYPPosition retval = eYPPosition.Unknown; - var motIndex = (int)axis; + var motIndex = (short)axis; if (PUB.mot.IsInit == false) return "ERROR";// (T)ePickYPosition.ERROR; //200213 if (PUB.mot.IsHomeSet(motIndex) == false) return "ERROR";//ePickYPosition.ERROR; @@ -193,7 +193,7 @@ namespace Project public static Boolean isAxisSaftyZone(eAxis axis, int allowoffset = 2) { //홈을 잡지 않았다면 오류로 처리함 - var motIndex = (int)axis; + var motIndex = (short)axis; if (PUB.mot.IsInit == false) return false; if (PUB.mot.IsHomeSet(motIndex) == false) return false; if (PUB.Result == null || PUB.Result.isSetmModel == false) return false; @@ -282,7 +282,7 @@ namespace Project } //홈이 잡힌상태일때 - if (PUB.mot.IsHomeSet((int)axis)) + if (PUB.mot.IsHomeSet((short)axis)) { if (axis == eAxis.PX_PICK) { @@ -336,9 +336,9 @@ namespace Project /// private static sPositionData GetAxPos(eAxis axis, int pos) { - return GetAxpos((int)axis, pos); + return GetAxpos((short)axis, pos); } - private static sPositionData GetAxpos(int axis, int pos) + private static sPositionData GetAxpos(short axis, int pos) { var retval = new sPositionData(); retval.Clear(); @@ -408,8 +408,8 @@ namespace Project public static void Stop(eAxis axis, string reason, Boolean estop = false) { if (PUB.mot.IsInit == false) return; - if (PUB.mot.IsServAlarm((int)axis)) return; - PUB.mot.MoveStop(reason, (int)axis, estop); + if (PUB.mot.IsServAlarm((short)axis)) return; + PUB.mot.MoveStop(reason, (short)axis, estop); } @@ -421,7 +421,7 @@ namespace Project } public static double getPositionOffset(eAxis axis, double cmdPos) { - return getPositionOffset((int)axis, cmdPos); + return getPositionOffset((short)axis, cmdPos); } /// @@ -439,15 +439,15 @@ namespace Project /// /// /// - public static double getPositionOffset(int axis, double cmdPos) + public static double getPositionOffset(short axis, double cmdPos) { - var coffset = (PUB.mot.GetActPos((int)axis) - cmdPos); + var coffset = (PUB.mot.GetActPos(axis) - cmdPos); return coffset;// return coffset < offset; } public static bool getPositionMatch(eAxis axis, double cmdPos, double offset = 0.1) { - return getPositionMatch((int)axis, cmdPos, offset); + return getPositionMatch((short)axis, cmdPos, offset); } public static bool getPositionMatch(sPositionData pos, double offset = 0.1) @@ -456,7 +456,7 @@ namespace Project } - public static bool getPositionMatch(int axis, double cmdPos, double offset = 0.1) + public static bool getPositionMatch(short axis, double cmdPos, double offset = 0.1) { var actpos = PUB.mot.GetActPos(axis); var coffset = Math.Abs(actpos - cmdPos); @@ -552,7 +552,7 @@ namespace Project if (validchk == true) { //현재위치보다 작으면 ccw - var isCW = pos_mm >= PUB.mot.GetActPos((int)axis); + var isCW = pos_mm >= PUB.mot.GetActPos((short)axis); if (!Move_Validation(axis, isCW, out Message)) { PUB.log.AddE(string.Format("[{0}-Axis] Move Error : {1}", axis, Message)); @@ -582,7 +582,7 @@ namespace Project } - public static Boolean JOG(int _Axis, MOTION_DIRECTION Dir, double _Vel, double _Acc, double _Dec, Boolean sCurve = false, Boolean EnableValidCheck = true, Boolean UserInterLock = true) + public static Boolean JOG(short _Axis, MOTION_DIRECTION Dir, double _Vel, double _Acc, double _Dec, Boolean sCurve = false, Boolean EnableValidCheck = true, Boolean UserInterLock = true) { eAxis axis = (eAxis)_Axis; diff --git a/Handler/Project/app.config b/Handler/Project/app.config index 519be08..9d18cf0 100644 --- a/Handler/Project/app.config +++ b/Handler/Project/app.config @@ -74,51 +74,6 @@ Amkor Technology/windows-242f240302c3e50d6cb1686ba2q4k0o9 - - ^XA~TA000~JSN^LT0^MNW^MTT^PON^PMN^LH0,0^JMA^PR6,6~SD15^JUS^LRN^CI0^XZ -^XA -^MMT -^PW519 -^LL0200 -^LS25 -^FO205,5^GB305,186,4^FS -^FT25,170^BQN,2,4 -^FDLA, -{qrData} -^FS -^FO205,9^GB0,183,4^FS -^FO250,9^GB0,183,4^FS -^FO209,34^GB299,0,4^FS -^FO209,65^GB299,0,4^FS -^FO207,95^GB300,0,4^FS -^FO207,126^GB303,0,4^FS -^FT211,30^A0N,23,24^FDSID^FS -^FT210,59^A0N,23,24^FDLOT^FS -^FT215,91^A0N,23,24^FDPN^FS -^FT212,153^A0N,23,24^FDRID^FS -^FT210,120^A0N,23,24^FDQ'ty^FS -^FT260,31^A0N,23,24^FD -{sid} -^FS -^FT260,60^A0N,23,24^FD -{lot} -^FS -^FT258,93^A0N,27,16^FD -{partnum} -^FS -^FT256,150^A0N,21,19^FD -{rid} -^FS -^FT259,121^A0N,23,24^FD -{qty} -^FS -^FO207,157^GB303,0,4^FS -^FT212,182^A0N,20,19^FDDate^FS -^FT260,183^A0N,23,24^FD -{mfg} -^FS -^PQ1,0,1,Y^XZ - ^XA ^MMT diff --git a/Handler/Project/fMain.Designer.cs b/Handler/Project/fMain.Designer.cs index b441579..5412ba8 100644 --- a/Handler/Project/fMain.Designer.cs +++ b/Handler/Project/fMain.Designer.cs @@ -30,10 +30,7 @@ { this.components = new System.ComponentModel.Container(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle(); - System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); - System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle(); - System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle(); @@ -191,6 +188,9 @@ arCtl.ListView2.Cell cell95 = new arCtl.ListView2.Cell(); arCtl.ListView2.Cell cell96 = new arCtl.ListView2.Cell(); arCtl.ListView2.ItemStyle itemStyle2 = new arCtl.ListView2.ItemStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle(); this.tmDisplay = new System.Windows.Forms.Timer(this.components); this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); this.arLabel76 = new arCtl.arLabel(); @@ -213,13 +213,8 @@ this.arDatagridView1 = new arCtl.arDatagridView(); this.target = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.JTYPE = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.sTIMEDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.PTIME = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.sIDDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.rIDDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.VNAME = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.dvc_loc = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.qTYDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.qtymax = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.MFGDATE = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.VLOT = new System.Windows.Forms.DataGridViewTextBoxColumn(); @@ -237,8 +232,6 @@ this.GUID = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); this.새로고침ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.bs = new System.Windows.Forms.BindingSource(this.components); - this.dataSet1 = new Project.DataSet1(); this.cmCam = new System.Windows.Forms.ContextMenuStrip(this.components); this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem(); this.liveViewProcessOnOffToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); @@ -413,12 +406,16 @@ this.panel1 = new System.Windows.Forms.Panel(); this.hmi1 = new UIControl.HMI(); this.listView21 = new arCtl.ListView2(); - this.ta = new Project.DataSet1TableAdapters.Component_Reel_ResultTableAdapter(); + this.sTIMEDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.sIDDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.rIDDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.dvc_loc = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.qTYDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.bs = new System.Windows.Forms.BindingSource(this.components); + this.dataSet1 = new Project.DataSet1(); this.panBottom.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.arDatagridView1)).BeginInit(); this.contextMenuStrip1.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.bs)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit(); this.cmCam.SuspendLayout(); this.panel37.SuspendLayout(); this.panel10.SuspendLayout(); @@ -445,6 +442,8 @@ this.panel9.SuspendLayout(); this.tableLayoutPanel1.SuspendLayout(); this.panel1.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.bs)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit(); this.SuspendLayout(); // // tmDisplay @@ -1098,16 +1097,6 @@ this.JTYPE.ReadOnly = true; this.JTYPE.Width = 81; // - // sTIMEDataGridViewTextBoxColumn - // - this.sTIMEDataGridViewTextBoxColumn.DataPropertyName = "STIME"; - dataGridViewCellStyle1.Format = "HH:mm:ss"; - this.sTIMEDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle1; - this.sTIMEDataGridViewTextBoxColumn.HeaderText = "START"; - this.sTIMEDataGridViewTextBoxColumn.Name = "sTIMEDataGridViewTextBoxColumn"; - this.sTIMEDataGridViewTextBoxColumn.ReadOnly = true; - this.sTIMEDataGridViewTextBoxColumn.Width = 74; - // // PTIME // this.PTIME.DataPropertyName = "BATCH"; @@ -1118,27 +1107,6 @@ this.PTIME.ReadOnly = true; this.PTIME.Width = 77; // - // sIDDataGridViewTextBoxColumn - // - this.sIDDataGridViewTextBoxColumn.DataPropertyName = "SID"; - dataGridViewCellStyle3.Font = new System.Drawing.Font("맑은 고딕", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); - this.sIDDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle3; - this.sIDDataGridViewTextBoxColumn.HeaderText = "SID"; - this.sIDDataGridViewTextBoxColumn.Name = "sIDDataGridViewTextBoxColumn"; - this.sIDDataGridViewTextBoxColumn.ReadOnly = true; - this.sIDDataGridViewTextBoxColumn.Width = 57; - // - // rIDDataGridViewTextBoxColumn - // - this.rIDDataGridViewTextBoxColumn.DataPropertyName = "RID"; - dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; - dataGridViewCellStyle4.Font = new System.Drawing.Font("맑은 고딕", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); - this.rIDDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle4; - this.rIDDataGridViewTextBoxColumn.HeaderText = "RID"; - this.rIDDataGridViewTextBoxColumn.Name = "rIDDataGridViewTextBoxColumn"; - this.rIDDataGridViewTextBoxColumn.ReadOnly = true; - this.rIDDataGridViewTextBoxColumn.Width = 58; - // // VNAME // this.VNAME.DataPropertyName = "VNAME"; @@ -1149,23 +1117,6 @@ this.VNAME.ReadOnly = true; this.VNAME.Width = 87; // - // dvc_loc - // - this.dvc_loc.DataPropertyName = "LOC"; - this.dvc_loc.HeaderText = "LOC"; - this.dvc_loc.Name = "dvc_loc"; - this.dvc_loc.ReadOnly = true; - this.dvc_loc.Visible = false; - this.dvc_loc.Width = 55; - // - // qTYDataGridViewTextBoxColumn - // - this.qTYDataGridViewTextBoxColumn.DataPropertyName = "QTY"; - this.qTYDataGridViewTextBoxColumn.HeaderText = "QTY"; - this.qTYDataGridViewTextBoxColumn.Name = "qTYDataGridViewTextBoxColumn"; - this.qTYDataGridViewTextBoxColumn.ReadOnly = true; - this.qTYDataGridViewTextBoxColumn.Width = 61; - // // qtymax // this.qtymax.DataPropertyName = "qtymax"; @@ -1315,17 +1266,6 @@ this.새로고침ToolStripMenuItem.Text = "새로고침"; this.새로고침ToolStripMenuItem.Click += new System.EventHandler(this.새로고침ToolStripMenuItem_Click_1); // - // bs - // - this.bs.DataMember = "Component_Reel_Result"; - this.bs.DataSource = this.dataSet1; - this.bs.Sort = "STIME desc"; - // - // dataSet1 - // - this.dataSet1.DataSetName = "DataSet1"; - this.dataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; - // // cmCam // this.cmCam.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { @@ -1639,7 +1579,7 @@ this.toolStripMenuItem16, this.getImageToolStripMenuItem}); this.cmDebug.Name = "cmVision"; - this.cmDebug.Size = new System.Drawing.Size(254, 612); + this.cmDebug.Size = new System.Drawing.Size(254, 590); // // inboundToolStripMenuItem // @@ -1655,28 +1595,28 @@ // postDataToolStripMenuItem // this.postDataToolStripMenuItem.Name = "postDataToolStripMenuItem"; - this.postDataToolStripMenuItem.Size = new System.Drawing.Size(201, 22); + this.postDataToolStripMenuItem.Size = new System.Drawing.Size(158, 22); this.postDataToolStripMenuItem.Text = "Post Data"; this.postDataToolStripMenuItem.Click += new System.EventHandler(this.postDataToolStripMenuItem_Click); // // manualPrintToolStripMenuItem // this.manualPrintToolStripMenuItem.Name = "manualPrintToolStripMenuItem"; - this.manualPrintToolStripMenuItem.Size = new System.Drawing.Size(201, 22); + this.manualPrintToolStripMenuItem.Size = new System.Drawing.Size(158, 22); this.manualPrintToolStripMenuItem.Text = "Manual Print"; this.manualPrintToolStripMenuItem.Click += new System.EventHandler(this.manualPrintToolStripMenuItem_Click); // // apiCheckToolStripMenuItem // this.apiCheckToolStripMenuItem.Name = "apiCheckToolStripMenuItem"; - this.apiCheckToolStripMenuItem.Size = new System.Drawing.Size(201, 22); + this.apiCheckToolStripMenuItem.Size = new System.Drawing.Size(158, 22); this.apiCheckToolStripMenuItem.Text = "api check"; this.apiCheckToolStripMenuItem.Click += new System.EventHandler(this.apiCheckToolStripMenuItem_Click); // // barcodeTestToolStripMenuItem // this.barcodeTestToolStripMenuItem.Name = "barcodeTestToolStripMenuItem"; - this.barcodeTestToolStripMenuItem.Size = new System.Drawing.Size(201, 22); + this.barcodeTestToolStripMenuItem.Size = new System.Drawing.Size(158, 22); this.barcodeTestToolStripMenuItem.Text = "Barcode Test"; this.barcodeTestToolStripMenuItem.Click += new System.EventHandler(this.barcodeTestToolStripMenuItem_Click); // @@ -2267,7 +2207,7 @@ // this.모델선택ToolStripMenuItem.Image = global::Project.Properties.Resources.icons8_object_40; this.모델선택ToolStripMenuItem.Name = "모델선택ToolStripMenuItem"; - this.모델선택ToolStripMenuItem.Size = new System.Drawing.Size(204, 46); + this.모델선택ToolStripMenuItem.Size = new System.Drawing.Size(126, 22); this.모델선택ToolStripMenuItem.Text = "작업 모델"; this.모델선택ToolStripMenuItem.Click += new System.EventHandler(this.모델선택ToolStripMenuItem_Click); // @@ -2275,20 +2215,20 @@ // this.btModelMot.Image = global::Project.Properties.Resources.Motor; this.btModelMot.Name = "btModelMot"; - this.btModelMot.Size = new System.Drawing.Size(204, 46); + this.btModelMot.Size = new System.Drawing.Size(126, 22); this.btModelMot.Text = "모션 모델"; this.btModelMot.Click += new System.EventHandler(this.toolStripMenuItem23_Click); // // toolStripMenuItem12 // this.toolStripMenuItem12.Name = "toolStripMenuItem12"; - this.toolStripMenuItem12.Size = new System.Drawing.Size(201, 6); + this.toolStripMenuItem12.Size = new System.Drawing.Size(123, 6); // // 바코드룰ToolStripMenuItem // this.바코드룰ToolStripMenuItem.Image = global::Project.Properties.Resources.icons8_add_40; this.바코드룰ToolStripMenuItem.Name = "바코드룰ToolStripMenuItem"; - this.바코드룰ToolStripMenuItem.Size = new System.Drawing.Size(204, 46); + this.바코드룰ToolStripMenuItem.Size = new System.Drawing.Size(126, 22); this.바코드룰ToolStripMenuItem.Text = "바코드 룰"; this.바코드룰ToolStripMenuItem.Click += new System.EventHandler(this.바코드룰ToolStripMenuItem_Click); // @@ -2296,7 +2236,7 @@ // this.프린트룰ToolStripMenuItem.Image = global::Project.Properties.Resources.icons8_printer_48; this.프린트룰ToolStripMenuItem.Name = "프린트룰ToolStripMenuItem"; - this.프린트룰ToolStripMenuItem.Size = new System.Drawing.Size(204, 46); + this.프린트룰ToolStripMenuItem.Size = new System.Drawing.Size(126, 22); this.프린트룰ToolStripMenuItem.Text = "프린트 룰"; this.프린트룰ToolStripMenuItem.Click += new System.EventHandler(this.프린트룰ToolStripMenuItem_Click); // @@ -2307,7 +2247,7 @@ this.인바운드데이터업데이트ToolStripMenuItem}); this.sID정보ToolStripMenuItem.Image = global::Project.Properties.Resources.icons8_save_to_grid_40; this.sID정보ToolStripMenuItem.Name = "sID정보ToolStripMenuItem"; - this.sID정보ToolStripMenuItem.Size = new System.Drawing.Size(204, 46); + this.sID정보ToolStripMenuItem.Size = new System.Drawing.Size(126, 22); this.sID정보ToolStripMenuItem.Text = "SID 정보"; this.sID정보ToolStripMenuItem.Click += new System.EventHandler(this.sID정보ToolStripMenuItem_Click); // @@ -2315,7 +2255,7 @@ // this.프로그램열기ToolStripMenuItem.Image = global::Project.Properties.Resources.Arrow_Right; this.프로그램열기ToolStripMenuItem.Name = "프로그램열기ToolStripMenuItem"; - this.프로그램열기ToolStripMenuItem.Size = new System.Drawing.Size(246, 46); + this.프로그램열기ToolStripMenuItem.Size = new System.Drawing.Size(222, 22); this.프로그램열기ToolStripMenuItem.Text = "프로그램 열기"; this.프로그램열기ToolStripMenuItem.Click += new System.EventHandler(this.프로그램열기ToolStripMenuItem_Click); // @@ -2323,7 +2263,7 @@ // this.인바운드데이터업데이트ToolStripMenuItem.Image = global::Project.Properties.Resources.Arrow_Right; this.인바운드데이터업데이트ToolStripMenuItem.Name = "인바운드데이터업데이트ToolStripMenuItem"; - this.인바운드데이터업데이트ToolStripMenuItem.Size = new System.Drawing.Size(246, 46); + this.인바운드데이터업데이트ToolStripMenuItem.Size = new System.Drawing.Size(222, 22); this.인바운드데이터업데이트ToolStripMenuItem.Text = "인바운드 데이터 업데이트"; this.인바운드데이터업데이트ToolStripMenuItem.Click += new System.EventHandler(this.인바운드데이터업데이트ToolStripMenuItem_Click); // @@ -2431,7 +2371,7 @@ // this.toolStripMenuItem11.Image = ((System.Drawing.Image)(resources.GetObject("toolStripMenuItem11.Image"))); this.toolStripMenuItem11.Name = "toolStripMenuItem11"; - this.toolStripMenuItem11.Size = new System.Drawing.Size(158, 46); + this.toolStripMenuItem11.Size = new System.Drawing.Size(134, 22); this.toolStripMenuItem11.Text = "프로그램"; this.toolStripMenuItem11.Click += new System.EventHandler(this.toolStripMenuItem11_Click); // @@ -2439,7 +2379,7 @@ // this.toolStripMenuItem13.Image = ((System.Drawing.Image)(resources.GetObject("toolStripMenuItem13.Image"))); this.toolStripMenuItem13.Name = "toolStripMenuItem13"; - this.toolStripMenuItem13.Size = new System.Drawing.Size(158, 46); + this.toolStripMenuItem13.Size = new System.Drawing.Size(134, 22); this.toolStripMenuItem13.Text = "로그"; this.toolStripMenuItem13.Click += new System.EventHandler(this.toolStripMenuItem13_Click); // @@ -2447,7 +2387,7 @@ // this.toolStripMenuItem14.Image = ((System.Drawing.Image)(resources.GetObject("toolStripMenuItem14.Image"))); this.toolStripMenuItem14.Name = "toolStripMenuItem14"; - this.toolStripMenuItem14.Size = new System.Drawing.Size(158, 46); + this.toolStripMenuItem14.Size = new System.Drawing.Size(134, 22); this.toolStripMenuItem14.Text = "캡처"; this.toolStripMenuItem14.Click += new System.EventHandler(this.toolStripMenuItem14_Click); // @@ -2455,7 +2395,7 @@ // this.toolStripMenuItem15.Image = ((System.Drawing.Image)(resources.GetObject("toolStripMenuItem15.Image"))); this.toolStripMenuItem15.Name = "toolStripMenuItem15"; - this.toolStripMenuItem15.Size = new System.Drawing.Size(158, 46); + this.toolStripMenuItem15.Size = new System.Drawing.Size(134, 22); this.toolStripMenuItem15.Text = "저장데이터"; this.toolStripMenuItem15.Click += new System.EventHandler(this.toolStripMenuItem15_Click); // @@ -2492,7 +2432,7 @@ // sWPLCToolStripMenuItem // this.sWPLCToolStripMenuItem.Name = "sWPLCToolStripMenuItem"; - this.sWPLCToolStripMenuItem.Size = new System.Drawing.Size(180, 22); + this.sWPLCToolStripMenuItem.Size = new System.Drawing.Size(122, 22); this.sWPLCToolStripMenuItem.Text = "S/W PLC"; this.sWPLCToolStripMenuItem.Click += new System.EventHandler(this.sWPLCToolStripMenuItem_Click); // @@ -2512,7 +2452,7 @@ // this.btManage.Image = global::Project.Properties.Resources.icons8_control_panel_40; this.btManage.Name = "btManage"; - this.btManage.Size = new System.Drawing.Size(204, 46); + this.btManage.Size = new System.Drawing.Size(122, 22); this.btManage.Text = "관리"; this.btManage.Click += new System.EventHandler(this.관리ToolStripMenuItem_Click_1); // @@ -2520,7 +2460,7 @@ // this.빠른실행ToolStripMenuItem.Image = global::Project.Properties.Resources.icons8_object_40; this.빠른실행ToolStripMenuItem.Name = "빠른실행ToolStripMenuItem"; - this.빠른실행ToolStripMenuItem.Size = new System.Drawing.Size(204, 46); + this.빠른실행ToolStripMenuItem.Size = new System.Drawing.Size(122, 22); this.빠른실행ToolStripMenuItem.Text = "빠른실행"; this.빠른실행ToolStripMenuItem.Click += new System.EventHandler(this.빠른실행ToolStripMenuItem_Click); // @@ -2604,27 +2544,27 @@ this.toolStripMenuItem30}); this.바코드LToolStripMenuItem.Image = global::Project.Properties.Resources.Arrow_Left; this.바코드LToolStripMenuItem.Name = "바코드LToolStripMenuItem"; - this.바코드LToolStripMenuItem.Size = new System.Drawing.Size(204, 46); + this.바코드LToolStripMenuItem.Size = new System.Drawing.Size(154, 22); this.바코드LToolStripMenuItem.Text = "바코드"; this.바코드LToolStripMenuItem.Click += new System.EventHandler(this.button1_Click_1); // // 연결ToolStripMenuItem // this.연결ToolStripMenuItem.Name = "연결ToolStripMenuItem"; - this.연결ToolStripMenuItem.Size = new System.Drawing.Size(156, 46); + this.연결ToolStripMenuItem.Size = new System.Drawing.Size(132, 22); this.연결ToolStripMenuItem.Text = "연결"; this.연결ToolStripMenuItem.Click += new System.EventHandler(this.연결ToolStripMenuItem_Click); // // toolStripMenuItem26 // this.toolStripMenuItem26.Name = "toolStripMenuItem26"; - this.toolStripMenuItem26.Size = new System.Drawing.Size(153, 6); + this.toolStripMenuItem26.Size = new System.Drawing.Size(129, 6); // // toolStripMenuItem21 // this.toolStripMenuItem21.Image = global::Project.Properties.Resources.icons8_green_circle_40; this.toolStripMenuItem21.Name = "toolStripMenuItem21"; - this.toolStripMenuItem21.Size = new System.Drawing.Size(156, 46); + this.toolStripMenuItem21.Size = new System.Drawing.Size(132, 22); this.toolStripMenuItem21.Text = "Trigger On"; this.toolStripMenuItem21.Click += new System.EventHandler(this.toolStripMenuItem21_Click); // @@ -2632,20 +2572,20 @@ // this.toolStripMenuItem24.Image = global::Project.Properties.Resources.icons8_black_circle_40; this.toolStripMenuItem24.Name = "toolStripMenuItem24"; - this.toolStripMenuItem24.Size = new System.Drawing.Size(156, 46); + this.toolStripMenuItem24.Size = new System.Drawing.Size(132, 22); this.toolStripMenuItem24.Text = "Trigger Off"; this.toolStripMenuItem24.Click += new System.EventHandler(this.toolStripMenuItem24_Click); // // toolStripMenuItem6 // this.toolStripMenuItem6.Name = "toolStripMenuItem6"; - this.toolStripMenuItem6.Size = new System.Drawing.Size(153, 6); + this.toolStripMenuItem6.Size = new System.Drawing.Size(129, 6); // // toolStripMenuItem28 // this.toolStripMenuItem28.Image = global::Project.Properties.Resources.icons8_green_circle_40; this.toolStripMenuItem28.Name = "toolStripMenuItem28"; - this.toolStripMenuItem28.Size = new System.Drawing.Size(156, 46); + this.toolStripMenuItem28.Size = new System.Drawing.Size(132, 22); this.toolStripMenuItem28.Text = "Trigger On"; this.toolStripMenuItem28.Click += new System.EventHandler(this.toolStripMenuItem28_Click); // @@ -2653,7 +2593,7 @@ // this.toolStripMenuItem30.Image = global::Project.Properties.Resources.icons8_black_circle_40; this.toolStripMenuItem30.Name = "toolStripMenuItem30"; - this.toolStripMenuItem30.Size = new System.Drawing.Size(156, 46); + this.toolStripMenuItem30.Size = new System.Drawing.Size(132, 22); this.toolStripMenuItem30.Text = "Trigger Off"; this.toolStripMenuItem30.Click += new System.EventHandler(this.toolStripMenuItem30_Click); // @@ -2672,27 +2612,27 @@ this.webManagerToolStripMenuItem}); this.바코드키엔스ToolStripMenuItem.Image = global::Project.Properties.Resources.Barcode; this.바코드키엔스ToolStripMenuItem.Name = "바코드키엔스ToolStripMenuItem"; - this.바코드키엔스ToolStripMenuItem.Size = new System.Drawing.Size(204, 46); + this.바코드키엔스ToolStripMenuItem.Size = new System.Drawing.Size(154, 22); this.바코드키엔스ToolStripMenuItem.Text = "바코드(키엔스)"; // // toolStripMenuItem17 // this.toolStripMenuItem17.Image = global::Project.Properties.Resources.icons8_camera_40; this.toolStripMenuItem17.Name = "toolStripMenuItem17"; - this.toolStripMenuItem17.Size = new System.Drawing.Size(173, 46); + this.toolStripMenuItem17.Size = new System.Drawing.Size(149, 22); this.toolStripMenuItem17.Text = "Get Image"; this.toolStripMenuItem17.Click += new System.EventHandler(this.toolStripMenuItem17_Click); // // toolStripMenuItem18 // this.toolStripMenuItem18.Name = "toolStripMenuItem18"; - this.toolStripMenuItem18.Size = new System.Drawing.Size(170, 6); + this.toolStripMenuItem18.Size = new System.Drawing.Size(146, 6); // // triggerOnToolStripMenuItem1 // this.triggerOnToolStripMenuItem1.Image = global::Project.Properties.Resources.icons8_green_circle_40; this.triggerOnToolStripMenuItem1.Name = "triggerOnToolStripMenuItem1"; - this.triggerOnToolStripMenuItem1.Size = new System.Drawing.Size(173, 46); + this.triggerOnToolStripMenuItem1.Size = new System.Drawing.Size(149, 22); this.triggerOnToolStripMenuItem1.Text = "Trigger On"; this.triggerOnToolStripMenuItem1.Click += new System.EventHandler(this.triggerOnToolStripMenuItem1_Click); // @@ -2700,20 +2640,20 @@ // this.triggerOffToolStripMenuItem1.Image = global::Project.Properties.Resources.icons8_black_circle_40; this.triggerOffToolStripMenuItem1.Name = "triggerOffToolStripMenuItem1"; - this.triggerOffToolStripMenuItem1.Size = new System.Drawing.Size(173, 46); + this.triggerOffToolStripMenuItem1.Size = new System.Drawing.Size(149, 22); this.triggerOffToolStripMenuItem1.Text = "Trigger Off"; this.triggerOffToolStripMenuItem1.Click += new System.EventHandler(this.triggerOffToolStripMenuItem1_Click); // // toolStripMenuItem19 // this.toolStripMenuItem19.Name = "toolStripMenuItem19"; - this.toolStripMenuItem19.Size = new System.Drawing.Size(170, 6); + this.toolStripMenuItem19.Size = new System.Drawing.Size(146, 6); // // connectToolStripMenuItem // this.connectToolStripMenuItem.Image = global::Project.Properties.Resources.Socket; this.connectToolStripMenuItem.Name = "connectToolStripMenuItem"; - this.connectToolStripMenuItem.Size = new System.Drawing.Size(173, 46); + this.connectToolStripMenuItem.Size = new System.Drawing.Size(149, 22); this.connectToolStripMenuItem.Text = "Connect"; this.connectToolStripMenuItem.Click += new System.EventHandler(this.connectToolStripMenuItem_Click); // @@ -2721,20 +2661,20 @@ // this.disConnectToolStripMenuItem.Image = global::Project.Properties.Resources.icons8_unavailable_40; this.disConnectToolStripMenuItem.Name = "disConnectToolStripMenuItem"; - this.disConnectToolStripMenuItem.Size = new System.Drawing.Size(173, 46); + this.disConnectToolStripMenuItem.Size = new System.Drawing.Size(149, 22); this.disConnectToolStripMenuItem.Text = "DisConnect"; this.disConnectToolStripMenuItem.Click += new System.EventHandler(this.disConnectToolStripMenuItem_Click); // // toolStripMenuItem20 // this.toolStripMenuItem20.Name = "toolStripMenuItem20"; - this.toolStripMenuItem20.Size = new System.Drawing.Size(170, 6); + this.toolStripMenuItem20.Size = new System.Drawing.Size(146, 6); // // resetToolStripMenuItem // this.resetToolStripMenuItem.Image = global::Project.Properties.Resources.icons8_delete_40; this.resetToolStripMenuItem.Name = "resetToolStripMenuItem"; - this.resetToolStripMenuItem.Size = new System.Drawing.Size(173, 46); + this.resetToolStripMenuItem.Size = new System.Drawing.Size(149, 22); this.resetToolStripMenuItem.Text = "Reset"; this.resetToolStripMenuItem.Click += new System.EventHandler(this.resetToolStripMenuItem_Click); // @@ -2742,7 +2682,7 @@ // this.webManagerToolStripMenuItem.Image = global::Project.Properties.Resources.icons8_what_40; this.webManagerToolStripMenuItem.Name = "webManagerToolStripMenuItem"; - this.webManagerToolStripMenuItem.Size = new System.Drawing.Size(173, 46); + this.webManagerToolStripMenuItem.Size = new System.Drawing.Size(149, 22); this.webManagerToolStripMenuItem.Text = "Web Manager"; this.webManagerToolStripMenuItem.Click += new System.EventHandler(this.webManagerToolStripMenuItem_Click); // @@ -5060,9 +5000,64 @@ this.listView21.Text = "listView21"; this.listView21.Click += new System.EventHandler(this.listView21_Click); // - // ta + // sTIMEDataGridViewTextBoxColumn // - this.ta.ClearBeforeFill = true; + this.sTIMEDataGridViewTextBoxColumn.DataPropertyName = "STIME"; + dataGridViewCellStyle1.Format = "HH:mm:ss"; + this.sTIMEDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle1; + this.sTIMEDataGridViewTextBoxColumn.HeaderText = "START"; + this.sTIMEDataGridViewTextBoxColumn.Name = "sTIMEDataGridViewTextBoxColumn"; + this.sTIMEDataGridViewTextBoxColumn.ReadOnly = true; + this.sTIMEDataGridViewTextBoxColumn.Width = 74; + // + // sIDDataGridViewTextBoxColumn + // + this.sIDDataGridViewTextBoxColumn.DataPropertyName = "SID"; + dataGridViewCellStyle3.Font = new System.Drawing.Font("맑은 고딕", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); + this.sIDDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle3; + this.sIDDataGridViewTextBoxColumn.HeaderText = "SID"; + this.sIDDataGridViewTextBoxColumn.Name = "sIDDataGridViewTextBoxColumn"; + this.sIDDataGridViewTextBoxColumn.ReadOnly = true; + this.sIDDataGridViewTextBoxColumn.Width = 57; + // + // rIDDataGridViewTextBoxColumn + // + this.rIDDataGridViewTextBoxColumn.DataPropertyName = "RID"; + dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; + dataGridViewCellStyle4.Font = new System.Drawing.Font("맑은 고딕", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); + this.rIDDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle4; + this.rIDDataGridViewTextBoxColumn.HeaderText = "RID"; + this.rIDDataGridViewTextBoxColumn.Name = "rIDDataGridViewTextBoxColumn"; + this.rIDDataGridViewTextBoxColumn.ReadOnly = true; + this.rIDDataGridViewTextBoxColumn.Width = 58; + // + // dvc_loc + // + this.dvc_loc.DataPropertyName = "LOC"; + this.dvc_loc.HeaderText = "LOC"; + this.dvc_loc.Name = "dvc_loc"; + this.dvc_loc.ReadOnly = true; + this.dvc_loc.Visible = false; + this.dvc_loc.Width = 59; + // + // qTYDataGridViewTextBoxColumn + // + this.qTYDataGridViewTextBoxColumn.DataPropertyName = "QTY"; + this.qTYDataGridViewTextBoxColumn.HeaderText = "QTY"; + this.qTYDataGridViewTextBoxColumn.Name = "qTYDataGridViewTextBoxColumn"; + this.qTYDataGridViewTextBoxColumn.ReadOnly = true; + this.qTYDataGridViewTextBoxColumn.Width = 61; + // + // bs + // + this.bs.DataMember = "K4EE_Component_Reel_Result"; + this.bs.DataSource = this.dataSet1; + this.bs.Sort = "STIME desc"; + // + // dataSet1 + // + this.dataSet1.DataSetName = "DataSet1"; + this.dataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; // // FMain // @@ -5087,8 +5082,6 @@ this.panBottom.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.arDatagridView1)).EndInit(); this.contextMenuStrip1.ResumeLayout(false); - ((System.ComponentModel.ISupportInitialize)(this.bs)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit(); this.cmCam.ResumeLayout(false); this.panel37.ResumeLayout(false); this.panel10.ResumeLayout(false); @@ -5116,6 +5109,8 @@ this.panel9.ResumeLayout(false); this.tableLayoutPanel1.ResumeLayout(false); this.panel1.ResumeLayout(false); + ((System.ComponentModel.ISupportInitialize)(this.bs)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); @@ -5188,7 +5183,6 @@ private arCtl.arDatagridView arDatagridView1; private DataSet1 dataSet1; private System.Windows.Forms.BindingSource bs; - private DataSet1TableAdapters.Component_Reel_ResultTableAdapter ta; private System.Windows.Forms.Panel panel10; private System.Windows.Forms.Panel panel37; private System.Windows.Forms.Panel panel15; diff --git a/Handler/Project/fMain.cs b/Handler/Project/fMain.cs index 5ce3bd9..9c73db6 100644 --- a/Handler/Project/fMain.cs +++ b/Handler/Project/fMain.cs @@ -238,7 +238,8 @@ namespace Project { try { - this.ta.FillByLen7(this.dataSet1.Component_Reel_Result, dtstr, dtstr, AR.SETTING.Data.McName); + var ta = new DataSet1TableAdapters.K4EE_Component_Reel_ResultTableAdapter(); + ta.FillByLen7(this.dataSet1.K4EE_Component_Reel_Result, dtstr, dtstr, AR.SETTING.Data.McName); } catch (Exception ex) { @@ -249,7 +250,7 @@ namespace Project var TS1 = VAR.TIME.RUN(eVarTime.REFRESHLIST); - PUB.log.AddI(string.Format($"목록 새로 고침({0}건) {TS1.TotalSeconds:N1}s", dataSet1.Component_Reel_Result.Count)); + PUB.log.AddI(string.Format($"목록 새로 고침({0}건) {TS1.TotalSeconds:N1}s", dataSet1.K4EE_Component_Reel_Result.Count)); ////Summary //listView1.Items.Clear(); @@ -303,7 +304,7 @@ namespace Project foreach (DataGridViewRow item in this.arDatagridView1.Rows) { var drv = item.DataBoundItem as System.Data.DataRowView; - var dr = drv.Row as DataSet1.Component_Reel_ResultRow; + var dr = drv.Row as DataSet1.K4EE_Component_Reel_ResultRow; if (dr.REMARK.StartsWith("(BYPASS")) { @@ -652,7 +653,7 @@ namespace Project { PUB.log.Add("모션 SOFT-LIMIT 설정"); - for (int i = 0; i < PUB.mot.DeviceCount; i++) + for (short i = 0; i < PUB.mot.DeviceCount; i++) { if (PUB.system_mot.UseAxis(i) == false) { @@ -2210,7 +2211,7 @@ namespace Project private void 프로그램열기ToolStripMenuItem_Click(object sender, EventArgs e) { var fn = AR.SETTING.Data.Sidinfofilename; - if (fn.isEmpty()) fn = @"d:\amkor\sidinfo\update.exe"; + if (fn.isEmpty()) fn = UTIL.MakePath("sidinfo","update.exe"); var fi = new System.IO.FileInfo(fn); if (fi.Exists == false) diff --git a/Handler/Project/fMain.resx b/Handler/Project/fMain.resx index 851a96b..3afa86b 100644 --- a/Handler/Project/fMain.resx +++ b/Handler/Project/fMain.resx @@ -452,16 +452,16 @@ iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 - YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAISSURBVGhD7ZPNShtRGIanN6D3EIg7tXeg3flDId3pTkGw - FBQFkaCFlljRKkVdqA2FZMYIkxmFxIjegHoDLdpNXVhL3NoLSE7n4BtmMvMdKGQm+cB54NnNd94ni2gx - MTHPiDcP9dFUtfYnVRUiCl9Xa/epan0Yc+HzNECPh2ftN+bChx4MX8yFDzUWhZgLH2osCjEXEgvXV9ri - TyGlxqKwsact3FygogUaj3XiB0hbxvMYNRaF3k1UtIDnMWosCr2bqGgBz2PUWBR6N1Hx/8ymMyPv0pn7 - mXRGcPKpaWUImWo4xjd02u6QqYY65CQy1VBHnESmGuqIk8hUQx1xEplqqCNOIlON/2BsYlr09vWLZDLZ - VuXm+OTbphYpMtX4DzoR37C3/2VTixSZavwH1MPt1N+DTDX+A+rRdurvQaaaqdm08JpIJDqqvweZQQzz - rEe3KleOwrBPWYq2S9mKbBcZ7z9g7CWyXXJ2+S/xIVMrj8h2ydvlH/THDC1WviPbRS+eHpAfc9Q6MZDt - 4vwH5smPeTqHbJe8WRrUrRPnn85fw6oMINulUDjv+nZ4XM+ZJcFZ2Zi17W5kN5M1rFvnA/kRXwtHv5Ab - ZDdnHu/lTcHcI+QG2crml7ezumDtV30JuUE+7+y+Wt/ZF5xd29ofRG4QIcSL96ub5Q+fNuof174ITsqm - pZWNkmxEbkxMTEzMs0fT/gFwULetz3Mo6AAAAABJRU5ErkJggg== + YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAISSURBVGhD7ZNBSxRhGMenL5DfYWG7qX2D7FaGsN7qViAo + QWIgMZiQjIRWhHpQGwp3xg3GHcXVFf0C6RdQtEsdytiudV7Yp33xv8zszPNCsDO7Dzg/+N3mef+/PayR + kZFxjRj93XhQqNV/FWpEaThSq18Wao37mEueqwF+PDnrPzGXPPxg8mIuebixNMRc8nBjaYi5hJg+PzFe + fCUlN5aGrT1j+uILKjqg9VgvfoCyY0KPcWNpGN5ERQeEHuPG0jC8iYoOCD3GjaVheBMV/8+kaQ1PmNbl + M9MiSV41zd9Dph6J8S2fmtYPZOrhDiWJTD3ckSSRqYc7kiQy9XBHkkSmHu5IksjUEz14+Hic+gcGKZ/P + d1W1+ejJRFuLEpl6oge9iG/ZP3i7rUWJTD3RA+7hbhrtQaae6AH3aDeN9iBTz9ikSWFzuVxPjfYgM47r + Hd5yytWTpuT6ByJF27FqRXaAio8eCPYY2QGf/N2/zIdCrf5BdkDR3zvjPxaoVz1FdoCzdbDJfizR8r6L + 7IDmf+A5+7FMp5AdUPQqQ055v/lPl69brt5BdkCpdHTT3vQbG16FJKsabd/vQ3Y7trv1/ePnHRJtafsb + cuOsbng7a0WPhLuN3DhLdvHlsu2QaD84M8iN82Zl9e7iyjpJdmFpfQi5cYjoxuzrd3uvrMXG3MJ7kqRq + mpl/W1GNyM3IyMjIuPYYxj/jh7eFcuEfNwAAAABJRU5ErkJggg== @@ -1514,9 +1514,6 @@ AADIQQs= - - 698, 17 - 69 diff --git a/Handler/README.md b/Handler/README.md new file mode 100644 index 0000000..9466e9e --- /dev/null +++ b/Handler/README.md @@ -0,0 +1,144 @@ +# ATV Reel Label Attach, Modify & Transfer System + +## 개요 + +ATV(Automatic Test Vehicle) 릴 라벨 부착, 수정 및 전송을 위한 산업 자동화 시스템입니다. 이 시스템은 Windows Forms를 사용하여 C# (.NET Framework 4.8)로 구축되었으며, 모션 컨트롤러, 바코드 리더, 프린터, PLC 등 다양한 하드웨어 구성 요소와 통합됩니다. + +## 주요 기능 + +- **자동 라벨 부착**: 모션 컨트롤러를 통한 정밀한 라벨 부착 +- **바코드 인식**: Keyence 바코드 리더를 통한 QR/바코드 스캔 +- **라벨 인쇄**: SATO 프린터를 통한 고품질 라벨 인쇄 +- **PLC 제어**: 산업용 PLC와의 통신을 통한 장비 제어 +- **데이터 관리**: SQL Server 기반 데이터베이스 관리 +- **상태 모니터링**: 실시간 장비 상태 및 작업 진행 상황 모니터링 + +## 시스템 요구사항 + +- **OS**: Windows 10/11 (x64) +- **Framework**: .NET Framework 4.8 +- **Visual Studio**: 2017 이상 +- **Database**: SQL Server + +### 하드웨어 요구사항 + +- AzinAxt 모션 컨트롤러 및 드라이버 +- Keyence 바코드 리더 SDK +- SATO 프린터 드라이버 +- 산업용 PLC (Crevis) + +## 빌드 및 실행 + +### 빌드 명령어 + +```bash +# Debug 빌드 +msbuild "STDLabelAttach(ATV).sln" /p:Configuration=Debug /p:Platform=x86 + +# Release 빌드 +msbuild "STDLabelAttach(ATV).sln" /p:Configuration=Release /p:Platform=x86 + +# 특정 프로젝트 빌드 +msbuild "Project\STDLabelAttach(ATV).csproj" /p:Configuration=Debug +``` + +### 설정 + +1. `app.config`에서 데이터베이스 연결 문자열 구성 +2. `MotParam/` 폴더의 모션 매개변수 파일 확인 +3. 하드웨어 드라이버 설치 및 구성 + +## 프로젝트 구조 + +### 주요 프로젝트 + +- **Project/**: 메인 애플리케이션 (STDLabelAttach(ATV)) + - Windows Forms 기반 사용자 인터페이스 + - 상태 머신 기반 제어 로직 + - 하드웨어 디바이스 인터페이스 + +- **Project_form2/**: 데이터 처리 수신기 애플리케이션 + - SID(Serial ID) 변환 및 처리 + - 고객 정보 관리 + - 데이터 가져오기/내보내기 + +- **ResultView/**: 결과 조회 애플리케이션 + - 작업 결과 및 히스토리 조회 + +### 공유 라이브러리 (Sub/) + +- **arAzinAxt/**: 모션 컨트롤러 인터페이스 +- **arImageViewer_Emgu/**: 이미지 처리 (EmguCV) +- **CommSM/**: 상태 머신 통신 +- **StdLabelPrint/**: 표준 라벨 인쇄 + +## 아키텍처 + +### 상태 머신 패턴 + +시스템은 포괄적인 상태 머신 패턴을 사용합니다: + +- **Step/**: 주요 작업 단계 (INIT, IDLE, RUN, HOME, FINISH) +- **StateMachine/**: 핵심 상태 머신 로직 및 이벤트 처리 +- **RunSequence/**: 특정 작업 시퀀스 실행 + +### 디바이스 관리 + +- **모션 제어**: AzinAxt 라이브러리를 통한 정밀한 위치 제어 +- **바코드 읽기**: Keyence 스캐너 통합 +- **라벨 인쇄**: SATO 프린터 API 연동 +- **PLC 통신**: 안전 및 I/O 제어 + +### 데이터베이스 + +- **ORM**: Entity Framework 6.2.0 +- **모델**: Model1.edmx +- **매니저**: 다양한 데이터 유형별 데이터베이스 매니저 + +## 개발 가이드 + +### 주요 파일 + +- **fMain.cs**: 메인 폼 및 UI 로직 +- **Pub.cs**: 전역 변수 및 공통 함수 +- **System_Setting.cs**: 시스템 설정 관리 +- **StateMachine.cs**: 상태 머신 핵심 로직 + +### 설정 관리 + +- **시스템 설정**: `Setting/` 클래스 +- **사용자 설정**: `UserSetting.cs` +- **모션 매개변수**: `MotParam/` 폴더 + +### UI 컨트롤 + +- **사용자 정의 컨트롤**: `UIControl/` 폴더 +- **다이얼로그**: `Dialog/` 폴더 +- **리소스**: 이미지 및 아이콘 + +## 테스트 + +- 메인 애플리케이션을 통한 수동 테스트 +- 실제 하드웨어를 사용한 통합 테스트 +- 디버그 다이얼로그를 통한 실시간 모니터링 + +## 주요 종속성 + +- Entity Framework 6.2.0 +- Newtonsoft.Json 13.0.3 +- EmguCV 4.5.1 +- Microsoft OWIN 스택 +- Keyence AutoID SDK +- SATO Printer API + +## 라이선스 + +내부 사용 전용 - 상업적 재배포 금지 + +## 연락처 + +프로젝트 관련 문의사항이 있으시면 시스템 관리자에게 연락해 주세요. + +--- + +*이 문서는 ATV Reel Label Attach, Modify & Transfer System v1.0을 기준으로 작성되었습니다.* \ No newline at end of file diff --git a/Handler/STDLabelAttach(ATV).sln b/Handler/STDLabelAttach(ATV).sln index 4bdb8e1..2bb21b1 100644 --- a/Handler/STDLabelAttach(ATV).sln +++ b/Handler/STDLabelAttach(ATV).sln @@ -11,14 +11,10 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ResultView", "ResultView\Re EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "arFrameControl", "Sub\arFrameControl\arFrameControl.csproj", "{A16C9667-5241-4313-888E-548375F85D29}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UIControl", "CapCleaningControl\UIControl.csproj", "{9264CD2E-7CF8-4237-A69F-DCDA984E0613}" -EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "arImageViewer.Emgu", "Sub\arImageViewer_Emgu\arImageViewer.Emgu.csproj", "{ED0D4179-FC0D-48D5-8BB3-CBF0F03D170C}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StdLabelPrint", "Sub\StdLabelPrint\StdLabelPrint.csproj", "{B18D3B96-2FDF-4ED9-9A49-D9B8CEE4ED6D}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "arAzinAxt", "Sub\arAzinAxt\arAzinAxt.csproj", "{4F457E76-BF83-4B98-8565-AE87D7D16744}" -EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Setting", "Sub\Setting\Setting.csproj", "{48654765-548D-42ED-9238-D65EB3BC99AD}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "arCommSM", "Sub\CommSM\arCommSM.csproj", "{D54444F7-1D85-4D5D-B1D1-10D040141A91}" @@ -28,10 +24,15 @@ EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "솔루션 항목", "솔루션 항목", "{2A3A057F-5D22-31FD-628C-DF5EF75AEF1E}" ProjectSection(SolutionItems) = preProject CLAUDE.md = CLAUDE.md + README.md = README.md EndProjectSection EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MemoryMapCore", "Sub\MemoryMapCore\MemoryMapCore.csproj", "{140AF52A-5986-4413-BF02-8EA55A61891B}" EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "arAjinextek_Union", "Sub\arAjinextek\Library\arAjinextek_Union\arAjinextek_Union.csproj", "{62370293-92AA-4B73-B61F-5C343EEB4DED}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UIControl", "Sub\UIControl\UIControl.csproj", "{9264CD2E-7CF8-4237-A69F-DCDA984E0613}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -82,22 +83,6 @@ Global {A16C9667-5241-4313-888E-548375F85D29}.Release|Mixed Platforms.Build.0 = Release|Any CPU {A16C9667-5241-4313-888E-548375F85D29}.Release|x64.ActiveCfg = Release|Any CPU {A16C9667-5241-4313-888E-548375F85D29}.Release|x86.ActiveCfg = Release|Any CPU - {9264CD2E-7CF8-4237-A69F-DCDA984E0613}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {9264CD2E-7CF8-4237-A69F-DCDA984E0613}.Debug|Any CPU.Build.0 = Debug|Any CPU - {9264CD2E-7CF8-4237-A69F-DCDA984E0613}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU - {9264CD2E-7CF8-4237-A69F-DCDA984E0613}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU - {9264CD2E-7CF8-4237-A69F-DCDA984E0613}.Debug|x64.ActiveCfg = Debug|Any CPU - {9264CD2E-7CF8-4237-A69F-DCDA984E0613}.Debug|x64.Build.0 = Debug|Any CPU - {9264CD2E-7CF8-4237-A69F-DCDA984E0613}.Debug|x86.ActiveCfg = Debug|Any CPU - {9264CD2E-7CF8-4237-A69F-DCDA984E0613}.Debug|x86.Build.0 = Debug|Any CPU - {9264CD2E-7CF8-4237-A69F-DCDA984E0613}.Release|Any CPU.ActiveCfg = Release|Any CPU - {9264CD2E-7CF8-4237-A69F-DCDA984E0613}.Release|Any CPU.Build.0 = Release|Any CPU - {9264CD2E-7CF8-4237-A69F-DCDA984E0613}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU - {9264CD2E-7CF8-4237-A69F-DCDA984E0613}.Release|Mixed Platforms.Build.0 = Release|Any CPU - {9264CD2E-7CF8-4237-A69F-DCDA984E0613}.Release|x64.ActiveCfg = Release|Any CPU - {9264CD2E-7CF8-4237-A69F-DCDA984E0613}.Release|x64.Build.0 = Release|Any CPU - {9264CD2E-7CF8-4237-A69F-DCDA984E0613}.Release|x86.ActiveCfg = Release|Any CPU - {9264CD2E-7CF8-4237-A69F-DCDA984E0613}.Release|x86.Build.0 = Release|Any CPU {ED0D4179-FC0D-48D5-8BB3-CBF0F03D170C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {ED0D4179-FC0D-48D5-8BB3-CBF0F03D170C}.Debug|Any CPU.Build.0 = Debug|Any CPU {ED0D4179-FC0D-48D5-8BB3-CBF0F03D170C}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU @@ -130,22 +115,6 @@ Global {B18D3B96-2FDF-4ED9-9A49-D9B8CEE4ED6D}.Release|x64.Build.0 = Release|Any CPU {B18D3B96-2FDF-4ED9-9A49-D9B8CEE4ED6D}.Release|x86.ActiveCfg = Release|Any CPU {B18D3B96-2FDF-4ED9-9A49-D9B8CEE4ED6D}.Release|x86.Build.0 = Release|Any CPU - {4F457E76-BF83-4B98-8565-AE87D7D16744}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {4F457E76-BF83-4B98-8565-AE87D7D16744}.Debug|Any CPU.Build.0 = Debug|Any CPU - {4F457E76-BF83-4B98-8565-AE87D7D16744}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU - {4F457E76-BF83-4B98-8565-AE87D7D16744}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU - {4F457E76-BF83-4B98-8565-AE87D7D16744}.Debug|x64.ActiveCfg = Debug|Any CPU - {4F457E76-BF83-4B98-8565-AE87D7D16744}.Debug|x64.Build.0 = Debug|Any CPU - {4F457E76-BF83-4B98-8565-AE87D7D16744}.Debug|x86.ActiveCfg = Debug|Any CPU - {4F457E76-BF83-4B98-8565-AE87D7D16744}.Debug|x86.Build.0 = Debug|Any CPU - {4F457E76-BF83-4B98-8565-AE87D7D16744}.Release|Any CPU.ActiveCfg = Release|Any CPU - {4F457E76-BF83-4B98-8565-AE87D7D16744}.Release|Any CPU.Build.0 = Release|Any CPU - {4F457E76-BF83-4B98-8565-AE87D7D16744}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU - {4F457E76-BF83-4B98-8565-AE87D7D16744}.Release|Mixed Platforms.Build.0 = Release|Any CPU - {4F457E76-BF83-4B98-8565-AE87D7D16744}.Release|x64.ActiveCfg = Release|Any CPU - {4F457E76-BF83-4B98-8565-AE87D7D16744}.Release|x64.Build.0 = Release|Any CPU - {4F457E76-BF83-4B98-8565-AE87D7D16744}.Release|x86.ActiveCfg = Release|Any CPU - {4F457E76-BF83-4B98-8565-AE87D7D16744}.Release|x86.Build.0 = Release|Any CPU {48654765-548D-42ED-9238-D65EB3BC99AD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {48654765-548D-42ED-9238-D65EB3BC99AD}.Debug|Any CPU.Build.0 = Debug|Any CPU {48654765-548D-42ED-9238-D65EB3BC99AD}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU @@ -210,20 +179,52 @@ Global {140AF52A-5986-4413-BF02-8EA55A61891B}.Release|x64.Build.0 = Release|Any CPU {140AF52A-5986-4413-BF02-8EA55A61891B}.Release|x86.ActiveCfg = Release|Any CPU {140AF52A-5986-4413-BF02-8EA55A61891B}.Release|x86.Build.0 = Release|Any CPU + {62370293-92AA-4B73-B61F-5C343EEB4DED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {62370293-92AA-4B73-B61F-5C343EEB4DED}.Debug|Any CPU.Build.0 = Debug|Any CPU + {62370293-92AA-4B73-B61F-5C343EEB4DED}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 + {62370293-92AA-4B73-B61F-5C343EEB4DED}.Debug|Mixed Platforms.Build.0 = Debug|x86 + {62370293-92AA-4B73-B61F-5C343EEB4DED}.Debug|x64.ActiveCfg = Debug|Any CPU + {62370293-92AA-4B73-B61F-5C343EEB4DED}.Debug|x64.Build.0 = Debug|Any CPU + {62370293-92AA-4B73-B61F-5C343EEB4DED}.Debug|x86.ActiveCfg = Debug|x86 + {62370293-92AA-4B73-B61F-5C343EEB4DED}.Debug|x86.Build.0 = Debug|x86 + {62370293-92AA-4B73-B61F-5C343EEB4DED}.Release|Any CPU.ActiveCfg = Release|Any CPU + {62370293-92AA-4B73-B61F-5C343EEB4DED}.Release|Any CPU.Build.0 = Release|Any CPU + {62370293-92AA-4B73-B61F-5C343EEB4DED}.Release|Mixed Platforms.ActiveCfg = Release|x86 + {62370293-92AA-4B73-B61F-5C343EEB4DED}.Release|Mixed Platforms.Build.0 = Release|x86 + {62370293-92AA-4B73-B61F-5C343EEB4DED}.Release|x64.ActiveCfg = Release|Any CPU + {62370293-92AA-4B73-B61F-5C343EEB4DED}.Release|x64.Build.0 = Release|Any CPU + {62370293-92AA-4B73-B61F-5C343EEB4DED}.Release|x86.ActiveCfg = Release|x86 + {62370293-92AA-4B73-B61F-5C343EEB4DED}.Release|x86.Build.0 = Release|x86 + {9264CD2E-7CF8-4237-A69F-DCDA984E0613}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {9264CD2E-7CF8-4237-A69F-DCDA984E0613}.Debug|Any CPU.Build.0 = Debug|Any CPU + {9264CD2E-7CF8-4237-A69F-DCDA984E0613}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU + {9264CD2E-7CF8-4237-A69F-DCDA984E0613}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU + {9264CD2E-7CF8-4237-A69F-DCDA984E0613}.Debug|x64.ActiveCfg = Debug|Any CPU + {9264CD2E-7CF8-4237-A69F-DCDA984E0613}.Debug|x64.Build.0 = Debug|Any CPU + {9264CD2E-7CF8-4237-A69F-DCDA984E0613}.Debug|x86.ActiveCfg = Debug|Any CPU + {9264CD2E-7CF8-4237-A69F-DCDA984E0613}.Debug|x86.Build.0 = Debug|Any CPU + {9264CD2E-7CF8-4237-A69F-DCDA984E0613}.Release|Any CPU.ActiveCfg = Release|Any CPU + {9264CD2E-7CF8-4237-A69F-DCDA984E0613}.Release|Any CPU.Build.0 = Release|Any CPU + {9264CD2E-7CF8-4237-A69F-DCDA984E0613}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU + {9264CD2E-7CF8-4237-A69F-DCDA984E0613}.Release|Mixed Platforms.Build.0 = Release|Any CPU + {9264CD2E-7CF8-4237-A69F-DCDA984E0613}.Release|x64.ActiveCfg = Release|Any CPU + {9264CD2E-7CF8-4237-A69F-DCDA984E0613}.Release|x64.Build.0 = Release|Any CPU + {9264CD2E-7CF8-4237-A69F-DCDA984E0613}.Release|x86.ActiveCfg = Release|Any CPU + {9264CD2E-7CF8-4237-A69F-DCDA984E0613}.Release|x86.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection GlobalSection(NestedProjects) = preSolution {A16C9667-5241-4313-888E-548375F85D29} = {C423C39A-44E7-4F09-B2F7-7943975FF948} - {9264CD2E-7CF8-4237-A69F-DCDA984E0613} = {C423C39A-44E7-4F09-B2F7-7943975FF948} {ED0D4179-FC0D-48D5-8BB3-CBF0F03D170C} = {C423C39A-44E7-4F09-B2F7-7943975FF948} {B18D3B96-2FDF-4ED9-9A49-D9B8CEE4ED6D} = {C423C39A-44E7-4F09-B2F7-7943975FF948} - {4F457E76-BF83-4B98-8565-AE87D7D16744} = {C423C39A-44E7-4F09-B2F7-7943975FF948} {48654765-548D-42ED-9238-D65EB3BC99AD} = {C423C39A-44E7-4F09-B2F7-7943975FF948} {D54444F7-1D85-4D5D-B1D1-10D040141A91} = {C423C39A-44E7-4F09-B2F7-7943975FF948} {14E8C9A5-013E-49BA-B435-EFEFC77DD623} = {C423C39A-44E7-4F09-B2F7-7943975FF948} {140AF52A-5986-4413-BF02-8EA55A61891B} = {C423C39A-44E7-4F09-B2F7-7943975FF948} + {62370293-92AA-4B73-B61F-5C343EEB4DED} = {C423C39A-44E7-4F09-B2F7-7943975FF948} + {9264CD2E-7CF8-4237-A69F-DCDA984E0613} = {C423C39A-44E7-4F09-B2F7-7943975FF948} EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution SolutionGuid = {B5B1FD72-356F-4840-83E8-B070AC21C8D9} diff --git a/Handler/Sub/Setting/Common.cs b/Handler/Sub/Setting/Common.cs index 33ff29e..ddb993c 100644 --- a/Handler/Sub/Setting/Common.cs +++ b/Handler/Sub/Setting/Common.cs @@ -15,7 +15,7 @@ namespace AR public string customerlist { get; set; } public UserSetting() { - + } public override void AfterLoad() { @@ -148,7 +148,7 @@ namespace AR public string WMS_REG_USERID { get; set; } #region "Advanced Parameter" - + [Category("Advanced Parameter"), DisplayName("Remote Contoller Port"), Description("디버그 포트 정보(시리얼통신), 입력 예) COM1:9600"), Editor(typeof(MyUITypeEditor), typeof(UITypeEditor))] public string Serial_Remocon { get; set; } @@ -431,8 +431,7 @@ namespace AR #region "Printer" [Category("Printer"), DisplayName("바코드 외곽 박스 그리기"), Editor(typeof(MyUITypeEditor), typeof(UITypeEditor))] public Boolean DrawOutbox { get; set; } - [Category("Printer"), Editor(typeof(MyUITypeEditor), typeof(UITypeEditor))] - public string baseZPLFile { get; set; } + #endregion [Category("Joystick"), Editor(typeof(MyUITypeEditor), typeof(UITypeEditor))] @@ -531,9 +530,7 @@ namespace AR var currentpath = AppDomain.CurrentDomain.BaseDirectory; if (AutoOffRoomLightMin == 0) AutoOffRoomLightMin = 5; - if (baseZPLFile.isEmpty()) - baseZPLFile = "zpl7.txt"; - + if (RetryPickOnAngle == 0) RetryPickOnAngle = 79; if (Barcode_Baud == 0) Barcode_Baud = 9600; diff --git a/Handler/CapCleaningControl/CIcon.cs b/Handler/Sub/UIControl/CIcon.cs similarity index 100% rename from Handler/CapCleaningControl/CIcon.cs rename to Handler/Sub/UIControl/CIcon.cs diff --git a/Handler/CapCleaningControl/CItem.cs b/Handler/Sub/UIControl/CItem.cs similarity index 100% rename from Handler/CapCleaningControl/CItem.cs rename to Handler/Sub/UIControl/CItem.cs diff --git a/Handler/CapCleaningControl/CMenu.cs b/Handler/Sub/UIControl/CMenu.cs similarity index 100% rename from Handler/CapCleaningControl/CMenu.cs rename to Handler/Sub/UIControl/CMenu.cs diff --git a/Handler/CapCleaningControl/CPicker.cs b/Handler/Sub/UIControl/CPicker.cs similarity index 100% rename from Handler/CapCleaningControl/CPicker.cs rename to Handler/Sub/UIControl/CPicker.cs diff --git a/Handler/CapCleaningControl/CPort.cs b/Handler/Sub/UIControl/CPort.cs similarity index 100% rename from Handler/CapCleaningControl/CPort.cs rename to Handler/Sub/UIControl/CPort.cs diff --git a/Handler/CapCleaningControl/Common.cs b/Handler/Sub/UIControl/Common.cs similarity index 100% rename from Handler/CapCleaningControl/Common.cs rename to Handler/Sub/UIControl/Common.cs diff --git a/Handler/CapCleaningControl/EnumStruct.cs b/Handler/Sub/UIControl/EnumStruct.cs similarity index 100% rename from Handler/CapCleaningControl/EnumStruct.cs rename to Handler/Sub/UIControl/EnumStruct.cs diff --git a/Handler/CapCleaningControl/Events.cs b/Handler/Sub/UIControl/Events.cs similarity index 100% rename from Handler/CapCleaningControl/Events.cs rename to Handler/Sub/UIControl/Events.cs diff --git a/Handler/CapCleaningControl/HMI.cs b/Handler/Sub/UIControl/HMI.cs similarity index 100% rename from Handler/CapCleaningControl/HMI.cs rename to Handler/Sub/UIControl/HMI.cs diff --git a/Handler/CapCleaningControl/Loader/Draw_PickerPrinter.cs b/Handler/Sub/UIControl/Loader/Draw_PickerPrinter.cs similarity index 100% rename from Handler/CapCleaningControl/Loader/Draw_PickerPrinter.cs rename to Handler/Sub/UIControl/Loader/Draw_PickerPrinter.cs diff --git a/Handler/CapCleaningControl/Loader/Draw_PickerY.cs b/Handler/Sub/UIControl/Loader/Draw_PickerY.cs similarity index 100% rename from Handler/CapCleaningControl/Loader/Draw_PickerY.cs rename to Handler/Sub/UIControl/Loader/Draw_PickerY.cs diff --git a/Handler/CapCleaningControl/PrintDirection.Designer.cs b/Handler/Sub/UIControl/PrintDirection.Designer.cs similarity index 100% rename from Handler/CapCleaningControl/PrintDirection.Designer.cs rename to Handler/Sub/UIControl/PrintDirection.Designer.cs diff --git a/Handler/CapCleaningControl/PrintDirection.cs b/Handler/Sub/UIControl/PrintDirection.cs similarity index 100% rename from Handler/CapCleaningControl/PrintDirection.cs rename to Handler/Sub/UIControl/PrintDirection.cs diff --git a/Handler/CapCleaningControl/Properties/AssemblyInfo.cs b/Handler/Sub/UIControl/Properties/AssemblyInfo.cs similarity index 100% rename from Handler/CapCleaningControl/Properties/AssemblyInfo.cs rename to Handler/Sub/UIControl/Properties/AssemblyInfo.cs diff --git a/Handler/CapCleaningControl/Properties/Resources.Designer.cs b/Handler/Sub/UIControl/Properties/Resources.Designer.cs similarity index 100% rename from Handler/CapCleaningControl/Properties/Resources.Designer.cs rename to Handler/Sub/UIControl/Properties/Resources.Designer.cs diff --git a/Handler/CapCleaningControl/Properties/Resources.resx b/Handler/Sub/UIControl/Properties/Resources.resx similarity index 100% rename from Handler/CapCleaningControl/Properties/Resources.resx rename to Handler/Sub/UIControl/Properties/Resources.resx diff --git a/Handler/CapCleaningControl/Resources/air.png b/Handler/Sub/UIControl/Resources/air.png similarity index 100% rename from Handler/CapCleaningControl/Resources/air.png rename to Handler/Sub/UIControl/Resources/air.png diff --git a/Handler/CapCleaningControl/Resources/bcd.png b/Handler/Sub/UIControl/Resources/bcd.png similarity index 100% rename from Handler/CapCleaningControl/Resources/bcd.png rename to Handler/Sub/UIControl/Resources/bcd.png diff --git a/Handler/CapCleaningControl/Resources/bg_blue.png b/Handler/Sub/UIControl/Resources/bg_blue.png similarity index 100% rename from Handler/CapCleaningControl/Resources/bg_blue.png rename to Handler/Sub/UIControl/Resources/bg_blue.png diff --git a/Handler/CapCleaningControl/Resources/bg_red.png b/Handler/Sub/UIControl/Resources/bg_red.png similarity index 100% rename from Handler/CapCleaningControl/Resources/bg_red.png rename to Handler/Sub/UIControl/Resources/bg_red.png diff --git a/Handler/CapCleaningControl/Resources/emg.png b/Handler/Sub/UIControl/Resources/emg.png similarity index 100% rename from Handler/CapCleaningControl/Resources/emg.png rename to Handler/Sub/UIControl/Resources/emg.png diff --git a/Handler/CapCleaningControl/Resources/erase.png b/Handler/Sub/UIControl/Resources/erase.png similarity index 100% rename from Handler/CapCleaningControl/Resources/erase.png rename to Handler/Sub/UIControl/Resources/erase.png diff --git a/Handler/CapCleaningControl/Resources/icons8-assembly-machine-40.png b/Handler/Sub/UIControl/Resources/icons8-assembly-machine-40.png similarity index 100% rename from Handler/CapCleaningControl/Resources/icons8-assembly-machine-40.png rename to Handler/Sub/UIControl/Resources/icons8-assembly-machine-40.png diff --git a/Handler/CapCleaningControl/Resources/icons8-automatic-gearbox-warning-80.png b/Handler/Sub/UIControl/Resources/icons8-automatic-gearbox-warning-80.png similarity index 100% rename from Handler/CapCleaningControl/Resources/icons8-automatic-gearbox-warning-80.png rename to Handler/Sub/UIControl/Resources/icons8-automatic-gearbox-warning-80.png diff --git a/Handler/CapCleaningControl/Resources/icons8-barcode-reader-40.png b/Handler/Sub/UIControl/Resources/icons8-barcode-reader-40.png similarity index 100% rename from Handler/CapCleaningControl/Resources/icons8-barcode-reader-40.png rename to Handler/Sub/UIControl/Resources/icons8-barcode-reader-40.png diff --git a/Handler/CapCleaningControl/Resources/icons8-bug-40.png b/Handler/Sub/UIControl/Resources/icons8-bug-40.png similarity index 100% rename from Handler/CapCleaningControl/Resources/icons8-bug-40.png rename to Handler/Sub/UIControl/Resources/icons8-bug-40.png diff --git a/Handler/CapCleaningControl/Resources/icons8-bug-80.png b/Handler/Sub/UIControl/Resources/icons8-bug-80.png similarity index 100% rename from Handler/CapCleaningControl/Resources/icons8-bug-80.png rename to Handler/Sub/UIControl/Resources/icons8-bug-80.png diff --git a/Handler/CapCleaningControl/Resources/icons8-code-30.png b/Handler/Sub/UIControl/Resources/icons8-code-30.png similarity index 100% rename from Handler/CapCleaningControl/Resources/icons8-code-30.png rename to Handler/Sub/UIControl/Resources/icons8-code-30.png diff --git a/Handler/CapCleaningControl/Resources/icons8-deployment-40.png b/Handler/Sub/UIControl/Resources/icons8-deployment-40.png similarity index 100% rename from Handler/CapCleaningControl/Resources/icons8-deployment-40.png rename to Handler/Sub/UIControl/Resources/icons8-deployment-40.png diff --git a/Handler/CapCleaningControl/Resources/icons8-emergency-stop-button-40.png b/Handler/Sub/UIControl/Resources/icons8-emergency-stop-button-40.png similarity index 100% rename from Handler/CapCleaningControl/Resources/icons8-emergency-stop-button-40.png rename to Handler/Sub/UIControl/Resources/icons8-emergency-stop-button-40.png diff --git a/Handler/CapCleaningControl/Resources/icons8-erase-30.png b/Handler/Sub/UIControl/Resources/icons8-erase-30.png similarity index 100% rename from Handler/CapCleaningControl/Resources/icons8-erase-30.png rename to Handler/Sub/UIControl/Resources/icons8-erase-30.png diff --git a/Handler/CapCleaningControl/Resources/icons8-hazard-warning-flasher-80.png b/Handler/Sub/UIControl/Resources/icons8-hazard-warning-flasher-80.png similarity index 100% rename from Handler/CapCleaningControl/Resources/icons8-hazard-warning-flasher-80.png rename to Handler/Sub/UIControl/Resources/icons8-hazard-warning-flasher-80.png diff --git a/Handler/CapCleaningControl/Resources/icons8-help-80.png b/Handler/Sub/UIControl/Resources/icons8-help-80.png similarity index 100% rename from Handler/CapCleaningControl/Resources/icons8-help-80.png rename to Handler/Sub/UIControl/Resources/icons8-help-80.png diff --git a/Handler/CapCleaningControl/Resources/icons8-high-priority-40.png b/Handler/Sub/UIControl/Resources/icons8-high-priority-40.png similarity index 100% rename from Handler/CapCleaningControl/Resources/icons8-high-priority-40.png rename to Handler/Sub/UIControl/Resources/icons8-high-priority-40.png diff --git a/Handler/CapCleaningControl/Resources/icons8-info-80.png b/Handler/Sub/UIControl/Resources/icons8-info-80.png similarity index 100% rename from Handler/CapCleaningControl/Resources/icons8-info-80.png rename to Handler/Sub/UIControl/Resources/icons8-info-80.png diff --git a/Handler/CapCleaningControl/Resources/icons8-pause-button-30.png b/Handler/Sub/UIControl/Resources/icons8-pause-button-30.png similarity index 100% rename from Handler/CapCleaningControl/Resources/icons8-pause-button-30.png rename to Handler/Sub/UIControl/Resources/icons8-pause-button-30.png diff --git a/Handler/CapCleaningControl/Resources/icons8-rounded-square-80.png b/Handler/Sub/UIControl/Resources/icons8-rounded-square-80.png similarity index 100% rename from Handler/CapCleaningControl/Resources/icons8-rounded-square-80.png rename to Handler/Sub/UIControl/Resources/icons8-rounded-square-80.png diff --git a/Handler/CapCleaningControl/Resources/icons8-rounded-square-80_blue.png b/Handler/Sub/UIControl/Resources/icons8-rounded-square-80_blue.png similarity index 100% rename from Handler/CapCleaningControl/Resources/icons8-rounded-square-80_blue.png rename to Handler/Sub/UIControl/Resources/icons8-rounded-square-80_blue.png diff --git a/Handler/CapCleaningControl/Resources/icons8-rounded-square-80_red.png b/Handler/Sub/UIControl/Resources/icons8-rounded-square-80_red.png similarity index 100% rename from Handler/CapCleaningControl/Resources/icons8-rounded-square-80_red.png rename to Handler/Sub/UIControl/Resources/icons8-rounded-square-80_red.png diff --git a/Handler/CapCleaningControl/Resources/icons8-settings-30.png b/Handler/Sub/UIControl/Resources/icons8-settings-30.png similarity index 100% rename from Handler/CapCleaningControl/Resources/icons8-settings-30.png rename to Handler/Sub/UIControl/Resources/icons8-settings-30.png diff --git a/Handler/CapCleaningControl/Resources/icons8-start-30.png b/Handler/Sub/UIControl/Resources/icons8-start-30.png similarity index 100% rename from Handler/CapCleaningControl/Resources/icons8-start-30.png rename to Handler/Sub/UIControl/Resources/icons8-start-30.png diff --git a/Handler/CapCleaningControl/Resources/icons8_pause_button_30.png b/Handler/Sub/UIControl/Resources/icons8_pause_button_30.png similarity index 100% rename from Handler/CapCleaningControl/Resources/icons8_pause_button_30.png rename to Handler/Sub/UIControl/Resources/icons8_pause_button_30.png diff --git a/Handler/CapCleaningControl/Resources/mot.png b/Handler/Sub/UIControl/Resources/mot.png similarity index 100% rename from Handler/CapCleaningControl/Resources/mot.png rename to Handler/Sub/UIControl/Resources/mot.png diff --git a/Handler/CapCleaningControl/Resources/plc.png b/Handler/Sub/UIControl/Resources/plc.png similarity index 100% rename from Handler/CapCleaningControl/Resources/plc.png rename to Handler/Sub/UIControl/Resources/plc.png diff --git a/Handler/CapCleaningControl/Resources/reel_big.png b/Handler/Sub/UIControl/Resources/reel_big.png similarity index 100% rename from Handler/CapCleaningControl/Resources/reel_big.png rename to Handler/Sub/UIControl/Resources/reel_big.png diff --git a/Handler/CapCleaningControl/Resources/reel_small.png b/Handler/Sub/UIControl/Resources/reel_small.png similarity index 100% rename from Handler/CapCleaningControl/Resources/reel_small.png rename to Handler/Sub/UIControl/Resources/reel_small.png diff --git a/Handler/CapCleaningControl/Resources/safty.png b/Handler/Sub/UIControl/Resources/safty.png similarity index 100% rename from Handler/CapCleaningControl/Resources/safty.png rename to Handler/Sub/UIControl/Resources/safty.png diff --git a/Handler/CapCleaningControl/UIControl.csproj b/Handler/Sub/UIControl/UIControl.csproj similarity index 95% rename from Handler/CapCleaningControl/UIControl.csproj rename to Handler/Sub/UIControl/UIControl.csproj index 621cc95..ed7d204 100644 --- a/Handler/CapCleaningControl/UIControl.csproj +++ b/Handler/Sub/UIControl/UIControl.csproj @@ -197,15 +197,15 @@ - - {4f457e76-bf83-4b98-8565-ae87d7d16744} - arAzinAxt + + {62370293-92aa-4b73-b61f-5c343eeb4ded} + arAjinextek_Union - + {14e8c9a5-013e-49ba-b435-efefc77dd623} CommData - + {48654765-548d-42ed-9238-d65eb3bc99ad} Setting diff --git a/Handler/CapCleaningControl/Utility.cs b/Handler/Sub/UIControl/Utility.cs similarity index 100% rename from Handler/CapCleaningControl/Utility.cs rename to Handler/Sub/UIControl/Utility.cs diff --git a/Handler/CapCleaningControl/fTestControl.Designer.cs b/Handler/Sub/UIControl/fTestControl.Designer.cs similarity index 100% rename from Handler/CapCleaningControl/fTestControl.Designer.cs rename to Handler/Sub/UIControl/fTestControl.Designer.cs diff --git a/Handler/CapCleaningControl/fTestControl.cs b/Handler/Sub/UIControl/fTestControl.cs similarity index 100% rename from Handler/CapCleaningControl/fTestControl.cs rename to Handler/Sub/UIControl/fTestControl.cs diff --git a/Handler/CapCleaningControl/fTestControl.resx b/Handler/Sub/UIControl/fTestControl.resx similarity index 100% rename from Handler/CapCleaningControl/fTestControl.resx rename to Handler/Sub/UIControl/fTestControl.resx diff --git a/Handler/Sub/arAjinextek b/Handler/Sub/arAjinextek new file mode 160000 index 0000000..fb8cfe4 --- /dev/null +++ b/Handler/Sub/arAjinextek @@ -0,0 +1 @@ +Subproject commit fb8cfe47eb221b865811e16d6f948792ce16afc9 diff --git a/Handler/Sub/arAzinAxt b/Handler/Sub/arAzinAxt deleted file mode 160000 index 34b3996..0000000 --- a/Handler/Sub/arAzinAxt +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 34b39967594cc4b858f4c9dc6965392ed721f5a7 diff --git a/SID Information/App.config b/SID Information/App.config index ed7b52b..2d6f3b1 100644 --- a/SID Information/App.config +++ b/SID Information/App.config @@ -9,7 +9,7 @@ - diff --git a/SID Information/DataSet1.Designer.cs b/SID Information/DataSet1.Designer.cs index 8cab75f..048ec6f 100644 --- a/SID Information/DataSet1.Designer.cs +++ b/SID Information/DataSet1.Designer.cs @@ -24,11 +24,11 @@ namespace SIDConvInfoEditorII { [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.DataSet")] public partial class DataSet1 : global::System.Data.DataSet { - private Component_Reel_SID_InformationDataTable tableComponent_Reel_SID_Information; + private K4EE_Component_Reel_SID_InformationDataTable tableK4EE_Component_Reel_SID_Information; - private Component_Reel_SID_ConvertDataTable tableComponent_Reel_SID_Convert; + private K4EE_Component_Reel_SID_ConvertDataTable tableK4EE_Component_Reel_SID_Convert; - private Component_Reel_Print_InformationDataTable tableComponent_Reel_Print_Information; + private K4EE_Component_Reel_Print_InformationDataTable tableK4EE_Component_Reel_Print_Information; private global::System.Data.SchemaSerializationMode _schemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema; @@ -58,14 +58,14 @@ namespace SIDConvInfoEditorII { if ((this.DetermineSchemaSerializationMode(info, context) == global::System.Data.SchemaSerializationMode.IncludeSchema)) { global::System.Data.DataSet ds = new global::System.Data.DataSet(); ds.ReadXmlSchema(new global::System.Xml.XmlTextReader(new global::System.IO.StringReader(strSchema))); - if ((ds.Tables["Component_Reel_SID_Information"] != null)) { - base.Tables.Add(new Component_Reel_SID_InformationDataTable(ds.Tables["Component_Reel_SID_Information"])); + if ((ds.Tables["K4EE_Component_Reel_SID_Information"] != null)) { + base.Tables.Add(new K4EE_Component_Reel_SID_InformationDataTable(ds.Tables["K4EE_Component_Reel_SID_Information"])); } - if ((ds.Tables["Component_Reel_SID_Convert"] != null)) { - base.Tables.Add(new Component_Reel_SID_ConvertDataTable(ds.Tables["Component_Reel_SID_Convert"])); + if ((ds.Tables["K4EE_Component_Reel_SID_Convert"] != null)) { + base.Tables.Add(new K4EE_Component_Reel_SID_ConvertDataTable(ds.Tables["K4EE_Component_Reel_SID_Convert"])); } - if ((ds.Tables["Component_Reel_Print_Information"] != null)) { - base.Tables.Add(new Component_Reel_Print_InformationDataTable(ds.Tables["Component_Reel_Print_Information"])); + if ((ds.Tables["K4EE_Component_Reel_Print_Information"] != null)) { + base.Tables.Add(new K4EE_Component_Reel_Print_InformationDataTable(ds.Tables["K4EE_Component_Reel_Print_Information"])); } this.DataSetName = ds.DataSetName; this.Prefix = ds.Prefix; @@ -89,9 +89,9 @@ namespace SIDConvInfoEditorII { [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] [global::System.ComponentModel.Browsable(false)] [global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)] - public Component_Reel_SID_InformationDataTable Component_Reel_SID_Information { + public K4EE_Component_Reel_SID_InformationDataTable K4EE_Component_Reel_SID_Information { get { - return this.tableComponent_Reel_SID_Information; + return this.tableK4EE_Component_Reel_SID_Information; } } @@ -99,9 +99,9 @@ namespace SIDConvInfoEditorII { [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] [global::System.ComponentModel.Browsable(false)] [global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)] - public Component_Reel_SID_ConvertDataTable Component_Reel_SID_Convert { + public K4EE_Component_Reel_SID_ConvertDataTable K4EE_Component_Reel_SID_Convert { get { - return this.tableComponent_Reel_SID_Convert; + return this.tableK4EE_Component_Reel_SID_Convert; } } @@ -109,9 +109,9 @@ namespace SIDConvInfoEditorII { [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] [global::System.ComponentModel.Browsable(false)] [global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)] - public Component_Reel_Print_InformationDataTable Component_Reel_Print_Information { + public K4EE_Component_Reel_Print_InformationDataTable K4EE_Component_Reel_Print_Information { get { - return this.tableComponent_Reel_Print_Information; + return this.tableK4EE_Component_Reel_Print_Information; } } @@ -182,14 +182,14 @@ namespace SIDConvInfoEditorII { this.Reset(); global::System.Data.DataSet ds = new global::System.Data.DataSet(); ds.ReadXml(reader); - if ((ds.Tables["Component_Reel_SID_Information"] != null)) { - base.Tables.Add(new Component_Reel_SID_InformationDataTable(ds.Tables["Component_Reel_SID_Information"])); + if ((ds.Tables["K4EE_Component_Reel_SID_Information"] != null)) { + base.Tables.Add(new K4EE_Component_Reel_SID_InformationDataTable(ds.Tables["K4EE_Component_Reel_SID_Information"])); } - if ((ds.Tables["Component_Reel_SID_Convert"] != null)) { - base.Tables.Add(new Component_Reel_SID_ConvertDataTable(ds.Tables["Component_Reel_SID_Convert"])); + if ((ds.Tables["K4EE_Component_Reel_SID_Convert"] != null)) { + base.Tables.Add(new K4EE_Component_Reel_SID_ConvertDataTable(ds.Tables["K4EE_Component_Reel_SID_Convert"])); } - if ((ds.Tables["Component_Reel_Print_Information"] != null)) { - base.Tables.Add(new Component_Reel_Print_InformationDataTable(ds.Tables["Component_Reel_Print_Information"])); + if ((ds.Tables["K4EE_Component_Reel_Print_Information"] != null)) { + base.Tables.Add(new K4EE_Component_Reel_Print_InformationDataTable(ds.Tables["K4EE_Component_Reel_Print_Information"])); } this.DataSetName = ds.DataSetName; this.Prefix = ds.Prefix; @@ -224,22 +224,22 @@ namespace SIDConvInfoEditorII { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] internal void InitVars(bool initTable) { - this.tableComponent_Reel_SID_Information = ((Component_Reel_SID_InformationDataTable)(base.Tables["Component_Reel_SID_Information"])); + this.tableK4EE_Component_Reel_SID_Information = ((K4EE_Component_Reel_SID_InformationDataTable)(base.Tables["K4EE_Component_Reel_SID_Information"])); if ((initTable == true)) { - if ((this.tableComponent_Reel_SID_Information != null)) { - this.tableComponent_Reel_SID_Information.InitVars(); + if ((this.tableK4EE_Component_Reel_SID_Information != null)) { + this.tableK4EE_Component_Reel_SID_Information.InitVars(); } } - this.tableComponent_Reel_SID_Convert = ((Component_Reel_SID_ConvertDataTable)(base.Tables["Component_Reel_SID_Convert"])); + this.tableK4EE_Component_Reel_SID_Convert = ((K4EE_Component_Reel_SID_ConvertDataTable)(base.Tables["K4EE_Component_Reel_SID_Convert"])); if ((initTable == true)) { - if ((this.tableComponent_Reel_SID_Convert != null)) { - this.tableComponent_Reel_SID_Convert.InitVars(); + if ((this.tableK4EE_Component_Reel_SID_Convert != null)) { + this.tableK4EE_Component_Reel_SID_Convert.InitVars(); } } - this.tableComponent_Reel_Print_Information = ((Component_Reel_Print_InformationDataTable)(base.Tables["Component_Reel_Print_Information"])); + this.tableK4EE_Component_Reel_Print_Information = ((K4EE_Component_Reel_Print_InformationDataTable)(base.Tables["K4EE_Component_Reel_Print_Information"])); if ((initTable == true)) { - if ((this.tableComponent_Reel_Print_Information != null)) { - this.tableComponent_Reel_Print_Information.InitVars(); + if ((this.tableK4EE_Component_Reel_Print_Information != null)) { + this.tableK4EE_Component_Reel_Print_Information.InitVars(); } } } @@ -252,29 +252,29 @@ namespace SIDConvInfoEditorII { this.Namespace = "http://tempuri.org/DataSet1.xsd"; this.EnforceConstraints = true; this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema; - this.tableComponent_Reel_SID_Information = new Component_Reel_SID_InformationDataTable(); - base.Tables.Add(this.tableComponent_Reel_SID_Information); - this.tableComponent_Reel_SID_Convert = new Component_Reel_SID_ConvertDataTable(); - base.Tables.Add(this.tableComponent_Reel_SID_Convert); - this.tableComponent_Reel_Print_Information = new Component_Reel_Print_InformationDataTable(); - base.Tables.Add(this.tableComponent_Reel_Print_Information); + this.tableK4EE_Component_Reel_SID_Information = new K4EE_Component_Reel_SID_InformationDataTable(); + base.Tables.Add(this.tableK4EE_Component_Reel_SID_Information); + this.tableK4EE_Component_Reel_SID_Convert = new K4EE_Component_Reel_SID_ConvertDataTable(); + base.Tables.Add(this.tableK4EE_Component_Reel_SID_Convert); + this.tableK4EE_Component_Reel_Print_Information = new K4EE_Component_Reel_Print_InformationDataTable(); + base.Tables.Add(this.tableK4EE_Component_Reel_Print_Information); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - private bool ShouldSerializeComponent_Reel_SID_Information() { + private bool ShouldSerializeK4EE_Component_Reel_SID_Information() { return false; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - private bool ShouldSerializeComponent_Reel_SID_Convert() { + private bool ShouldSerializeK4EE_Component_Reel_SID_Convert() { return false; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - private bool ShouldSerializeComponent_Reel_Print_Information() { + private bool ShouldSerializeK4EE_Component_Reel_Print_Information() { return false; } @@ -334,20 +334,20 @@ namespace SIDConvInfoEditorII { } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public delegate void Component_Reel_SID_InformationRowChangeEventHandler(object sender, Component_Reel_SID_InformationRowChangeEvent e); + public delegate void K4EE_Component_Reel_SID_InformationRowChangeEventHandler(object sender, K4EE_Component_Reel_SID_InformationRowChangeEvent e); [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public delegate void Component_Reel_SID_ConvertRowChangeEventHandler(object sender, Component_Reel_SID_ConvertRowChangeEvent e); + public delegate void K4EE_Component_Reel_SID_ConvertRowChangeEventHandler(object sender, K4EE_Component_Reel_SID_ConvertRowChangeEvent e); [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public delegate void Component_Reel_Print_InformationRowChangeEventHandler(object sender, Component_Reel_Print_InformationRowChangeEvent e); + public delegate void K4EE_Component_Reel_Print_InformationRowChangeEventHandler(object sender, K4EE_Component_Reel_Print_InformationRowChangeEvent e); /// ///Represents the strongly named DataTable class. /// [global::System.Serializable()] [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")] - public partial class Component_Reel_SID_InformationDataTable : global::System.Data.TypedTableBase { + public partial class K4EE_Component_Reel_SID_InformationDataTable : global::System.Data.TypedTableBase { private global::System.Data.DataColumn columnidx; @@ -379,8 +379,8 @@ namespace SIDConvInfoEditorII { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public Component_Reel_SID_InformationDataTable() { - this.TableName = "Component_Reel_SID_Information"; + public K4EE_Component_Reel_SID_InformationDataTable() { + this.TableName = "K4EE_Component_Reel_SID_Information"; this.BeginInit(); this.InitClass(); this.EndInit(); @@ -388,7 +388,7 @@ namespace SIDConvInfoEditorII { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - internal Component_Reel_SID_InformationDataTable(global::System.Data.DataTable table) { + internal K4EE_Component_Reel_SID_InformationDataTable(global::System.Data.DataTable table) { this.TableName = table.TableName; if ((table.CaseSensitive != table.DataSet.CaseSensitive)) { this.CaseSensitive = table.CaseSensitive; @@ -405,7 +405,7 @@ namespace SIDConvInfoEditorII { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - protected Component_Reel_SID_InformationDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) : + protected K4EE_Component_Reel_SID_InformationDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) : base(info, context) { this.InitVars(); } @@ -533,34 +533,34 @@ namespace SIDConvInfoEditorII { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public Component_Reel_SID_InformationRow this[int index] { + public K4EE_Component_Reel_SID_InformationRow this[int index] { get { - return ((Component_Reel_SID_InformationRow)(this.Rows[index])); + return ((K4EE_Component_Reel_SID_InformationRow)(this.Rows[index])); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public event Component_Reel_SID_InformationRowChangeEventHandler Component_Reel_SID_InformationRowChanging; + public event K4EE_Component_Reel_SID_InformationRowChangeEventHandler K4EE_Component_Reel_SID_InformationRowChanging; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public event Component_Reel_SID_InformationRowChangeEventHandler Component_Reel_SID_InformationRowChanged; + public event K4EE_Component_Reel_SID_InformationRowChangeEventHandler K4EE_Component_Reel_SID_InformationRowChanged; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public event Component_Reel_SID_InformationRowChangeEventHandler Component_Reel_SID_InformationRowDeleting; + public event K4EE_Component_Reel_SID_InformationRowChangeEventHandler K4EE_Component_Reel_SID_InformationRowDeleting; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public event Component_Reel_SID_InformationRowChangeEventHandler Component_Reel_SID_InformationRowDeleted; + public event K4EE_Component_Reel_SID_InformationRowChangeEventHandler K4EE_Component_Reel_SID_InformationRowDeleted; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public void AddComponent_Reel_SID_InformationRow(Component_Reel_SID_InformationRow row) { + public void AddK4EE_Component_Reel_SID_InformationRow(K4EE_Component_Reel_SID_InformationRow row) { this.Rows.Add(row); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public Component_Reel_SID_InformationRow AddComponent_Reel_SID_InformationRow(string MC, string SID, string CustCode, string PartNo, string CustName, string VenderName, string Remark, string MFG, System.DateTime wdate, int qtymax, string batch, string VenderLot, string attach) { - Component_Reel_SID_InformationRow rowComponent_Reel_SID_InformationRow = ((Component_Reel_SID_InformationRow)(this.NewRow())); + public K4EE_Component_Reel_SID_InformationRow AddK4EE_Component_Reel_SID_InformationRow(string MC, string SID, string CustCode, string PartNo, string CustName, string VenderName, string Remark, string MFG, System.DateTime wdate, int qtymax, string batch, string VenderLot, string attach) { + K4EE_Component_Reel_SID_InformationRow rowK4EE_Component_Reel_SID_InformationRow = ((K4EE_Component_Reel_SID_InformationRow)(this.NewRow())); object[] columnValuesArray = new object[] { null, MC, @@ -576,22 +576,22 @@ namespace SIDConvInfoEditorII { batch, VenderLot, attach}; - rowComponent_Reel_SID_InformationRow.ItemArray = columnValuesArray; - this.Rows.Add(rowComponent_Reel_SID_InformationRow); - return rowComponent_Reel_SID_InformationRow; + rowK4EE_Component_Reel_SID_InformationRow.ItemArray = columnValuesArray; + this.Rows.Add(rowK4EE_Component_Reel_SID_InformationRow); + return rowK4EE_Component_Reel_SID_InformationRow; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public Component_Reel_SID_InformationRow FindByidx(int idx) { - return ((Component_Reel_SID_InformationRow)(this.Rows.Find(new object[] { + public K4EE_Component_Reel_SID_InformationRow FindByidx(int idx) { + return ((K4EE_Component_Reel_SID_InformationRow)(this.Rows.Find(new object[] { idx}))); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public override global::System.Data.DataTable Clone() { - Component_Reel_SID_InformationDataTable cln = ((Component_Reel_SID_InformationDataTable)(base.Clone())); + K4EE_Component_Reel_SID_InformationDataTable cln = ((K4EE_Component_Reel_SID_InformationDataTable)(base.Clone())); cln.InitVars(); return cln; } @@ -599,7 +599,7 @@ namespace SIDConvInfoEditorII { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] protected override global::System.Data.DataTable CreateInstance() { - return new Component_Reel_SID_InformationDataTable(); + return new K4EE_Component_Reel_SID_InformationDataTable(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] @@ -678,28 +678,28 @@ namespace SIDConvInfoEditorII { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public Component_Reel_SID_InformationRow NewComponent_Reel_SID_InformationRow() { - return ((Component_Reel_SID_InformationRow)(this.NewRow())); + public K4EE_Component_Reel_SID_InformationRow NewK4EE_Component_Reel_SID_InformationRow() { + return ((K4EE_Component_Reel_SID_InformationRow)(this.NewRow())); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) { - return new Component_Reel_SID_InformationRow(builder); + return new K4EE_Component_Reel_SID_InformationRow(builder); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] protected override global::System.Type GetRowType() { - return typeof(Component_Reel_SID_InformationRow); + return typeof(K4EE_Component_Reel_SID_InformationRow); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) { base.OnRowChanged(e); - if ((this.Component_Reel_SID_InformationRowChanged != null)) { - this.Component_Reel_SID_InformationRowChanged(this, new Component_Reel_SID_InformationRowChangeEvent(((Component_Reel_SID_InformationRow)(e.Row)), e.Action)); + if ((this.K4EE_Component_Reel_SID_InformationRowChanged != null)) { + this.K4EE_Component_Reel_SID_InformationRowChanged(this, new K4EE_Component_Reel_SID_InformationRowChangeEvent(((K4EE_Component_Reel_SID_InformationRow)(e.Row)), e.Action)); } } @@ -707,8 +707,8 @@ namespace SIDConvInfoEditorII { [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) { base.OnRowChanging(e); - if ((this.Component_Reel_SID_InformationRowChanging != null)) { - this.Component_Reel_SID_InformationRowChanging(this, new Component_Reel_SID_InformationRowChangeEvent(((Component_Reel_SID_InformationRow)(e.Row)), e.Action)); + if ((this.K4EE_Component_Reel_SID_InformationRowChanging != null)) { + this.K4EE_Component_Reel_SID_InformationRowChanging(this, new K4EE_Component_Reel_SID_InformationRowChangeEvent(((K4EE_Component_Reel_SID_InformationRow)(e.Row)), e.Action)); } } @@ -716,8 +716,8 @@ namespace SIDConvInfoEditorII { [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) { base.OnRowDeleted(e); - if ((this.Component_Reel_SID_InformationRowDeleted != null)) { - this.Component_Reel_SID_InformationRowDeleted(this, new Component_Reel_SID_InformationRowChangeEvent(((Component_Reel_SID_InformationRow)(e.Row)), e.Action)); + if ((this.K4EE_Component_Reel_SID_InformationRowDeleted != null)) { + this.K4EE_Component_Reel_SID_InformationRowDeleted(this, new K4EE_Component_Reel_SID_InformationRowChangeEvent(((K4EE_Component_Reel_SID_InformationRow)(e.Row)), e.Action)); } } @@ -725,14 +725,14 @@ namespace SIDConvInfoEditorII { [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) { base.OnRowDeleting(e); - if ((this.Component_Reel_SID_InformationRowDeleting != null)) { - this.Component_Reel_SID_InformationRowDeleting(this, new Component_Reel_SID_InformationRowChangeEvent(((Component_Reel_SID_InformationRow)(e.Row)), e.Action)); + if ((this.K4EE_Component_Reel_SID_InformationRowDeleting != null)) { + this.K4EE_Component_Reel_SID_InformationRowDeleting(this, new K4EE_Component_Reel_SID_InformationRowChangeEvent(((K4EE_Component_Reel_SID_InformationRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public void RemoveComponent_Reel_SID_InformationRow(Component_Reel_SID_InformationRow row) { + public void RemoveK4EE_Component_Reel_SID_InformationRow(K4EE_Component_Reel_SID_InformationRow row) { this.Rows.Remove(row); } @@ -759,7 +759,7 @@ namespace SIDConvInfoEditorII { type.Attributes.Add(attribute1); global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute(); attribute2.Name = "tableTypeName"; - attribute2.FixedValue = "Component_Reel_SID_InformationDataTable"; + attribute2.FixedValue = "K4EE_Component_Reel_SID_InformationDataTable"; type.Attributes.Add(attribute2); type.Particle = sequence; global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable(); @@ -805,7 +805,7 @@ namespace SIDConvInfoEditorII { /// [global::System.Serializable()] [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")] - public partial class Component_Reel_SID_ConvertDataTable : global::System.Data.TypedTableBase { + public partial class K4EE_Component_Reel_SID_ConvertDataTable : global::System.Data.TypedTableBase { private global::System.Data.DataColumn columnidx; @@ -841,8 +841,8 @@ namespace SIDConvInfoEditorII { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public Component_Reel_SID_ConvertDataTable() { - this.TableName = "Component_Reel_SID_Convert"; + public K4EE_Component_Reel_SID_ConvertDataTable() { + this.TableName = "K4EE_Component_Reel_SID_Convert"; this.BeginInit(); this.InitClass(); this.EndInit(); @@ -850,7 +850,7 @@ namespace SIDConvInfoEditorII { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - internal Component_Reel_SID_ConvertDataTable(global::System.Data.DataTable table) { + internal K4EE_Component_Reel_SID_ConvertDataTable(global::System.Data.DataTable table) { this.TableName = table.TableName; if ((table.CaseSensitive != table.DataSet.CaseSensitive)) { this.CaseSensitive = table.CaseSensitive; @@ -867,7 +867,7 @@ namespace SIDConvInfoEditorII { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - protected Component_Reel_SID_ConvertDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) : + protected K4EE_Component_Reel_SID_ConvertDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) : base(info, context) { this.InitVars(); } @@ -1011,34 +1011,34 @@ namespace SIDConvInfoEditorII { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public Component_Reel_SID_ConvertRow this[int index] { + public K4EE_Component_Reel_SID_ConvertRow this[int index] { get { - return ((Component_Reel_SID_ConvertRow)(this.Rows[index])); + return ((K4EE_Component_Reel_SID_ConvertRow)(this.Rows[index])); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public event Component_Reel_SID_ConvertRowChangeEventHandler Component_Reel_SID_ConvertRowChanging; + public event K4EE_Component_Reel_SID_ConvertRowChangeEventHandler K4EE_Component_Reel_SID_ConvertRowChanging; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public event Component_Reel_SID_ConvertRowChangeEventHandler Component_Reel_SID_ConvertRowChanged; + public event K4EE_Component_Reel_SID_ConvertRowChangeEventHandler K4EE_Component_Reel_SID_ConvertRowChanged; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public event Component_Reel_SID_ConvertRowChangeEventHandler Component_Reel_SID_ConvertRowDeleting; + public event K4EE_Component_Reel_SID_ConvertRowChangeEventHandler K4EE_Component_Reel_SID_ConvertRowDeleting; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public event Component_Reel_SID_ConvertRowChangeEventHandler Component_Reel_SID_ConvertRowDeleted; + public event K4EE_Component_Reel_SID_ConvertRowChangeEventHandler K4EE_Component_Reel_SID_ConvertRowDeleted; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public void AddComponent_Reel_SID_ConvertRow(Component_Reel_SID_ConvertRow row) { + public void AddK4EE_Component_Reel_SID_ConvertRow(K4EE_Component_Reel_SID_ConvertRow row) { this.Rows.Add(row); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public Component_Reel_SID_ConvertRow AddComponent_Reel_SID_ConvertRow(string MC, bool Chk, string SIDFrom, string SIDTo, string Remark, System.DateTime wdate, string CustCode, string PartNo, string CustName, string VenderName, string VenderLot, string PrintPosition, string MFG, int qtymax, string batch) { - Component_Reel_SID_ConvertRow rowComponent_Reel_SID_ConvertRow = ((Component_Reel_SID_ConvertRow)(this.NewRow())); + public K4EE_Component_Reel_SID_ConvertRow AddK4EE_Component_Reel_SID_ConvertRow(string MC, bool Chk, string SIDFrom, string SIDTo, string Remark, System.DateTime wdate, string CustCode, string PartNo, string CustName, string VenderName, string VenderLot, string PrintPosition, string MFG, int qtymax, string batch) { + K4EE_Component_Reel_SID_ConvertRow rowK4EE_Component_Reel_SID_ConvertRow = ((K4EE_Component_Reel_SID_ConvertRow)(this.NewRow())); object[] columnValuesArray = new object[] { null, MC, @@ -1056,22 +1056,22 @@ namespace SIDConvInfoEditorII { MFG, qtymax, batch}; - rowComponent_Reel_SID_ConvertRow.ItemArray = columnValuesArray; - this.Rows.Add(rowComponent_Reel_SID_ConvertRow); - return rowComponent_Reel_SID_ConvertRow; + rowK4EE_Component_Reel_SID_ConvertRow.ItemArray = columnValuesArray; + this.Rows.Add(rowK4EE_Component_Reel_SID_ConvertRow); + return rowK4EE_Component_Reel_SID_ConvertRow; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public Component_Reel_SID_ConvertRow FindByidx(int idx) { - return ((Component_Reel_SID_ConvertRow)(this.Rows.Find(new object[] { + public K4EE_Component_Reel_SID_ConvertRow FindByidx(int idx) { + return ((K4EE_Component_Reel_SID_ConvertRow)(this.Rows.Find(new object[] { idx}))); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public override global::System.Data.DataTable Clone() { - Component_Reel_SID_ConvertDataTable cln = ((Component_Reel_SID_ConvertDataTable)(base.Clone())); + K4EE_Component_Reel_SID_ConvertDataTable cln = ((K4EE_Component_Reel_SID_ConvertDataTable)(base.Clone())); cln.InitVars(); return cln; } @@ -1079,7 +1079,7 @@ namespace SIDConvInfoEditorII { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] protected override global::System.Data.DataTable CreateInstance() { - return new Component_Reel_SID_ConvertDataTable(); + return new K4EE_Component_Reel_SID_ConvertDataTable(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] @@ -1162,28 +1162,28 @@ namespace SIDConvInfoEditorII { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public Component_Reel_SID_ConvertRow NewComponent_Reel_SID_ConvertRow() { - return ((Component_Reel_SID_ConvertRow)(this.NewRow())); + public K4EE_Component_Reel_SID_ConvertRow NewK4EE_Component_Reel_SID_ConvertRow() { + return ((K4EE_Component_Reel_SID_ConvertRow)(this.NewRow())); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) { - return new Component_Reel_SID_ConvertRow(builder); + return new K4EE_Component_Reel_SID_ConvertRow(builder); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] protected override global::System.Type GetRowType() { - return typeof(Component_Reel_SID_ConvertRow); + return typeof(K4EE_Component_Reel_SID_ConvertRow); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) { base.OnRowChanged(e); - if ((this.Component_Reel_SID_ConvertRowChanged != null)) { - this.Component_Reel_SID_ConvertRowChanged(this, new Component_Reel_SID_ConvertRowChangeEvent(((Component_Reel_SID_ConvertRow)(e.Row)), e.Action)); + if ((this.K4EE_Component_Reel_SID_ConvertRowChanged != null)) { + this.K4EE_Component_Reel_SID_ConvertRowChanged(this, new K4EE_Component_Reel_SID_ConvertRowChangeEvent(((K4EE_Component_Reel_SID_ConvertRow)(e.Row)), e.Action)); } } @@ -1191,8 +1191,8 @@ namespace SIDConvInfoEditorII { [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) { base.OnRowChanging(e); - if ((this.Component_Reel_SID_ConvertRowChanging != null)) { - this.Component_Reel_SID_ConvertRowChanging(this, new Component_Reel_SID_ConvertRowChangeEvent(((Component_Reel_SID_ConvertRow)(e.Row)), e.Action)); + if ((this.K4EE_Component_Reel_SID_ConvertRowChanging != null)) { + this.K4EE_Component_Reel_SID_ConvertRowChanging(this, new K4EE_Component_Reel_SID_ConvertRowChangeEvent(((K4EE_Component_Reel_SID_ConvertRow)(e.Row)), e.Action)); } } @@ -1200,8 +1200,8 @@ namespace SIDConvInfoEditorII { [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) { base.OnRowDeleted(e); - if ((this.Component_Reel_SID_ConvertRowDeleted != null)) { - this.Component_Reel_SID_ConvertRowDeleted(this, new Component_Reel_SID_ConvertRowChangeEvent(((Component_Reel_SID_ConvertRow)(e.Row)), e.Action)); + if ((this.K4EE_Component_Reel_SID_ConvertRowDeleted != null)) { + this.K4EE_Component_Reel_SID_ConvertRowDeleted(this, new K4EE_Component_Reel_SID_ConvertRowChangeEvent(((K4EE_Component_Reel_SID_ConvertRow)(e.Row)), e.Action)); } } @@ -1209,14 +1209,14 @@ namespace SIDConvInfoEditorII { [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) { base.OnRowDeleting(e); - if ((this.Component_Reel_SID_ConvertRowDeleting != null)) { - this.Component_Reel_SID_ConvertRowDeleting(this, new Component_Reel_SID_ConvertRowChangeEvent(((Component_Reel_SID_ConvertRow)(e.Row)), e.Action)); + if ((this.K4EE_Component_Reel_SID_ConvertRowDeleting != null)) { + this.K4EE_Component_Reel_SID_ConvertRowDeleting(this, new K4EE_Component_Reel_SID_ConvertRowChangeEvent(((K4EE_Component_Reel_SID_ConvertRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public void RemoveComponent_Reel_SID_ConvertRow(Component_Reel_SID_ConvertRow row) { + public void RemoveK4EE_Component_Reel_SID_ConvertRow(K4EE_Component_Reel_SID_ConvertRow row) { this.Rows.Remove(row); } @@ -1243,7 +1243,7 @@ namespace SIDConvInfoEditorII { type.Attributes.Add(attribute1); global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute(); attribute2.Name = "tableTypeName"; - attribute2.FixedValue = "Component_Reel_SID_ConvertDataTable"; + attribute2.FixedValue = "K4EE_Component_Reel_SID_ConvertDataTable"; type.Attributes.Add(attribute2); type.Particle = sequence; global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable(); @@ -1289,7 +1289,7 @@ namespace SIDConvInfoEditorII { /// [global::System.Serializable()] [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")] - public partial class Component_Reel_Print_InformationDataTable : global::System.Data.TypedTableBase { + public partial class K4EE_Component_Reel_Print_InformationDataTable : global::System.Data.TypedTableBase { private global::System.Data.DataColumn columnidx; @@ -1305,8 +1305,8 @@ namespace SIDConvInfoEditorII { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public Component_Reel_Print_InformationDataTable() { - this.TableName = "Component_Reel_Print_Information"; + public K4EE_Component_Reel_Print_InformationDataTable() { + this.TableName = "K4EE_Component_Reel_Print_Information"; this.BeginInit(); this.InitClass(); this.EndInit(); @@ -1314,7 +1314,7 @@ namespace SIDConvInfoEditorII { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - internal Component_Reel_Print_InformationDataTable(global::System.Data.DataTable table) { + internal K4EE_Component_Reel_Print_InformationDataTable(global::System.Data.DataTable table) { this.TableName = table.TableName; if ((table.CaseSensitive != table.DataSet.CaseSensitive)) { this.CaseSensitive = table.CaseSensitive; @@ -1331,7 +1331,7 @@ namespace SIDConvInfoEditorII { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - protected Component_Reel_Print_InformationDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) : + protected K4EE_Component_Reel_Print_InformationDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) : base(info, context) { this.InitVars(); } @@ -1395,34 +1395,34 @@ namespace SIDConvInfoEditorII { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public Component_Reel_Print_InformationRow this[int index] { + public K4EE_Component_Reel_Print_InformationRow this[int index] { get { - return ((Component_Reel_Print_InformationRow)(this.Rows[index])); + return ((K4EE_Component_Reel_Print_InformationRow)(this.Rows[index])); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public event Component_Reel_Print_InformationRowChangeEventHandler Component_Reel_Print_InformationRowChanging; + public event K4EE_Component_Reel_Print_InformationRowChangeEventHandler K4EE_Component_Reel_Print_InformationRowChanging; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public event Component_Reel_Print_InformationRowChangeEventHandler Component_Reel_Print_InformationRowChanged; + public event K4EE_Component_Reel_Print_InformationRowChangeEventHandler K4EE_Component_Reel_Print_InformationRowChanged; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public event Component_Reel_Print_InformationRowChangeEventHandler Component_Reel_Print_InformationRowDeleting; + public event K4EE_Component_Reel_Print_InformationRowChangeEventHandler K4EE_Component_Reel_Print_InformationRowDeleting; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public event Component_Reel_Print_InformationRowChangeEventHandler Component_Reel_Print_InformationRowDeleted; + public event K4EE_Component_Reel_Print_InformationRowChangeEventHandler K4EE_Component_Reel_Print_InformationRowDeleted; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public void AddComponent_Reel_Print_InformationRow(Component_Reel_Print_InformationRow row) { + public void AddK4EE_Component_Reel_Print_InformationRow(K4EE_Component_Reel_Print_InformationRow row) { this.Rows.Add(row); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public Component_Reel_Print_InformationRow AddComponent_Reel_Print_InformationRow(string MC, string SID, string PrintPosition, string Remark, System.DateTime wdate) { - Component_Reel_Print_InformationRow rowComponent_Reel_Print_InformationRow = ((Component_Reel_Print_InformationRow)(this.NewRow())); + public K4EE_Component_Reel_Print_InformationRow AddK4EE_Component_Reel_Print_InformationRow(string MC, string SID, string PrintPosition, string Remark, System.DateTime wdate) { + K4EE_Component_Reel_Print_InformationRow rowK4EE_Component_Reel_Print_InformationRow = ((K4EE_Component_Reel_Print_InformationRow)(this.NewRow())); object[] columnValuesArray = new object[] { null, MC, @@ -1430,22 +1430,22 @@ namespace SIDConvInfoEditorII { PrintPosition, Remark, wdate}; - rowComponent_Reel_Print_InformationRow.ItemArray = columnValuesArray; - this.Rows.Add(rowComponent_Reel_Print_InformationRow); - return rowComponent_Reel_Print_InformationRow; + rowK4EE_Component_Reel_Print_InformationRow.ItemArray = columnValuesArray; + this.Rows.Add(rowK4EE_Component_Reel_Print_InformationRow); + return rowK4EE_Component_Reel_Print_InformationRow; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public Component_Reel_Print_InformationRow FindByidx(int idx) { - return ((Component_Reel_Print_InformationRow)(this.Rows.Find(new object[] { + public K4EE_Component_Reel_Print_InformationRow FindByidx(int idx) { + return ((K4EE_Component_Reel_Print_InformationRow)(this.Rows.Find(new object[] { idx}))); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public override global::System.Data.DataTable Clone() { - Component_Reel_Print_InformationDataTable cln = ((Component_Reel_Print_InformationDataTable)(base.Clone())); + K4EE_Component_Reel_Print_InformationDataTable cln = ((K4EE_Component_Reel_Print_InformationDataTable)(base.Clone())); cln.InitVars(); return cln; } @@ -1453,7 +1453,7 @@ namespace SIDConvInfoEditorII { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] protected override global::System.Data.DataTable CreateInstance() { - return new Component_Reel_Print_InformationDataTable(); + return new K4EE_Component_Reel_Print_InformationDataTable(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] @@ -1499,28 +1499,28 @@ namespace SIDConvInfoEditorII { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public Component_Reel_Print_InformationRow NewComponent_Reel_Print_InformationRow() { - return ((Component_Reel_Print_InformationRow)(this.NewRow())); + public K4EE_Component_Reel_Print_InformationRow NewK4EE_Component_Reel_Print_InformationRow() { + return ((K4EE_Component_Reel_Print_InformationRow)(this.NewRow())); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) { - return new Component_Reel_Print_InformationRow(builder); + return new K4EE_Component_Reel_Print_InformationRow(builder); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] protected override global::System.Type GetRowType() { - return typeof(Component_Reel_Print_InformationRow); + return typeof(K4EE_Component_Reel_Print_InformationRow); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) { base.OnRowChanged(e); - if ((this.Component_Reel_Print_InformationRowChanged != null)) { - this.Component_Reel_Print_InformationRowChanged(this, new Component_Reel_Print_InformationRowChangeEvent(((Component_Reel_Print_InformationRow)(e.Row)), e.Action)); + if ((this.K4EE_Component_Reel_Print_InformationRowChanged != null)) { + this.K4EE_Component_Reel_Print_InformationRowChanged(this, new K4EE_Component_Reel_Print_InformationRowChangeEvent(((K4EE_Component_Reel_Print_InformationRow)(e.Row)), e.Action)); } } @@ -1528,8 +1528,8 @@ namespace SIDConvInfoEditorII { [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) { base.OnRowChanging(e); - if ((this.Component_Reel_Print_InformationRowChanging != null)) { - this.Component_Reel_Print_InformationRowChanging(this, new Component_Reel_Print_InformationRowChangeEvent(((Component_Reel_Print_InformationRow)(e.Row)), e.Action)); + if ((this.K4EE_Component_Reel_Print_InformationRowChanging != null)) { + this.K4EE_Component_Reel_Print_InformationRowChanging(this, new K4EE_Component_Reel_Print_InformationRowChangeEvent(((K4EE_Component_Reel_Print_InformationRow)(e.Row)), e.Action)); } } @@ -1537,8 +1537,8 @@ namespace SIDConvInfoEditorII { [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) { base.OnRowDeleted(e); - if ((this.Component_Reel_Print_InformationRowDeleted != null)) { - this.Component_Reel_Print_InformationRowDeleted(this, new Component_Reel_Print_InformationRowChangeEvent(((Component_Reel_Print_InformationRow)(e.Row)), e.Action)); + if ((this.K4EE_Component_Reel_Print_InformationRowDeleted != null)) { + this.K4EE_Component_Reel_Print_InformationRowDeleted(this, new K4EE_Component_Reel_Print_InformationRowChangeEvent(((K4EE_Component_Reel_Print_InformationRow)(e.Row)), e.Action)); } } @@ -1546,14 +1546,14 @@ namespace SIDConvInfoEditorII { [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) { base.OnRowDeleting(e); - if ((this.Component_Reel_Print_InformationRowDeleting != null)) { - this.Component_Reel_Print_InformationRowDeleting(this, new Component_Reel_Print_InformationRowChangeEvent(((Component_Reel_Print_InformationRow)(e.Row)), e.Action)); + if ((this.K4EE_Component_Reel_Print_InformationRowDeleting != null)) { + this.K4EE_Component_Reel_Print_InformationRowDeleting(this, new K4EE_Component_Reel_Print_InformationRowChangeEvent(((K4EE_Component_Reel_Print_InformationRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public void RemoveComponent_Reel_Print_InformationRow(Component_Reel_Print_InformationRow row) { + public void RemoveK4EE_Component_Reel_Print_InformationRow(K4EE_Component_Reel_Print_InformationRow row) { this.Rows.Remove(row); } @@ -1580,7 +1580,7 @@ namespace SIDConvInfoEditorII { type.Attributes.Add(attribute1); global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute(); attribute2.Name = "tableTypeName"; - attribute2.FixedValue = "Component_Reel_Print_InformationDataTable"; + attribute2.FixedValue = "K4EE_Component_Reel_Print_InformationDataTable"; type.Attributes.Add(attribute2); type.Particle = sequence; global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable(); @@ -1624,25 +1624,25 @@ namespace SIDConvInfoEditorII { /// ///Represents strongly named DataRow class. /// - public partial class Component_Reel_SID_InformationRow : global::System.Data.DataRow { + public partial class K4EE_Component_Reel_SID_InformationRow : global::System.Data.DataRow { - private Component_Reel_SID_InformationDataTable tableComponent_Reel_SID_Information; + private K4EE_Component_Reel_SID_InformationDataTable tableK4EE_Component_Reel_SID_Information; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - internal Component_Reel_SID_InformationRow(global::System.Data.DataRowBuilder rb) : + internal K4EE_Component_Reel_SID_InformationRow(global::System.Data.DataRowBuilder rb) : base(rb) { - this.tableComponent_Reel_SID_Information = ((Component_Reel_SID_InformationDataTable)(this.Table)); + this.tableK4EE_Component_Reel_SID_Information = ((K4EE_Component_Reel_SID_InformationDataTable)(this.Table)); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public int idx { get { - return ((int)(this[this.tableComponent_Reel_SID_Information.idxColumn])); + return ((int)(this[this.tableK4EE_Component_Reel_SID_Information.idxColumn])); } set { - this[this.tableComponent_Reel_SID_Information.idxColumn] = value; + this[this.tableK4EE_Component_Reel_SID_Information.idxColumn] = value; } } @@ -1654,11 +1654,11 @@ namespace SIDConvInfoEditorII { return string.Empty; } else { - return ((string)(this[this.tableComponent_Reel_SID_Information.MCColumn])); + return ((string)(this[this.tableK4EE_Component_Reel_SID_Information.MCColumn])); } } set { - this[this.tableComponent_Reel_SID_Information.MCColumn] = value; + this[this.tableK4EE_Component_Reel_SID_Information.MCColumn] = value; } } @@ -1666,10 +1666,10 @@ namespace SIDConvInfoEditorII { [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public string SID { get { - return ((string)(this[this.tableComponent_Reel_SID_Information.SIDColumn])); + return ((string)(this[this.tableK4EE_Component_Reel_SID_Information.SIDColumn])); } set { - this[this.tableComponent_Reel_SID_Information.SIDColumn] = value; + this[this.tableK4EE_Component_Reel_SID_Information.SIDColumn] = value; } } @@ -1677,10 +1677,10 @@ namespace SIDConvInfoEditorII { [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public string CustCode { get { - return ((string)(this[this.tableComponent_Reel_SID_Information.CustCodeColumn])); + return ((string)(this[this.tableK4EE_Component_Reel_SID_Information.CustCodeColumn])); } set { - this[this.tableComponent_Reel_SID_Information.CustCodeColumn] = value; + this[this.tableK4EE_Component_Reel_SID_Information.CustCodeColumn] = value; } } @@ -1688,10 +1688,10 @@ namespace SIDConvInfoEditorII { [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public string PartNo { get { - return ((string)(this[this.tableComponent_Reel_SID_Information.PartNoColumn])); + return ((string)(this[this.tableK4EE_Component_Reel_SID_Information.PartNoColumn])); } set { - this[this.tableComponent_Reel_SID_Information.PartNoColumn] = value; + this[this.tableK4EE_Component_Reel_SID_Information.PartNoColumn] = value; } } @@ -1703,11 +1703,11 @@ namespace SIDConvInfoEditorII { return string.Empty; } else { - return ((string)(this[this.tableComponent_Reel_SID_Information.CustNameColumn])); + return ((string)(this[this.tableK4EE_Component_Reel_SID_Information.CustNameColumn])); } } set { - this[this.tableComponent_Reel_SID_Information.CustNameColumn] = value; + this[this.tableK4EE_Component_Reel_SID_Information.CustNameColumn] = value; } } @@ -1719,11 +1719,11 @@ namespace SIDConvInfoEditorII { return string.Empty; } else { - return ((string)(this[this.tableComponent_Reel_SID_Information.VenderNameColumn])); + return ((string)(this[this.tableK4EE_Component_Reel_SID_Information.VenderNameColumn])); } } set { - this[this.tableComponent_Reel_SID_Information.VenderNameColumn] = value; + this[this.tableK4EE_Component_Reel_SID_Information.VenderNameColumn] = value; } } @@ -1735,11 +1735,11 @@ namespace SIDConvInfoEditorII { return string.Empty; } else { - return ((string)(this[this.tableComponent_Reel_SID_Information.RemarkColumn])); + return ((string)(this[this.tableK4EE_Component_Reel_SID_Information.RemarkColumn])); } } set { - this[this.tableComponent_Reel_SID_Information.RemarkColumn] = value; + this[this.tableK4EE_Component_Reel_SID_Information.RemarkColumn] = value; } } @@ -1751,11 +1751,11 @@ namespace SIDConvInfoEditorII { return string.Empty; } else { - return ((string)(this[this.tableComponent_Reel_SID_Information.MFGColumn])); + return ((string)(this[this.tableK4EE_Component_Reel_SID_Information.MFGColumn])); } } set { - this[this.tableComponent_Reel_SID_Information.MFGColumn] = value; + this[this.tableK4EE_Component_Reel_SID_Information.MFGColumn] = value; } } @@ -1764,14 +1764,14 @@ namespace SIDConvInfoEditorII { public System.DateTime wdate { get { try { - return ((global::System.DateTime)(this[this.tableComponent_Reel_SID_Information.wdateColumn])); + return ((global::System.DateTime)(this[this.tableK4EE_Component_Reel_SID_Information.wdateColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("\'Component_Reel_SID_Information\' 테이블의 \'wdate\' 열의 값이 DBNull입니다.", e); + throw new global::System.Data.StrongTypingException("\'K4EE_Component_Reel_SID_Information\' 테이블의 \'wdate\' 열의 값이 DBNull입니다.", e); } } set { - this[this.tableComponent_Reel_SID_Information.wdateColumn] = value; + this[this.tableK4EE_Component_Reel_SID_Information.wdateColumn] = value; } } @@ -1783,11 +1783,11 @@ namespace SIDConvInfoEditorII { return 0; } else { - return ((int)(this[this.tableComponent_Reel_SID_Information.qtymaxColumn])); + return ((int)(this[this.tableK4EE_Component_Reel_SID_Information.qtymaxColumn])); } } set { - this[this.tableComponent_Reel_SID_Information.qtymaxColumn] = value; + this[this.tableK4EE_Component_Reel_SID_Information.qtymaxColumn] = value; } } @@ -1799,11 +1799,11 @@ namespace SIDConvInfoEditorII { return string.Empty; } else { - return ((string)(this[this.tableComponent_Reel_SID_Information.batchColumn])); + return ((string)(this[this.tableK4EE_Component_Reel_SID_Information.batchColumn])); } } set { - this[this.tableComponent_Reel_SID_Information.batchColumn] = value; + this[this.tableK4EE_Component_Reel_SID_Information.batchColumn] = value; } } @@ -1815,11 +1815,11 @@ namespace SIDConvInfoEditorII { return string.Empty; } else { - return ((string)(this[this.tableComponent_Reel_SID_Information.VenderLotColumn])); + return ((string)(this[this.tableK4EE_Component_Reel_SID_Information.VenderLotColumn])); } } set { - this[this.tableComponent_Reel_SID_Information.VenderLotColumn] = value; + this[this.tableK4EE_Component_Reel_SID_Information.VenderLotColumn] = value; } } @@ -1831,157 +1831,157 @@ namespace SIDConvInfoEditorII { return string.Empty; } else { - return ((string)(this[this.tableComponent_Reel_SID_Information.attachColumn])); + return ((string)(this[this.tableK4EE_Component_Reel_SID_Information.attachColumn])); } } set { - this[this.tableComponent_Reel_SID_Information.attachColumn] = value; + this[this.tableK4EE_Component_Reel_SID_Information.attachColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public bool IsMCNull() { - return this.IsNull(this.tableComponent_Reel_SID_Information.MCColumn); + return this.IsNull(this.tableK4EE_Component_Reel_SID_Information.MCColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public void SetMCNull() { - this[this.tableComponent_Reel_SID_Information.MCColumn] = global::System.Convert.DBNull; + this[this.tableK4EE_Component_Reel_SID_Information.MCColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public bool IsCustNameNull() { - return this.IsNull(this.tableComponent_Reel_SID_Information.CustNameColumn); + return this.IsNull(this.tableK4EE_Component_Reel_SID_Information.CustNameColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public void SetCustNameNull() { - this[this.tableComponent_Reel_SID_Information.CustNameColumn] = global::System.Convert.DBNull; + this[this.tableK4EE_Component_Reel_SID_Information.CustNameColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public bool IsVenderNameNull() { - return this.IsNull(this.tableComponent_Reel_SID_Information.VenderNameColumn); + return this.IsNull(this.tableK4EE_Component_Reel_SID_Information.VenderNameColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public void SetVenderNameNull() { - this[this.tableComponent_Reel_SID_Information.VenderNameColumn] = global::System.Convert.DBNull; + this[this.tableK4EE_Component_Reel_SID_Information.VenderNameColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public bool IsRemarkNull() { - return this.IsNull(this.tableComponent_Reel_SID_Information.RemarkColumn); + return this.IsNull(this.tableK4EE_Component_Reel_SID_Information.RemarkColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public void SetRemarkNull() { - this[this.tableComponent_Reel_SID_Information.RemarkColumn] = global::System.Convert.DBNull; + this[this.tableK4EE_Component_Reel_SID_Information.RemarkColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public bool IsMFGNull() { - return this.IsNull(this.tableComponent_Reel_SID_Information.MFGColumn); + return this.IsNull(this.tableK4EE_Component_Reel_SID_Information.MFGColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public void SetMFGNull() { - this[this.tableComponent_Reel_SID_Information.MFGColumn] = global::System.Convert.DBNull; + this[this.tableK4EE_Component_Reel_SID_Information.MFGColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public bool IswdateNull() { - return this.IsNull(this.tableComponent_Reel_SID_Information.wdateColumn); + return this.IsNull(this.tableK4EE_Component_Reel_SID_Information.wdateColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public void SetwdateNull() { - this[this.tableComponent_Reel_SID_Information.wdateColumn] = global::System.Convert.DBNull; + this[this.tableK4EE_Component_Reel_SID_Information.wdateColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public bool IsqtymaxNull() { - return this.IsNull(this.tableComponent_Reel_SID_Information.qtymaxColumn); + return this.IsNull(this.tableK4EE_Component_Reel_SID_Information.qtymaxColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public void SetqtymaxNull() { - this[this.tableComponent_Reel_SID_Information.qtymaxColumn] = global::System.Convert.DBNull; + this[this.tableK4EE_Component_Reel_SID_Information.qtymaxColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public bool IsbatchNull() { - return this.IsNull(this.tableComponent_Reel_SID_Information.batchColumn); + return this.IsNull(this.tableK4EE_Component_Reel_SID_Information.batchColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public void SetbatchNull() { - this[this.tableComponent_Reel_SID_Information.batchColumn] = global::System.Convert.DBNull; + this[this.tableK4EE_Component_Reel_SID_Information.batchColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public bool IsVenderLotNull() { - return this.IsNull(this.tableComponent_Reel_SID_Information.VenderLotColumn); + return this.IsNull(this.tableK4EE_Component_Reel_SID_Information.VenderLotColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public void SetVenderLotNull() { - this[this.tableComponent_Reel_SID_Information.VenderLotColumn] = global::System.Convert.DBNull; + this[this.tableK4EE_Component_Reel_SID_Information.VenderLotColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public bool IsattachNull() { - return this.IsNull(this.tableComponent_Reel_SID_Information.attachColumn); + return this.IsNull(this.tableK4EE_Component_Reel_SID_Information.attachColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public void SetattachNull() { - this[this.tableComponent_Reel_SID_Information.attachColumn] = global::System.Convert.DBNull; + this[this.tableK4EE_Component_Reel_SID_Information.attachColumn] = global::System.Convert.DBNull; } } /// ///Represents strongly named DataRow class. /// - public partial class Component_Reel_SID_ConvertRow : global::System.Data.DataRow { + public partial class K4EE_Component_Reel_SID_ConvertRow : global::System.Data.DataRow { - private Component_Reel_SID_ConvertDataTable tableComponent_Reel_SID_Convert; + private K4EE_Component_Reel_SID_ConvertDataTable tableK4EE_Component_Reel_SID_Convert; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - internal Component_Reel_SID_ConvertRow(global::System.Data.DataRowBuilder rb) : + internal K4EE_Component_Reel_SID_ConvertRow(global::System.Data.DataRowBuilder rb) : base(rb) { - this.tableComponent_Reel_SID_Convert = ((Component_Reel_SID_ConvertDataTable)(this.Table)); + this.tableK4EE_Component_Reel_SID_Convert = ((K4EE_Component_Reel_SID_ConvertDataTable)(this.Table)); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public int idx { get { - return ((int)(this[this.tableComponent_Reel_SID_Convert.idxColumn])); + return ((int)(this[this.tableK4EE_Component_Reel_SID_Convert.idxColumn])); } set { - this[this.tableComponent_Reel_SID_Convert.idxColumn] = value; + this[this.tableK4EE_Component_Reel_SID_Convert.idxColumn] = value; } } @@ -1993,11 +1993,11 @@ namespace SIDConvInfoEditorII { return string.Empty; } else { - return ((string)(this[this.tableComponent_Reel_SID_Convert.MCColumn])); + return ((string)(this[this.tableK4EE_Component_Reel_SID_Convert.MCColumn])); } } set { - this[this.tableComponent_Reel_SID_Convert.MCColumn] = value; + this[this.tableK4EE_Component_Reel_SID_Convert.MCColumn] = value; } } @@ -2006,14 +2006,14 @@ namespace SIDConvInfoEditorII { public bool Chk { get { try { - return ((bool)(this[this.tableComponent_Reel_SID_Convert.ChkColumn])); + return ((bool)(this[this.tableK4EE_Component_Reel_SID_Convert.ChkColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("\'Component_Reel_SID_Convert\' 테이블의 \'Chk\' 열의 값이 DBNull입니다.", e); + throw new global::System.Data.StrongTypingException("\'K4EE_Component_Reel_SID_Convert\' 테이블의 \'Chk\' 열의 값이 DBNull입니다.", e); } } set { - this[this.tableComponent_Reel_SID_Convert.ChkColumn] = value; + this[this.tableK4EE_Component_Reel_SID_Convert.ChkColumn] = value; } } @@ -2025,11 +2025,11 @@ namespace SIDConvInfoEditorII { return string.Empty; } else { - return ((string)(this[this.tableComponent_Reel_SID_Convert.SIDFromColumn])); + return ((string)(this[this.tableK4EE_Component_Reel_SID_Convert.SIDFromColumn])); } } set { - this[this.tableComponent_Reel_SID_Convert.SIDFromColumn] = value; + this[this.tableK4EE_Component_Reel_SID_Convert.SIDFromColumn] = value; } } @@ -2041,11 +2041,11 @@ namespace SIDConvInfoEditorII { return string.Empty; } else { - return ((string)(this[this.tableComponent_Reel_SID_Convert.SIDToColumn])); + return ((string)(this[this.tableK4EE_Component_Reel_SID_Convert.SIDToColumn])); } } set { - this[this.tableComponent_Reel_SID_Convert.SIDToColumn] = value; + this[this.tableK4EE_Component_Reel_SID_Convert.SIDToColumn] = value; } } @@ -2057,11 +2057,11 @@ namespace SIDConvInfoEditorII { return string.Empty; } else { - return ((string)(this[this.tableComponent_Reel_SID_Convert.RemarkColumn])); + return ((string)(this[this.tableK4EE_Component_Reel_SID_Convert.RemarkColumn])); } } set { - this[this.tableComponent_Reel_SID_Convert.RemarkColumn] = value; + this[this.tableK4EE_Component_Reel_SID_Convert.RemarkColumn] = value; } } @@ -2070,14 +2070,14 @@ namespace SIDConvInfoEditorII { public System.DateTime wdate { get { try { - return ((global::System.DateTime)(this[this.tableComponent_Reel_SID_Convert.wdateColumn])); + return ((global::System.DateTime)(this[this.tableK4EE_Component_Reel_SID_Convert.wdateColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("\'Component_Reel_SID_Convert\' 테이블의 \'wdate\' 열의 값이 DBNull입니다.", e); + throw new global::System.Data.StrongTypingException("\'K4EE_Component_Reel_SID_Convert\' 테이블의 \'wdate\' 열의 값이 DBNull입니다.", e); } } set { - this[this.tableComponent_Reel_SID_Convert.wdateColumn] = value; + this[this.tableK4EE_Component_Reel_SID_Convert.wdateColumn] = value; } } @@ -2089,11 +2089,11 @@ namespace SIDConvInfoEditorII { return string.Empty; } else { - return ((string)(this[this.tableComponent_Reel_SID_Convert.CustCodeColumn])); + return ((string)(this[this.tableK4EE_Component_Reel_SID_Convert.CustCodeColumn])); } } set { - this[this.tableComponent_Reel_SID_Convert.CustCodeColumn] = value; + this[this.tableK4EE_Component_Reel_SID_Convert.CustCodeColumn] = value; } } @@ -2105,11 +2105,11 @@ namespace SIDConvInfoEditorII { return string.Empty; } else { - return ((string)(this[this.tableComponent_Reel_SID_Convert.PartNoColumn])); + return ((string)(this[this.tableK4EE_Component_Reel_SID_Convert.PartNoColumn])); } } set { - this[this.tableComponent_Reel_SID_Convert.PartNoColumn] = value; + this[this.tableK4EE_Component_Reel_SID_Convert.PartNoColumn] = value; } } @@ -2121,11 +2121,11 @@ namespace SIDConvInfoEditorII { return string.Empty; } else { - return ((string)(this[this.tableComponent_Reel_SID_Convert.CustNameColumn])); + return ((string)(this[this.tableK4EE_Component_Reel_SID_Convert.CustNameColumn])); } } set { - this[this.tableComponent_Reel_SID_Convert.CustNameColumn] = value; + this[this.tableK4EE_Component_Reel_SID_Convert.CustNameColumn] = value; } } @@ -2137,11 +2137,11 @@ namespace SIDConvInfoEditorII { return string.Empty; } else { - return ((string)(this[this.tableComponent_Reel_SID_Convert.VenderNameColumn])); + return ((string)(this[this.tableK4EE_Component_Reel_SID_Convert.VenderNameColumn])); } } set { - this[this.tableComponent_Reel_SID_Convert.VenderNameColumn] = value; + this[this.tableK4EE_Component_Reel_SID_Convert.VenderNameColumn] = value; } } @@ -2153,11 +2153,11 @@ namespace SIDConvInfoEditorII { return string.Empty; } else { - return ((string)(this[this.tableComponent_Reel_SID_Convert.VenderLotColumn])); + return ((string)(this[this.tableK4EE_Component_Reel_SID_Convert.VenderLotColumn])); } } set { - this[this.tableComponent_Reel_SID_Convert.VenderLotColumn] = value; + this[this.tableK4EE_Component_Reel_SID_Convert.VenderLotColumn] = value; } } @@ -2169,11 +2169,11 @@ namespace SIDConvInfoEditorII { return string.Empty; } else { - return ((string)(this[this.tableComponent_Reel_SID_Convert.PrintPositionColumn])); + return ((string)(this[this.tableK4EE_Component_Reel_SID_Convert.PrintPositionColumn])); } } set { - this[this.tableComponent_Reel_SID_Convert.PrintPositionColumn] = value; + this[this.tableK4EE_Component_Reel_SID_Convert.PrintPositionColumn] = value; } } @@ -2185,11 +2185,11 @@ namespace SIDConvInfoEditorII { return string.Empty; } else { - return ((string)(this[this.tableComponent_Reel_SID_Convert.MFGColumn])); + return ((string)(this[this.tableK4EE_Component_Reel_SID_Convert.MFGColumn])); } } set { - this[this.tableComponent_Reel_SID_Convert.MFGColumn] = value; + this[this.tableK4EE_Component_Reel_SID_Convert.MFGColumn] = value; } } @@ -2201,11 +2201,11 @@ namespace SIDConvInfoEditorII { return 0; } else { - return ((int)(this[this.tableComponent_Reel_SID_Convert.qtymaxColumn])); + return ((int)(this[this.tableK4EE_Component_Reel_SID_Convert.qtymaxColumn])); } } set { - this[this.tableComponent_Reel_SID_Convert.qtymaxColumn] = value; + this[this.tableK4EE_Component_Reel_SID_Convert.qtymaxColumn] = value; } } @@ -2217,217 +2217,217 @@ namespace SIDConvInfoEditorII { return string.Empty; } else { - return ((string)(this[this.tableComponent_Reel_SID_Convert.batchColumn])); + return ((string)(this[this.tableK4EE_Component_Reel_SID_Convert.batchColumn])); } } set { - this[this.tableComponent_Reel_SID_Convert.batchColumn] = value; + this[this.tableK4EE_Component_Reel_SID_Convert.batchColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public bool IsMCNull() { - return this.IsNull(this.tableComponent_Reel_SID_Convert.MCColumn); + return this.IsNull(this.tableK4EE_Component_Reel_SID_Convert.MCColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public void SetMCNull() { - this[this.tableComponent_Reel_SID_Convert.MCColumn] = global::System.Convert.DBNull; + this[this.tableK4EE_Component_Reel_SID_Convert.MCColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public bool IsChkNull() { - return this.IsNull(this.tableComponent_Reel_SID_Convert.ChkColumn); + return this.IsNull(this.tableK4EE_Component_Reel_SID_Convert.ChkColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public void SetChkNull() { - this[this.tableComponent_Reel_SID_Convert.ChkColumn] = global::System.Convert.DBNull; + this[this.tableK4EE_Component_Reel_SID_Convert.ChkColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public bool IsSIDFromNull() { - return this.IsNull(this.tableComponent_Reel_SID_Convert.SIDFromColumn); + return this.IsNull(this.tableK4EE_Component_Reel_SID_Convert.SIDFromColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public void SetSIDFromNull() { - this[this.tableComponent_Reel_SID_Convert.SIDFromColumn] = global::System.Convert.DBNull; + this[this.tableK4EE_Component_Reel_SID_Convert.SIDFromColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public bool IsSIDToNull() { - return this.IsNull(this.tableComponent_Reel_SID_Convert.SIDToColumn); + return this.IsNull(this.tableK4EE_Component_Reel_SID_Convert.SIDToColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public void SetSIDToNull() { - this[this.tableComponent_Reel_SID_Convert.SIDToColumn] = global::System.Convert.DBNull; + this[this.tableK4EE_Component_Reel_SID_Convert.SIDToColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public bool IsRemarkNull() { - return this.IsNull(this.tableComponent_Reel_SID_Convert.RemarkColumn); + return this.IsNull(this.tableK4EE_Component_Reel_SID_Convert.RemarkColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public void SetRemarkNull() { - this[this.tableComponent_Reel_SID_Convert.RemarkColumn] = global::System.Convert.DBNull; + this[this.tableK4EE_Component_Reel_SID_Convert.RemarkColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public bool IswdateNull() { - return this.IsNull(this.tableComponent_Reel_SID_Convert.wdateColumn); + return this.IsNull(this.tableK4EE_Component_Reel_SID_Convert.wdateColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public void SetwdateNull() { - this[this.tableComponent_Reel_SID_Convert.wdateColumn] = global::System.Convert.DBNull; + this[this.tableK4EE_Component_Reel_SID_Convert.wdateColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public bool IsCustCodeNull() { - return this.IsNull(this.tableComponent_Reel_SID_Convert.CustCodeColumn); + return this.IsNull(this.tableK4EE_Component_Reel_SID_Convert.CustCodeColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public void SetCustCodeNull() { - this[this.tableComponent_Reel_SID_Convert.CustCodeColumn] = global::System.Convert.DBNull; + this[this.tableK4EE_Component_Reel_SID_Convert.CustCodeColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public bool IsPartNoNull() { - return this.IsNull(this.tableComponent_Reel_SID_Convert.PartNoColumn); + return this.IsNull(this.tableK4EE_Component_Reel_SID_Convert.PartNoColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public void SetPartNoNull() { - this[this.tableComponent_Reel_SID_Convert.PartNoColumn] = global::System.Convert.DBNull; + this[this.tableK4EE_Component_Reel_SID_Convert.PartNoColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public bool IsCustNameNull() { - return this.IsNull(this.tableComponent_Reel_SID_Convert.CustNameColumn); + return this.IsNull(this.tableK4EE_Component_Reel_SID_Convert.CustNameColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public void SetCustNameNull() { - this[this.tableComponent_Reel_SID_Convert.CustNameColumn] = global::System.Convert.DBNull; + this[this.tableK4EE_Component_Reel_SID_Convert.CustNameColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public bool IsVenderNameNull() { - return this.IsNull(this.tableComponent_Reel_SID_Convert.VenderNameColumn); + return this.IsNull(this.tableK4EE_Component_Reel_SID_Convert.VenderNameColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public void SetVenderNameNull() { - this[this.tableComponent_Reel_SID_Convert.VenderNameColumn] = global::System.Convert.DBNull; + this[this.tableK4EE_Component_Reel_SID_Convert.VenderNameColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public bool IsVenderLotNull() { - return this.IsNull(this.tableComponent_Reel_SID_Convert.VenderLotColumn); + return this.IsNull(this.tableK4EE_Component_Reel_SID_Convert.VenderLotColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public void SetVenderLotNull() { - this[this.tableComponent_Reel_SID_Convert.VenderLotColumn] = global::System.Convert.DBNull; + this[this.tableK4EE_Component_Reel_SID_Convert.VenderLotColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public bool IsPrintPositionNull() { - return this.IsNull(this.tableComponent_Reel_SID_Convert.PrintPositionColumn); + return this.IsNull(this.tableK4EE_Component_Reel_SID_Convert.PrintPositionColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public void SetPrintPositionNull() { - this[this.tableComponent_Reel_SID_Convert.PrintPositionColumn] = global::System.Convert.DBNull; + this[this.tableK4EE_Component_Reel_SID_Convert.PrintPositionColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public bool IsMFGNull() { - return this.IsNull(this.tableComponent_Reel_SID_Convert.MFGColumn); + return this.IsNull(this.tableK4EE_Component_Reel_SID_Convert.MFGColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public void SetMFGNull() { - this[this.tableComponent_Reel_SID_Convert.MFGColumn] = global::System.Convert.DBNull; + this[this.tableK4EE_Component_Reel_SID_Convert.MFGColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public bool IsqtymaxNull() { - return this.IsNull(this.tableComponent_Reel_SID_Convert.qtymaxColumn); + return this.IsNull(this.tableK4EE_Component_Reel_SID_Convert.qtymaxColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public void SetqtymaxNull() { - this[this.tableComponent_Reel_SID_Convert.qtymaxColumn] = global::System.Convert.DBNull; + this[this.tableK4EE_Component_Reel_SID_Convert.qtymaxColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public bool IsbatchNull() { - return this.IsNull(this.tableComponent_Reel_SID_Convert.batchColumn); + return this.IsNull(this.tableK4EE_Component_Reel_SID_Convert.batchColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public void SetbatchNull() { - this[this.tableComponent_Reel_SID_Convert.batchColumn] = global::System.Convert.DBNull; + this[this.tableK4EE_Component_Reel_SID_Convert.batchColumn] = global::System.Convert.DBNull; } } /// ///Represents strongly named DataRow class. /// - public partial class Component_Reel_Print_InformationRow : global::System.Data.DataRow { + public partial class K4EE_Component_Reel_Print_InformationRow : global::System.Data.DataRow { - private Component_Reel_Print_InformationDataTable tableComponent_Reel_Print_Information; + private K4EE_Component_Reel_Print_InformationDataTable tableK4EE_Component_Reel_Print_Information; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - internal Component_Reel_Print_InformationRow(global::System.Data.DataRowBuilder rb) : + internal K4EE_Component_Reel_Print_InformationRow(global::System.Data.DataRowBuilder rb) : base(rb) { - this.tableComponent_Reel_Print_Information = ((Component_Reel_Print_InformationDataTable)(this.Table)); + this.tableK4EE_Component_Reel_Print_Information = ((K4EE_Component_Reel_Print_InformationDataTable)(this.Table)); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public int idx { get { - return ((int)(this[this.tableComponent_Reel_Print_Information.idxColumn])); + return ((int)(this[this.tableK4EE_Component_Reel_Print_Information.idxColumn])); } set { - this[this.tableComponent_Reel_Print_Information.idxColumn] = value; + this[this.tableK4EE_Component_Reel_Print_Information.idxColumn] = value; } } @@ -2439,11 +2439,11 @@ namespace SIDConvInfoEditorII { return string.Empty; } else { - return ((string)(this[this.tableComponent_Reel_Print_Information.MCColumn])); + return ((string)(this[this.tableK4EE_Component_Reel_Print_Information.MCColumn])); } } set { - this[this.tableComponent_Reel_Print_Information.MCColumn] = value; + this[this.tableK4EE_Component_Reel_Print_Information.MCColumn] = value; } } @@ -2451,10 +2451,10 @@ namespace SIDConvInfoEditorII { [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public string SID { get { - return ((string)(this[this.tableComponent_Reel_Print_Information.SIDColumn])); + return ((string)(this[this.tableK4EE_Component_Reel_Print_Information.SIDColumn])); } set { - this[this.tableComponent_Reel_Print_Information.SIDColumn] = value; + this[this.tableK4EE_Component_Reel_Print_Information.SIDColumn] = value; } } @@ -2466,11 +2466,11 @@ namespace SIDConvInfoEditorII { return string.Empty; } else { - return ((string)(this[this.tableComponent_Reel_Print_Information.PrintPositionColumn])); + return ((string)(this[this.tableK4EE_Component_Reel_Print_Information.PrintPositionColumn])); } } set { - this[this.tableComponent_Reel_Print_Information.PrintPositionColumn] = value; + this[this.tableK4EE_Component_Reel_Print_Information.PrintPositionColumn] = value; } } @@ -2482,11 +2482,11 @@ namespace SIDConvInfoEditorII { return string.Empty; } else { - return ((string)(this[this.tableComponent_Reel_Print_Information.RemarkColumn])); + return ((string)(this[this.tableK4EE_Component_Reel_Print_Information.RemarkColumn])); } } set { - this[this.tableComponent_Reel_Print_Information.RemarkColumn] = value; + this[this.tableK4EE_Component_Reel_Print_Information.RemarkColumn] = value; } } @@ -2495,63 +2495,63 @@ namespace SIDConvInfoEditorII { public System.DateTime wdate { get { try { - return ((global::System.DateTime)(this[this.tableComponent_Reel_Print_Information.wdateColumn])); + return ((global::System.DateTime)(this[this.tableK4EE_Component_Reel_Print_Information.wdateColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("\'Component_Reel_Print_Information\' 테이블의 \'wdate\' 열의 값이 DBNull입니다.", e); + throw new global::System.Data.StrongTypingException("\'K4EE_Component_Reel_Print_Information\' 테이블의 \'wdate\' 열의 값이 DBNull입니다.", e); } } set { - this[this.tableComponent_Reel_Print_Information.wdateColumn] = value; + this[this.tableK4EE_Component_Reel_Print_Information.wdateColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public bool IsMCNull() { - return this.IsNull(this.tableComponent_Reel_Print_Information.MCColumn); + return this.IsNull(this.tableK4EE_Component_Reel_Print_Information.MCColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public void SetMCNull() { - this[this.tableComponent_Reel_Print_Information.MCColumn] = global::System.Convert.DBNull; + this[this.tableK4EE_Component_Reel_Print_Information.MCColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public bool IsPrintPositionNull() { - return this.IsNull(this.tableComponent_Reel_Print_Information.PrintPositionColumn); + return this.IsNull(this.tableK4EE_Component_Reel_Print_Information.PrintPositionColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public void SetPrintPositionNull() { - this[this.tableComponent_Reel_Print_Information.PrintPositionColumn] = global::System.Convert.DBNull; + this[this.tableK4EE_Component_Reel_Print_Information.PrintPositionColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public bool IsRemarkNull() { - return this.IsNull(this.tableComponent_Reel_Print_Information.RemarkColumn); + return this.IsNull(this.tableK4EE_Component_Reel_Print_Information.RemarkColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public void SetRemarkNull() { - this[this.tableComponent_Reel_Print_Information.RemarkColumn] = global::System.Convert.DBNull; + this[this.tableK4EE_Component_Reel_Print_Information.RemarkColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public bool IswdateNull() { - return this.IsNull(this.tableComponent_Reel_Print_Information.wdateColumn); + return this.IsNull(this.tableK4EE_Component_Reel_Print_Information.wdateColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public void SetwdateNull() { - this[this.tableComponent_Reel_Print_Information.wdateColumn] = global::System.Convert.DBNull; + this[this.tableK4EE_Component_Reel_Print_Information.wdateColumn] = global::System.Convert.DBNull; } } @@ -2559,22 +2559,22 @@ namespace SIDConvInfoEditorII { ///Row event argument class /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public class Component_Reel_SID_InformationRowChangeEvent : global::System.EventArgs { + public class K4EE_Component_Reel_SID_InformationRowChangeEvent : global::System.EventArgs { - private Component_Reel_SID_InformationRow eventRow; + private K4EE_Component_Reel_SID_InformationRow eventRow; private global::System.Data.DataRowAction eventAction; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public Component_Reel_SID_InformationRowChangeEvent(Component_Reel_SID_InformationRow row, global::System.Data.DataRowAction action) { + public K4EE_Component_Reel_SID_InformationRowChangeEvent(K4EE_Component_Reel_SID_InformationRow row, global::System.Data.DataRowAction action) { this.eventRow = row; this.eventAction = action; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public Component_Reel_SID_InformationRow Row { + public K4EE_Component_Reel_SID_InformationRow Row { get { return this.eventRow; } @@ -2593,22 +2593,22 @@ namespace SIDConvInfoEditorII { ///Row event argument class /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public class Component_Reel_SID_ConvertRowChangeEvent : global::System.EventArgs { + public class K4EE_Component_Reel_SID_ConvertRowChangeEvent : global::System.EventArgs { - private Component_Reel_SID_ConvertRow eventRow; + private K4EE_Component_Reel_SID_ConvertRow eventRow; private global::System.Data.DataRowAction eventAction; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public Component_Reel_SID_ConvertRowChangeEvent(Component_Reel_SID_ConvertRow row, global::System.Data.DataRowAction action) { + public K4EE_Component_Reel_SID_ConvertRowChangeEvent(K4EE_Component_Reel_SID_ConvertRow row, global::System.Data.DataRowAction action) { this.eventRow = row; this.eventAction = action; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public Component_Reel_SID_ConvertRow Row { + public K4EE_Component_Reel_SID_ConvertRow Row { get { return this.eventRow; } @@ -2627,22 +2627,22 @@ namespace SIDConvInfoEditorII { ///Row event argument class /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public class Component_Reel_Print_InformationRowChangeEvent : global::System.EventArgs { + public class K4EE_Component_Reel_Print_InformationRowChangeEvent : global::System.EventArgs { - private Component_Reel_Print_InformationRow eventRow; + private K4EE_Component_Reel_Print_InformationRow eventRow; private global::System.Data.DataRowAction eventAction; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public Component_Reel_Print_InformationRowChangeEvent(Component_Reel_Print_InformationRow row, global::System.Data.DataRowAction action) { + public K4EE_Component_Reel_Print_InformationRowChangeEvent(K4EE_Component_Reel_Print_InformationRow row, global::System.Data.DataRowAction action) { this.eventRow = row; this.eventAction = action; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public Component_Reel_Print_InformationRow Row { + public K4EE_Component_Reel_Print_InformationRow Row { get { return this.eventRow; } @@ -2670,7 +2670,7 @@ namespace SIDConvInfoEditorII.DataSet1TableAdapters { [global::System.ComponentModel.DesignerAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterDesigner, Microsoft.VSDesigner" + ", Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] - public partial class Component_Reel_SID_InformationTableAdapter : global::System.ComponentModel.Component { + public partial class K4EE_Component_Reel_SID_InformationTableAdapter : global::System.ComponentModel.Component { private global::System.Data.SqlClient.SqlDataAdapter _adapter; @@ -2684,7 +2684,7 @@ namespace SIDConvInfoEditorII.DataSet1TableAdapters { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public Component_Reel_SID_InformationTableAdapter() { + public K4EE_Component_Reel_SID_InformationTableAdapter() { this.ClearBeforeFill = true; } @@ -2781,7 +2781,7 @@ namespace SIDConvInfoEditorII.DataSet1TableAdapters { this._adapter = new global::System.Data.SqlClient.SqlDataAdapter(); global::System.Data.Common.DataTableMapping tableMapping = new global::System.Data.Common.DataTableMapping(); tableMapping.SourceTable = "Table"; - tableMapping.DataSetTable = "Component_Reel_SID_Information"; + tableMapping.DataSetTable = "K4EE_Component_Reel_SID_Information"; tableMapping.ColumnMappings.Add("idx", "idx"); tableMapping.ColumnMappings.Add("MC", "MC"); tableMapping.ColumnMappings.Add("SID", "SID"); @@ -2902,14 +2902,14 @@ SELECT idx, MC, SID, CustCode, PartNo, CustName, VenderName, Remark, MFG, wdate, this._commandCollection[0] = new global::System.Data.SqlClient.SqlCommand(); this._commandCollection[0].Connection = this.Connection; this._commandCollection[0].CommandText = "SELECT idx, MC, SID, CustCode, PartNo, CustName, VenderName, Remark, MFG, wdate," + - " qtymax, batch, VenderLot, attach\r\nFROM Component_Reel_SID_Information\r\nWHER" + - "E (MC = @mc)\r\nORDER BY SID"; + " qtymax, batch, VenderLot, attach\r\nFROM K4EE_Component_Reel_SID_Information\r" + + "\nWHERE (MC = @mc)\r\nORDER BY SID"; this._commandCollection[0].CommandType = global::System.Data.CommandType.Text; this._commandCollection[0].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@mc", global::System.Data.SqlDbType.VarChar, 20, global::System.Data.ParameterDirection.Input, 0, 0, "MC", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._commandCollection[1] = new global::System.Data.SqlClient.SqlCommand(); this._commandCollection[1].Connection = this.Connection; - this._commandCollection[1].CommandText = "SELECT COUNT(*) AS Expr1\r\nFROM Component_Reel_SID_Information\r\nWHERE (MC = " + - "@mc) AND (SID = @sid) AND (PartNo = @part) AND (CustCode = @cost)"; + this._commandCollection[1].CommandText = "SELECT COUNT(*) AS Expr1\r\nFROM K4EE_Component_Reel_SID_Information\r\nWHERE (" + + "MC = @mc) AND (SID = @sid) AND (PartNo = @part) AND (CustCode = @cost)"; this._commandCollection[1].CommandType = global::System.Data.CommandType.Text; this._commandCollection[1].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@mc", global::System.Data.SqlDbType.VarChar, 20, global::System.Data.ParameterDirection.Input, 0, 0, "MC", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._commandCollection[1].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@sid", global::System.Data.SqlDbType.VarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, "SID", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); @@ -2917,18 +2917,18 @@ SELECT idx, MC, SID, CustCode, PartNo, CustName, VenderName, Remark, MFG, wdate, this._commandCollection[1].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@cost", global::System.Data.SqlDbType.VarChar, 10, global::System.Data.ParameterDirection.Input, 0, 0, "CustCode", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._commandCollection[2] = new global::System.Data.SqlClient.SqlCommand(); this._commandCollection[2].Connection = this.Connection; - this._commandCollection[2].CommandText = "SELECT COUNT(*) AS Expr1\r\nFROM Component_Reel_SID_Information\r\nWHERE (MC = " + - "@mc) AND (SID = @sid) AND (PartNo = @part) AND (CustCode = @cost) and venderlot " + - "= @vlot"; + this._commandCollection[2].CommandText = "SELECT COUNT(*) AS Expr1\r\nFROM K4EE_Component_Reel_SID_Information\r\nWHERE (" + + "MC = @mc) AND (SID = @sid) AND (PartNo = @part) AND (CustCode = @cost) AND (Vend" + + "erLot = @vlot)"; this._commandCollection[2].CommandType = global::System.Data.CommandType.Text; this._commandCollection[2].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@mc", global::System.Data.SqlDbType.VarChar, 20, global::System.Data.ParameterDirection.Input, 0, 0, "MC", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._commandCollection[2].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@sid", global::System.Data.SqlDbType.VarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, "SID", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._commandCollection[2].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@part", global::System.Data.SqlDbType.VarChar, 100, global::System.Data.ParameterDirection.Input, 0, 0, "PartNo", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._commandCollection[2].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@cost", global::System.Data.SqlDbType.VarChar, 10, global::System.Data.ParameterDirection.Input, 0, 0, "CustCode", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._commandCollection[2].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@vlot", global::System.Data.SqlDbType.VarChar, 100, global::System.Data.ParameterDirection.Input, 0, 0, "VenderLot", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._commandCollection[2].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@vlot", global::System.Data.SqlDbType.VarChar, 1000, global::System.Data.ParameterDirection.Input, 0, 0, "VenderLot", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._commandCollection[3] = new global::System.Data.SqlClient.SqlCommand(); this._commandCollection[3].Connection = this.Connection; - this._commandCollection[3].CommandText = "DELETE FROM Component_Reel_SID_Information\r\nWHERE (MC = @mc)"; + this._commandCollection[3].CommandText = "DELETE FROM K4EE_Component_Reel_SID_Information\r\nWHERE (MC = @mc)"; this._commandCollection[3].CommandType = global::System.Data.CommandType.Text; this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@mc", global::System.Data.SqlDbType.VarChar, 20, global::System.Data.ParameterDirection.Input, 0, 0, "MC", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); } @@ -2937,7 +2937,7 @@ SELECT idx, MC, SID, CustCode, PartNo, CustName, VenderName, Remark, MFG, wdate, [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Fill, true)] - public virtual int Fill(DataSet1.Component_Reel_SID_InformationDataTable dataTable, string mc) { + public virtual int Fill(DataSet1.K4EE_Component_Reel_SID_InformationDataTable dataTable, string mc) { this.Adapter.SelectCommand = this.CommandCollection[0]; if ((mc == null)) { this.Adapter.SelectCommand.Parameters[0].Value = global::System.DBNull.Value; @@ -2956,7 +2956,7 @@ SELECT idx, MC, SID, CustCode, PartNo, CustName, VenderName, Remark, MFG, wdate, [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, true)] - public virtual DataSet1.Component_Reel_SID_InformationDataTable GetData(string mc) { + public virtual DataSet1.K4EE_Component_Reel_SID_InformationDataTable GetData(string mc) { this.Adapter.SelectCommand = this.CommandCollection[0]; if ((mc == null)) { this.Adapter.SelectCommand.Parameters[0].Value = global::System.DBNull.Value; @@ -2964,7 +2964,7 @@ SELECT idx, MC, SID, CustCode, PartNo, CustName, VenderName, Remark, MFG, wdate, else { this.Adapter.SelectCommand.Parameters[0].Value = ((string)(mc)); } - DataSet1.Component_Reel_SID_InformationDataTable dataTable = new DataSet1.Component_Reel_SID_InformationDataTable(); + DataSet1.K4EE_Component_Reel_SID_InformationDataTable dataTable = new DataSet1.K4EE_Component_Reel_SID_InformationDataTable(); this.Adapter.Fill(dataTable); return dataTable; } @@ -2972,7 +2972,7 @@ SELECT idx, MC, SID, CustCode, PartNo, CustName, VenderName, Remark, MFG, wdate, [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] - public virtual int Update(DataSet1.Component_Reel_SID_InformationDataTable dataTable) { + public virtual int Update(DataSet1.K4EE_Component_Reel_SID_InformationDataTable dataTable) { return this.Adapter.Update(dataTable); } @@ -2980,7 +2980,7 @@ SELECT idx, MC, SID, CustCode, PartNo, CustName, VenderName, Remark, MFG, wdate, [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] public virtual int Update(DataSet1 dataSet) { - return this.Adapter.Update(dataSet, "Component_Reel_SID_Information"); + return this.Adapter.Update(dataSet, "K4EE_Component_Reel_SID_Information"); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] @@ -3627,7 +3627,7 @@ SELECT idx, MC, SID, CustCode, PartNo, CustName, VenderName, Remark, MFG, wdate, [global::System.ComponentModel.DesignerAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterDesigner, Microsoft.VSDesigner" + ", Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] - public partial class Component_Reel_SID_ConvertTableAdapter : global::System.ComponentModel.Component { + public partial class K4EE_Component_Reel_SID_ConvertTableAdapter : global::System.ComponentModel.Component { private global::System.Data.SqlClient.SqlDataAdapter _adapter; @@ -3641,7 +3641,7 @@ SELECT idx, MC, SID, CustCode, PartNo, CustName, VenderName, Remark, MFG, wdate, [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public Component_Reel_SID_ConvertTableAdapter() { + public K4EE_Component_Reel_SID_ConvertTableAdapter() { this.ClearBeforeFill = true; } @@ -3738,7 +3738,7 @@ SELECT idx, MC, SID, CustCode, PartNo, CustName, VenderName, Remark, MFG, wdate, this._adapter = new global::System.Data.SqlClient.SqlDataAdapter(); global::System.Data.Common.DataTableMapping tableMapping = new global::System.Data.Common.DataTableMapping(); tableMapping.SourceTable = "Table"; - tableMapping.DataSetTable = "Component_Reel_SID_Convert"; + tableMapping.DataSetTable = "K4EE_Component_Reel_SID_Convert"; tableMapping.ColumnMappings.Add("idx", "idx"); tableMapping.ColumnMappings.Add("MC", "MC"); tableMapping.ColumnMappings.Add("Chk", "Chk"); @@ -3900,8 +3900,8 @@ SELECT idx, MC, Chk, SIDFrom, SIDTo, Remark, wdate, CustCode, PartNo, CustName, this._commandCollection[0] = new global::System.Data.SqlClient.SqlCommand(); this._commandCollection[0].Connection = this.Connection; this._commandCollection[0].CommandText = "SELECT idx, MC, Chk, SIDFrom, SIDTo, Remark, wdate, CustCode, PartNo, CustName, " + - "VenderName, VenderLot, PrintPosition, MFG, qtymax, batch\r\nFROM Component_Ree" + - "l_SID_Convert\r\nORDER BY SIDFrom"; + "VenderName, VenderLot, PrintPosition, MFG, qtymax, batch\r\nFROM K4EE_Componen" + + "t_Reel_SID_Convert\r\nORDER BY SIDFrom"; this._commandCollection[0].CommandType = global::System.Data.CommandType.Text; this._commandCollection[1] = new global::System.Data.SqlClient.SqlCommand(); this._commandCollection[1].Connection = this.Connection; @@ -3913,7 +3913,7 @@ SELECT idx, MC, Chk, SIDFrom, SIDTo, Remark, wdate, CustCode, PartNo, CustName, [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Fill, true)] - public virtual int Fill(DataSet1.Component_Reel_SID_ConvertDataTable dataTable) { + public virtual int Fill(DataSet1.K4EE_Component_Reel_SID_ConvertDataTable dataTable) { this.Adapter.SelectCommand = this.CommandCollection[0]; if ((this.ClearBeforeFill == true)) { dataTable.Clear(); @@ -3926,9 +3926,9 @@ SELECT idx, MC, Chk, SIDFrom, SIDTo, Remark, wdate, CustCode, PartNo, CustName, [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, true)] - public virtual DataSet1.Component_Reel_SID_ConvertDataTable GetData() { + public virtual DataSet1.K4EE_Component_Reel_SID_ConvertDataTable GetData() { this.Adapter.SelectCommand = this.CommandCollection[0]; - DataSet1.Component_Reel_SID_ConvertDataTable dataTable = new DataSet1.Component_Reel_SID_ConvertDataTable(); + DataSet1.K4EE_Component_Reel_SID_ConvertDataTable dataTable = new DataSet1.K4EE_Component_Reel_SID_ConvertDataTable(); this.Adapter.Fill(dataTable); return dataTable; } @@ -3936,7 +3936,7 @@ SELECT idx, MC, Chk, SIDFrom, SIDTo, Remark, wdate, CustCode, PartNo, CustName, [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] - public virtual int Update(DataSet1.Component_Reel_SID_ConvertDataTable dataTable) { + public virtual int Update(DataSet1.K4EE_Component_Reel_SID_ConvertDataTable dataTable) { return this.Adapter.Update(dataTable); } @@ -3944,7 +3944,7 @@ SELECT idx, MC, Chk, SIDFrom, SIDTo, Remark, wdate, CustCode, PartNo, CustName, [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] public virtual int Update(DataSet1 dataSet) { - return this.Adapter.Update(dataSet, "Component_Reel_SID_Convert"); + return this.Adapter.Update(dataSet, "K4EE_Component_Reel_SID_Convert"); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] @@ -4568,7 +4568,7 @@ SELECT idx, MC, Chk, SIDFrom, SIDTo, Remark, wdate, CustCode, PartNo, CustName, [global::System.ComponentModel.DesignerAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterDesigner, Microsoft.VSDesigner" + ", Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] - public partial class Component_Reel_Print_InformationTableAdapter : global::System.ComponentModel.Component { + public partial class K4EE_Component_Reel_Print_InformationTableAdapter : global::System.ComponentModel.Component { private global::System.Data.SqlClient.SqlDataAdapter _adapter; @@ -4582,7 +4582,7 @@ SELECT idx, MC, Chk, SIDFrom, SIDTo, Remark, wdate, CustCode, PartNo, CustName, [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public Component_Reel_Print_InformationTableAdapter() { + public K4EE_Component_Reel_Print_InformationTableAdapter() { this.ClearBeforeFill = true; } @@ -4679,7 +4679,7 @@ SELECT idx, MC, Chk, SIDFrom, SIDTo, Remark, wdate, CustCode, PartNo, CustName, this._adapter = new global::System.Data.SqlClient.SqlDataAdapter(); global::System.Data.Common.DataTableMapping tableMapping = new global::System.Data.Common.DataTableMapping(); tableMapping.SourceTable = "Table"; - tableMapping.DataSetTable = "Component_Reel_Print_Information"; + tableMapping.DataSetTable = "K4EE_Component_Reel_Print_Information"; tableMapping.ColumnMappings.Add("idx", "idx"); tableMapping.ColumnMappings.Add("MC", "MC"); tableMapping.ColumnMappings.Add("SID", "SID"); @@ -4747,7 +4747,8 @@ SELECT idx, MC, SID, PrintPosition, Remark, wdate FROM Component_Reel_Print_Info this._commandCollection = new global::System.Data.SqlClient.SqlCommand[1]; this._commandCollection[0] = new global::System.Data.SqlClient.SqlCommand(); this._commandCollection[0].Connection = this.Connection; - this._commandCollection[0].CommandText = "select *\r\nfrom Component_Reel_Print_Information\r\nwhere MC = @mc"; + this._commandCollection[0].CommandText = "SELECT idx, MC, SID, PrintPosition, Remark, wdate\r\nFROM K4EE_Component_Reel_" + + "Print_Information\r\nWHERE (MC = @mc)"; this._commandCollection[0].CommandType = global::System.Data.CommandType.Text; this._commandCollection[0].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@mc", global::System.Data.SqlDbType.VarChar, 20, global::System.Data.ParameterDirection.Input, 0, 0, "MC", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); } @@ -4756,7 +4757,7 @@ SELECT idx, MC, SID, PrintPosition, Remark, wdate FROM Component_Reel_Print_Info [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Fill, true)] - public virtual int Fill(DataSet1.Component_Reel_Print_InformationDataTable dataTable, string mc) { + public virtual int Fill(DataSet1.K4EE_Component_Reel_Print_InformationDataTable dataTable, string mc) { this.Adapter.SelectCommand = this.CommandCollection[0]; if ((mc == null)) { this.Adapter.SelectCommand.Parameters[0].Value = global::System.DBNull.Value; @@ -4775,7 +4776,7 @@ SELECT idx, MC, SID, PrintPosition, Remark, wdate FROM Component_Reel_Print_Info [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, true)] - public virtual DataSet1.Component_Reel_Print_InformationDataTable GetData(string mc) { + public virtual DataSet1.K4EE_Component_Reel_Print_InformationDataTable GetData(string mc) { this.Adapter.SelectCommand = this.CommandCollection[0]; if ((mc == null)) { this.Adapter.SelectCommand.Parameters[0].Value = global::System.DBNull.Value; @@ -4783,7 +4784,7 @@ SELECT idx, MC, SID, PrintPosition, Remark, wdate FROM Component_Reel_Print_Info else { this.Adapter.SelectCommand.Parameters[0].Value = ((string)(mc)); } - DataSet1.Component_Reel_Print_InformationDataTable dataTable = new DataSet1.Component_Reel_Print_InformationDataTable(); + DataSet1.K4EE_Component_Reel_Print_InformationDataTable dataTable = new DataSet1.K4EE_Component_Reel_Print_InformationDataTable(); this.Adapter.Fill(dataTable); return dataTable; } @@ -4791,7 +4792,7 @@ SELECT idx, MC, SID, PrintPosition, Remark, wdate FROM Component_Reel_Print_Info [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] - public virtual int Update(DataSet1.Component_Reel_Print_InformationDataTable dataTable) { + public virtual int Update(DataSet1.K4EE_Component_Reel_Print_InformationDataTable dataTable) { return this.Adapter.Update(dataTable); } @@ -4799,7 +4800,7 @@ SELECT idx, MC, SID, PrintPosition, Remark, wdate FROM Component_Reel_Print_Info [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] public virtual int Update(DataSet1 dataSet) { - return this.Adapter.Update(dataSet, "Component_Reel_Print_Information"); + return this.Adapter.Update(dataSet, "K4EE_Component_Reel_Print_Information"); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] @@ -5040,11 +5041,11 @@ SELECT idx, MC, SID, PrintPosition, Remark, wdate FROM Component_Reel_Print_Info private UpdateOrderOption _updateOrder; - private Component_Reel_SID_InformationTableAdapter _component_Reel_SID_InformationTableAdapter; + private K4EE_Component_Reel_SID_InformationTableAdapter _k4EE_Component_Reel_SID_InformationTableAdapter; - private Component_Reel_SID_ConvertTableAdapter _component_Reel_SID_ConvertTableAdapter; + private K4EE_Component_Reel_SID_ConvertTableAdapter _k4EE_Component_Reel_SID_ConvertTableAdapter; - private Component_Reel_Print_InformationTableAdapter _component_Reel_Print_InformationTableAdapter; + private K4EE_Component_Reel_Print_InformationTableAdapter _k4EE_Component_Reel_Print_InformationTableAdapter; private bool _backupDataSetBeforeUpdate; @@ -5066,12 +5067,12 @@ SELECT idx, MC, SID, PrintPosition, Remark, wdate FROM Component_Reel_Print_Info [global::System.ComponentModel.EditorAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterManagerPropertyEditor, Microso" + "ft.VSDesigner, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3" + "a", "System.Drawing.Design.UITypeEditor")] - public Component_Reel_SID_InformationTableAdapter Component_Reel_SID_InformationTableAdapter { + public K4EE_Component_Reel_SID_InformationTableAdapter K4EE_Component_Reel_SID_InformationTableAdapter { get { - return this._component_Reel_SID_InformationTableAdapter; + return this._k4EE_Component_Reel_SID_InformationTableAdapter; } set { - this._component_Reel_SID_InformationTableAdapter = value; + this._k4EE_Component_Reel_SID_InformationTableAdapter = value; } } @@ -5080,12 +5081,12 @@ SELECT idx, MC, SID, PrintPosition, Remark, wdate FROM Component_Reel_Print_Info [global::System.ComponentModel.EditorAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterManagerPropertyEditor, Microso" + "ft.VSDesigner, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3" + "a", "System.Drawing.Design.UITypeEditor")] - public Component_Reel_SID_ConvertTableAdapter Component_Reel_SID_ConvertTableAdapter { + public K4EE_Component_Reel_SID_ConvertTableAdapter K4EE_Component_Reel_SID_ConvertTableAdapter { get { - return this._component_Reel_SID_ConvertTableAdapter; + return this._k4EE_Component_Reel_SID_ConvertTableAdapter; } set { - this._component_Reel_SID_ConvertTableAdapter = value; + this._k4EE_Component_Reel_SID_ConvertTableAdapter = value; } } @@ -5094,12 +5095,12 @@ SELECT idx, MC, SID, PrintPosition, Remark, wdate FROM Component_Reel_Print_Info [global::System.ComponentModel.EditorAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterManagerPropertyEditor, Microso" + "ft.VSDesigner, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3" + "a", "System.Drawing.Design.UITypeEditor")] - public Component_Reel_Print_InformationTableAdapter Component_Reel_Print_InformationTableAdapter { + public K4EE_Component_Reel_Print_InformationTableAdapter K4EE_Component_Reel_Print_InformationTableAdapter { get { - return this._component_Reel_Print_InformationTableAdapter; + return this._k4EE_Component_Reel_Print_InformationTableAdapter; } set { - this._component_Reel_Print_InformationTableAdapter = value; + this._k4EE_Component_Reel_Print_InformationTableAdapter = value; } } @@ -5122,17 +5123,17 @@ SELECT idx, MC, SID, PrintPosition, Remark, wdate FROM Component_Reel_Print_Info if ((this._connection != null)) { return this._connection; } - if (((this._component_Reel_SID_InformationTableAdapter != null) - && (this._component_Reel_SID_InformationTableAdapter.Connection != null))) { - return this._component_Reel_SID_InformationTableAdapter.Connection; + if (((this._k4EE_Component_Reel_SID_InformationTableAdapter != null) + && (this._k4EE_Component_Reel_SID_InformationTableAdapter.Connection != null))) { + return this._k4EE_Component_Reel_SID_InformationTableAdapter.Connection; } - if (((this._component_Reel_SID_ConvertTableAdapter != null) - && (this._component_Reel_SID_ConvertTableAdapter.Connection != null))) { - return this._component_Reel_SID_ConvertTableAdapter.Connection; + if (((this._k4EE_Component_Reel_SID_ConvertTableAdapter != null) + && (this._k4EE_Component_Reel_SID_ConvertTableAdapter.Connection != null))) { + return this._k4EE_Component_Reel_SID_ConvertTableAdapter.Connection; } - if (((this._component_Reel_Print_InformationTableAdapter != null) - && (this._component_Reel_Print_InformationTableAdapter.Connection != null))) { - return this._component_Reel_Print_InformationTableAdapter.Connection; + if (((this._k4EE_Component_Reel_Print_InformationTableAdapter != null) + && (this._k4EE_Component_Reel_Print_InformationTableAdapter.Connection != null))) { + return this._k4EE_Component_Reel_Print_InformationTableAdapter.Connection; } return null; } @@ -5147,13 +5148,13 @@ SELECT idx, MC, SID, PrintPosition, Remark, wdate FROM Component_Reel_Print_Info public int TableAdapterInstanceCount { get { int count = 0; - if ((this._component_Reel_SID_InformationTableAdapter != null)) { + if ((this._k4EE_Component_Reel_SID_InformationTableAdapter != null)) { count = (count + 1); } - if ((this._component_Reel_SID_ConvertTableAdapter != null)) { + if ((this._k4EE_Component_Reel_SID_ConvertTableAdapter != null)) { count = (count + 1); } - if ((this._component_Reel_Print_InformationTableAdapter != null)) { + if ((this._k4EE_Component_Reel_Print_InformationTableAdapter != null)) { count = (count + 1); } return count; @@ -5167,30 +5168,30 @@ SELECT idx, MC, SID, PrintPosition, Remark, wdate FROM Component_Reel_Print_Info [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] private int UpdateUpdatedRows(DataSet1 dataSet, global::System.Collections.Generic.List allChangedRows, global::System.Collections.Generic.List allAddedRows) { int result = 0; - if ((this._component_Reel_SID_InformationTableAdapter != null)) { - global::System.Data.DataRow[] updatedRows = dataSet.Component_Reel_SID_Information.Select(null, null, global::System.Data.DataViewRowState.ModifiedCurrent); + if ((this._k4EE_Component_Reel_SID_InformationTableAdapter != null)) { + global::System.Data.DataRow[] updatedRows = dataSet.K4EE_Component_Reel_SID_Information.Select(null, null, global::System.Data.DataViewRowState.ModifiedCurrent); updatedRows = this.GetRealUpdatedRows(updatedRows, allAddedRows); if (((updatedRows != null) && (0 < updatedRows.Length))) { - result = (result + this._component_Reel_SID_InformationTableAdapter.Update(updatedRows)); + result = (result + this._k4EE_Component_Reel_SID_InformationTableAdapter.Update(updatedRows)); allChangedRows.AddRange(updatedRows); } } - if ((this._component_Reel_SID_ConvertTableAdapter != null)) { - global::System.Data.DataRow[] updatedRows = dataSet.Component_Reel_SID_Convert.Select(null, null, global::System.Data.DataViewRowState.ModifiedCurrent); + if ((this._k4EE_Component_Reel_SID_ConvertTableAdapter != null)) { + global::System.Data.DataRow[] updatedRows = dataSet.K4EE_Component_Reel_SID_Convert.Select(null, null, global::System.Data.DataViewRowState.ModifiedCurrent); updatedRows = this.GetRealUpdatedRows(updatedRows, allAddedRows); if (((updatedRows != null) && (0 < updatedRows.Length))) { - result = (result + this._component_Reel_SID_ConvertTableAdapter.Update(updatedRows)); + result = (result + this._k4EE_Component_Reel_SID_ConvertTableAdapter.Update(updatedRows)); allChangedRows.AddRange(updatedRows); } } - if ((this._component_Reel_Print_InformationTableAdapter != null)) { - global::System.Data.DataRow[] updatedRows = dataSet.Component_Reel_Print_Information.Select(null, null, global::System.Data.DataViewRowState.ModifiedCurrent); + if ((this._k4EE_Component_Reel_Print_InformationTableAdapter != null)) { + global::System.Data.DataRow[] updatedRows = dataSet.K4EE_Component_Reel_Print_Information.Select(null, null, global::System.Data.DataViewRowState.ModifiedCurrent); updatedRows = this.GetRealUpdatedRows(updatedRows, allAddedRows); if (((updatedRows != null) && (0 < updatedRows.Length))) { - result = (result + this._component_Reel_Print_InformationTableAdapter.Update(updatedRows)); + result = (result + this._k4EE_Component_Reel_Print_InformationTableAdapter.Update(updatedRows)); allChangedRows.AddRange(updatedRows); } } @@ -5204,27 +5205,27 @@ SELECT idx, MC, SID, PrintPosition, Remark, wdate FROM Component_Reel_Print_Info [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] private int UpdateInsertedRows(DataSet1 dataSet, global::System.Collections.Generic.List allAddedRows) { int result = 0; - if ((this._component_Reel_SID_InformationTableAdapter != null)) { - global::System.Data.DataRow[] addedRows = dataSet.Component_Reel_SID_Information.Select(null, null, global::System.Data.DataViewRowState.Added); + if ((this._k4EE_Component_Reel_SID_InformationTableAdapter != null)) { + global::System.Data.DataRow[] addedRows = dataSet.K4EE_Component_Reel_SID_Information.Select(null, null, global::System.Data.DataViewRowState.Added); if (((addedRows != null) && (0 < addedRows.Length))) { - result = (result + this._component_Reel_SID_InformationTableAdapter.Update(addedRows)); + result = (result + this._k4EE_Component_Reel_SID_InformationTableAdapter.Update(addedRows)); allAddedRows.AddRange(addedRows); } } - if ((this._component_Reel_SID_ConvertTableAdapter != null)) { - global::System.Data.DataRow[] addedRows = dataSet.Component_Reel_SID_Convert.Select(null, null, global::System.Data.DataViewRowState.Added); + if ((this._k4EE_Component_Reel_SID_ConvertTableAdapter != null)) { + global::System.Data.DataRow[] addedRows = dataSet.K4EE_Component_Reel_SID_Convert.Select(null, null, global::System.Data.DataViewRowState.Added); if (((addedRows != null) && (0 < addedRows.Length))) { - result = (result + this._component_Reel_SID_ConvertTableAdapter.Update(addedRows)); + result = (result + this._k4EE_Component_Reel_SID_ConvertTableAdapter.Update(addedRows)); allAddedRows.AddRange(addedRows); } } - if ((this._component_Reel_Print_InformationTableAdapter != null)) { - global::System.Data.DataRow[] addedRows = dataSet.Component_Reel_Print_Information.Select(null, null, global::System.Data.DataViewRowState.Added); + if ((this._k4EE_Component_Reel_Print_InformationTableAdapter != null)) { + global::System.Data.DataRow[] addedRows = dataSet.K4EE_Component_Reel_Print_Information.Select(null, null, global::System.Data.DataViewRowState.Added); if (((addedRows != null) && (0 < addedRows.Length))) { - result = (result + this._component_Reel_Print_InformationTableAdapter.Update(addedRows)); + result = (result + this._k4EE_Component_Reel_Print_InformationTableAdapter.Update(addedRows)); allAddedRows.AddRange(addedRows); } } @@ -5238,27 +5239,27 @@ SELECT idx, MC, SID, PrintPosition, Remark, wdate FROM Component_Reel_Print_Info [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] private int UpdateDeletedRows(DataSet1 dataSet, global::System.Collections.Generic.List allChangedRows) { int result = 0; - if ((this._component_Reel_Print_InformationTableAdapter != null)) { - global::System.Data.DataRow[] deletedRows = dataSet.Component_Reel_Print_Information.Select(null, null, global::System.Data.DataViewRowState.Deleted); + if ((this._k4EE_Component_Reel_Print_InformationTableAdapter != null)) { + global::System.Data.DataRow[] deletedRows = dataSet.K4EE_Component_Reel_Print_Information.Select(null, null, global::System.Data.DataViewRowState.Deleted); if (((deletedRows != null) && (0 < deletedRows.Length))) { - result = (result + this._component_Reel_Print_InformationTableAdapter.Update(deletedRows)); + result = (result + this._k4EE_Component_Reel_Print_InformationTableAdapter.Update(deletedRows)); allChangedRows.AddRange(deletedRows); } } - if ((this._component_Reel_SID_ConvertTableAdapter != null)) { - global::System.Data.DataRow[] deletedRows = dataSet.Component_Reel_SID_Convert.Select(null, null, global::System.Data.DataViewRowState.Deleted); + if ((this._k4EE_Component_Reel_SID_ConvertTableAdapter != null)) { + global::System.Data.DataRow[] deletedRows = dataSet.K4EE_Component_Reel_SID_Convert.Select(null, null, global::System.Data.DataViewRowState.Deleted); if (((deletedRows != null) && (0 < deletedRows.Length))) { - result = (result + this._component_Reel_SID_ConvertTableAdapter.Update(deletedRows)); + result = (result + this._k4EE_Component_Reel_SID_ConvertTableAdapter.Update(deletedRows)); allChangedRows.AddRange(deletedRows); } } - if ((this._component_Reel_SID_InformationTableAdapter != null)) { - global::System.Data.DataRow[] deletedRows = dataSet.Component_Reel_SID_Information.Select(null, null, global::System.Data.DataViewRowState.Deleted); + if ((this._k4EE_Component_Reel_SID_InformationTableAdapter != null)) { + global::System.Data.DataRow[] deletedRows = dataSet.K4EE_Component_Reel_SID_Information.Select(null, null, global::System.Data.DataViewRowState.Deleted); if (((deletedRows != null) && (0 < deletedRows.Length))) { - result = (result + this._component_Reel_SID_InformationTableAdapter.Update(deletedRows)); + result = (result + this._k4EE_Component_Reel_SID_InformationTableAdapter.Update(deletedRows)); allChangedRows.AddRange(deletedRows); } } @@ -5301,16 +5302,16 @@ SELECT idx, MC, SID, PrintPosition, Remark, wdate FROM Component_Reel_Print_Info if ((dataSet.HasChanges() == false)) { return 0; } - if (((this._component_Reel_SID_InformationTableAdapter != null) - && (this.MatchTableAdapterConnection(this._component_Reel_SID_InformationTableAdapter.Connection) == false))) { + if (((this._k4EE_Component_Reel_SID_InformationTableAdapter != null) + && (this.MatchTableAdapterConnection(this._k4EE_Component_Reel_SID_InformationTableAdapter.Connection) == false))) { throw new global::System.ArgumentException("TableAdapterManager에서 관리하는 모든 TableAdapter에는 동일한 연결 문자열을 사용해야 합니다."); } - if (((this._component_Reel_SID_ConvertTableAdapter != null) - && (this.MatchTableAdapterConnection(this._component_Reel_SID_ConvertTableAdapter.Connection) == false))) { + if (((this._k4EE_Component_Reel_SID_ConvertTableAdapter != null) + && (this.MatchTableAdapterConnection(this._k4EE_Component_Reel_SID_ConvertTableAdapter.Connection) == false))) { throw new global::System.ArgumentException("TableAdapterManager에서 관리하는 모든 TableAdapter에는 동일한 연결 문자열을 사용해야 합니다."); } - if (((this._component_Reel_Print_InformationTableAdapter != null) - && (this.MatchTableAdapterConnection(this._component_Reel_Print_InformationTableAdapter.Connection) == false))) { + if (((this._k4EE_Component_Reel_Print_InformationTableAdapter != null) + && (this.MatchTableAdapterConnection(this._k4EE_Component_Reel_Print_InformationTableAdapter.Connection) == false))) { throw new global::System.ArgumentException("TableAdapterManager에서 관리하는 모든 TableAdapter에는 동일한 연결 문자열을 사용해야 합니다."); } global::System.Data.IDbConnection workConnection = this.Connection; @@ -5344,31 +5345,31 @@ SELECT idx, MC, SID, PrintPosition, Remark, wdate FROM Component_Reel_Print_Info try { // ---- Prepare for update ----------- // - if ((this._component_Reel_SID_InformationTableAdapter != null)) { - revertConnections.Add(this._component_Reel_SID_InformationTableAdapter, this._component_Reel_SID_InformationTableAdapter.Connection); - this._component_Reel_SID_InformationTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(workConnection)); - this._component_Reel_SID_InformationTableAdapter.Transaction = ((global::System.Data.SqlClient.SqlTransaction)(workTransaction)); - if (this._component_Reel_SID_InformationTableAdapter.Adapter.AcceptChangesDuringUpdate) { - this._component_Reel_SID_InformationTableAdapter.Adapter.AcceptChangesDuringUpdate = false; - adaptersWithAcceptChangesDuringUpdate.Add(this._component_Reel_SID_InformationTableAdapter.Adapter); + if ((this._k4EE_Component_Reel_SID_InformationTableAdapter != null)) { + revertConnections.Add(this._k4EE_Component_Reel_SID_InformationTableAdapter, this._k4EE_Component_Reel_SID_InformationTableAdapter.Connection); + this._k4EE_Component_Reel_SID_InformationTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(workConnection)); + this._k4EE_Component_Reel_SID_InformationTableAdapter.Transaction = ((global::System.Data.SqlClient.SqlTransaction)(workTransaction)); + if (this._k4EE_Component_Reel_SID_InformationTableAdapter.Adapter.AcceptChangesDuringUpdate) { + this._k4EE_Component_Reel_SID_InformationTableAdapter.Adapter.AcceptChangesDuringUpdate = false; + adaptersWithAcceptChangesDuringUpdate.Add(this._k4EE_Component_Reel_SID_InformationTableAdapter.Adapter); } } - if ((this._component_Reel_SID_ConvertTableAdapter != null)) { - revertConnections.Add(this._component_Reel_SID_ConvertTableAdapter, this._component_Reel_SID_ConvertTableAdapter.Connection); - this._component_Reel_SID_ConvertTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(workConnection)); - this._component_Reel_SID_ConvertTableAdapter.Transaction = ((global::System.Data.SqlClient.SqlTransaction)(workTransaction)); - if (this._component_Reel_SID_ConvertTableAdapter.Adapter.AcceptChangesDuringUpdate) { - this._component_Reel_SID_ConvertTableAdapter.Adapter.AcceptChangesDuringUpdate = false; - adaptersWithAcceptChangesDuringUpdate.Add(this._component_Reel_SID_ConvertTableAdapter.Adapter); + if ((this._k4EE_Component_Reel_SID_ConvertTableAdapter != null)) { + revertConnections.Add(this._k4EE_Component_Reel_SID_ConvertTableAdapter, this._k4EE_Component_Reel_SID_ConvertTableAdapter.Connection); + this._k4EE_Component_Reel_SID_ConvertTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(workConnection)); + this._k4EE_Component_Reel_SID_ConvertTableAdapter.Transaction = ((global::System.Data.SqlClient.SqlTransaction)(workTransaction)); + if (this._k4EE_Component_Reel_SID_ConvertTableAdapter.Adapter.AcceptChangesDuringUpdate) { + this._k4EE_Component_Reel_SID_ConvertTableAdapter.Adapter.AcceptChangesDuringUpdate = false; + adaptersWithAcceptChangesDuringUpdate.Add(this._k4EE_Component_Reel_SID_ConvertTableAdapter.Adapter); } } - if ((this._component_Reel_Print_InformationTableAdapter != null)) { - revertConnections.Add(this._component_Reel_Print_InformationTableAdapter, this._component_Reel_Print_InformationTableAdapter.Connection); - this._component_Reel_Print_InformationTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(workConnection)); - this._component_Reel_Print_InformationTableAdapter.Transaction = ((global::System.Data.SqlClient.SqlTransaction)(workTransaction)); - if (this._component_Reel_Print_InformationTableAdapter.Adapter.AcceptChangesDuringUpdate) { - this._component_Reel_Print_InformationTableAdapter.Adapter.AcceptChangesDuringUpdate = false; - adaptersWithAcceptChangesDuringUpdate.Add(this._component_Reel_Print_InformationTableAdapter.Adapter); + if ((this._k4EE_Component_Reel_Print_InformationTableAdapter != null)) { + revertConnections.Add(this._k4EE_Component_Reel_Print_InformationTableAdapter, this._k4EE_Component_Reel_Print_InformationTableAdapter.Connection); + this._k4EE_Component_Reel_Print_InformationTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(workConnection)); + this._k4EE_Component_Reel_Print_InformationTableAdapter.Transaction = ((global::System.Data.SqlClient.SqlTransaction)(workTransaction)); + if (this._k4EE_Component_Reel_Print_InformationTableAdapter.Adapter.AcceptChangesDuringUpdate) { + this._k4EE_Component_Reel_Print_InformationTableAdapter.Adapter.AcceptChangesDuringUpdate = false; + adaptersWithAcceptChangesDuringUpdate.Add(this._k4EE_Component_Reel_Print_InformationTableAdapter.Adapter); } } // @@ -5429,17 +5430,17 @@ SELECT idx, MC, SID, PrintPosition, Remark, wdate FROM Component_Reel_Print_Info if (workConnOpened) { workConnection.Close(); } - if ((this._component_Reel_SID_InformationTableAdapter != null)) { - this._component_Reel_SID_InformationTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(revertConnections[this._component_Reel_SID_InformationTableAdapter])); - this._component_Reel_SID_InformationTableAdapter.Transaction = null; + if ((this._k4EE_Component_Reel_SID_InformationTableAdapter != null)) { + this._k4EE_Component_Reel_SID_InformationTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(revertConnections[this._k4EE_Component_Reel_SID_InformationTableAdapter])); + this._k4EE_Component_Reel_SID_InformationTableAdapter.Transaction = null; } - if ((this._component_Reel_SID_ConvertTableAdapter != null)) { - this._component_Reel_SID_ConvertTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(revertConnections[this._component_Reel_SID_ConvertTableAdapter])); - this._component_Reel_SID_ConvertTableAdapter.Transaction = null; + if ((this._k4EE_Component_Reel_SID_ConvertTableAdapter != null)) { + this._k4EE_Component_Reel_SID_ConvertTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(revertConnections[this._k4EE_Component_Reel_SID_ConvertTableAdapter])); + this._k4EE_Component_Reel_SID_ConvertTableAdapter.Transaction = null; } - if ((this._component_Reel_Print_InformationTableAdapter != null)) { - this._component_Reel_Print_InformationTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(revertConnections[this._component_Reel_Print_InformationTableAdapter])); - this._component_Reel_Print_InformationTableAdapter.Transaction = null; + if ((this._k4EE_Component_Reel_Print_InformationTableAdapter != null)) { + this._k4EE_Component_Reel_Print_InformationTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(revertConnections[this._k4EE_Component_Reel_Print_InformationTableAdapter])); + this._k4EE_Component_Reel_Print_InformationTableAdapter.Transaction = null; } if ((0 < adaptersWithAcceptChangesDuringUpdate.Count)) { global::System.Data.Common.DataAdapter[] adapters = new System.Data.Common.DataAdapter[adaptersWithAcceptChangesDuringUpdate.Count]; diff --git a/SID Information/DataSet1.xsd b/SID Information/DataSet1.xsd index 7c6ccfe..f1fee1b 100644 --- a/SID Information/DataSet1.xsd +++ b/SID Information/DataSet1.xsd @@ -7,9 +7,9 @@ - + - + DELETE FROM [Component_Reel_SID_Information] WHERE (([idx] = @Original_idx) AND ((@IsNull_MC = 1 AND [MC] IS NULL) OR ([MC] = @Original_MC)) AND ([SID] = @Original_SID) AND ([CustCode] = @Original_CustCode) AND ([PartNo] = @Original_PartNo) AND ((@IsNull_CustName = 1 AND [CustName] IS NULL) OR ([CustName] = @Original_CustName)) AND ((@IsNull_VenderName = 1 AND [VenderName] IS NULL) OR ([VenderName] = @Original_VenderName)) AND ((@IsNull_Remark = 1 AND [Remark] IS NULL) OR ([Remark] = @Original_Remark)) AND ((@IsNull_MFG = 1 AND [MFG] IS NULL) OR ([MFG] = @Original_MFG)) AND ((@IsNull_wdate = 1 AND [wdate] IS NULL) OR ([wdate] = @Original_wdate)) AND ((@IsNull_qtymax = 1 AND [qtymax] IS NULL) OR ([qtymax] = @Original_qtymax)) AND ((@IsNull_batch = 1 AND [batch] IS NULL) OR ([batch] = @Original_batch)) AND ((@IsNull_VenderLot = 1 AND [VenderLot] IS NULL) OR ([VenderLot] = @Original_VenderLot)) AND ((@IsNull_attach = 1 AND [attach] IS NULL) OR ([attach] = @Original_attach))) @@ -65,11 +65,11 @@ SELECT idx, MC, SID, CustCode, PartNo, CustName, VenderName, Remark, MFG, wdate, SELECT idx, MC, SID, CustCode, PartNo, CustName, VenderName, Remark, MFG, wdate, qtymax, batch, VenderLot, attach -FROM Component_Reel_SID_Information +FROM K4EE_Component_Reel_SID_Information WHERE (MC = @mc) ORDER BY SID - + @@ -115,7 +115,7 @@ SELECT idx, MC, SID, CustCode, PartNo, CustName, VenderName, Remark, MFG, wdate, - + @@ -142,13 +142,13 @@ SELECT idx, MC, SID, CustCode, PartNo, CustName, VenderName, Remark, MFG, wdate, SELECT COUNT(*) AS Expr1 -FROM Component_Reel_SID_Information +FROM K4EE_Component_Reel_SID_Information WHERE (MC = @mc) AND (SID = @sid) AND (PartNo = @part) AND (CustCode = @cost) - - - - + + + + @@ -157,14 +157,14 @@ WHERE (MC = @mc) AND (SID = @sid) AND (PartNo = @part) AND (CustCode = @cost) SELECT COUNT(*) AS Expr1 -FROM Component_Reel_SID_Information -WHERE (MC = @mc) AND (SID = @sid) AND (PartNo = @part) AND (CustCode = @cost) and venderlot = @vlot +FROM K4EE_Component_Reel_SID_Information +WHERE (MC = @mc) AND (SID = @sid) AND (PartNo = @part) AND (CustCode = @cost) AND (VenderLot = @vlot) - - - - - + + + + + @@ -180,19 +180,19 @@ WHERE (MC = @mc) AND (SID = @sid) AND (PartNo = @part) AND (CustCode = @cost) a - DELETE FROM Component_Reel_SID_Information + DELETE FROM K4EE_Component_Reel_SID_Information WHERE (MC = @mc) - + - + - + DELETE FROM [Component_Reel_SID_Convert] WHERE (([idx] = @Original_idx) AND ((@IsNull_MC = 1 AND [MC] IS NULL) OR ([MC] = @Original_MC)) AND ((@IsNull_Chk = 1 AND [Chk] IS NULL) OR ([Chk] = @Original_Chk)) AND ((@IsNull_SIDFrom = 1 AND [SIDFrom] IS NULL) OR ([SIDFrom] = @Original_SIDFrom)) AND ((@IsNull_SIDTo = 1 AND [SIDTo] IS NULL) OR ([SIDTo] = @Original_SIDTo)) AND ((@IsNull_Remark = 1 AND [Remark] IS NULL) OR ([Remark] = @Original_Remark)) AND ((@IsNull_wdate = 1 AND [wdate] IS NULL) OR ([wdate] = @Original_wdate)) AND ((@IsNull_CustCode = 1 AND [CustCode] IS NULL) OR ([CustCode] = @Original_CustCode)) AND ((@IsNull_PartNo = 1 AND [PartNo] IS NULL) OR ([PartNo] = @Original_PartNo)) AND ((@IsNull_CustName = 1 AND [CustName] IS NULL) OR ([CustName] = @Original_CustName)) AND ((@IsNull_VenderName = 1 AND [VenderName] IS NULL) OR ([VenderName] = @Original_VenderName)) AND ((@IsNull_VenderLot = 1 AND [VenderLot] IS NULL) OR ([VenderLot] = @Original_VenderLot)) AND ((@IsNull_PrintPosition = 1 AND [PrintPosition] IS NULL) OR ([PrintPosition] = @Original_PrintPosition)) AND ((@IsNull_MFG = 1 AND [MFG] IS NULL) OR ([MFG] = @Original_MFG)) AND ((@IsNull_qtymax = 1 AND [qtymax] IS NULL) OR ([qtymax] = @Original_qtymax)) AND ((@IsNull_batch = 1 AND [batch] IS NULL) OR ([batch] = @Original_batch))) @@ -257,7 +257,7 @@ SELECT idx, MC, Chk, SIDFrom, SIDTo, Remark, wdate, CustCode, PartNo, CustName, SELECT idx, MC, Chk, SIDFrom, SIDTo, Remark, wdate, CustCode, PartNo, CustName, VenderName, VenderLot, PrintPosition, MFG, qtymax, batch -FROM Component_Reel_SID_Convert +FROM K4EE_Component_Reel_SID_Convert ORDER BY SIDFrom @@ -313,7 +313,7 @@ SELECT idx, MC, Chk, SIDFrom, SIDTo, Remark, wdate, CustCode, PartNo, CustName, - + @@ -348,9 +348,9 @@ SELECT idx, MC, Chk, SIDFrom, SIDTo, Remark, wdate, CustCode, PartNo, CustName, - + - + DELETE FROM [Component_Reel_Print_Information] WHERE (([idx] = @Original_idx) AND ((@IsNull_MC = 1 AND [MC] IS NULL) OR ([MC] = @Original_MC)) AND ([SID] = @Original_SID) AND ((@IsNull_PrintPosition = 1 AND [PrintPosition] IS NULL) OR ([PrintPosition] = @Original_PrintPosition)) AND ((@IsNull_Remark = 1 AND [Remark] IS NULL) OR ([Remark] = @Original_Remark)) AND ((@IsNull_wdate = 1 AND [wdate] IS NULL) OR ([wdate] = @Original_wdate))) @@ -382,12 +382,12 @@ SELECT idx, MC, SID, PrintPosition, Remark, wdate FROM Component_Reel_Print_Info - - select * -from Component_Reel_Print_Information -where MC = @mc + + SELECT idx, MC, SID, PrintPosition, Remark, wdate +FROM K4EE_Component_Reel_Print_Information +WHERE (MC = @mc) - + @@ -411,7 +411,7 @@ SELECT idx, MC, SID, PrintPosition, Remark, wdate FROM Component_Reel_Print_Info - + @@ -432,13 +432,13 @@ SELECT idx, MC, SID, PrintPosition, Remark, wdate FROM Component_Reel_Print_Info - + - + - + @@ -495,7 +495,7 @@ SELECT idx, MC, SID, PrintPosition, Remark, wdate FROM Component_Reel_Print_Info - + @@ -521,10 +521,10 @@ SELECT idx, MC, SID, PrintPosition, Remark, wdate FROM Component_Reel_Print_Info - + - + @@ -532,7 +532,7 @@ SELECT idx, MC, SID, PrintPosition, Remark, wdate FROM Component_Reel_Print_Info - + @@ -554,58 +554,58 @@ SELECT idx, MC, SID, PrintPosition, Remark, wdate FROM Component_Reel_Print_Info - - + + - + - + - + - + - + - + - - + + @@ -615,10 +615,10 @@ SELECT idx, MC, SID, PrintPosition, Remark, wdate FROM Component_Reel_Print_Info - + - + @@ -647,22 +647,22 @@ SELECT idx, MC, SID, PrintPosition, Remark, wdate FROM Component_Reel_Print_Info - + - + - - + + - - + + diff --git a/SID Information/DataSet1.xss b/SID Information/DataSet1.xss index ef33a97..eea9b27 100644 --- a/SID Information/DataSet1.xss +++ b/SID Information/DataSet1.xss @@ -4,11 +4,11 @@ Changes to this file may cause incorrect behavior and will be lost if the code is regenerated. --> - + - - - + + + \ No newline at end of file diff --git a/SID Information/Properties/Settings.Designer.cs b/SID Information/Properties/Settings.Designer.cs index 04b006b..63b2829 100644 --- a/SID Information/Properties/Settings.Designer.cs +++ b/SID Information/Properties/Settings.Designer.cs @@ -12,7 +12,7 @@ namespace SIDConvInfoEditorII.Properties { [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.9.0.0")] + [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()))); @@ -26,9 +26,8 @@ namespace SIDConvInfoEditorII.Properties { [global::System.Configuration.ApplicationScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.SpecialSettingAttribute(global::System.Configuration.SpecialSetting.ConnectionString)] - [global::System.Configuration.DefaultSettingValueAttribute("Data Source=K4FASQL.kr.ds.amkor.com,50150;Initial Catalog=EE;Persist Security Inf" + - "o=True;User ID=eeadm;Password=uJnU8a8q&DJ+ug-D;Encrypt=False;TrustServerCertific" + - "ate=True")] + [global::System.Configuration.DefaultSettingValueAttribute("Data Source=10.201.11.21,50150;Initial Catalog=WMS;Persist Security Info=True;Use" + + "r ID=wmsadm;Password=78#4AmWnh1!!;Encrypt=False;TrustServerCertificate=True")] public string cs { get { return ((string)(this["cs"])); diff --git a/SID Information/Properties/Settings.settings b/SID Information/Properties/Settings.settings index 5fe6a53..b3df0a1 100644 --- a/SID Information/Properties/Settings.settings +++ b/SID Information/Properties/Settings.settings @@ -5,10 +5,10 @@ <?xml version="1.0" encoding="utf-16"?> <SerializableConnectionString xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> - <ConnectionString>Data Source=K4FASQL.kr.ds.amkor.com,50150;Initial Catalog=EE;Persist Security Info=True;User ID=eeadm;Password=uJnU8a8q&amp;DJ+ug-D;Encrypt=False;TrustServerCertificate=True</ConnectionString> + <ConnectionString>Data Source=10.201.11.21,50150;Initial Catalog=WMS;Persist Security Info=True;User ID=wmsadm;Password=78#4AmWnh1!!;Encrypt=False;TrustServerCertificate=True</ConnectionString> <ProviderName>System.Data.SqlClient</ProviderName> </SerializableConnectionString> - Data Source=K4FASQL.kr.ds.amkor.com,50150;Initial Catalog=EE;Persist Security Info=True;User ID=eeadm;Password=uJnU8a8q&DJ+ug-D;Encrypt=False;TrustServerCertificate=True + Data Source=10.201.11.21,50150;Initial Catalog=WMS;Persist Security Info=True;User ID=wmsadm;Password=78#4AmWnh1!!;Encrypt=False;TrustServerCertificate=True K9OE1zaaQEPD8jE33YK1vDdDS4JBz1DB diff --git a/SID Information/SIDConvInfoEditorII.csproj b/SID Information/SIDConvInfoEditorII.csproj index 7d0b7b3..e9bd3e8 100644 --- a/SID Information/SIDConvInfoEditorII.csproj +++ b/SID Information/SIDConvInfoEditorII.csproj @@ -18,7 +18,7 @@ true full false - ..\..\..\..\..\amkor\STDLabelAttach%28Recv%29-SIDInfo\ + ..\..\..\..\amkor\STDLabelAttach%28ATV%29\SidInfo\ DEBUG;TRACE prompt 4 diff --git a/SID Information/UTIL.cs b/SID Information/UTIL.cs index 3e62490..43ee66e 100644 --- a/SID Information/UTIL.cs +++ b/SID Information/UTIL.cs @@ -18,7 +18,7 @@ namespace SIDConvInfoEditorII public static partial class UTIL { - public static bool ImportSIDInfo(DataSet1.Component_Reel_SID_InformationDataTable Component_Reel_SID_Information, + public static bool ImportSIDInfo(DataSet1.K4EE_Component_Reel_SID_InformationDataTable Component_Reel_SID_Information, String InputFileName, System.Windows.Forms.ProgressBar progressBar1 = null) { @@ -71,19 +71,19 @@ namespace SIDConvInfoEditorII //if (cSID.StartsWith("10")) //{ - EnumerableRowCollection plist = null; + EnumerableRowCollection plist = null; plist = Component_Reel_SID_Information.Where(t => t.MC == PUB.setting.McName && t.SID == cSID && t.CustCode == cCustCode && t.PartNo == cPartNo); if (plist == null || plist.Any() == false) { //존재하지않으면 추가한다. - var newdr = Component_Reel_SID_Information.NewComponent_Reel_SID_InformationRow(); + var newdr = Component_Reel_SID_Information.NewK4EE_Component_Reel_SID_InformationRow(); newdr.CustCode = cCustCode; newdr.SID = cSID; newdr.PartNo = cPartNo; newdr.MC = PUB.setting.McName; newdr.wdate = DateTime.Now; - Component_Reel_SID_Information.AddComponent_Reel_SID_InformationRow(newdr); + Component_Reel_SID_Information.AddK4EE_Component_Reel_SID_InformationRow(newdr); cntA += 1; } else diff --git a/SID Information/fMain.Designer.cs b/SID Information/fMain.Designer.cs index 4b58901..54d43d6 100644 --- a/SID Information/fMain.Designer.cs +++ b/SID Information/fMain.Designer.cs @@ -138,10 +138,10 @@ this.panel1 = new System.Windows.Forms.Panel(); this.cmbRCode = new System.Windows.Forms.ComboBox(); this.label1 = new System.Windows.Forms.Label(); - this.taC = new SIDConvInfoEditorII.DataSet1TableAdapters.Component_Reel_SID_ConvertTableAdapter(); + this.taC = new SIDConvInfoEditorII.DataSet1TableAdapters.K4EE_Component_Reel_SID_ConvertTableAdapter(); this.tam = new SIDConvInfoEditorII.DataSet1TableAdapters.TableAdapterManager(); - this.taP = new SIDConvInfoEditorII.DataSet1TableAdapters.Component_Reel_Print_InformationTableAdapter(); - this.taI = new SIDConvInfoEditorII.DataSet1TableAdapters.Component_Reel_SID_InformationTableAdapter(); + this.taP = new SIDConvInfoEditorII.DataSet1TableAdapters.K4EE_Component_Reel_Print_InformationTableAdapter(); + this.taI = new SIDConvInfoEditorII.DataSet1TableAdapters.K4EE_Component_Reel_SID_InformationTableAdapter(); this.tabControl1.SuspendLayout(); this.tabPage2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dvI)).BeginInit(); @@ -300,7 +300,7 @@ // // bsI // - this.bsI.DataMember = "Component_Reel_SID_Information"; + this.bsI.DataMember = "K4EE_Component_Reel_SID_Information"; this.bsI.DataSource = this.dataSet1; // // dataSet1 @@ -646,7 +646,7 @@ // // bsC // - this.bsC.DataMember = "Component_Reel_SID_Convert"; + this.bsC.DataMember = "K4EE_Component_Reel_SID_Convert"; this.bsC.DataSource = this.dataSet1; // // textBox2 @@ -879,7 +879,7 @@ // // bsP // - this.bsP.DataMember = "Component_Reel_Print_Information"; + this.bsP.DataMember = "K4EE_Component_Reel_Print_Information"; this.bsP.DataSource = this.dataSet1; // // textBox3 @@ -1061,11 +1061,7 @@ this.cmbRCode.Font = new System.Drawing.Font("맑은 고딕", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.cmbRCode.FormattingEnabled = true; this.cmbRCode.Items.AddRange(new object[] { - "[R0]-물류 ", - "[R1]-리시빙1", - "[R2]-리시빙2", - "[R3]-리시빙3", - "[IB]-INBOUND"}); + "[R0]-ATV"}); this.cmbRCode.Location = new System.Drawing.Point(135, 5); this.cmbRCode.Name = "cmbRCode"; this.cmbRCode.Size = new System.Drawing.Size(921, 40); @@ -1090,9 +1086,9 @@ // tam // this.tam.BackupDataSetBeforeUpdate = false; - this.tam.Component_Reel_Print_InformationTableAdapter = this.taP; - this.tam.Component_Reel_SID_ConvertTableAdapter = this.taC; - this.tam.Component_Reel_SID_InformationTableAdapter = this.taI; + this.tam.K4EE_Component_Reel_Print_InformationTableAdapter = this.taP; + this.tam.K4EE_Component_Reel_SID_ConvertTableAdapter = this.taC; + this.tam.K4EE_Component_Reel_SID_InformationTableAdapter = this.taI; this.tam.UpdateOrder = SIDConvInfoEditorII.DataSet1TableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete; // // taP @@ -1152,7 +1148,7 @@ private System.Windows.Forms.TabPage tabPage2; private DataSet1 dataSet1; private System.Windows.Forms.BindingSource bsC; - private DataSet1TableAdapters.Component_Reel_SID_ConvertTableAdapter taC; + private DataSet1TableAdapters.K4EE_Component_Reel_SID_ConvertTableAdapter taC; private DataSet1TableAdapters.TableAdapterManager tam; private System.Windows.Forms.BindingNavigator bnC; private System.Windows.Forms.ToolStripButton bindingNavigatorAddNewItem; @@ -1168,7 +1164,7 @@ private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator2; private System.Windows.Forms.ToolStripButton component_Reel_SID_ConvertBindingNavigatorSaveItem; private System.Windows.Forms.DataGridView dvC; - private DataSet1TableAdapters.Component_Reel_SID_InformationTableAdapter taI; + private DataSet1TableAdapters.K4EE_Component_Reel_SID_InformationTableAdapter taI; private System.Windows.Forms.BindingSource bsI; private System.Windows.Forms.DataGridView dvI; private System.Windows.Forms.BindingNavigator bnI; @@ -1220,7 +1216,7 @@ private System.Windows.Forms.ToolStripButton toolStripButton20; private System.Windows.Forms.ToolStripButton toolStripButton21; private System.Windows.Forms.ToolStripSeparator toolStripSeparator10; - private DataSet1TableAdapters.Component_Reel_Print_InformationTableAdapter taP; + private DataSet1TableAdapters.K4EE_Component_Reel_Print_InformationTableAdapter taP; private System.Windows.Forms.DataGridViewTextBoxColumn sIDDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn printPositionDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn remarkDataGridViewTextBoxColumn; diff --git a/SID Information/fMain.cs b/SID Information/fMain.cs index 86cfb91..067aa70 100644 --- a/SID Information/fMain.cs +++ b/SID Information/fMain.cs @@ -16,7 +16,7 @@ namespace SIDConvInfoEditorII { InitializeComponent(); PUB.init(); - this.dataSet1.Component_Reel_SID_Information.TableNewRow += Component_Reel_SID_Information_TableNewRow; + this.dataSet1.K4EE_Component_Reel_SID_Information.TableNewRow += Component_Reel_SID_Information_TableNewRow; this.FormClosed += FSIDInformation_FormClosed; this.Text = $"{Application.ProductName} v{Application.ProductVersion}"; this.dvC.DataError += DvC_DataError; @@ -44,22 +44,26 @@ namespace SIDConvInfoEditorII { this.Validate(); this.bsC.EndEdit(); - this.taC.Update(this.dataSet1.Component_Reel_SID_Convert); + this.taC.Update(this.dataSet1.K4EE_Component_Reel_SID_Convert); //this.tam.UpdateAll(this.dataSet1); } void SelectCombo() { - // - for (int i = 0; i < this.cmbRCode.Items.Count; i++) + if (cmbRCode.Items.Count == 1) cmbRCode.SelectedIndex = 0; + else { - if (cmbRCode.Items[i].ToString().StartsWith($"[{PUB.setting.McName}]")) + for (int i = 0; i < this.cmbRCode.Items.Count; i++) { - cmbRCode.SelectedIndex = i; - break; + if (cmbRCode.Items[i].ToString().StartsWith($"[{PUB.setting.McName}]")) + { + cmbRCode.SelectedIndex = i; + break; + } } } + } private void fSIDInformation_Load(object sender, EventArgs e) { @@ -71,7 +75,7 @@ namespace SIDConvInfoEditorII Refresh_SidConv(); Refresh_SidPrintInfo(); } - else + else { this.Show(); Application.DoEvents(); @@ -88,7 +92,7 @@ namespace SIDConvInfoEditorII void Refresh_SidPrintInfo() { // TODO: 이 코드는 데이터를 'dataSet1.Component_Reel_SID_Convert' 테이블에 로드합니다. 필요 시 이 코드를 이동하거나 제거할 수 있습니다. - this.taP.Fill(this.dataSet1.Component_Reel_Print_Information, PUB.setting.McName); + this.taP.Fill(this.dataSet1.K4EE_Component_Reel_Print_Information, PUB.setting.McName); dvP.AutoResizeColumns(); this.bnP.Enabled = true; } @@ -97,14 +101,14 @@ namespace SIDConvInfoEditorII void Refresh_SidConv() { // TODO: 이 코드는 데이터를 'dataSet1.Component_Reel_SID_Convert' 테이블에 로드합니다. 필요 시 이 코드를 이동하거나 제거할 수 있습니다. - this.taC.Fill(this.dataSet1.Component_Reel_SID_Convert);//, PUB.setting.McName); + this.taC.Fill(this.dataSet1.K4EE_Component_Reel_SID_Convert);//, PUB.setting.McName); dvC.AutoResizeColumns(); this.bnC.Enabled = true; } void Refresh_SidInfo() { // TODO: 이 코드는 데이터를 'dataSet1.Component_Reel_SID_Information' 테이블에 로드합니다. 필요 시 이 코드를 이동하거나 제거할 수 있습니다. - this.taI.Fill(this.dataSet1.Component_Reel_SID_Information, PUB.setting.McName); + this.taI.Fill(this.dataSet1.K4EE_Component_Reel_SID_Information, PUB.setting.McName); dvI.AutoResizeColumns(); this.bnI.Enabled = true; } @@ -115,7 +119,7 @@ namespace SIDConvInfoEditorII this.Validate(); this.bsI.EndEdit(); this.bsC.EndEdit(); - if (this.dataSet1.Component_Reel_SID_Information.GetChanges() != null) + if (this.dataSet1.K4EE_Component_Reel_SID_Information.GetChanges() != null) { if (UTIL.MsgQ("새로고침을 진행하면 변경된 자료가 손실됩니다\n실행할까요?") != DialogResult.Yes) return; } @@ -177,20 +181,20 @@ namespace SIDConvInfoEditorII //if (cSID.isEmpty() && cCustCode.isEmpty()) break; // //if (cSID.StartsWith("10")) //{ - EnumerableRowCollection plist = null; - plist = this.dataSet1.Component_Reel_SID_Convert.Where(t => t.SIDFrom == cSidFrom && t.SIDTo == cSidTo); + EnumerableRowCollection plist = null; + plist = this.dataSet1.K4EE_Component_Reel_SID_Convert.Where(t => t.SIDFrom == cSidFrom && t.SIDTo == cSidTo); if (plist == null || plist.Any() == false) { //존재하지않으면 추가한다. - var newdr = this.dataSet1.Component_Reel_SID_Convert.NewComponent_Reel_SID_ConvertRow(); + var newdr = this.dataSet1.K4EE_Component_Reel_SID_Convert.NewK4EE_Component_Reel_SID_ConvertRow(); newdr.MC = PUB.setting.McName; newdr.SIDFrom = cSidFrom; newdr.SIDTo = cSidTo; newdr.Remark = cRemark; newdr.Chk = true; newdr.wdate = DateTime.Now; - this.dataSet1.Component_Reel_SID_Convert.AddComponent_Reel_SID_ConvertRow(newdr); + this.dataSet1.K4EE_Component_Reel_SID_Convert.AddK4EE_Component_Reel_SID_ConvertRow(newdr); cntA += 1; } else @@ -300,17 +304,17 @@ namespace SIDConvInfoEditorII //if (cSID.StartsWith("10")) //{ - EnumerableRowCollection plist = null; + EnumerableRowCollection plist = null; if (vLot.isEmpty() == false) - plist = this.dataSet1.Component_Reel_SID_Information.Where(t => t.SID == cSID && t.CustCode == cCustCode && t.PartNo == cPartNo && t.VenderLot == vLot); + plist = this.dataSet1.K4EE_Component_Reel_SID_Information.Where(t => t.SID == cSID && t.CustCode == cCustCode && t.PartNo == cPartNo && t.VenderLot == vLot); else - plist = this.dataSet1.Component_Reel_SID_Information.Where(t => t.SID == cSID && t.CustCode == cCustCode && t.PartNo == cPartNo); + plist = this.dataSet1.K4EE_Component_Reel_SID_Information.Where(t => t.SID == cSID && t.CustCode == cCustCode && t.PartNo == cPartNo); if (plist == null || plist.Any() == false) { //존재하지않으면 추가한다. - var newdr = this.dataSet1.Component_Reel_SID_Information.NewComponent_Reel_SID_InformationRow(); + var newdr = this.dataSet1.K4EE_Component_Reel_SID_Information.NewK4EE_Component_Reel_SID_InformationRow(); newdr.CustCode = cCustCode; newdr.SID = cSID; newdr.PartNo = cPartNo; @@ -322,7 +326,7 @@ namespace SIDConvInfoEditorII newdr.VenderLot = vLot; //221013 newdr.Remark = string.Empty; newdr.wdate = DateTime.Now; - this.dataSet1.Component_Reel_SID_Information.AddComponent_Reel_SID_InformationRow(newdr); + this.dataSet1.K4EE_Component_Reel_SID_Information.AddK4EE_Component_Reel_SID_InformationRow(newdr); cntA += 1; } else @@ -360,7 +364,7 @@ namespace SIDConvInfoEditorII private void toolStripButton13_Click(object sender, EventArgs e) { if (UTIL.MsgQ("현재 자료를 삭제 할까요?") != DialogResult.Yes) return; - dataSet1.Component_Reel_SID_Convert.Clear(); + dataSet1.K4EE_Component_Reel_SID_Convert.Clear(); taC.DeleteAll(); Refresh_SidConv(); } @@ -371,7 +375,7 @@ namespace SIDConvInfoEditorII this.bsI.EndEdit(); this.bsC.EndEdit(); - this.taI.Update(this.dataSet1.Component_Reel_SID_Information); + this.taI.Update(this.dataSet1.K4EE_Component_Reel_SID_Information); } private void cmbRCode_SelectedIndexChanged(object sender, EventArgs e) @@ -428,7 +432,7 @@ namespace SIDConvInfoEditorII else { List cols = new List(); - foreach (DataColumn col in this.dataSet1.Component_Reel_SID_Information.Columns) + foreach (DataColumn col in this.dataSet1.K4EE_Component_Reel_SID_Information.Columns) { if (col.ColumnName.ToString().ToUpper() == "IDX") continue; if (col.ColumnName.ToString().ToUpper() == "WDATE") continue; @@ -473,7 +477,7 @@ namespace SIDConvInfoEditorII else { List cols = new List(); - foreach (DataColumn col in this.dataSet1.Component_Reel_SID_Convert.Columns) + foreach (DataColumn col in this.dataSet1.K4EE_Component_Reel_SID_Convert.Columns) { if (col.ColumnName.ToString().ToUpper() == "IDX") continue; if (col.ColumnName.ToString().ToUpper() == "WDATE") continue; @@ -510,7 +514,7 @@ namespace SIDConvInfoEditorII { this.Validate(); this.bsP.EndEdit(); - this.taP.Update(this.dataSet1.Component_Reel_Print_Information); + this.taP.Update(this.dataSet1.K4EE_Component_Reel_Print_Information); //this.tam.UpdateAll(this.dataSet1); } diff --git a/SID Information/fMain.resx b/SID Information/fMain.resx index bfa101e..e6d3480 100644 --- a/SID Information/fMain.resx +++ b/SID Information/fMain.resx @@ -133,19 +133,19 @@ True - 475, 17 + 624, 17 - 86, 17 + 298, 17 - 17, 17 + 227, 17 iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - wQAADsEBuJFr7QAAAUpJREFUOE9jGLzg7gL2/7fmcf6/Oofr/8UZvP+hwsSD60CNfx41/v/zsOH/yckC + vwAADr8BOAVTJAAAAUpJREFUOE9jGLzg7gL2/7fmcf6/Oofr/8UZvP+hwsSD60CNfx41/v/zsOH/yckC pBtwfjov3ICDPSKkG3B8kiBQc93/Pw+q/u9oFydswKWZPP/PTuX7fxKo8Ui/0P993SJAzeX//94r+r++ Qeb/qhq5/0srFf/PL1X+P6tIFdPAU0B//nlYD9RUC8SV///cKwHivP9/72b+/3sn+f/f23H//92MAOKQ /5NyNDENONQrDHbu3/ulQI0FQI3ZQI2pQI0J///digZqDPv/70bQ/3/X/f53peliGrCzXeL/lmap/+vA @@ -157,7 +157,7 @@ iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - wQAADsEBuJFr7QAAAW9JREFUOE+1kE0ow2Ecx3dV3krt4oJaOSCTvIRkMqSxyITIzCQHDouEdnFwIOVC + vwAADr8BOAVTJAAAAW9JREFUOE+1kE0ow2Ecx3dV3krt4oJaOSCTvIRkMqSxyITIzCQHDouEdnFwIOVC DrhIDiQl5UTiNG/z2ppafy1S2gX/uDwfY6i1v7Hie3nqeb7fz+/7/FR/Ilwn0G0Exw4fV5GJlXlEZxXC rIet9bAQvB5Ymgn2sLYAvSZEux7RUQFzE4qQt4bCXAYjPaHvnDoCkLpsRGMB2JqCTGLIijDlwqQ9bEMV i9OIytR3EMNWcJ/BWH8A6j8/bOGFxwXNxYEvGbMQ9XnQ1/K78KfY3/VXzkMY0qFGG2H4RoLGQshJQNbG @@ -169,7 +169,7 @@ iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - wQAADsEBuJFr7QAAASpJREFUOE9jGDygcNbz/00Lnv/PnPj4P1QIA4S3P8Apx5A789n/VUfe/8elKL77 + vwAADr8BOAVTJAAAASpJREFUOE9jGDygcNbz/00Lnv/PnPj4P1QIA4S3P8Apx5A789n/VUfe/8elKL77 wf/ghmu4DciY8vT/wn0fsCqK73n4f+n+///9qy/gNiCh58n/aVveYyiKaL8P1pw56/9/r9ITuA2I7Hr0 v3f1BxRFoa33wJpb1wFt7/z73yX/AG4DApsf/q+b/w6uKLjl7v9Fe///7wBqzpjz879d3c//9hnbcRvg UXX/f/60NyiK7Ipv/0+f8/u/f9e3/zqF7/5bJKzHbYB96d3/2ZNfYyjSTzn/36ToxX+VrE//jSOX4TbA @@ -180,7 +180,7 @@ iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - wQAADsEBuJFr7QAAALZJREFUOE9jGDogvP3BfyiTdBDf/eB/cMM18gyI73n4f+n+///9qy+QbkBE+32w + vwAADr8BOAVTJAAAALZJREFUOE9jGDogvP3BfyiTdBDf/eB/cMM18gyI73n4f+n+///9qy+QbkBE+32w 5sxZ//97lZ4gzYDQ1ntgza3rgLZ3/v3vkn+AeAOCW+7+X7T3//8OoOaMOT//29X9/G+fsZ00F9gV3/6f Puf3f/+ub/91Ct/9t0hYT3oY6Kec/29S9OK/Stan/8aRy0g3AAQMkk78l037+l83eB55BoCAfurl/xq+ 08g3AARUPCZQZsBgBQwMANAUYJgEulBVAAAAAElFTkSuQmCC @@ -189,7 +189,7 @@ iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - wQAADsEBuJFr7QAAAKNJREFUOE9jGHygcNbz/1AmeSB35rP/Cd33yDckY8rT//P2//6f0HWHPEMSep78 + vwAADr8BOAVTJAAAAKNJREFUOE9jGHygcNbz/1AmeSB35rP/Cd33yDckY8rT//P2//6f0HWHPEMSep78 n73v1//OrX//u5VeJt2QyK5H/6ds+/W/ZOnf/wnT//63yT1LmiGBzQ//t659D9ZsXPLlv3T0tf/GkcuI N8Sj6v7/krnv4JoVXXpIc4F96d3/gS3PyNMMAhZ5d/7bFFwhTzMIGGbdJl8zCOik3SBf81AEDAwAoH5f oAc0QjgAAAAASUVORK5CYII= @@ -198,7 +198,7 @@ iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - wQAADsEBuJFr7QAAASxJREFUOE9jGFygcNbz/1AmBgDJNS14/j9z4mOcahhyZz77n9B9D6sCkNyqI+// + vwAADr8BOAVTJAAAASxJREFUOE9jGFygcNbz/1AmBgDJNS14/j9z4mOcahhyZz77n9B9D6sCkNyqI+// h7c/wG1AxpSn/+ft//0/oesOhiKQ3MJ9H/4HN1zDbUBCz5P/s/f9+t+59e9/t9LLKApBctO2vP/vX30B twGRXY/+T9n263/J0r//E6b//W+TexauGCTXu/rDf6/SE7gNCGx++L917XuwZuOSL/+lo6/9N45cBtYA kqub/+6/S/4B3AZ4VN3/XzL3HVyzoksPXDFILn/am//2GdtxG2Bfevd/YMszDM0gAJLLnvz6v0XCetwG @@ -209,7 +209,7 @@ iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - wQAADsEBuJFr7QAAAExJREFUOE9joAr49u3bf1IxVCsEgAWC58Dxh/cf4RhZDETHTNiHaQgpBoAwzBCo + vwAADr8BOAVTJAAAAExJREFUOE9joAr49u3bf1IxVCsEgAWC58Dxh/cf4RhZDETHTNiHaQgpBoAwzBCo dtINAGGiDUDGyGpoawAxeNSAQWkAORiqnRLAwAAA9EMMU8Daa3MAAAAASUVORK5CYII= @@ -274,15 +274,15 @@ True - 186, 17 + 399, 17 - 401, 17 + 548, 17 iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - wQAADsEBuJFr7QAAAUpJREFUOE9jGLzg7gL2/7fmcf6/Oofr/8UZvP+hwsSD60CNfx41/v/zsOH/yckC + vwAADr8BOAVTJAAAAUpJREFUOE9jGLzg7gL2/7fmcf6/Oofr/8UZvP+hwsSD60CNfx41/v/zsOH/yckC pBtwfjov3ICDPSKkG3B8kiBQc93/Pw+q/u9oFydswKWZPP/PTuX7fxKo8Ui/0P993SJAzeX//94r+r++ Qeb/qhq5/0srFf/PL1X+P6tIFdPAU0B//nlYD9RUC8SV///cKwHivP9/72b+/3sn+f/f23H//92MAOKQ /5NyNDENONQrDHbu3/ulQI0FQI3ZQI2pQI0J///digZqDPv/70bQ/3/X/f53peliGrCzXeL/lmap/+vA @@ -294,7 +294,7 @@ iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - wQAADsEBuJFr7QAAAW9JREFUOE+1kE0ow2Ecx3dV3krt4oJaOSCTvIRkMqSxyITIzCQHDouEdnFwIOVC + vwAADr8BOAVTJAAAAW9JREFUOE+1kE0ow2Ecx3dV3krt4oJaOSCTvIRkMqSxyITIzCQHDouEdnFwIOVC DrhIDiQl5UTiNG/z2ppafy1S2gX/uDwfY6i1v7Hie3nqeb7fz+/7/FR/Ilwn0G0Exw4fV5GJlXlEZxXC rIet9bAQvB5Ymgn2sLYAvSZEux7RUQFzE4qQt4bCXAYjPaHvnDoCkLpsRGMB2JqCTGLIijDlwqQ9bEMV i9OIytR3EMNWcJ/BWH8A6j8/bOGFxwXNxYEvGbMQ9XnQ1/K78KfY3/VXzkMY0qFGG2H4RoLGQshJQNbG @@ -306,7 +306,7 @@ iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - wQAADsEBuJFr7QAAASpJREFUOE9jGDygcNbz/00Lnv/PnPj4P1QIA4S3P8Apx5A789n/VUfe/8elKL77 + vwAADr8BOAVTJAAAASpJREFUOE9jGDygcNbz/00Lnv/PnPj4P1QIA4S3P8Apx5A789n/VUfe/8elKL77 wf/ghmu4DciY8vT/wn0fsCqK73n4f+n+///9qy/gNiCh58n/aVveYyiKaL8P1pw56/9/r9ITuA2I7Hr0 v3f1BxRFoa33wJpb1wFt7/z73yX/AG4DApsf/q+b/w6uKLjl7v9Fe///7wBqzpjz879d3c//9hnbcRvg UXX/f/60NyiK7Ipv/0+f8/u/f9e3/zqF7/5bJKzHbYB96d3/2ZNfYyjSTzn/36ToxX+VrE//jSOX4TbA @@ -317,7 +317,7 @@ iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - wQAADsEBuJFr7QAAALZJREFUOE9jGDogvP3BfyiTdBDf/eB/cMM18gyI73n4f+n+///9qy+QbkBE+32w + vwAADr8BOAVTJAAAALZJREFUOE9jGDogvP3BfyiTdBDf/eB/cMM18gyI73n4f+n+///9qy+QbkBE+32w 5sxZ//97lZ4gzYDQ1ntgza3rgLZ3/v3vkn+AeAOCW+7+X7T3//8OoOaMOT//29X9/G+fsZ00F9gV3/6f Puf3f/+ub/91Ct/9t0hYT3oY6Kec/29S9OK/Stan/8aRy0g3AAQMkk78l037+l83eB55BoCAfurl/xq+ 08g3AARUPCZQZsBgBQwMANAUYJgEulBVAAAAAElFTkSuQmCC @@ -326,7 +326,7 @@ iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - wQAADsEBuJFr7QAAAKNJREFUOE9jGHygcNbz/1AmeSB35rP/Cd33yDckY8rT//P2//6f0HWHPEMSep78 + vwAADr8BOAVTJAAAAKNJREFUOE9jGHygcNbz/1AmeSB35rP/Cd33yDckY8rT//P2//6f0HWHPEMSep78 n73v1//OrX//u5VeJt2QyK5H/6ds+/W/ZOnf/wnT//63yT1LmiGBzQ//t659D9ZsXPLlv3T0tf/GkcuI N8Sj6v7/krnv4JoVXXpIc4F96d3/gS3PyNMMAhZ5d/7bFFwhTzMIGGbdJl8zCOik3SBf81AEDAwAoH5f oAc0QjgAAAAASUVORK5CYII= @@ -335,7 +335,7 @@ iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - wQAADsEBuJFr7QAAASxJREFUOE9jGFygcNbz/1AmBgDJNS14/j9z4mOcahhyZz77n9B9D6sCkNyqI+// + vwAADr8BOAVTJAAAASxJREFUOE9jGFygcNbz/1AmBgDJNS14/j9z4mOcahhyZz77n9B9D6sCkNyqI+// h7c/wG1AxpSn/+ft//0/oesOhiKQ3MJ9H/4HN1zDbUBCz5P/s/f9+t+59e9/t9LLKApBctO2vP/vX30B twGRXY/+T9n263/J0r//E6b//W+TexauGCTXu/rDf6/SE7gNCGx++L917XuwZuOSL/+lo6/9N45cBtYA kqub/+6/S/4B3AZ4VN3/XzL3HVyzoksPXDFILn/am//2GdtxG2Bfevd/YMszDM0gAJLLnvz6v0XCetwG @@ -346,7 +346,7 @@ iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - wQAADsEBuJFr7QAAAExJREFUOE9joAr49u3bf1IxVCsEgAWC58Dxh/cf4RhZDETHTNiHaQgpBoAwzBCo + vwAADr8BOAVTJAAAAExJREFUOE9joAr49u3bf1IxVCsEgAWC58Dxh/cf4RhZDETHTNiHaQgpBoAwzBCo dtINAGGiDUDGyGpoawAxeNSAQWkAORiqnRLAwAAA9EMMU8Daa3MAAAAASUVORK5CYII= @@ -396,15 +396,15 @@ - 609, 17 + 693, 17 - 749, 17 + 766, 17 iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - wQAADsEBuJFr7QAAAUpJREFUOE9jGLzg7gL2/7fmcf6/Oofr/8UZvP+hwsSD60CNfx41/v/zsOH/yckC + vwAADr8BOAVTJAAAAUpJREFUOE9jGLzg7gL2/7fmcf6/Oofr/8UZvP+hwsSD60CNfx41/v/zsOH/yckC pBtwfjov3ICDPSKkG3B8kiBQc93/Pw+q/u9oFydswKWZPP/PTuX7fxKo8Ui/0P993SJAzeX//94r+r++ Qeb/qhq5/0srFf/PL1X+P6tIFdPAU0B//nlYD9RUC8SV///cKwHivP9/72b+/3sn+f/f23H//92MAOKQ /5NyNDENONQrDHbu3/ulQI0FQI3ZQI2pQI0J///digZqDPv/70bQ/3/X/f53peliGrCzXeL/lmap/+vA @@ -416,7 +416,7 @@ iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - wQAADsEBuJFr7QAAAW9JREFUOE+1kE0ow2Ecx3dV3krt4oJaOSCTvIRkMqSxyITIzCQHDouEdnFwIOVC + vwAADr8BOAVTJAAAAW9JREFUOE+1kE0ow2Ecx3dV3krt4oJaOSCTvIRkMqSxyITIzCQHDouEdnFwIOVC DrhIDiQl5UTiNG/z2ppafy1S2gX/uDwfY6i1v7Hie3nqeb7fz+/7/FR/Ilwn0G0Exw4fV5GJlXlEZxXC rIet9bAQvB5Ymgn2sLYAvSZEux7RUQFzE4qQt4bCXAYjPaHvnDoCkLpsRGMB2JqCTGLIijDlwqQ9bEMV i9OIytR3EMNWcJ/BWH8A6j8/bOGFxwXNxYEvGbMQ9XnQ1/K78KfY3/VXzkMY0qFGG2H4RoLGQshJQNbG @@ -428,7 +428,7 @@ iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - wQAADsEBuJFr7QAAASpJREFUOE9jGDygcNbz/00Lnv/PnPj4P1QIA4S3P8Apx5A789n/VUfe/8elKL77 + vwAADr8BOAVTJAAAASpJREFUOE9jGDygcNbz/00Lnv/PnPj4P1QIA4S3P8Apx5A789n/VUfe/8elKL77 wf/ghmu4DciY8vT/wn0fsCqK73n4f+n+///9qy/gNiCh58n/aVveYyiKaL8P1pw56/9/r9ITuA2I7Hr0 v3f1BxRFoa33wJpb1wFt7/z73yX/AG4DApsf/q+b/w6uKLjl7v9Fe///7wBqzpjz879d3c//9hnbcRvg UXX/f/60NyiK7Ipv/0+f8/u/f9e3/zqF7/5bJKzHbYB96d3/2ZNfYyjSTzn/36ToxX+VrE//jSOX4TbA @@ -439,7 +439,7 @@ iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - wQAADsEBuJFr7QAAALZJREFUOE9jGDogvP3BfyiTdBDf/eB/cMM18gyI73n4f+n+///9qy+QbkBE+32w + vwAADr8BOAVTJAAAALZJREFUOE9jGDogvP3BfyiTdBDf/eB/cMM18gyI73n4f+n+///9qy+QbkBE+32w 5sxZ//97lZ4gzYDQ1ntgza3rgLZ3/v3vkn+AeAOCW+7+X7T3//8OoOaMOT//29X9/G+fsZ00F9gV3/6f Puf3f/+ub/91Ct/9t0hYT3oY6Kec/29S9OK/Stan/8aRy0g3AAQMkk78l037+l83eB55BoCAfurl/xq+ 08g3AARUPCZQZsBgBQwMANAUYJgEulBVAAAAAElFTkSuQmCC @@ -448,7 +448,7 @@ iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - wQAADsEBuJFr7QAAAKNJREFUOE9jGHygcNbz/1AmeSB35rP/Cd33yDckY8rT//P2//6f0HWHPEMSep78 + vwAADr8BOAVTJAAAAKNJREFUOE9jGHygcNbz/1AmeSB35rP/Cd33yDckY8rT//P2//6f0HWHPEMSep78 n73v1//OrX//u5VeJt2QyK5H/6ds+/W/ZOnf/wnT//63yT1LmiGBzQ//t659D9ZsXPLlv3T0tf/GkcuI N8Sj6v7/krnv4JoVXXpIc4F96d3/gS3PyNMMAhZ5d/7bFFwhTzMIGGbdJl8zCOik3SBf81AEDAwAoH5f oAc0QjgAAAAASUVORK5CYII= @@ -457,7 +457,7 @@ iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - wQAADsEBuJFr7QAAASxJREFUOE9jGFygcNbz/1AmBgDJNS14/j9z4mOcahhyZz77n9B9D6sCkNyqI+// + vwAADr8BOAVTJAAAASxJREFUOE9jGFygcNbz/1AmBgDJNS14/j9z4mOcahhyZz77n9B9D6sCkNyqI+// h7c/wG1AxpSn/+ft//0/oesOhiKQ3MJ9H/4HN1zDbUBCz5P/s/f9+t+59e9/t9LLKApBctO2vP/vX30B twGRXY/+T9n263/J0r//E6b//W+TexauGCTXu/rDf6/SE7gNCGx++L917XuwZuOSL/+lo6/9N45cBtYA kqub/+6/S/4B3AZ4VN3/XzL3HVyzoksPXDFILn/am//2GdtxG2Bfevd/YMszDM0gAJLLnvz6v0XCetwG @@ -468,7 +468,7 @@ iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - wQAADsEBuJFr7QAAAExJREFUOE9joAr49u3bf1IxVCsEgAWC58Dxh/cf4RhZDETHTNiHaQgpBoAwzBCo + vwAADr8BOAVTJAAAAExJREFUOE9joAr49u3bf1IxVCsEgAWC58Dxh/cf4RhZDETHTNiHaQgpBoAwzBCo dtINAGGiDUDGyGpoawAxeNSAQWkAORiqnRLAwAAA9EMMU8Daa3MAAAAASUVORK5CYII= @@ -488,16 +488,16 @@ - 258, 17 + 17, 17 - 328, 17 + 473, 17 - 680, 17 + 89, 17 - 543, 17 + 160, 17