From b037dd53e6aee128d688467397e53209c78bd7f9 Mon Sep 17 00:00:00 2001 From: ChiKyun Kim Date: Tue, 23 Sep 2025 15:41:16 +0900 Subject: [PATCH] .. --- Handler/Project/Class/CResult.cs | 7 - Handler/Project/Class/JoystickRaw.cs | 275 -- Handler/Project/Class/ModelInfoM.cs | 1 - Handler/Project/Class/ModelInfoV.cs | 4 +- Handler/Project/Controller/ModelController.cs | 109 - Handler/Project/Controller/StateController.cs | 88 - Handler/Project/DSList.Designer.cs | 116 +- Handler/Project/DSList.xsd | 56 +- Handler/Project/DataSet1.xsd | 1056 +++--- Handler/Project/DataSet1.xss | 53 +- Handler/Project/DataSet11.Designer.cs | 2390 ++---------- Handler/Project/Device/KeyenceBarcode.cs | 26 +- Handler/Project/Device/SATOPrinter.cs | 7 +- Handler/Project/Device/SATOPrinterAPI.cs | 6 +- Handler/Project/Dialog/Model_Motion.cs | 4 +- Handler/Project/Dialog/Model_Motion_Desc.cs | 6 - .../Dialog/Model_Operation.Designer.cs | 190 +- Handler/Project/Dialog/Model_Operation.cs | 2 +- Handler/Project/Dialog/Model_Operation.resx | 3 + .../Project/Dialog/Quick_Control.Designer.cs | 60 +- .../Project/Dialog/RegExPrintRule.Designer.cs | 451 --- Handler/Project/Dialog/RegExPrintRule.cs | 63 - Handler/Project/Dialog/RegExPrintRule.resx | 222 -- Handler/Project/Dialog/RegExRule.Designer.cs | 2 - Handler/Project/Dialog/RegExRule.cs | 84 +- Handler/Project/Dialog/RegExRule.resx | 28 +- Handler/Project/Dialog/fDebug.cs | 4 +- Handler/Project/Dialog/fHistory.Designer.cs | 13 +- Handler/Project/Dialog/fHistory.cs | 62 +- Handler/Project/Dialog/fLoaderInfo.cs | 22 +- .../Project/Dialog/fSelectSIDInformation.cs | 1 - Handler/Project/Manager/DBHelper.cs | 1 - .../Project/Properties/Settings.Designer.cs | 2 +- Handler/Project/Properties/Settings.settings | 6 +- Handler/Project/Properties/app.manifest | 2 +- Handler/Project/Pub.cs | 141 +- Handler/Project/RunCode/Device/_Joystick.cs | 158 - Handler/Project/RunCode/Display/_TMDisplay.cs | 3 - .../RunCode/RunSequence/0_RUN_STARTCHK_SW.cs | 1 - .../RunCode/RunSequence/1_RUN_STARTCHK_HW.cs | 6 +- .../RunSequence/2_RUN_ROOT_SEQUENCE.cs | 1 - .../RunCode/RunSequence/3_KEYENCE_READ.cs | 1 - .../RunCode/RunSequence/7_PRINTER_ON.cs | 2 +- .../RunCode/RunSequence/8_PRINTER_OFF.cs | 2 +- .../RunCode/RunSequence/_RUN_MOT_PORT.cs | 4 +- .../Project/RunCode/StateMachine/_Events.cs | 2 +- Handler/Project/RunCode/StateMachine/_Loop.cs | 2 +- .../StateMachine/_SPS_BarcodeProcess.cs | 9 +- Handler/Project/RunCode/Step/_STEP_INIT.cs | 8 - Handler/Project/STDLabelAttach(ATV).csproj | 67 +- Handler/Project/Setting/fSetting.Designer.cs | 179 +- Handler/Project/Setting/fSetting.cs | 59 +- Handler/Project/StartupAPI.cs | 73 - Handler/Project/Util/Util_DO.cs | 58 +- Handler/Project/app.config | 4 - Handler/Project/fMain.Designer.cs | 3354 +++++++++-------- Handler/Project/fMain.cs | 212 +- Handler/Project/fMain.resx | 343 +- Handler/Project/packages.config | 8 - Handler/ResultView/DataSet1.Designer.cs | 903 ++--- Handler/ResultView/DataSet1.xsd | 127 +- Handler/ResultView/DataSet1.xss | 4 +- .../Properties/Settings.Designer.cs | 7 +- .../ResultView/Properties/Settings.settings | 4 +- Handler/ResultView/ResultView.csproj | 3 + Handler/ResultView/app.config | 2 +- Handler/Sub/Setting/Common.cs | 20 +- Handler/Sub/Setting/System_Setting.cs | 19 + Handler/Sub/UIControl/HMI.cs | 26 - Handler/run_claude.bat | 1 + SID Information/DataSet1.Designer.cs | 461 +-- SID Information/DataSet1.xsd | 450 +-- .../Properties/Settings.Designer.cs | 24 +- SID Information/Properties/Settings.settings | 16 +- 74 files changed, 4269 insertions(+), 7917 deletions(-) delete mode 100644 Handler/Project/Class/JoystickRaw.cs delete mode 100644 Handler/Project/Controller/ModelController.cs delete mode 100644 Handler/Project/Controller/StateController.cs delete mode 100644 Handler/Project/Dialog/RegExPrintRule.Designer.cs delete mode 100644 Handler/Project/Dialog/RegExPrintRule.cs delete mode 100644 Handler/Project/Dialog/RegExPrintRule.resx delete mode 100644 Handler/Project/StartupAPI.cs create mode 100644 Handler/run_claude.bat diff --git a/Handler/Project/Class/CResult.cs b/Handler/Project/Class/CResult.cs index f66b4a7..d2886ec 100644 --- a/Handler/Project/Class/CResult.cs +++ b/Handler/Project/Class/CResult.cs @@ -23,7 +23,6 @@ namespace Project public List BCDPattern; public List BCDIgnorePattern; - public List BCDPrintPattern; public DateTime ResetButtonDownTime = DateTime.Now; public Boolean ClearAllSID = false; @@ -191,16 +190,11 @@ namespace Project public DateTime[] doCheckTime = new DateTime[256]; public Boolean isError { get; set; } - // public Boolean isMarkingMode { get; set; } - public int retry = 0; public DateTime retryTime; public DateTime[] WaitForVar = new DateTime[255]; - public int JoystickAxisGroup = 0; - public int ABCount = 0; - public CResult() { mModel = new ModelInfoM(); @@ -209,7 +203,6 @@ namespace Project SIDReference = new Class.CHistorySIDRef(); SIDHistory = new DataSet1.SIDHistoryDataTable(); BCDPattern = new List(); - BCDPrintPattern = new List(); OUTHistory = new List(); this.Clear("Result ctor"); diff --git a/Handler/Project/Class/JoystickRaw.cs b/Handler/Project/Class/JoystickRaw.cs deleted file mode 100644 index f619b25..0000000 --- a/Handler/Project/Class/JoystickRaw.cs +++ /dev/null @@ -1,275 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading; -using System.Threading.Tasks; -using HidSharp; -using HidSharp.Reports; -using HidSharp.Reports.Encodings; - -namespace arDev.Joystick -{ - public class JoystickRaw : IDisposable - { - HidDevice _dev; - HidStream _hidStream; - - public Boolean IsOpen { get; private set; } - public event EventHandler Disconnected; - public event EventHandler Connected; - public event EventHandler Changed; - public delegate void MessageHandler(string msg); - public event MessageHandler Message; - public int InputLength { get; private set; } - public int OutputLength { get; private set; } - public int FeatureLength { get; private set; } - public int vid { get; set; } - public int pid { get; set; } - public Boolean[] Buttons = new bool[64]; //버튼정보를 기록한다 - Boolean bListUpdate = false; - - public JoystickRaw() - { - vid = -1; - pid = -1; - this.InputLength = 0; - this.OutputLength = 0; - this.FeatureLength = 0; - this.IsOpen = false; - this._dev = null; - this._hidStream = null; - DeviceList.Local.Changed += Local_Changed; - Job = new Task(JobMain, ct); - Job.Start(); - for (int i = 0; i < Buttons.Length; i++) - Buttons[i] = false; - - } - CancellationToken ct ; - public IEnumerable GetHidDevices() - { - return DeviceList.Local.GetHidDevices(); - } - public void Connect(int vid, int pid) - { - this.vid = vid; - this.pid = pid; - } - public void Connect(HidDevice device) - { - this.vid = device.VendorID; - this.pid = device.ProductID; - } - - Task Job = null; - private bool disposed = false; - DateTime LastConnTime = DateTime.Now; - void JobMain() - { - //개체가 소멸하기전까지 진행한다 - while (this.disposed == false) - { - if (IsOpen == false) - { - if (this.vid == -1 || this.pid == -1) - { - //아직설정되지 않았으니 대기를한다 - System.Threading.Thread.Sleep(3000); - } - else - { - //연결작업을 시작해야한다 - if (bListUpdate || (DateTime.Now - LastConnTime).TotalMilliseconds >= 3000) - { - LastConnTime = DateTime.Now; - - //연결작업 - var list = this.GetHidDevices(); - this._dev = list.Where(t => t.VendorID == this.vid && t.ProductID == this.pid).FirstOrDefault(); - if (_dev != null) - { - try - { - IsOpen = _dev.TryOpen(out _hidStream); - if (IsOpen) - { - this.InputLength = _dev.GetMaxInputReportLength(); - this.OutputLength = _dev.GetMaxOutputReportLength(); - this.FeatureLength = _dev.GetMaxFeatureReportLength(); - this._hidStream.ReadTimeout = Timeout.Infinite; - - Connected?.Invoke(this, null); - var rawReportDescriptor = _dev.GetRawReportDescriptor(); - var msg = ("Report Descriptor:"); - msg += string.Format(" {0} ({1} bytes)", string.Join(" ", rawReportDescriptor.Select(d => d.ToString("X2"))), rawReportDescriptor.Length); - Message?.Invoke(msg); - } - else - { - if (this._hidStream != null) this._hidStream.Dispose(); - } - } - catch { System.Threading.Thread.Sleep(1500); } - } - else System.Threading.Thread.Sleep(1500); - } - else System.Threading.Thread.Sleep(1500); - } - } - else - { - //데이터를 가지고 온다 - using (_hidStream) - { - try - { - reportDescriptor = _dev.GetReportDescriptor(); - deviceItem = reportDescriptor.DeviceItems[0]; - var inputReportBuffer = new byte[_dev.GetMaxInputReportLength()]; - var inputReceiver = reportDescriptor.CreateHidDeviceInputReceiver(); - var inputParser = deviceItem.CreateDeviceItemInputParser(); - - inputReceiver.Start(_hidStream); - - while (true) - { - if (!inputReceiver.IsRunning) { break; } // Disconnected? - - Report report; // - while (inputReceiver.TryRead(inputReportBuffer, 0, out report)) - { - if (inputParser.TryParseReport(inputReportBuffer, 0, report)) - { - WriteDeviceItemInputParserResult(inputParser); - } - } - System.Threading.Thread.Sleep(20); - } - - inputReceiver = null; - IsOpen = false; - } - catch (Exception ex) - { - - Message?.Invoke(ex.Message); - - } - finally - { - Disconnected?.Invoke(this, null); - IsOpen = false; - } - } - } - } - } - - void WriteDeviceItemInputParserResult(HidSharp.Reports.Input.DeviceItemInputParser parser) - { - while (parser.HasChanged) - { - int changedIndex = parser.GetNextChangedIndex(); - var previousDataValue = parser.GetPreviousValue(changedIndex); - var dataValue = parser.GetValue(changedIndex); - - var oVal = previousDataValue.GetPhysicalValue(); - var nVal = dataValue.GetPhysicalValue(); - - if (double.IsNaN(oVal)) oVal = 0.0; - if (double.IsNaN(nVal)) nVal = 0.0; - - var InputMethod = (Usage)dataValue.Usages.FirstOrDefault(); - if (InputMethod.ToString().StartsWith("Button")) - { - var butNo = int.Parse(InputMethod.ToString().Substring(6)); - this.Buttons[butNo - 1] = nVal > 0; //버튼값은 기록 210107 - } - - //이벤트발생 - InputChanged?.Invoke(this, new InputChangedEventHandler( - InputMethod, oVal, nVal)); - - //메세지도 발생함 - //var msg = (string.Format(" {0}: {1} -> {2}", - // (Usage)dataValue.Usages.FirstOrDefault(), - // previousDataValue.GetPhysicalValue(), - // dataValue.GetPhysicalValue())); - //Message?.Invoke(msg); - - } - } - - public event EventHandler InputChanged; - - public class InputChangedEventHandler : EventArgs - { - public Usage input { get; set; } - public double oldValue { get; set; } - public double newValue { get; set; } - public InputChangedEventHandler(Usage input_, double oValue_, double nValue_) - { - this.input = input_; - this.oldValue = oValue_; - this.newValue = nValue_; - } - } - - ReportDescriptor reportDescriptor; - DeviceItem deviceItem; - ~JoystickRaw() - { - - Dispose(false); - } - - public void Dispose() - { - Dispose(true); - // This object will be cleaned up by the Dispose method. - // Therefore, you should call GC.SupressFinalize to - // take this object off the finalization queue - // and prevent finalization code for this object - // from executing a second time. - GC.SuppressFinalize(this); - } - protected virtual void Dispose(bool disposing) - { - // Check to see if Dispose has already been called. - if (!this.disposed) - { - // If disposing equals true, dispose all managed - // and unmanaged resources. - - if (disposing) - { - // Dispose managed resources. - this._dev = null; - } - - - Job.Wait(); - Job.Dispose(); - - // Call the appropriate methods to clean up - // unmanaged resources here. - // If disposing is false, - // only the following code is executed. - //CloseHandle(handle); - //handle = IntPtr.Zero; - - // Note disposing has been done. - DeviceList.Local.Changed -= Local_Changed; - disposed = true; - } - } - - private void Local_Changed(object sender, DeviceListChangedEventArgs e) - { - Changed?.Invoke(sender, e); - bListUpdate = true; - } - - } -} diff --git a/Handler/Project/Class/ModelInfoM.cs b/Handler/Project/Class/ModelInfoM.cs index 8467a80..39f7d63 100644 --- a/Handler/Project/Class/ModelInfoM.cs +++ b/Handler/Project/Class/ModelInfoM.cs @@ -4,7 +4,6 @@ using System.Linq; using System.Text; using System.Drawing; using System.ComponentModel; -using System.Web.Services.Protocols; using AR; namespace Project diff --git a/Handler/Project/Class/ModelInfoV.cs b/Handler/Project/Class/ModelInfoV.cs index 7d50837..bcdb3a1 100644 --- a/Handler/Project/Class/ModelInfoV.cs +++ b/Handler/Project/Class/ModelInfoV.cs @@ -41,6 +41,7 @@ namespace Project public bool DisablePrinter { get; set; } public bool CheckSIDExsit { get; set; } public bool bOwnZPL { get; set; } + public int BSave { get; set; } @@ -70,6 +71,7 @@ namespace Project this.DisableCamera = dr.DisableCamera; this.DisablePrinter = dr.DisablePrinter; this.CheckSIDExsit = dr.CheckSIDExsit; + this.BSave = dr.BSave; //this.ByPassSID = dr.ByPassSID; } public bool WriteValue() @@ -98,7 +100,7 @@ namespace Project dr.DisablePrinter = this.DisablePrinter; dr.CheckSIDExsit = this.CheckSIDExsit; dr.bOwnZPL = this.bOwnZPL; - + dr.BSave = this.BSave; dr.EndEdit(); PUB.mdm.SaveModelV(); return true; diff --git a/Handler/Project/Controller/ModelController.cs b/Handler/Project/Controller/ModelController.cs deleted file mode 100644 index 0b5ee39..0000000 --- a/Handler/Project/Controller/ModelController.cs +++ /dev/null @@ -1,109 +0,0 @@ -using AR; -using Microsoft.SqlServer.Server; -using Newtonsoft.Json.Linq; -using System.Net; -using System.Net.Http; -using System.Web.Http; - -namespace Project.Controller -{ - public class ModelController : ApiController - { - //private static List _values = new List { - // new Item { Id = 1, Name = "USB2.0 Extension Cable" }, - // new Item { Id = 2, Name = "USB3.0 Extension Cable" }, - // new Item { Id =3, Name = "USB3.1 Extension Cable" } - //}; - - // GET api/values - public IHttpActionResult Get() - { - HttpResponseMessage responsem = new HttpResponseMessage(HttpStatusCode.OK); - var data = new - { - model = PUB.Result.vModel.Title, - }; - return Ok(data); - } - - // GET api/values/5 - public IHttpActionResult Get(int id) - { - //var value = DataManager.Items?.Find(v => v.Id == id) ?? null; - //if (value == null) - //{ - // return NotFound(); - //} - return Ok(); - } - - // POST api/values - [HttpGet] - public IHttpActionResult Set(string id) - { - //Change to specified model. - var msg = ""; - - if (id.isEmpty()) msg = "NO MODELNAME"; - if (msg.isEmpty()) - { - if (PUB.sm.Step == eSMStep.IDLE || PUB.sm.Step == eSMStep.FINISH) - { - var buf = id.Split(new char[] { '|' }, System.StringSplitOptions.RemoveEmptyEntries); - var modelname = buf[0]; - var conv = true; - if (buf.Length == 2) conv = buf[1] == "1"; - - var modelVision = PUB.mdm.GetDataV(modelname); - if (modelVision == null) - { - msg = "NO MODELDATA"; - } - else - { - VAR.BOOL[eVarBool.Use_Conveyor] = conv; - var rlt = PUB.SelectModelV(modelname, false); - if (rlt == false) - { - msg = "[OP]LOAD FAIL"; - } - else - { - var motion = conv ? "Conveyor" : "Default"; - rlt = PUB.SelectModelM("Conveyor"); - if(rlt ==false) - { - msg = "[MT]LOAD FAIL"; - } - } - - - } - } - else - { - msg = "NOT IDLE"; - } - } - - var data = new - { - Message = msg, - Result = (msg.isEmpty() ? true : false), - }; - return Ok(data); - } - - // PUT api/values/5 - public IHttpActionResult Put(int id, [FromBody] JObject value) - { - return Ok(); - } - - // DELETE api/values/5 - public IHttpActionResult Delete(int id) - { - return Ok(); - } - } -} diff --git a/Handler/Project/Controller/StateController.cs b/Handler/Project/Controller/StateController.cs deleted file mode 100644 index 2f3b6e5..0000000 --- a/Handler/Project/Controller/StateController.cs +++ /dev/null @@ -1,88 +0,0 @@ -using Newtonsoft.Json; -using Newtonsoft.Json.Linq; -using System; -using System.Collections.Generic; -using System.Linq; -using System.Net; -using System.Net.Http; -using System.Runtime.Remoting.Contexts; -using System.Security.Principal; -using System.Text; -using System.Threading.Tasks; -using System.Web; -using System.Web.Http; -using System.Web.Http.Results; - -namespace Project.Controller -{ - public class StateController : ApiController - { - //private static List _values = new List { - // new Item { Id = 1, Name = "USB2.0 Extension Cable" }, - // new Item { Id = 2, Name = "USB3.0 Extension Cable" }, - // new Item { Id =3, Name = "USB3.1 Extension Cable" } - //}; - - // GET api/values - public IHttpActionResult Get() - { - HttpResponseMessage responsem = new HttpResponseMessage(HttpStatusCode.OK); - //responsem.Headers.Add("Content-Type", "application/json"); - //ResponseMessageResult response = new ResponseMessageResult(responsem); - //return response; - - //return this.Content(HttpStatusCode.OK, _values, mediaType) - return Ok(); - //string json = JsonConvert.SerializeObject(_values, Formatting.Indented); - //return Ok(json); - } - - // GET api/values/5 - public IHttpActionResult Get(int id) - { - //var value = DataManager.Items?.Find(v => v.Id == id) ?? null; - //if (value == null) - //{ - // return NotFound(); - //} - return Ok(); - } - - // POST api/values - public IHttpActionResult Post([FromBody] JObject value) - { - //value.Id = DataManager.Items?.Count ?? 0; - //DataManager.Items.Add(value); - //DataManager.Save(); - return CreatedAtRoute("DefaultApi", new { id = value }, value); - } - - // PUT api/values/5 - public IHttpActionResult Put(int id, [FromBody] JObject value) - { - //var index = DataManager.Items.FindIndex(v => v.Id == id); - //if (index == -1) - //{ - // return NotFound(); - //} - - //DataManager.Items[index] = value; - //DataManager.Save(); - return Ok(); - } - - // DELETE api/values/5 - public IHttpActionResult Delete(int id) - { - //var index = DataManager.Items.FindIndex(v => v.Id == id); - //if (index == -1) - //{ - // return NotFound(); - //} - - //DataManager.Items.RemoveAt(index); - //DataManager.Save(); - return Ok(); - } - } -} diff --git a/Handler/Project/DSList.Designer.cs b/Handler/Project/DSList.Designer.cs index 57dbf47..f71c32a 100644 --- a/Handler/Project/DSList.Designer.cs +++ b/Handler/Project/DSList.Designer.cs @@ -1795,15 +1795,15 @@ namespace Project.DSListTableAdapters { this._adapter.DeleteCommand.Connection = this.Connection; this._adapter.DeleteCommand.CommandText = @"DELETE FROM [K4EE_Component_Reel_CustRule] WHERE (([code] = @Original_code) AND ((@IsNull_pre = 1 AND [pre] IS NULL) OR ([pre] = @Original_pre)) AND ((@IsNull_pos = 1 AND [pos] IS NULL) OR ([pos] = @Original_pos)) AND ((@IsNull_len = 1 AND [len] IS NULL) OR ([len] = @Original_len)) AND ((@IsNull_exp = 1 AND [exp] IS NULL) OR ([exp] = @Original_exp)))"; this._adapter.DeleteCommand.CommandType = global::System.Data.CommandType.Text; - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_code", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "code", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_pre", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "pre", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_pre", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "pre", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_pos", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "pos", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_pos", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "pos", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_len", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "len", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_len", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "len", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_exp", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "exp", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_exp", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "exp", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_code", global::System.Data.SqlDbType.VarChar, 10, global::System.Data.ParameterDirection.Input, 0, 0, "code", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_pre", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_pre", global::System.Data.SqlDbType.Variant, 1024, global::System.Data.ParameterDirection.Input, 0, 0, "", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_pos", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_pos", global::System.Data.SqlDbType.Variant, 1024, global::System.Data.ParameterDirection.Input, 0, 0, "", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_len", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_len", global::System.Data.SqlDbType.Variant, 1024, global::System.Data.ParameterDirection.Input, 0, 0, "", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_exp", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_exp", global::System.Data.SqlDbType.Variant, 1024, global::System.Data.ParameterDirection.Input, 0, 0, "", 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 [K4EE_Component_Reel_CustRule] ([code], [MatchEx], [MatchIndex], [GroupIndex], [ReplaceEx], [ReplaceStr], [varName], [Remark]) VALUES (@code, @MatchEx, @MatchIndex, @GroupIndex, @ReplaceEx, @ReplaceStr, @varName, @Remark); @@ -1820,22 +1820,22 @@ SELECT idx, code, MatchEx, MatchIndex, GroupIndex, ReplaceEx, ReplaceStr, varNam this._adapter.UpdateCommand = new global::System.Data.SqlClient.SqlCommand(); this._adapter.UpdateCommand.Connection = this.Connection; this._adapter.UpdateCommand.CommandText = @"UPDATE [K4EE_Component_Reel_CustRule] SET [code] = @code, [pre] = @pre, [pos] = @pos, [len] = @len, [exp] = @exp WHERE (([code] = @Original_code) AND ((@IsNull_pre = 1 AND [pre] IS NULL) OR ([pre] = @Original_pre)) AND ((@IsNull_pos = 1 AND [pos] IS NULL) OR ([pos] = @Original_pos)) AND ((@IsNull_len = 1 AND [len] IS NULL) OR ([len] = @Original_len)) AND ((@IsNull_exp = 1 AND [exp] IS NULL) OR ([exp] = @Original_exp))); -SELECT code, pre, pos, len, exp FROM K4EE_Component_Reel_CustRule WHERE (code = @code)"; +SELECT code, pre, pos, len, exp FROM Component_Reel_CustRule WHERE (code = @code)"; this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.Text; - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@code", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "code", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@pre", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "pre", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@pos", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "pos", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@len", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "len", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@exp", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "exp", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_code", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "code", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.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._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@pre", global::System.Data.SqlDbType.Variant, 1024, global::System.Data.ParameterDirection.Input, 0, 0, "pre", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@pos", global::System.Data.SqlDbType.Variant, 1024, global::System.Data.ParameterDirection.Input, 0, 0, "pos", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@len", global::System.Data.SqlDbType.Variant, 1024, global::System.Data.ParameterDirection.Input, 0, 0, "len", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@exp", global::System.Data.SqlDbType.Variant, 1024, global::System.Data.ParameterDirection.Input, 0, 0, "exp", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_code", global::System.Data.SqlDbType.VarChar, 10, global::System.Data.ParameterDirection.Input, 0, 0, "code", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_pre", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "pre", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_pre", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "pre", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_pre", global::System.Data.SqlDbType.Variant, 1024, global::System.Data.ParameterDirection.Input, 0, 0, "pre", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_pos", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "pos", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_pos", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "pos", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_pos", global::System.Data.SqlDbType.Variant, 1024, global::System.Data.ParameterDirection.Input, 0, 0, "pos", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_len", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "len", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_len", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "len", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_len", global::System.Data.SqlDbType.Variant, 1024, global::System.Data.ParameterDirection.Input, 0, 0, "len", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_exp", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "exp", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_exp", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "exp", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_exp", global::System.Data.SqlDbType.Variant, 1024, global::System.Data.ParameterDirection.Input, 0, 0, "exp", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] @@ -1913,7 +1913,7 @@ SELECT code, pre, pos, len, exp FROM K4EE_Component_Reel_CustRule WHERE (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.Delete, true)] - public virtual int Delete(string Original_code, string Original_pre, string Original_pos, global::System.Nullable Original_len, string Original_exp) { + public virtual int Delete(string Original_code, object Original_pre, object Original_pos, object Original_len, object Original_exp) { if ((Original_code == null)) { throw new global::System.ArgumentNullException("Original_code"); } @@ -1921,36 +1921,32 @@ SELECT code, pre, pos, len, exp FROM K4EE_Component_Reel_CustRule WHERE (code = this.Adapter.DeleteCommand.Parameters[0].Value = ((string)(Original_code)); } if ((Original_pre == null)) { - this.Adapter.DeleteCommand.Parameters[1].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[2].Value = global::System.DBNull.Value; + throw new global::System.ArgumentNullException("Original_pre"); } else { this.Adapter.DeleteCommand.Parameters[1].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[2].Value = ((string)(Original_pre)); + this.Adapter.DeleteCommand.Parameters[2].Value = ((object)(Original_pre)); } if ((Original_pos == null)) { - this.Adapter.DeleteCommand.Parameters[3].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[4].Value = global::System.DBNull.Value; + throw new global::System.ArgumentNullException("Original_pos"); } else { - this.Adapter.DeleteCommand.Parameters[3].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[4].Value = ((string)(Original_pos)); + this.Adapter.DeleteCommand.Parameters[1].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[4].Value = ((object)(Original_pos)); } - if ((Original_len.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[5].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[6].Value = ((int)(Original_len.Value)); + if ((Original_len == null)) { + throw new global::System.ArgumentNullException("Original_len"); } else { - this.Adapter.DeleteCommand.Parameters[5].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[6].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[1].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[6].Value = ((object)(Original_len)); } if ((Original_exp == null)) { - this.Adapter.DeleteCommand.Parameters[7].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[8].Value = global::System.DBNull.Value; + throw new global::System.ArgumentNullException("Original_exp"); } else { - this.Adapter.DeleteCommand.Parameters[7].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[8].Value = ((string)(Original_exp)); + this.Adapter.DeleteCommand.Parameters[1].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[8].Value = ((object)(Original_exp)); } global::System.Data.ConnectionState previousConnectionState = this.Adapter.DeleteCommand.Connection.State; if (((this.Adapter.DeleteCommand.Connection.State & global::System.Data.ConnectionState.Open) @@ -2041,7 +2037,7 @@ SELECT code, pre, pos, len, exp FROM K4EE_Component_Reel_CustRule WHERE (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.Update, true)] - public virtual int Update(string code, string pre, string pos, global::System.Nullable len, string exp, string Original_code, string Original_pre, string Original_pos, global::System.Nullable Original_len, string Original_exp) { + public virtual int Update(string code, object pre, object pos, object len, object exp, string Original_code, object Original_pre, object Original_pos, object Original_len, object Original_exp) { if ((code == null)) { throw new global::System.ArgumentNullException("code"); } @@ -2049,28 +2045,28 @@ SELECT code, pre, pos, len, exp FROM K4EE_Component_Reel_CustRule WHERE (code = this.Adapter.UpdateCommand.Parameters[0].Value = ((string)(code)); } if ((pre == null)) { - this.Adapter.UpdateCommand.Parameters[1].Value = global::System.DBNull.Value; + throw new global::System.ArgumentNullException("pre"); } else { - this.Adapter.UpdateCommand.Parameters[1].Value = ((string)(pre)); + this.Adapter.UpdateCommand.Parameters[1].Value = ((object)(pre)); } if ((pos == null)) { - this.Adapter.UpdateCommand.Parameters[2].Value = global::System.DBNull.Value; + throw new global::System.ArgumentNullException("pos"); } else { - this.Adapter.UpdateCommand.Parameters[2].Value = ((string)(pos)); + this.Adapter.UpdateCommand.Parameters[2].Value = ((object)(pos)); } - if ((len.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[3].Value = ((int)(len.Value)); + if ((len == null)) { + throw new global::System.ArgumentNullException("len"); } else { - this.Adapter.UpdateCommand.Parameters[3].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[3].Value = ((object)(len)); } if ((exp == null)) { - this.Adapter.UpdateCommand.Parameters[4].Value = global::System.DBNull.Value; + throw new global::System.ArgumentNullException("exp"); } else { - this.Adapter.UpdateCommand.Parameters[4].Value = ((string)(exp)); + this.Adapter.UpdateCommand.Parameters[4].Value = ((object)(exp)); } if ((Original_code == null)) { throw new global::System.ArgumentNullException("Original_code"); @@ -2079,36 +2075,32 @@ SELECT code, pre, pos, len, exp FROM K4EE_Component_Reel_CustRule WHERE (code = this.Adapter.UpdateCommand.Parameters[5].Value = ((string)(Original_code)); } if ((Original_pre == null)) { - this.Adapter.UpdateCommand.Parameters[6].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[7].Value = global::System.DBNull.Value; + throw new global::System.ArgumentNullException("Original_pre"); } else { this.Adapter.UpdateCommand.Parameters[6].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[7].Value = ((string)(Original_pre)); + this.Adapter.UpdateCommand.Parameters[7].Value = ((object)(Original_pre)); } if ((Original_pos == null)) { - this.Adapter.UpdateCommand.Parameters[8].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[9].Value = global::System.DBNull.Value; + throw new global::System.ArgumentNullException("Original_pos"); } else { this.Adapter.UpdateCommand.Parameters[8].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[9].Value = ((string)(Original_pos)); + this.Adapter.UpdateCommand.Parameters[9].Value = ((object)(Original_pos)); } - if ((Original_len.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[10].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[11].Value = ((int)(Original_len.Value)); + if ((Original_len == null)) { + throw new global::System.ArgumentNullException("Original_len"); } else { - this.Adapter.UpdateCommand.Parameters[10].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[11].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[10].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[11].Value = ((object)(Original_len)); } if ((Original_exp == null)) { - this.Adapter.UpdateCommand.Parameters[12].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[13].Value = global::System.DBNull.Value; + throw new global::System.ArgumentNullException("Original_exp"); } else { this.Adapter.UpdateCommand.Parameters[12].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[13].Value = ((string)(Original_exp)); + this.Adapter.UpdateCommand.Parameters[13].Value = ((object)(Original_exp)); } global::System.Data.ConnectionState previousConnectionState = this.Adapter.UpdateCommand.Connection.State; if (((this.Adapter.UpdateCommand.Connection.State & global::System.Data.ConnectionState.Open) @@ -2130,7 +2122,7 @@ SELECT code, pre, pos, len, exp FROM K4EE_Component_Reel_CustRule WHERE (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.Update, true)] - public virtual int Update(string pre, string pos, global::System.Nullable len, string exp, string Original_code, string Original_pre, string Original_pos, global::System.Nullable Original_len, string Original_exp) { + public virtual int Update(object pre, object pos, object len, object exp, string Original_code, object Original_pre, object Original_pos, object Original_len, object Original_exp) { return this.Update(Original_code, pre, pos, len, exp, Original_code, Original_pre, Original_pos, Original_len, Original_exp); } } diff --git a/Handler/Project/DSList.xsd b/Handler/Project/DSList.xsd index 77c5079..f064f55 100644 --- a/Handler/Project/DSList.xsd +++ b/Handler/Project/DSList.xsd @@ -11,18 +11,18 @@ - - DELETE FROM [Component_Reel_CustRule] WHERE (([code] = @Original_code) AND ((@IsNull_pre = 1 AND [pre] IS NULL) OR ([pre] = @Original_pre)) AND ((@IsNull_pos = 1 AND [pos] IS NULL) OR ([pos] = @Original_pos)) AND ((@IsNull_len = 1 AND [len] IS NULL) OR ([len] = @Original_len)) AND ((@IsNull_exp = 1 AND [exp] IS NULL) OR ([exp] = @Original_exp))) + + DELETE FROM [K4EE_Component_Reel_CustRule] WHERE (([code] = @Original_code) AND ((@IsNull_pre = 1 AND [pre] IS NULL) OR ([pre] = @Original_pre)) AND ((@IsNull_pos = 1 AND [pos] IS NULL) OR ([pos] = @Original_pos)) AND ((@IsNull_len = 1 AND [len] IS NULL) OR ([len] = @Original_len)) AND ((@IsNull_exp = 1 AND [exp] IS NULL) OR ([exp] = @Original_exp))) - - - - - - - - - + + + + + + + + + @@ -50,24 +50,24 @@ FROM K4EE_Component_Reel_CustRule - - UPDATE [Component_Reel_CustRule] SET [code] = @code, [pre] = @pre, [pos] = @pos, [len] = @len, [exp] = @exp WHERE (([code] = @Original_code) AND ((@IsNull_pre = 1 AND [pre] IS NULL) OR ([pre] = @Original_pre)) AND ((@IsNull_pos = 1 AND [pos] IS NULL) OR ([pos] = @Original_pos)) AND ((@IsNull_len = 1 AND [len] IS NULL) OR ([len] = @Original_len)) AND ((@IsNull_exp = 1 AND [exp] IS NULL) OR ([exp] = @Original_exp))); -SELECT code, pre, pos, len, exp FROM Component_Reel_CustRule WHERE (code = @code) + + UPDATE [K4EE_Component_Reel_CustRule] SET [code] = @code, [pre] = @pre, [pos] = @pos, [len] = @len, [exp] = @exp WHERE (([code] = @Original_code) AND ((@IsNull_pre = 1 AND [pre] IS NULL) OR ([pre] = @Original_pre)) AND ((@IsNull_pos = 1 AND [pos] IS NULL) OR ([pos] = @Original_pos)) AND ((@IsNull_len = 1 AND [len] IS NULL) OR ([len] = @Original_len)) AND ((@IsNull_exp = 1 AND [exp] IS NULL) OR ([exp] = @Original_exp))); +SELECT code, pre, pos, len, exp FROM K4EE_Component_Reel_CustRule WHERE (code = @code) - - - - - - - - - - - - - - + + + + + + + + + + + + + + diff --git a/Handler/Project/DataSet1.xsd b/Handler/Project/DataSet1.xsd index 83db287..64dacb9 100644 --- a/Handler/Project/DataSet1.xsd +++ b/Handler/Project/DataSet1.xsd @@ -11,114 +11,114 @@ - - DELETE FROM [Component_Reel_Result] WHERE (([idx] = @Original_idx) AND ([STIME] = @Original_STIME) AND ((@IsNull_ETIME = 1 AND [ETIME] IS NULL) OR ([ETIME] = @Original_ETIME)) AND ((@IsNull_PDATE = 1 AND [PDATE] IS NULL) OR ([PDATE] = @Original_PDATE)) AND ((@IsNull_JTYPE = 1 AND [JTYPE] IS NULL) OR ([JTYPE] = @Original_JTYPE)) AND ((@IsNull_JGUID = 1 AND [JGUID] IS NULL) OR ([JGUID] = @Original_JGUID)) AND ((@IsNull_SID = 1 AND [SID] IS NULL) OR ([SID] = @Original_SID)) AND ((@IsNull_SID0 = 1 AND [SID0] IS NULL) OR ([SID0] = @Original_SID0)) AND ((@IsNull_RID = 1 AND [RID] IS NULL) OR ([RID] = @Original_RID)) AND ((@IsNull_RID0 = 1 AND [RID0] IS NULL) OR ([RID0] = @Original_RID0)) AND ((@IsNull_RSN = 1 AND [RSN] IS NULL) OR ([RSN] = @Original_RSN)) AND ((@IsNull_QR = 1 AND [QR] IS NULL) OR ([QR] = @Original_QR)) AND ((@IsNull_ZPL = 1 AND [ZPL] IS NULL) OR ([ZPL] = @Original_ZPL)) AND ((@IsNull_POS = 1 AND [POS] IS NULL) OR ([POS] = @Original_POS)) AND ((@IsNull_LOC = 1 AND [LOC] IS NULL) OR ([LOC] = @Original_LOC)) AND ((@IsNull_ANGLE = 1 AND [ANGLE] IS NULL) OR ([ANGLE] = @Original_ANGLE)) AND ((@IsNull_QTY = 1 AND [QTY] IS NULL) OR ([QTY] = @Original_QTY)) AND ((@IsNull_QTY0 = 1 AND [QTY0] IS NULL) OR ([QTY0] = @Original_QTY0)) AND ([wdate] = @Original_wdate) AND ((@IsNull_VNAME = 1 AND [VNAME] IS NULL) OR ([VNAME] = @Original_VNAME)) AND ((@IsNull_PRNATTACH = 1 AND [PRNATTACH] IS NULL) OR ([PRNATTACH] = @Original_PRNATTACH)) AND ((@IsNull_PRNVALID = 1 AND [PRNVALID] IS NULL) OR ([PRNVALID] = @Original_PRNVALID)) AND ((@IsNull_PTIME = 1 AND [PTIME] IS NULL) OR ([PTIME] = @Original_PTIME)) AND ((@IsNull_MFGDATE = 1 AND [MFGDATE] IS NULL) OR ([MFGDATE] = @Original_MFGDATE)) AND ((@IsNull_VLOT = 1 AND [VLOT] IS NULL) OR ([VLOT] = @Original_VLOT)) AND ((@IsNull_REMARK = 1 AND [REMARK] IS NULL) OR ([REMARK] = @Original_REMARK)) AND ((@IsNull_MC = 1 AND [MC] IS NULL) OR ([MC] = @Original_MC)) AND ((@IsNull_PARTNO = 1 AND [PARTNO] IS NULL) OR ([PARTNO] = @Original_PARTNO)) AND ((@IsNull_CUSTCODE = 1 AND [CUSTCODE] IS NULL) OR ([CUSTCODE] = @Original_CUSTCODE)) AND ((@IsNull_ATIME = 1 AND [ATIME] IS NULL) OR ([ATIME] = @Original_ATIME)) AND ((@IsNull_BATCH = 1 AND [BATCH] IS NULL) OR ([BATCH] = @Original_BATCH)) AND ((@IsNull_qtymax = 1 AND [qtymax] IS NULL) OR ([qtymax] = @Original_qtymax)) AND ((@IsNull_GUID = 1 AND [GUID] IS NULL) OR ([GUID] = @Original_GUID))) + + DELETE FROM [K4EE_Component_Reel_Result] WHERE (([idx] = @Original_idx) AND ([STIME] = @Original_STIME) AND ((@IsNull_ETIME = 1 AND [ETIME] IS NULL) OR ([ETIME] = @Original_ETIME)) AND ((@IsNull_PDATE = 1 AND [PDATE] IS NULL) OR ([PDATE] = @Original_PDATE)) AND ((@IsNull_JTYPE = 1 AND [JTYPE] IS NULL) OR ([JTYPE] = @Original_JTYPE)) AND ((@IsNull_JGUID = 1 AND [JGUID] IS NULL) OR ([JGUID] = @Original_JGUID)) AND ((@IsNull_SID = 1 AND [SID] IS NULL) OR ([SID] = @Original_SID)) AND ((@IsNull_SID0 = 1 AND [SID0] IS NULL) OR ([SID0] = @Original_SID0)) AND ((@IsNull_RID = 1 AND [RID] IS NULL) OR ([RID] = @Original_RID)) AND ((@IsNull_RID0 = 1 AND [RID0] IS NULL) OR ([RID0] = @Original_RID0)) AND ((@IsNull_RSN = 1 AND [RSN] IS NULL) OR ([RSN] = @Original_RSN)) AND ((@IsNull_QR = 1 AND [QR] IS NULL) OR ([QR] = @Original_QR)) AND ((@IsNull_ZPL = 1 AND [ZPL] IS NULL) OR ([ZPL] = @Original_ZPL)) AND ((@IsNull_POS = 1 AND [POS] IS NULL) OR ([POS] = @Original_POS)) AND ((@IsNull_LOC = 1 AND [LOC] IS NULL) OR ([LOC] = @Original_LOC)) AND ((@IsNull_ANGLE = 1 AND [ANGLE] IS NULL) OR ([ANGLE] = @Original_ANGLE)) AND ((@IsNull_QTY = 1 AND [QTY] IS NULL) OR ([QTY] = @Original_QTY)) AND ((@IsNull_QTY0 = 1 AND [QTY0] IS NULL) OR ([QTY0] = @Original_QTY0)) AND ([wdate] = @Original_wdate) AND ((@IsNull_VNAME = 1 AND [VNAME] IS NULL) OR ([VNAME] = @Original_VNAME)) AND ((@IsNull_PRNATTACH = 1 AND [PRNATTACH] IS NULL) OR ([PRNATTACH] = @Original_PRNATTACH)) AND ((@IsNull_PRNVALID = 1 AND [PRNVALID] IS NULL) OR ([PRNVALID] = @Original_PRNVALID)) AND ((@IsNull_PTIME = 1 AND [PTIME] IS NULL) OR ([PTIME] = @Original_PTIME)) AND ((@IsNull_MFGDATE = 1 AND [MFGDATE] IS NULL) OR ([MFGDATE] = @Original_MFGDATE)) AND ((@IsNull_VLOT = 1 AND [VLOT] IS NULL) OR ([VLOT] = @Original_VLOT)) AND ((@IsNull_REMARK = 1 AND [REMARK] IS NULL) OR ([REMARK] = @Original_REMARK)) AND ((@IsNull_MC = 1 AND [MC] IS NULL) OR ([MC] = @Original_MC)) AND ((@IsNull_PARTNO = 1 AND [PARTNO] IS NULL) OR ([PARTNO] = @Original_PARTNO)) AND ((@IsNull_CUSTCODE = 1 AND [CUSTCODE] IS NULL) OR ([CUSTCODE] = @Original_CUSTCODE)) AND ((@IsNull_ATIME = 1 AND [ATIME] IS NULL) OR ([ATIME] = @Original_ATIME)) AND ((@IsNull_BATCH = 1 AND [BATCH] IS NULL) OR ([BATCH] = @Original_BATCH)) AND ((@IsNull_qtymax = 1 AND [qtymax] IS NULL) OR ([qtymax] = @Original_qtymax)) AND ((@IsNull_GUID = 1 AND [GUID] IS NULL) OR ([GUID] = @Original_GUID))) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - INSERT INTO [Component_Reel_Result] ([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]) VALUES (@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) + + INSERT INTO [K4EE_Component_Reel_Result] ([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]) VALUES (@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) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -137,53 +137,53 @@ ORDER BY wdate DESC, idx - - UPDATE Component_Reel_Result + + UPDATE K4EE_Component_Reel_Result SET STIME = @STIME, ETIME = @ETIME, PDATE = @PDATE, JTYPE = @JTYPE, JGUID = @JGUID, SID = @SID, SID0 = @SID0, RID = @RID, RID0 = @RID0, RSN = @RSN, QR = @QR, ZPL = @ZPL, POS = @POS, LOC = @LOC, ANGLE = @ANGLE, QTY = @QTY, QTY0 = @QTY0, wdate = @wdate, VNAME = @VNAME, PRNATTACH = @PRNATTACH, PRNVALID = @PRNVALID, PTIME = @PTIME, MFGDATE = @MFGDATE, VLOT = @VLOT, REMARK = @REMARK, MC = @MC, PARTNO = @PARTNO, CUSTCODE = @CUSTCODE, ATIME = @ATIME, BATCH = @BATCH, qtymax = @qtymax, GUID = @GUID, iNBOUND = @iNBOUND, MCN = @MCN WHERE (STIME = @Original_STIME) AND (JGUID = @Original_JGUID) AND (GUID = @Original_GUID); -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 FROM Component_Reel_Result WHERE (idx = @idx) ORDER BY wdate DESC +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 FROM K4EE_Component_Reel_Result WHERE (idx = @idx) ORDER BY wdate DESC - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -386,46 +386,46 @@ ORDER BY wdate DESC - - DELETE FROM [Component_Reel_RegExRule] 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))) + + DELETE FROM [K4EE_Component_Reel_RegExRule] 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))) - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - - INSERT INTO [Component_Reel_RegExRule] ([Seq], [CustCode], [Description], [Symbol], [Pattern], [Groups], [IsEnable], [IsTrust], [IsAmkStd], [IsIgnore]) VALUES (@Seq, @CustCode, @Description, @Symbol, @Pattern, @Groups, @IsEnable, @IsTrust, @IsAmkStd, @IsIgnore); + + INSERT INTO [K4EE_Component_Reel_RegExRule] ([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_RegExRule WHERE (Id = SCOPE_IDENTITY()) ORDER BY CustCode, Seq, Description - - - - - - - - - - + + + + + + + + + + @@ -441,40 +441,40 @@ ORDER BY CustCode, Seq, Description - - UPDATE [Component_Reel_RegExRule] 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))); + + UPDATE [K4EE_Component_Reel_RegExRule] 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_RegExRule WHERE (Id = @Id) ORDER BY CustCode, Seq, Description - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -548,36 +548,36 @@ ORDER BY CustCode, Seq, Description - - 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))) + + DELETE FROM [K4EE_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))) - - - - - - - - - - - - - + + + + + + + + + + + + + - - INSERT INTO [Component_Reel_SID_Convert] ([MC], [Chk], [SIDFrom], [SIDTo], [Remark], [wdate]) VALUES (@MC, @Chk, @SIDFrom, @SIDTo, @Remark, @wdate); + + INSERT INTO [K4EE_Component_Reel_SID_Convert] ([MC], [Chk], [SIDFrom], [SIDTo], [Remark], [wdate]) VALUES (@MC, @Chk, @SIDFrom, @SIDTo, @Remark, @wdate); SELECT idx, MC, Chk, SIDFrom, SIDTo, Remark, wdate FROM Component_Reel_SID_Convert WHERE (idx = SCOPE_IDENTITY()) ORDER BY SIDFrom - - - - - - + + + + + + @@ -591,30 +591,30 @@ ORDER BY SIDFrom - - UPDATE [Component_Reel_SID_Convert] SET [MC] = @MC, [Chk] = @Chk, [SIDFrom] = @SIDFrom, [SIDTo] = @SIDTo, [Remark] = @Remark, [wdate] = @wdate 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))); + + UPDATE [K4EE_Component_Reel_SID_Convert] SET [MC] = @MC, [Chk] = @Chk, [SIDFrom] = @SIDFrom, [SIDTo] = @SIDTo, [Remark] = @Remark, [wdate] = @wdate 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))); SELECT idx, MC, Chk, SIDFrom, SIDTo, Remark, wdate FROM Component_Reel_SID_Convert WHERE (idx = @idx) ORDER BY SIDFrom - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -635,51 +635,51 @@ SELECT idx, MC, Chk, SIDFrom, SIDTo, Remark, wdate FROM Component_Reel_SID_Conve - - 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_wdate = 1 AND [wdate] IS NULL) OR ([wdate] = @Original_wdate)) AND ((@IsNull_batch = 1 AND [batch] IS NULL) OR ([batch] = @Original_batch)) AND ((@IsNull_qtymax = 1 AND [qtymax] IS NULL) OR ([qtymax] = @Original_qtymax)) AND ((@IsNull_VenderLot = 1 AND [VenderLot] IS NULL) OR ([VenderLot] = @Original_VenderLot)) AND ((@IsNull_attach = 1 AND [attach] IS NULL) OR ([attach] = @Original_attach))) + + DELETE FROM [K4EE_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_wdate = 1 AND [wdate] IS NULL) OR ([wdate] = @Original_wdate)) AND ((@IsNull_batch = 1 AND [batch] IS NULL) OR ([batch] = @Original_batch)) AND ((@IsNull_qtymax = 1 AND [qtymax] IS NULL) OR ([qtymax] = @Original_qtymax)) AND ((@IsNull_VenderLot = 1 AND [VenderLot] IS NULL) OR ([VenderLot] = @Original_VenderLot)) AND ((@IsNull_attach = 1 AND [attach] IS NULL) OR ([attach] = @Original_attach))) - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + - - INSERT INTO [Component_Reel_SID_Information] ([MC], [SID], [CustCode], [PartNo], [CustName], [VenderName], [Remark], [wdate], [batch], [qtymax], [VenderLot], [attach]) VALUES (@MC, @SID, @CustCode, @PartNo, @CustName, @VenderName, @Remark, @wdate, @batch, @qtymax, @VenderLot, @attach); + + INSERT INTO [K4EE_Component_Reel_SID_Information] ([MC], [SID], [CustCode], [PartNo], [CustName], [VenderName], [Remark], [wdate], [batch], [qtymax], [VenderLot], [attach]) VALUES (@MC, @SID, @CustCode, @PartNo, @CustName, @VenderName, @Remark, @wdate, @batch, @qtymax, @VenderLot, @attach); SELECT idx, MC, SID, CustCode, PartNo, CustName, VenderName, Remark, wdate, batch, qtymax, VenderLot, attach FROM Component_Reel_SID_Information WITH (NOLOCK) WHERE (idx = SCOPE_IDENTITY()) ORDER BY idx - - - - - - - - - - - - + + + + + + + + + + + + @@ -695,45 +695,45 @@ ORDER BY idx - - UPDATE [Component_Reel_SID_Information] SET [MC] = @MC, [SID] = @SID, [CustCode] = @CustCode, [PartNo] = @PartNo, [CustName] = @CustName, [VenderName] = @VenderName, [Remark] = @Remark, [wdate] = @wdate, [batch] = @batch, [qtymax] = @qtymax, [VenderLot] = @VenderLot, [attach] = @attach 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_wdate = 1 AND [wdate] IS NULL) OR ([wdate] = @Original_wdate)) AND ((@IsNull_batch = 1 AND [batch] IS NULL) OR ([batch] = @Original_batch)) AND ((@IsNull_qtymax = 1 AND [qtymax] IS NULL) OR ([qtymax] = @Original_qtymax)) AND ((@IsNull_VenderLot = 1 AND [VenderLot] IS NULL) OR ([VenderLot] = @Original_VenderLot)) AND ((@IsNull_attach = 1 AND [attach] IS NULL) OR ([attach] = @Original_attach))); + + UPDATE [K4EE_Component_Reel_SID_Information] SET [MC] = @MC, [SID] = @SID, [CustCode] = @CustCode, [PartNo] = @PartNo, [CustName] = @CustName, [VenderName] = @VenderName, [Remark] = @Remark, [wdate] = @wdate, [batch] = @batch, [qtymax] = @qtymax, [VenderLot] = @VenderLot, [attach] = @attach 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_wdate = 1 AND [wdate] IS NULL) OR ([wdate] = @Original_wdate)) AND ((@IsNull_batch = 1 AND [batch] IS NULL) OR ([batch] = @Original_batch)) AND ((@IsNull_qtymax = 1 AND [qtymax] IS NULL) OR ([qtymax] = @Original_qtymax)) AND ((@IsNull_VenderLot = 1 AND [VenderLot] IS NULL) OR ([VenderLot] = @Original_VenderLot)) AND ((@IsNull_attach = 1 AND [attach] IS NULL) OR ([attach] = @Original_attach))); SELECT idx, MC, SID, CustCode, PartNo, CustName, VenderName, Remark, wdate, batch, qtymax, VenderLot, attach FROM Component_Reel_SID_Information WITH (NOLOCK) WHERE (idx = @idx) ORDER BY idx - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -831,47 +831,47 @@ WHERE (MC = @mcname) - - DELETE FROM [Component_Reel_PreSet] WHERE (([idx] = @Original_idx) AND ((@IsNull_MC = 1 AND [MC] IS NULL) OR ([MC] = @Original_MC)) AND ([Title] = @Original_Title) 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_vOption = 1 AND [vOption] IS NULL) OR ([vOption] = @Original_vOption)) AND ((@IsNull_vJobInfo = 1 AND [vJobInfo] IS NULL) OR ([vJobInfo] = @Original_vJobInfo)) AND ((@IsNull_vSidInfo = 1 AND [vSidInfo] IS NULL) OR ([vSidInfo] = @Original_vSidInfo)) AND ((@IsNull_vServerWrite = 1 AND [vServerWrite] IS NULL) OR ([vServerWrite] = @Original_vServerWrite)) AND ((@IsNull_jobtype = 1 AND [jobtype] IS NULL) OR ([jobtype] = @Original_jobtype)) AND ((@IsNull_bypasssid = 1 AND [bypasssid] IS NULL) OR ([bypasssid] = @Original_bypasssid))) + + DELETE FROM [K4EE_Component_Reel_PreSet] WHERE (([idx] = @Original_idx) AND ((@IsNull_MC = 1 AND [MC] IS NULL) OR ([MC] = @Original_MC)) AND ([Title] = @Original_Title) 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_vOption = 1 AND [vOption] IS NULL) OR ([vOption] = @Original_vOption)) AND ((@IsNull_vJobInfo = 1 AND [vJobInfo] IS NULL) OR ([vJobInfo] = @Original_vJobInfo)) AND ((@IsNull_vSidInfo = 1 AND [vSidInfo] IS NULL) OR ([vSidInfo] = @Original_vSidInfo)) AND ((@IsNull_vServerWrite = 1 AND [vServerWrite] IS NULL) OR ([vServerWrite] = @Original_vServerWrite)) AND ((@IsNull_jobtype = 1 AND [jobtype] IS NULL) OR ([jobtype] = @Original_jobtype)) AND ((@IsNull_bypasssid = 1 AND [bypasssid] IS NULL) OR ([bypasssid] = @Original_bypasssid))) - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - - INSERT INTO [Component_Reel_PreSet] ([MC], [Title], [Remark], [wdate], [vOption], [vJobInfo], [vSidInfo], [vServerWrite], [jobtype], [bypasssid]) VALUES (@MC, @Title, @Remark, @wdate, @vOption, @vJobInfo, @vSidInfo, @vServerWrite, @jobtype, @bypasssid); + + INSERT INTO [K4EE_Component_Reel_PreSet] ([MC], [Title], [Remark], [wdate], [vOption], [vJobInfo], [vSidInfo], [vServerWrite], [jobtype], [bypasssid]) VALUES (@MC, @Title, @Remark, @wdate, @vOption, @vJobInfo, @vSidInfo, @vServerWrite, @jobtype, @bypasssid); SELECT idx, MC, Title, Remark, wdate, vOption, vJobInfo, vSidInfo, vServerWrite, jobtype, bypasssid FROM Component_Reel_PreSet WHERE (idx = SCOPE_IDENTITY()) - - - - - - - - - - + + + + + + + + + + @@ -886,41 +886,41 @@ WHERE (ISNULL(MC, '') = @mc) - - UPDATE [Component_Reel_PreSet] SET [MC] = @MC, [Title] = @Title, [Remark] = @Remark, [wdate] = @wdate, [vOption] = @vOption, [vJobInfo] = @vJobInfo, [vSidInfo] = @vSidInfo, [vServerWrite] = @vServerWrite, [jobtype] = @jobtype, [bypasssid] = @bypasssid WHERE (([idx] = @Original_idx) AND ((@IsNull_MC = 1 AND [MC] IS NULL) OR ([MC] = @Original_MC)) AND ([Title] = @Original_Title) 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_vOption = 1 AND [vOption] IS NULL) OR ([vOption] = @Original_vOption)) AND ((@IsNull_vJobInfo = 1 AND [vJobInfo] IS NULL) OR ([vJobInfo] = @Original_vJobInfo)) AND ((@IsNull_vSidInfo = 1 AND [vSidInfo] IS NULL) OR ([vSidInfo] = @Original_vSidInfo)) AND ((@IsNull_vServerWrite = 1 AND [vServerWrite] IS NULL) OR ([vServerWrite] = @Original_vServerWrite)) AND ((@IsNull_jobtype = 1 AND [jobtype] IS NULL) OR ([jobtype] = @Original_jobtype)) AND ((@IsNull_bypasssid = 1 AND [bypasssid] IS NULL) OR ([bypasssid] = @Original_bypasssid))); + + UPDATE [K4EE_Component_Reel_PreSet] SET [MC] = @MC, [Title] = @Title, [Remark] = @Remark, [wdate] = @wdate, [vOption] = @vOption, [vJobInfo] = @vJobInfo, [vSidInfo] = @vSidInfo, [vServerWrite] = @vServerWrite, [jobtype] = @jobtype, [bypasssid] = @bypasssid WHERE (([idx] = @Original_idx) AND ((@IsNull_MC = 1 AND [MC] IS NULL) OR ([MC] = @Original_MC)) AND ([Title] = @Original_Title) 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_vOption = 1 AND [vOption] IS NULL) OR ([vOption] = @Original_vOption)) AND ((@IsNull_vJobInfo = 1 AND [vJobInfo] IS NULL) OR ([vJobInfo] = @Original_vJobInfo)) AND ((@IsNull_vSidInfo = 1 AND [vSidInfo] IS NULL) OR ([vSidInfo] = @Original_vSidInfo)) AND ((@IsNull_vServerWrite = 1 AND [vServerWrite] IS NULL) OR ([vServerWrite] = @Original_vServerWrite)) AND ((@IsNull_jobtype = 1 AND [jobtype] IS NULL) OR ([jobtype] = @Original_jobtype)) AND ((@IsNull_bypasssid = 1 AND [bypasssid] IS NULL) OR ([bypasssid] = @Original_bypasssid))); SELECT idx, MC, Title, Remark, wdate, vOption, vJobInfo, vSidInfo, vServerWrite, jobtype, bypasssid FROM Component_Reel_PreSet WHERE (idx = @idx) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -945,22 +945,22 @@ SELECT idx, MC, Title, Remark, wdate, vOption, vJobInfo, vSidInfo, vServerWrite, - - DELETE FROM [Component_Reel_CustInfo] WHERE (([code] = @Original_code) AND ((@IsNull_name = 1 AND [name] IS NULL) OR ([name] = @Original_name))) + + DELETE FROM [K4EE_Component_Reel_CustInfo] WHERE (([code] = @Original_code) AND ((@IsNull_name = 1 AND [name] IS NULL) OR ([name] = @Original_name))) - - - + + + - - INSERT INTO [Component_Reel_CustInfo] ([code], [name]) VALUES (@code, @name); + + INSERT INTO [K4EE_Component_Reel_CustInfo] ([code], [name]) VALUES (@code, @name); SELECT code, name FROM Component_Reel_CustInfo WHERE (code = @code) - - + + @@ -972,15 +972,14 @@ FROM K4EE_Component_Reel_CustInfo WITH (NOLOCK) - - UPDATE [Component_Reel_CustInfo] SET [code] = @code, [name] = @name WHERE (([code] = @Original_code) AND ((@IsNull_name = 1 AND [name] IS NULL) OR ([name] = @Original_name))); + + UPDATE [K4EE_Component_Reel_CustInfo] SET [code] = @code, [name] = @name WHERE (([code] = @Original_code) AND ((@IsNull_name = 1 AND [name] IS NULL) OR ([name] = @Original_name))); SELECT code, name FROM Component_Reel_CustInfo WHERE (code = @code) - - - - - + + + + @@ -1023,32 +1022,32 @@ ORDER BY PARTNO, VLOT - - 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))) + + DELETE FROM [K4EE_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))) - - - - - - - - - - + + + + + + + + + + - - INSERT INTO [Component_Reel_Print_Information] ([MC], [SID], [PrintPosition], [Remark], [wdate]) VALUES (@MC, @SID, @PrintPosition, @Remark, @wdate); + + INSERT INTO [K4EE_Component_Reel_Print_Information] ([MC], [SID], [PrintPosition], [Remark], [wdate]) VALUES (@MC, @SID, @PrintPosition, @Remark, @wdate); SELECT idx, MC, SID, PrintPosition, Remark, wdate FROM Component_Reel_Print_Information WHERE (idx = SCOPE_IDENTITY()) - - - - - + + + + + @@ -1063,26 +1062,26 @@ WHERE (MC = @mc) - - UPDATE [Component_Reel_Print_Information] SET [MC] = @MC, [SID] = @SID, [PrintPosition] = @PrintPosition, [Remark] = @Remark, [wdate] = @wdate 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))); + + UPDATE [K4EE_Component_Reel_Print_Information] SET [MC] = @MC, [SID] = @SID, [PrintPosition] = @PrintPosition, [Remark] = @Remark, [wdate] = @wdate 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))); SELECT idx, MC, SID, PrintPosition, Remark, wdate FROM Component_Reel_Print_Information WHERE (idx = @idx) - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + @@ -1112,116 +1111,6 @@ WHERE (MC = @mc) AND (SID = @sid) - - - - - - 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))) - - - - - - - - - - - - - - - - - - - - - - - - - - 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 - - - - - - - - - - - - - - - - - SELECT Id, Seq, CustCode, Description, Symbol, Pattern, Groups, IsEnable, IsTrust, IsAmkStd, IsIgnore -FROM K4EE_Component_Reel_PrintRegExRule -ORDER BY Id - - - - - - 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 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -1991,53 +1880,6 @@ WHERE (iNBOUND = 'OK') AND (STIME >= @stime) AND (SID = @sid) AND (BATCH = @ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -2152,10 +1994,6 @@ WHERE (iNBOUND = 'OK') AND (STIME >= @stime) AND (SID = @sid) AND (BATCH = @ - - - - diff --git a/Handler/Project/DataSet1.xss b/Handler/Project/DataSet1.xss index fd595a7..4f9b089 100644 --- a/Handler/Project/DataSet1.xss +++ b/Handler/Project/DataSet1.xss @@ -4,34 +4,33 @@ 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/DataSet11.Designer.cs b/Handler/Project/DataSet11.Designer.cs index 087f06c..a6fb65e 100644 --- a/Handler/Project/DataSet11.Designer.cs +++ b/Handler/Project/DataSet11.Designer.cs @@ -40,8 +40,6 @@ namespace Project { private K4EE_Component_Reel_Print_InformationDataTable tableK4EE_Component_Reel_Print_Information; - private K4EE_Component_Reel_PrintRegExRuleDataTable tableK4EE_Component_Reel_PrintRegExRule; - private CustCodeListDataTable tableCustCodeList; private SidinfoCustGroupDataTable tableSidinfoCustGroup; @@ -126,9 +124,6 @@ namespace Project { 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["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"])); } @@ -275,16 +270,6 @@ namespace Project { } } - [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 K4EE_Component_Reel_PrintRegExRuleDataTable K4EE_Component_Reel_PrintRegExRule { - get { - 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)] @@ -536,9 +521,6 @@ namespace Project { 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["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"])); } @@ -668,12 +650,6 @@ namespace Project { this.tableK4EE_Component_Reel_Print_Information.InitVars(); } } - this.tableK4EE_Component_Reel_PrintRegExRule = ((K4EE_Component_Reel_PrintRegExRuleDataTable)(base.Tables["K4EE_Component_Reel_PrintRegExRule"])); - if ((initTable == true)) { - 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)) { @@ -796,8 +772,6 @@ namespace Project { base.Tables.Add(this.tableResultSummary); 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(); @@ -880,12 +854,6 @@ namespace Project { return false; } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - 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() { @@ -1061,9 +1029,6 @@ namespace Project { [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] 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 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); @@ -4449,413 +4414,6 @@ namespace Project { } } - /// - ///Represents the strongly named DataTable class. - /// - [global::System.Serializable()] - [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")] - public partial class K4EE_Component_Reel_PrintRegExRuleDataTable : global::System.Data.TypedTableBase { - - private global::System.Data.DataColumn columnId; - - private global::System.Data.DataColumn columnSeq; - - private global::System.Data.DataColumn columnCustCode; - - private global::System.Data.DataColumn columnDescription; - - private global::System.Data.DataColumn columnSymbol; - - private global::System.Data.DataColumn columnPattern; - - private global::System.Data.DataColumn columnGroups; - - private global::System.Data.DataColumn columnIsEnable; - - private global::System.Data.DataColumn columnIsTrust; - - private global::System.Data.DataColumn columnIsAmkStd; - - private global::System.Data.DataColumn columnIsIgnore; - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public K4EE_Component_Reel_PrintRegExRuleDataTable() { - this.TableName = "K4EE_Component_Reel_PrintRegExRule"; - this.BeginInit(); - this.InitClass(); - this.EndInit(); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - internal K4EE_Component_Reel_PrintRegExRuleDataTable(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 K4EE_Component_Reel_PrintRegExRuleDataTable(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 IdColumn { - get { - return this.columnId; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public global::System.Data.DataColumn SeqColumn { - get { - return this.columnSeq; - } - } - - [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 DescriptionColumn { - get { - return this.columnDescription; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public global::System.Data.DataColumn SymbolColumn { - get { - return this.columnSymbol; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public global::System.Data.DataColumn PatternColumn { - get { - return this.columnPattern; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public global::System.Data.DataColumn GroupsColumn { - get { - return this.columnGroups; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public global::System.Data.DataColumn IsEnableColumn { - get { - return this.columnIsEnable; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public global::System.Data.DataColumn IsTrustColumn { - get { - return this.columnIsTrust; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public global::System.Data.DataColumn IsAmkStdColumn { - get { - return this.columnIsAmkStd; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public global::System.Data.DataColumn IsIgnoreColumn { - get { - return this.columnIsIgnore; - } - } - - [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 K4EE_Component_Reel_PrintRegExRuleRow this[int index] { - get { - return ((K4EE_Component_Reel_PrintRegExRuleRow)(this.Rows[index])); - } - } - - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - 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 K4EE_Component_Reel_PrintRegExRuleRowChangeEventHandler K4EE_Component_Reel_PrintRegExRuleRowChanged; - - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - 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 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 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 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, - CustCode, - Description, - Symbol, - Pattern, - Groups, - IsEnable, - IsTrust, - IsAmkStd, - IsIgnore}; - 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 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() { - K4EE_Component_Reel_PrintRegExRuleDataTable cln = ((K4EE_Component_Reel_PrintRegExRuleDataTable)(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 K4EE_Component_Reel_PrintRegExRuleDataTable(); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - internal void InitVars() { - this.columnId = base.Columns["Id"]; - this.columnSeq = base.Columns["Seq"]; - this.columnCustCode = base.Columns["CustCode"]; - this.columnDescription = base.Columns["Description"]; - this.columnSymbol = base.Columns["Symbol"]; - this.columnPattern = base.Columns["Pattern"]; - this.columnGroups = base.Columns["Groups"]; - this.columnIsEnable = base.Columns["IsEnable"]; - this.columnIsTrust = base.Columns["IsTrust"]; - this.columnIsAmkStd = base.Columns["IsAmkStd"]; - this.columnIsIgnore = base.Columns["IsIgnore"]; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - private void InitClass() { - this.columnId = new global::System.Data.DataColumn("Id", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnId); - this.columnSeq = new global::System.Data.DataColumn("Seq", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnSeq); - this.columnCustCode = new global::System.Data.DataColumn("CustCode", typeof(string), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnCustCode); - this.columnDescription = new global::System.Data.DataColumn("Description", typeof(string), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnDescription); - this.columnSymbol = new global::System.Data.DataColumn("Symbol", typeof(string), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnSymbol); - this.columnPattern = new global::System.Data.DataColumn("Pattern", typeof(string), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnPattern); - this.columnGroups = new global::System.Data.DataColumn("Groups", typeof(string), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnGroups); - this.columnIsEnable = new global::System.Data.DataColumn("IsEnable", typeof(bool), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnIsEnable); - this.columnIsTrust = new global::System.Data.DataColumn("IsTrust", typeof(bool), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnIsTrust); - this.columnIsAmkStd = new global::System.Data.DataColumn("IsAmkStd", typeof(bool), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnIsAmkStd); - this.columnIsIgnore = new global::System.Data.DataColumn("IsIgnore", typeof(bool), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnIsIgnore); - this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] { - this.columnId}, true)); - this.columnId.AutoIncrement = true; - this.columnId.AutoIncrementSeed = -1; - this.columnId.AutoIncrementStep = -1; - this.columnId.AllowDBNull = false; - this.columnId.ReadOnly = true; - this.columnId.Unique = true; - this.columnCustCode.MaxLength = 20; - this.columnDescription.MaxLength = 100; - this.columnSymbol.MaxLength = 3; - this.columnPattern.MaxLength = 2147483647; - this.columnGroups.MaxLength = 255; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - 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 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(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.K4EE_Component_Reel_PrintRegExRuleRowChanged != null)) { - this.K4EE_Component_Reel_PrintRegExRuleRowChanged(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")] - protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) { - base.OnRowChanging(e); - 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)); - } - } - - [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.K4EE_Component_Reel_PrintRegExRuleRowDeleted != null)) { - this.K4EE_Component_Reel_PrintRegExRuleRowDeleted(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")] - protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) { - base.OnRowDeleting(e); - 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 RemoveK4EE_Component_Reel_PrintRegExRuleRow(K4EE_Component_Reel_PrintRegExRuleRow 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 = "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. /// @@ -10042,7 +9600,7 @@ namespace Project { return ((global::System.DateTime)(this[this.tableK4EE_Component_Reel_Result.ETIMEColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("Value in \'ETIME\' column of \'K4EE_Component_Reel_Result\' table is DBNull.", e); + throw new global::System.Data.StrongTypingException("\'K4EE_Component_Reel_Result\' 테이블의 \'ETIME\' 열의 값이 DBNull입니다.", e); } } set { @@ -10357,7 +9915,7 @@ namespace Project { return ((global::System.DateTime)(this[this.tableK4EE_Component_Reel_Result.PTIMEColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("Value in \'PTIME\' column of \'K4EE_Component_Reel_Result\' table is DBNull.", e); + throw new global::System.Data.StrongTypingException("\'K4EE_Component_Reel_Result\' 테이블의 \'PTIME\' 열의 값이 DBNull입니다.", e); } } set { @@ -10464,7 +10022,7 @@ namespace Project { return ((global::System.DateTime)(this[this.tableK4EE_Component_Reel_Result.ATIMEColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("Value in \'ATIME\' column of \'K4EE_Component_Reel_Result\' table is DBNull.", e); + throw new global::System.Data.StrongTypingException("\'K4EE_Component_Reel_Result\' 테이블의 \'ATIME\' 열의 값이 DBNull입니다.", e); } } set { @@ -10512,7 +10070,7 @@ namespace Project { return ((global::System.Guid)(this[this.tableK4EE_Component_Reel_Result.GUIDColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("Value in \'GUID\' column of \'K4EE_Component_Reel_Result\' table is DBNull.", e); + throw new global::System.Data.StrongTypingException("\'K4EE_Component_Reel_Result\' 테이블의 \'GUID\' 열의 값이 DBNull입니다.", e); } } set { @@ -11356,7 +10914,7 @@ namespace Project { return ((global::System.DateTime)(this[this.tableK4EE_Component_Reel_SID_Convert.wdateColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("Value in \'wdate\' column of \'K4EE_Component_Reel_SID_Convert\' table is DBNull.", e); + throw new global::System.Data.StrongTypingException("\'K4EE_Component_Reel_SID_Convert\' 테이블의 \'wdate\' 열의 값이 DBNull입니다.", e); } } set { @@ -11567,7 +11125,7 @@ namespace Project { return ((global::System.DateTime)(this[this.tableK4EE_Component_Reel_SID_Information.wdateColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("Value in \'wdate\' column of \'K4EE_Component_Reel_SID_Information\' table is DBNull.", e); + throw new global::System.Data.StrongTypingException("\'K4EE_Component_Reel_SID_Information\' 테이블의 \'wdate\' 열의 값이 DBNull입니다.", e); } } set { @@ -11840,7 +11398,7 @@ namespace Project { return ((global::System.DateTime)(this[this.tableK4EE_Component_Reel_PreSet.wdateColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("Value in \'wdate\' column of \'K4EE_Component_Reel_PreSet\' table is DBNull.", e); + throw new global::System.Data.StrongTypingException("\'K4EE_Component_Reel_PreSet\' 테이블의 \'wdate\' 열의 값이 DBNull입니다.", e); } } set { @@ -12292,7 +11850,7 @@ namespace Project { return ((global::System.DateTime)(this[this.tableK4EE_Component_Reel_Print_Information.wdateColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("Value in \'wdate\' column of \'K4EE_Component_Reel_Print_Information\' table is DBNull.", e); + throw new global::System.Data.StrongTypingException("\'K4EE_Component_Reel_Print_Information\' 테이블의 \'wdate\' 열의 값이 DBNull입니다.", e); } } set { @@ -12349,312 +11907,6 @@ namespace Project { } } - /// - ///Represents strongly named DataRow class. - /// - public partial class K4EE_Component_Reel_PrintRegExRuleRow : global::System.Data.DataRow { - - 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 K4EE_Component_Reel_PrintRegExRuleRow(global::System.Data.DataRowBuilder rb) : - base(rb) { - 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.tableK4EE_Component_Reel_PrintRegExRule.IdColumn])); - } - set { - this[this.tableK4EE_Component_Reel_PrintRegExRule.IdColumn] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public int Seq { - get { - if (this.IsSeqNull()) { - return 0; - } - else { - return ((int)(this[this.tableK4EE_Component_Reel_PrintRegExRule.SeqColumn])); - } - } - set { - this[this.tableK4EE_Component_Reel_PrintRegExRule.SeqColumn] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public string CustCode { - get { - if (this.IsCustCodeNull()) { - return string.Empty; - } - else { - return ((string)(this[this.tableK4EE_Component_Reel_PrintRegExRule.CustCodeColumn])); - } - } - set { - this[this.tableK4EE_Component_Reel_PrintRegExRule.CustCodeColumn] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public string Description { - get { - if (this.IsDescriptionNull()) { - return string.Empty; - } - else { - return ((string)(this[this.tableK4EE_Component_Reel_PrintRegExRule.DescriptionColumn])); - } - } - set { - this[this.tableK4EE_Component_Reel_PrintRegExRule.DescriptionColumn] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public string Symbol { - get { - if (this.IsSymbolNull()) { - return string.Empty; - } - else { - return ((string)(this[this.tableK4EE_Component_Reel_PrintRegExRule.SymbolColumn])); - } - } - set { - this[this.tableK4EE_Component_Reel_PrintRegExRule.SymbolColumn] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public string Pattern { - get { - if (this.IsPatternNull()) { - return string.Empty; - } - else { - return ((string)(this[this.tableK4EE_Component_Reel_PrintRegExRule.PatternColumn])); - } - } - set { - this[this.tableK4EE_Component_Reel_PrintRegExRule.PatternColumn] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public string Groups { - get { - if (this.IsGroupsNull()) { - return string.Empty; - } - else { - return ((string)(this[this.tableK4EE_Component_Reel_PrintRegExRule.GroupsColumn])); - } - } - set { - this[this.tableK4EE_Component_Reel_PrintRegExRule.GroupsColumn] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public bool IsEnable { - get { - if (this.IsIsEnableNull()) { - return false; - } - else { - return ((bool)(this[this.tableK4EE_Component_Reel_PrintRegExRule.IsEnableColumn])); - } - } - set { - this[this.tableK4EE_Component_Reel_PrintRegExRule.IsEnableColumn] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public bool IsTrust { - get { - if (this.IsIsTrustNull()) { - return false; - } - else { - return ((bool)(this[this.tableK4EE_Component_Reel_PrintRegExRule.IsTrustColumn])); - } - } - set { - this[this.tableK4EE_Component_Reel_PrintRegExRule.IsTrustColumn] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public bool IsAmkStd { - get { - if (this.IsIsAmkStdNull()) { - return false; - } - else { - return ((bool)(this[this.tableK4EE_Component_Reel_PrintRegExRule.IsAmkStdColumn])); - } - } - set { - this[this.tableK4EE_Component_Reel_PrintRegExRule.IsAmkStdColumn] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public bool IsIgnore { - get { - if (this.IsIsIgnoreNull()) { - return false; - } - else { - return ((bool)(this[this.tableK4EE_Component_Reel_PrintRegExRule.IsIgnoreColumn])); - } - } - set { - 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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.tableK4EE_Component_Reel_PrintRegExRule.IsIgnoreColumn] = global::System.Convert.DBNull; - } - } - /// ///Represents strongly named DataRow class. /// @@ -14128,7 +13380,7 @@ namespace Project { return ((string)(this[this.tableMailFormat.subjectColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("Value in \'subject\' column of \'MailFormat\' table is DBNull.", e); + throw new global::System.Data.StrongTypingException("\'MailFormat\' 테이블의 \'subject\' 열의 값이 DBNull입니다.", e); } } set { @@ -14144,7 +13396,7 @@ namespace Project { return ((string)(this[this.tableMailFormat.contentColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("Value in \'content\' column of \'MailFormat\' table is DBNull.", e); + throw new global::System.Data.StrongTypingException("\'MailFormat\' 테이블의 \'content\' 열의 값이 DBNull입니다.", e); } } set { @@ -14210,7 +13462,7 @@ namespace Project { return ((string)(this[this.tableMailRecipient.NameColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("Value in \'Name\' column of \'MailRecipient\' table is DBNull.", e); + throw new global::System.Data.StrongTypingException("\'MailRecipient\' 테이블의 \'Name\' 열의 값이 DBNull입니다.", e); } } set { @@ -14226,7 +13478,7 @@ namespace Project { return ((string)(this[this.tableMailRecipient.AddressColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("Value in \'Address\' column of \'MailRecipient\' table is DBNull.", e); + throw new global::System.Data.StrongTypingException("\'MailRecipient\' 테이블의 \'Address\' 열의 값이 DBNull입니다.", e); } } set { @@ -14292,7 +13544,7 @@ namespace Project { return ((global::System.DateTime)(this[this.tableSIDHistory.timeColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("Value in \'time\' column of \'SIDHistory\' table is DBNull.", e); + throw new global::System.Data.StrongTypingException("\'SIDHistory\' 테이블의 \'time\' 열의 값이 DBNull입니다.", e); } } set { @@ -14574,7 +13826,7 @@ namespace Project { return ((int)(this[this.tableInputDescription.TerminalNoColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("Value in \'TerminalNo\' column of \'InputDescription\' table is DBNull.", e); + throw new global::System.Data.StrongTypingException("\'InputDescription\' 테이블의 \'TerminalNo\' 열의 값이 DBNull입니다.", e); } } set { @@ -14590,7 +13842,7 @@ namespace Project { return ((bool)(this[this.tableInputDescription.InvertColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("Value in \'Invert\' column of \'InputDescription\' table is DBNull.", e); + throw new global::System.Data.StrongTypingException("\'InputDescription\' 테이블의 \'Invert\' 열의 값이 DBNull입니다.", e); } } set { @@ -14740,7 +13992,7 @@ namespace Project { return ((int)(this[this.tableOutputDescription.TerminalNoColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("Value in \'TerminalNo\' column of \'OutputDescription\' table is DBNull.", e); + throw new global::System.Data.StrongTypingException("\'OutputDescription\' 테이블의 \'TerminalNo\' 열의 값이 DBNull입니다.", e); } } set { @@ -14756,7 +14008,7 @@ namespace Project { return ((bool)(this[this.tableOutputDescription.InvertColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("Value in \'Invert\' column of \'OutputDescription\' table is DBNull.", e); + throw new global::System.Data.StrongTypingException("\'OutputDescription\' 테이블의 \'Invert\' 열의 값이 DBNull입니다.", e); } } set { @@ -15331,40 +14583,6 @@ namespace Project { } } - /// - ///Row event argument class - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public class K4EE_Component_Reel_PrintRegExRuleRowChangeEvent : global::System.EventArgs { - - 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 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 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 /// @@ -16073,149 +15291,149 @@ namespace Project.DataSet1TableAdapters { 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_Result] WHERE (([idx] = @Original_idx) AND ([STIME] =" + - " @Original_STIME) AND ((@IsNull_ETIME = 1 AND [ETIME] IS NULL) OR ([ETIME] = @Or" + - "iginal_ETIME)) AND ((@IsNull_PDATE = 1 AND [PDATE] IS NULL) OR ([PDATE] = @Origi" + - "nal_PDATE)) AND ((@IsNull_JTYPE = 1 AND [JTYPE] IS NULL) OR ([JTYPE] = @Original" + - "_JTYPE)) AND ((@IsNull_JGUID = 1 AND [JGUID] IS NULL) OR ([JGUID] = @Original_JG" + - "UID)) AND ((@IsNull_SID = 1 AND [SID] IS NULL) OR ([SID] = @Original_SID)) AND (" + - "(@IsNull_SID0 = 1 AND [SID0] IS NULL) OR ([SID0] = @Original_SID0)) AND ((@IsNul" + - "l_RID = 1 AND [RID] IS NULL) OR ([RID] = @Original_RID)) AND ((@IsNull_RID0 = 1 " + - "AND [RID0] IS NULL) OR ([RID0] = @Original_RID0)) AND ((@IsNull_RSN = 1 AND [RSN" + - "] IS NULL) OR ([RSN] = @Original_RSN)) AND ((@IsNull_QR = 1 AND [QR] IS NULL) OR" + - " ([QR] = @Original_QR)) AND ((@IsNull_ZPL = 1 AND [ZPL] IS NULL) OR ([ZPL] = @Or" + - "iginal_ZPL)) AND ((@IsNull_POS = 1 AND [POS] IS NULL) OR ([POS] = @Original_POS)" + - ") AND ((@IsNull_LOC = 1 AND [LOC] IS NULL) OR ([LOC] = @Original_LOC)) AND ((@Is" + - "Null_ANGLE = 1 AND [ANGLE] IS NULL) OR ([ANGLE] = @Original_ANGLE)) AND ((@IsNul" + - "l_QTY = 1 AND [QTY] IS NULL) OR ([QTY] = @Original_QTY)) AND ((@IsNull_QTY0 = 1 " + - "AND [QTY0] IS NULL) OR ([QTY0] = @Original_QTY0)) AND ([wdate] = @Original_wdate" + - ") AND ((@IsNull_VNAME = 1 AND [VNAME] IS NULL) OR ([VNAME] = @Original_VNAME)) A" + - "ND ((@IsNull_PRNATTACH = 1 AND [PRNATTACH] IS NULL) OR ([PRNATTACH] = @Original_" + - "PRNATTACH)) AND ((@IsNull_PRNVALID = 1 AND [PRNVALID] IS NULL) OR ([PRNVALID] = " + - "@Original_PRNVALID)) AND ((@IsNull_PTIME = 1 AND [PTIME] IS NULL) OR ([PTIME] = " + - "@Original_PTIME)) AND ((@IsNull_MFGDATE = 1 AND [MFGDATE] IS NULL) OR ([MFGDATE]" + - " = @Original_MFGDATE)) AND ((@IsNull_VLOT = 1 AND [VLOT] IS NULL) OR ([VLOT] = @" + - "Original_VLOT)) AND ((@IsNull_REMARK = 1 AND [REMARK] IS NULL) OR ([REMARK] = @O" + - "riginal_REMARK)) AND ((@IsNull_MC = 1 AND [MC] IS NULL) OR ([MC] = @Original_MC)" + - ") AND ((@IsNull_PARTNO = 1 AND [PARTNO] IS NULL) OR ([PARTNO] = @Original_PARTNO" + - ")) AND ((@IsNull_CUSTCODE = 1 AND [CUSTCODE] IS NULL) OR ([CUSTCODE] = @Original" + - "_CUSTCODE)) AND ((@IsNull_ATIME = 1 AND [ATIME] IS NULL) OR ([ATIME] = @Original" + - "_ATIME)) AND ((@IsNull_BATCH = 1 AND [BATCH] IS NULL) OR ([BATCH] = @Original_BA" + - "TCH)) AND ((@IsNull_qtymax = 1 AND [qtymax] IS NULL) OR ([qtymax] = @Original_qt" + - "ymax)) AND ((@IsNull_GUID = 1 AND [GUID] IS NULL) OR ([GUID] = @Original_GUID)))" + - ""; + this._adapter.DeleteCommand.CommandText = "DELETE FROM [K4EE_Component_Reel_Result] WHERE (([idx] = @Original_idx) AND ([STI" + + "ME] = @Original_STIME) AND ((@IsNull_ETIME = 1 AND [ETIME] IS NULL) OR ([ETIME] " + + "= @Original_ETIME)) AND ((@IsNull_PDATE = 1 AND [PDATE] IS NULL) OR ([PDATE] = @" + + "Original_PDATE)) AND ((@IsNull_JTYPE = 1 AND [JTYPE] IS NULL) OR ([JTYPE] = @Ori" + + "ginal_JTYPE)) AND ((@IsNull_JGUID = 1 AND [JGUID] IS NULL) OR ([JGUID] = @Origin" + + "al_JGUID)) AND ((@IsNull_SID = 1 AND [SID] IS NULL) OR ([SID] = @Original_SID)) " + + "AND ((@IsNull_SID0 = 1 AND [SID0] IS NULL) OR ([SID0] = @Original_SID0)) AND ((@" + + "IsNull_RID = 1 AND [RID] IS NULL) OR ([RID] = @Original_RID)) AND ((@IsNull_RID0" + + " = 1 AND [RID0] IS NULL) OR ([RID0] = @Original_RID0)) AND ((@IsNull_RSN = 1 AND" + + " [RSN] IS NULL) OR ([RSN] = @Original_RSN)) AND ((@IsNull_QR = 1 AND [QR] IS NUL" + + "L) OR ([QR] = @Original_QR)) AND ((@IsNull_ZPL = 1 AND [ZPL] IS NULL) OR ([ZPL] " + + "= @Original_ZPL)) AND ((@IsNull_POS = 1 AND [POS] IS NULL) OR ([POS] = @Original" + + "_POS)) AND ((@IsNull_LOC = 1 AND [LOC] IS NULL) OR ([LOC] = @Original_LOC)) AND " + + "((@IsNull_ANGLE = 1 AND [ANGLE] IS NULL) OR ([ANGLE] = @Original_ANGLE)) AND ((@" + + "IsNull_QTY = 1 AND [QTY] IS NULL) OR ([QTY] = @Original_QTY)) AND ((@IsNull_QTY0" + + " = 1 AND [QTY0] IS NULL) OR ([QTY0] = @Original_QTY0)) AND ([wdate] = @Original_" + + "wdate) AND ((@IsNull_VNAME = 1 AND [VNAME] IS NULL) OR ([VNAME] = @Original_VNAM" + + "E)) AND ((@IsNull_PRNATTACH = 1 AND [PRNATTACH] IS NULL) OR ([PRNATTACH] = @Orig" + + "inal_PRNATTACH)) AND ((@IsNull_PRNVALID = 1 AND [PRNVALID] IS NULL) OR ([PRNVALI" + + "D] = @Original_PRNVALID)) AND ((@IsNull_PTIME = 1 AND [PTIME] IS NULL) OR ([PTIM" + + "E] = @Original_PTIME)) AND ((@IsNull_MFGDATE = 1 AND [MFGDATE] IS NULL) OR ([MFG" + + "DATE] = @Original_MFGDATE)) AND ((@IsNull_VLOT = 1 AND [VLOT] IS NULL) OR ([VLOT" + + "] = @Original_VLOT)) AND ((@IsNull_REMARK = 1 AND [REMARK] IS NULL) OR ([REMARK]" + + " = @Original_REMARK)) AND ((@IsNull_MC = 1 AND [MC] IS NULL) OR ([MC] = @Origina" + + "l_MC)) AND ((@IsNull_PARTNO = 1 AND [PARTNO] IS NULL) OR ([PARTNO] = @Original_P" + + "ARTNO)) AND ((@IsNull_CUSTCODE = 1 AND [CUSTCODE] IS NULL) OR ([CUSTCODE] = @Ori" + + "ginal_CUSTCODE)) AND ((@IsNull_ATIME = 1 AND [ATIME] IS NULL) OR ([ATIME] = @Ori" + + "ginal_ATIME)) AND ((@IsNull_BATCH = 1 AND [BATCH] IS NULL) OR ([BATCH] = @Origin" + + "al_BATCH)) AND ((@IsNull_qtymax = 1 AND [qtymax] IS NULL) OR ([qtymax] = @Origin" + + "al_qtymax)) AND ((@IsNull_GUID = 1 AND [GUID] IS NULL) OR ([GUID] = @Original_GU" + + "ID)))"; 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("@Original_STIME", global::System.Data.SqlDbType.DateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "STIME", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_idx", global::System.Data.SqlDbType.Int, 4, 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("@Original_STIME", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 0, 0, "STIME", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_ETIME", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ETIME", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_ETIME", global::System.Data.SqlDbType.DateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ETIME", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_ETIME", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 0, 0, "ETIME", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_PDATE", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "PDATE", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_PDATE", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "PDATE", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_PDATE", global::System.Data.SqlDbType.VarChar, 10, global::System.Data.ParameterDirection.Input, 0, 0, "PDATE", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_JTYPE", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "JTYPE", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_JTYPE", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "JTYPE", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_JTYPE", global::System.Data.SqlDbType.VarChar, 10, global::System.Data.ParameterDirection.Input, 0, 0, "JTYPE", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_JGUID", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "JGUID", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_JGUID", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "JGUID", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_JGUID", global::System.Data.SqlDbType.VarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, "JGUID", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_SID", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "SID", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - 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_SID", global::System.Data.SqlDbType.VarChar, 20, 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("@IsNull_SID0", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "SID0", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_SID0", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "SID0", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_SID0", global::System.Data.SqlDbType.VarChar, 20, global::System.Data.ParameterDirection.Input, 0, 0, "SID0", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_RID", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "RID", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_RID", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "RID", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_RID", global::System.Data.SqlDbType.VarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, "RID", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_RID0", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "RID0", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_RID0", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "RID0", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_RID0", global::System.Data.SqlDbType.VarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, "RID0", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_RSN", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "RSN", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_RSN", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "RSN", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_RSN", global::System.Data.SqlDbType.VarChar, 10, global::System.Data.ParameterDirection.Input, 0, 0, "RSN", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_QR", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "QR", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_QR", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "QR", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_QR", global::System.Data.SqlDbType.VarChar, 100, global::System.Data.ParameterDirection.Input, 0, 0, "QR", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_ZPL", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ZPL", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_ZPL", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ZPL", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_ZPL", global::System.Data.SqlDbType.VarChar, 1000, global::System.Data.ParameterDirection.Input, 0, 0, "ZPL", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_POS", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "POS", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_POS", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "POS", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_POS", global::System.Data.SqlDbType.VarChar, 10, global::System.Data.ParameterDirection.Input, 0, 0, "POS", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_LOC", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "LOC", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_LOC", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "LOC", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_LOC", global::System.Data.SqlDbType.VarChar, 1, global::System.Data.ParameterDirection.Input, 0, 0, "LOC", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_ANGLE", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ANGLE", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_ANGLE", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ANGLE", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_ANGLE", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 0, 0, "ANGLE", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_QTY", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "QTY", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_QTY", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "QTY", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_QTY", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 0, 0, "QTY", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_QTY0", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "QTY0", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_QTY0", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "QTY0", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_wdate", global::System.Data.SqlDbType.DateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "wdate", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_QTY0", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 0, 0, "QTY0", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_wdate", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 0, 0, "wdate", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_VNAME", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "VNAME", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_VNAME", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "VNAME", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_VNAME", global::System.Data.SqlDbType.VarChar, 100, global::System.Data.ParameterDirection.Input, 0, 0, "VNAME", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_PRNATTACH", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "PRNATTACH", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_PRNATTACH", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "PRNATTACH", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_PRNATTACH", global::System.Data.SqlDbType.Bit, 1, global::System.Data.ParameterDirection.Input, 0, 0, "PRNATTACH", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_PRNVALID", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "PRNVALID", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_PRNVALID", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "PRNVALID", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_PRNVALID", global::System.Data.SqlDbType.Bit, 1, global::System.Data.ParameterDirection.Input, 0, 0, "PRNVALID", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_PTIME", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "PTIME", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_PTIME", global::System.Data.SqlDbType.DateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "PTIME", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_PTIME", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 0, 0, "PTIME", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_MFGDATE", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "MFGDATE", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_MFGDATE", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "MFGDATE", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_MFGDATE", global::System.Data.SqlDbType.VarChar, 20, global::System.Data.ParameterDirection.Input, 0, 0, "MFGDATE", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_VLOT", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "VLOT", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_VLOT", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "VLOT", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_VLOT", global::System.Data.SqlDbType.VarChar, 100, global::System.Data.ParameterDirection.Input, 0, 0, "VLOT", 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.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_REMARK", global::System.Data.SqlDbType.VarChar, 200, global::System.Data.ParameterDirection.Input, 0, 0, "REMARK", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_MC", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "MC", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_MC", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "MC", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_MC", global::System.Data.SqlDbType.VarChar, 10, global::System.Data.ParameterDirection.Input, 0, 0, "MC", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_PARTNO", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "PARTNO", global::System.Data.DataRowVersion.Original, true, 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("@Original_PARTNO", global::System.Data.SqlDbType.VarChar, 100, 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_CUSTCODE", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "CUSTCODE", global::System.Data.DataRowVersion.Original, true, 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("@Original_CUSTCODE", global::System.Data.SqlDbType.VarChar, 20, 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_ATIME", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ATIME", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_ATIME", global::System.Data.SqlDbType.DateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ATIME", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_ATIME", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 0, 0, "ATIME", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_BATCH", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BATCH", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_BATCH", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BATCH", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_BATCH", global::System.Data.SqlDbType.VarChar, 100, global::System.Data.ParameterDirection.Input, 0, 0, "BATCH", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_qtymax", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "qtymax", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_qtymax", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "qtymax", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_qtymax", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 0, 0, "qtymax", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_GUID", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "GUID", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_GUID", global::System.Data.SqlDbType.UniqueIdentifier, 0, global::System.Data.ParameterDirection.Input, 0, 0, "GUID", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_GUID", global::System.Data.SqlDbType.UniqueIdentifier, 16, global::System.Data.ParameterDirection.Input, 0, 0, "GUID", 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_Result] ([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]) VALUES (@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)"; + this._adapter.InsertCommand.CommandText = @"INSERT INTO [K4EE_Component_Reel_Result] ([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]) VALUES (@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)"; this._adapter.InsertCommand.CommandType = global::System.Data.CommandType.Text; - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@STIME", global::System.Data.SqlDbType.DateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "STIME", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ETIME", global::System.Data.SqlDbType.DateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ETIME", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@PDATE", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "PDATE", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@JTYPE", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "JTYPE", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@JGUID", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "JGUID", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - 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("@SID0", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "SID0", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@RID", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "RID", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@RID0", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "RID0", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@RSN", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "RSN", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@QR", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "QR", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ZPL", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ZPL", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@POS", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "POS", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@LOC", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "LOC", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ANGLE", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ANGLE", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@QTY", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "QTY", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@QTY0", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "QTY0", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@wdate", global::System.Data.SqlDbType.DateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "wdate", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@VNAME", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "VNAME", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@PRNATTACH", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "PRNATTACH", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@PRNVALID", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "PRNVALID", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@PTIME", global::System.Data.SqlDbType.DateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "PTIME", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@MFGDATE", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "MFGDATE", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@VLOT", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "VLOT", 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.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@MC", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "MC", 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("@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("@ATIME", global::System.Data.SqlDbType.DateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ATIME", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@BATCH", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BATCH", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@qtymax", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "qtymax", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@GUID", global::System.Data.SqlDbType.UniqueIdentifier, 0, global::System.Data.ParameterDirection.Input, 0, 0, "GUID", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@iNBOUND", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "iNBOUND", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@MCN", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "MCN", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@target", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "target", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.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, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ETIME", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 0, 0, "ETIME", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@PDATE", global::System.Data.SqlDbType.VarChar, 10, global::System.Data.ParameterDirection.Input, 0, 0, "PDATE", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@JTYPE", global::System.Data.SqlDbType.VarChar, 10, global::System.Data.ParameterDirection.Input, 0, 0, "JTYPE", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.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._adapter.InsertCommand.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._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@SID0", global::System.Data.SqlDbType.VarChar, 20, global::System.Data.ParameterDirection.Input, 0, 0, "SID0", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@RID", global::System.Data.SqlDbType.VarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, "RID", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@RID0", global::System.Data.SqlDbType.VarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, "RID0", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@RSN", global::System.Data.SqlDbType.VarChar, 10, global::System.Data.ParameterDirection.Input, 0, 0, "RSN", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@QR", global::System.Data.SqlDbType.VarChar, 100, global::System.Data.ParameterDirection.Input, 0, 0, "QR", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ZPL", global::System.Data.SqlDbType.VarChar, 1000, global::System.Data.ParameterDirection.Input, 0, 0, "ZPL", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@POS", global::System.Data.SqlDbType.VarChar, 10, global::System.Data.ParameterDirection.Input, 0, 0, "POS", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@LOC", global::System.Data.SqlDbType.VarChar, 1, global::System.Data.ParameterDirection.Input, 0, 0, "LOC", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ANGLE", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 0, 0, "ANGLE", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@QTY", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 0, 0, "QTY", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@QTY0", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 0, 0, "QTY0", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@wdate", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 0, 0, "wdate", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@VNAME", global::System.Data.SqlDbType.VarChar, 100, global::System.Data.ParameterDirection.Input, 0, 0, "VNAME", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@PRNATTACH", global::System.Data.SqlDbType.Bit, 1, global::System.Data.ParameterDirection.Input, 0, 0, "PRNATTACH", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@PRNVALID", global::System.Data.SqlDbType.Bit, 1, global::System.Data.ParameterDirection.Input, 0, 0, "PRNVALID", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@PTIME", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 0, 0, "PTIME", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@MFGDATE", global::System.Data.SqlDbType.VarChar, 20, global::System.Data.ParameterDirection.Input, 0, 0, "MFGDATE", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.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._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@REMARK", global::System.Data.SqlDbType.VarChar, 200, global::System.Data.ParameterDirection.Input, 0, 0, "REMARK", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.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._adapter.InsertCommand.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._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@CUSTCODE", global::System.Data.SqlDbType.VarChar, 20, 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("@ATIME", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 0, 0, "ATIME", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.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._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@qtymax", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 0, 0, "qtymax", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.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._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@iNBOUND", global::System.Data.SqlDbType.VarChar, 200, global::System.Data.ParameterDirection.Input, 0, 0, "iNBOUND", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@MCN", global::System.Data.SqlDbType.VarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, "MCN", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@target", global::System.Data.SqlDbType.VarChar, 10, global::System.Data.ParameterDirection.Input, 0, 0, "target", 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_Result + this._adapter.UpdateCommand.CommandText = @"UPDATE K4EE_Component_Reel_Result SET STIME = @STIME, ETIME = @ETIME, PDATE = @PDATE, JTYPE = @JTYPE, JGUID = @JGUID, SID = @SID, SID0 = @SID0, RID = @RID, RID0 = @RID0, RSN = @RSN, QR = @QR, ZPL = @ZPL, POS = @POS, LOC = @LOC, ANGLE = @ANGLE, QTY = @QTY, QTY0 = @QTY0, wdate = @wdate, VNAME = @VNAME, PRNATTACH = @PRNATTACH, PRNVALID = @PRNVALID, PTIME = @PTIME, MFGDATE = @MFGDATE, VLOT = @VLOT, REMARK = @REMARK, MC = @MC, PARTNO = @PARTNO, CUSTCODE = @CUSTCODE, ATIME = @ATIME, BATCH = @BATCH, qtymax = @qtymax, GUID = @GUID, iNBOUND = @iNBOUND, MCN = @MCN WHERE (STIME = @Original_STIME) AND (JGUID = @Original_JGUID) AND (GUID = @Original_GUID); -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 FROM Component_Reel_Result WHERE (idx = @idx) ORDER BY wdate DESC"; +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 FROM K4EE_Component_Reel_Result WHERE (idx = @idx) ORDER BY wdate DESC"; this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.Text; this._adapter.UpdateCommand.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, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ETIME", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 0, 0, "ETIME", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); @@ -16254,7 +15472,7 @@ SELECT idx, STIME, ETIME, PDATE, JTYPE, JGUID, SID, SID0, RID, RID0, RSN, QR, ZP this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_STIME", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 0, 0, "STIME", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_JGUID", global::System.Data.SqlDbType.VarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, "JGUID", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_GUID", global::System.Data.SqlDbType.UniqueIdentifier, 16, global::System.Data.ParameterDirection.Input, 0, 0, "GUID", 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.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@idx", global::System.Data.SqlDbType.Variant, 1024, global::System.Data.ParameterDirection.Input, 0, 0, "idx", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] @@ -17112,8 +16330,7 @@ ORDER BY wdate DESC, idx"; this.Adapter.DeleteCommand.Parameters[48].Value = ((string)(Original_REMARK)); } if ((Original_MC == null)) { - this.Adapter.DeleteCommand.Parameters[49].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[50].Value = global::System.DBNull.Value; + throw new global::System.ArgumentNullException("Original_MC"); } else { this.Adapter.DeleteCommand.Parameters[49].Value = ((object)(0)); @@ -17481,7 +16698,7 @@ ORDER BY wdate DESC, idx"; System.DateTime Original_STIME, string Original_JGUID, global::System.Nullable Original_GUID, - int idx) { + object idx) { this.Adapter.UpdateCommand.Parameters[0].Value = ((System.DateTime)(STIME)); if ((ETIME.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[1].Value = ((System.DateTime)(ETIME.Value)); @@ -17689,7 +16906,12 @@ ORDER BY wdate DESC, idx"; else { this.Adapter.UpdateCommand.Parameters[36].Value = global::System.DBNull.Value; } - this.Adapter.UpdateCommand.Parameters[37].Value = ((int)(idx)); + if ((idx == null)) { + throw new global::System.ArgumentNullException("idx"); + } + else { + this.Adapter.UpdateCommand.Parameters[37].Value = ((object)(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)) { @@ -17922,77 +17144,77 @@ ORDER BY wdate DESC, idx"; 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_RegExRule] 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_RegExRule] 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("@Original_Id", global::System.Data.SqlDbType.Int, 4, 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, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Seq", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Seq", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Seq", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 0, 0, "Seq", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_CustCode", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "CustCode", global::System.Data.DataRowVersion.Original, true, 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("@Original_CustCode", global::System.Data.SqlDbType.VarChar, 20, 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_Description", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Description", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Description", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Description", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Description", global::System.Data.SqlDbType.VarChar, 100, global::System.Data.ParameterDirection.Input, 0, 0, "Description", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Symbol", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Symbol", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Symbol", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Symbol", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Symbol", global::System.Data.SqlDbType.VarChar, 3, global::System.Data.ParameterDirection.Input, 0, 0, "Symbol", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Groups", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Groups", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Groups", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Groups", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Groups", global::System.Data.SqlDbType.VarChar, 255, global::System.Data.ParameterDirection.Input, 0, 0, "Groups", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_IsEnable", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "IsEnable", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_IsEnable", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "IsEnable", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_IsEnable", global::System.Data.SqlDbType.Bit, 1, global::System.Data.ParameterDirection.Input, 0, 0, "IsEnable", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_IsTrust", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "IsTrust", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_IsTrust", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "IsTrust", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_IsTrust", global::System.Data.SqlDbType.Bit, 1, global::System.Data.ParameterDirection.Input, 0, 0, "IsTrust", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_IsAmkStd", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "IsAmkStd", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_IsAmkStd", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "IsAmkStd", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_IsAmkStd", global::System.Data.SqlDbType.Bit, 1, global::System.Data.ParameterDirection.Input, 0, 0, "IsAmkStd", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_IsIgnore", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "IsIgnore", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - 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.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_IsIgnore", global::System.Data.SqlDbType.Bit, 1, 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_RegExRule] ([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_RegExRule WHERE (Id = SCOPE_IDENTITY()) ORDER BY CustCode, Seq, Description"; + this._adapter.InsertCommand.CommandText = @"INSERT INTO [K4EE_Component_Reel_RegExRule] ([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_RegExRule WHERE (Id = SCOPE_IDENTITY()) ORDER BY CustCode, Seq, Description"; 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, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Description", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Description", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Symbol", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Symbol", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Pattern", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Pattern", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Groups", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Groups", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsEnable", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "IsEnable", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsTrust", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "IsTrust", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsAmkStd", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "IsAmkStd", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - 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.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Seq", global::System.Data.SqlDbType.Int, 4, 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, 20, 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("@Description", global::System.Data.SqlDbType.VarChar, 100, global::System.Data.ParameterDirection.Input, 0, 0, "Description", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Symbol", global::System.Data.SqlDbType.VarChar, 3, global::System.Data.ParameterDirection.Input, 0, 0, "Symbol", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Pattern", global::System.Data.SqlDbType.VarChar, 2147483647, global::System.Data.ParameterDirection.Input, 0, 0, "Pattern", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Groups", global::System.Data.SqlDbType.VarChar, 255, global::System.Data.ParameterDirection.Input, 0, 0, "Groups", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsEnable", global::System.Data.SqlDbType.Bit, 1, global::System.Data.ParameterDirection.Input, 0, 0, "IsEnable", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsTrust", global::System.Data.SqlDbType.Bit, 1, global::System.Data.ParameterDirection.Input, 0, 0, "IsTrust", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsAmkStd", global::System.Data.SqlDbType.Bit, 1, global::System.Data.ParameterDirection.Input, 0, 0, "IsAmkStd", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsIgnore", global::System.Data.SqlDbType.Bit, 1, 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_RegExRule] 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_RegExRule WHERE (Id = @Id) ORDER BY CustCode, Seq, Description"; + this._adapter.UpdateCommand.CommandText = @"UPDATE [K4EE_Component_Reel_RegExRule] 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_RegExRule WHERE (Id = @Id) ORDER BY CustCode, Seq, Description"; 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, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Description", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Description", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Symbol", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Symbol", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Pattern", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Pattern", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Groups", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Groups", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsEnable", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "IsEnable", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsTrust", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "IsTrust", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsAmkStd", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "IsAmkStd", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.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.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.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Seq", global::System.Data.SqlDbType.Int, 4, 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, 20, 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("@Description", global::System.Data.SqlDbType.VarChar, 100, global::System.Data.ParameterDirection.Input, 0, 0, "Description", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Symbol", global::System.Data.SqlDbType.VarChar, 3, global::System.Data.ParameterDirection.Input, 0, 0, "Symbol", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Pattern", global::System.Data.SqlDbType.VarChar, 2147483647, global::System.Data.ParameterDirection.Input, 0, 0, "Pattern", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Groups", global::System.Data.SqlDbType.VarChar, 255, global::System.Data.ParameterDirection.Input, 0, 0, "Groups", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsEnable", global::System.Data.SqlDbType.Bit, 1, global::System.Data.ParameterDirection.Input, 0, 0, "IsEnable", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsTrust", global::System.Data.SqlDbType.Bit, 1, global::System.Data.ParameterDirection.Input, 0, 0, "IsTrust", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsAmkStd", global::System.Data.SqlDbType.Bit, 1, global::System.Data.ParameterDirection.Input, 0, 0, "IsAmkStd", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsIgnore", global::System.Data.SqlDbType.Bit, 1, global::System.Data.ParameterDirection.Input, 0, 0, "IsIgnore", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Id", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 0, 0, "Id", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.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, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Seq", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Seq", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Seq", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 0, 0, "Seq", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_CustCode", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "CustCode", global::System.Data.DataRowVersion.Original, true, 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("@Original_CustCode", global::System.Data.SqlDbType.VarChar, 20, 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_Description", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Description", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Description", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Description", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Description", global::System.Data.SqlDbType.VarChar, 100, global::System.Data.ParameterDirection.Input, 0, 0, "Description", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Symbol", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Symbol", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Symbol", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Symbol", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Symbol", global::System.Data.SqlDbType.VarChar, 3, global::System.Data.ParameterDirection.Input, 0, 0, "Symbol", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Groups", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Groups", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Groups", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Groups", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Groups", global::System.Data.SqlDbType.VarChar, 255, global::System.Data.ParameterDirection.Input, 0, 0, "Groups", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_IsEnable", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "IsEnable", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_IsEnable", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "IsEnable", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_IsEnable", global::System.Data.SqlDbType.Bit, 1, global::System.Data.ParameterDirection.Input, 0, 0, "IsEnable", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_IsTrust", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "IsTrust", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_IsTrust", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "IsTrust", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_IsTrust", global::System.Data.SqlDbType.Bit, 1, global::System.Data.ParameterDirection.Input, 0, 0, "IsTrust", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_IsAmkStd", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "IsAmkStd", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_IsAmkStd", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "IsAmkStd", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_IsAmkStd", global::System.Data.SqlDbType.Bit, 1, global::System.Data.ParameterDirection.Input, 0, 0, "IsAmkStd", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_IsIgnore", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "IsIgnore", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.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.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Id", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 0, 0, "Id", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_IsIgnore", global::System.Data.SqlDbType.Bit, 1, global::System.Data.ParameterDirection.Input, 0, 0, "IsIgnore", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Id", global::System.Data.SqlDbType.Variant, 1024, global::System.Data.ParameterDirection.Input, 0, 0, "Id", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] @@ -18406,7 +17628,7 @@ ORDER BY CustCode, Seq, Description"; global::System.Nullable Original_IsTrust, global::System.Nullable Original_IsAmkStd, global::System.Nullable Original_IsIgnore, - int Id) { + object Id) { if ((Seq.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[0].Value = ((int)(Seq.Value)); } @@ -18540,7 +17762,12 @@ ORDER BY CustCode, Seq, Description"; this.Adapter.UpdateCommand.Parameters[27].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[28].Value = global::System.DBNull.Value; } - this.Adapter.UpdateCommand.Parameters[29].Value = ((int)(Id)); + if ((Id == null)) { + throw new global::System.ArgumentNullException("Id"); + } + else { + this.Adapter.UpdateCommand.Parameters[29].Value = ((object)(Id)); + } 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)) { @@ -18557,34 +17784,6 @@ ORDER BY CustCode, Seq, Description"; } } - [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( - global::System.Nullable Seq, - string CustCode, - string Description, - string Symbol, - string Pattern, - string Groups, - global::System.Nullable IsEnable, - global::System.Nullable IsTrust, - global::System.Nullable IsAmkStd, - global::System.Nullable IsIgnore, - int Original_Id, - global::System.Nullable Original_Seq, - string Original_CustCode, - string Original_Description, - string Original_Symbol, - string Original_Groups, - global::System.Nullable Original_IsEnable, - global::System.Nullable Original_IsTrust, - global::System.Nullable Original_IsAmkStd, - global::System.Nullable Original_IsIgnore) { - return this.Update(Seq, CustCode, Description, Symbol, Pattern, Groups, IsEnable, IsTrust, IsAmkStd, IsIgnore, Original_Id, Original_Seq, Original_CustCode, Original_Description, Original_Symbol, Original_Groups, Original_IsEnable, Original_IsTrust, Original_IsAmkStd, Original_IsIgnore, Original_Id); - } - [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")] @@ -18757,57 +17956,57 @@ ORDER BY CustCode, Seq, Description"; 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_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)))"; + this._adapter.DeleteCommand.CommandText = @"DELETE FROM [K4EE_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)))"; 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("@Original_idx", global::System.Data.SqlDbType.Int, 4, 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_MC", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "MC", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_MC", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "MC", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_MC", global::System.Data.SqlDbType.VarChar, 20, global::System.Data.ParameterDirection.Input, 0, 0, "MC", 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("@Original_Chk", global::System.Data.SqlDbType.Bit, 1, 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("@Original_SIDFrom", global::System.Data.SqlDbType.VarChar, 20, 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("@Original_SIDTo", global::System.Data.SqlDbType.VarChar, 20, 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.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Remark", global::System.Data.SqlDbType.VarChar, 100, global::System.Data.ParameterDirection.Input, 0, 0, "Remark", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_wdate", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "wdate", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_wdate", global::System.Data.SqlDbType.DateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "wdate", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_wdate", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 0, 0, "wdate", 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_SID_Convert] ([MC], [Chk], [SIDFrom], [SIDTo], [Remark], [wdate]) VALUES (@MC, @Chk, @SIDFrom, @SIDTo, @Remark, @wdate); -SELECT idx, MC, Chk, SIDFrom, SIDTo, Remark, wdate FROM Component_Reel_SID_Convert WHERE (idx = SCOPE_IDENTITY()) ORDER BY SIDFrom"; + this._adapter.InsertCommand.CommandText = @"INSERT INTO [K4EE_Component_Reel_SID_Convert] ([MC], [Chk], [SIDFrom], [SIDTo], [Remark], [wdate]) VALUES (@MC, @Chk, @SIDFrom, @SIDTo, @Remark, @wdate); +SELECT idx, MC, Chk, SIDFrom, SIDTo, Remark, wdate FROM K4EE_Component_Reel_SID_Convert WHERE (idx = SCOPE_IDENTITY()) ORDER BY SIDFrom"; this._adapter.InsertCommand.CommandType = global::System.Data.CommandType.Text; - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@MC", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "MC", 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.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@wdate", global::System.Data.SqlDbType.DateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "wdate", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.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._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Chk", global::System.Data.SqlDbType.Bit, 1, 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, 20, 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, 20, 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, 100, global::System.Data.ParameterDirection.Input, 0, 0, "Remark", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@wdate", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 0, 0, "wdate", 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_SID_Convert] SET [MC] = @MC, [Chk] = @Chk, [SIDFrom] = @SIDFrom, [SIDTo] = @SIDTo, [Remark] = @Remark, [wdate] = @wdate 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))); -SELECT idx, MC, Chk, SIDFrom, SIDTo, Remark, wdate FROM Component_Reel_SID_Convert WHERE (idx = @idx) ORDER BY SIDFrom"; + this._adapter.UpdateCommand.CommandText = @"UPDATE [K4EE_Component_Reel_SID_Convert] SET [MC] = @MC, [Chk] = @Chk, [SIDFrom] = @SIDFrom, [SIDTo] = @SIDTo, [Remark] = @Remark, [wdate] = @wdate 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))); +SELECT idx, MC, Chk, SIDFrom, SIDTo, Remark, wdate FROM K4EE_Component_Reel_SID_Convert WHERE (idx = @idx) ORDER BY SIDFrom"; this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.Text; - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@MC", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "MC", 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("@wdate", global::System.Data.SqlDbType.DateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "wdate", 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("@MC", global::System.Data.SqlDbType.VarChar, 20, global::System.Data.ParameterDirection.Input, 0, 0, "MC", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Chk", global::System.Data.SqlDbType.Bit, 1, 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, 20, 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, 20, 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, 100, 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("@wdate", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 0, 0, "wdate", 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, 4, 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_MC", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "MC", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_MC", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "MC", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_MC", global::System.Data.SqlDbType.VarChar, 20, global::System.Data.ParameterDirection.Input, 0, 0, "MC", 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("@Original_Chk", global::System.Data.SqlDbType.Bit, 1, 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("@Original_SIDFrom", global::System.Data.SqlDbType.VarChar, 20, 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("@Original_SIDTo", global::System.Data.SqlDbType.VarChar, 20, 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("@Original_Remark", global::System.Data.SqlDbType.VarChar, 100, 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("@IsNull_wdate", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "wdate", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_wdate", global::System.Data.SqlDbType.DateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "wdate", 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, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_wdate", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 0, 0, "wdate", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@idx", global::System.Data.SqlDbType.Variant, 1024, global::System.Data.ParameterDirection.Input, 0, 0, "idx", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] @@ -19013,7 +18212,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.Update, true)] - public virtual int Update(string MC, global::System.Nullable Chk, string SIDFrom, string SIDTo, string Remark, global::System.Nullable wdate, int Original_idx, string Original_MC, global::System.Nullable Original_Chk, string Original_SIDFrom, string Original_SIDTo, string Original_Remark, global::System.Nullable Original_wdate, int idx) { + public virtual int Update(string MC, global::System.Nullable Chk, string SIDFrom, string SIDTo, string Remark, global::System.Nullable wdate, int Original_idx, string Original_MC, global::System.Nullable Original_Chk, string Original_SIDFrom, string Original_SIDTo, string Original_Remark, global::System.Nullable Original_wdate, object idx) { if ((MC == null)) { this.Adapter.UpdateCommand.Parameters[0].Value = global::System.DBNull.Value; } @@ -19099,7 +18298,12 @@ SELECT idx, MC, Chk, SIDFrom, SIDTo, Remark, wdate FROM Component_Reel_SID_Conve this.Adapter.UpdateCommand.Parameters[17].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[18].Value = global::System.DBNull.Value; } - this.Adapter.UpdateCommand.Parameters[19].Value = ((int)(idx)); + if ((idx == null)) { + throw new global::System.ArgumentNullException("idx"); + } + else { + this.Adapter.UpdateCommand.Parameters[19].Value = ((object)(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)) { @@ -19115,14 +18319,6 @@ 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")] - [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Update, true)] - public virtual int Update(string MC, global::System.Nullable Chk, string SIDFrom, string SIDTo, string Remark, global::System.Nullable wdate, int Original_idx, string Original_MC, global::System.Nullable Original_Chk, string Original_SIDFrom, string Original_SIDTo, string Original_Remark, global::System.Nullable Original_wdate) { - return this.Update(MC, Chk, SIDFrom, SIDTo, Remark, wdate, Original_idx, Original_MC, Original_Chk, Original_SIDFrom, Original_SIDTo, Original_Remark, Original_wdate, Original_idx); - } } /// @@ -19262,87 +18458,87 @@ SELECT idx, MC, Chk, SIDFrom, SIDTo, Remark, wdate FROM Component_Reel_SID_Conve 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_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_wdate = 1 AND [wdate] IS NULL) OR ([wdate] = @Original_wdate)) AND ((@IsNull_batch = 1 AND [batch] IS NULL) OR ([batch] = @Original_batch)) AND ((@IsNull_qtymax = 1 AND [qtymax] IS NULL) OR ([qtymax] = @Original_qtymax)) AND ((@IsNull_VenderLot = 1 AND [VenderLot] IS NULL) OR ([VenderLot] = @Original_VenderLot)) AND ((@IsNull_attach = 1 AND [attach] IS NULL) OR ([attach] = @Original_attach)))"; + this._adapter.DeleteCommand.CommandText = @"DELETE FROM [K4EE_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_wdate = 1 AND [wdate] IS NULL) OR ([wdate] = @Original_wdate)) AND ((@IsNull_batch = 1 AND [batch] IS NULL) OR ([batch] = @Original_batch)) AND ((@IsNull_qtymax = 1 AND [qtymax] IS NULL) OR ([qtymax] = @Original_qtymax)) AND ((@IsNull_VenderLot = 1 AND [VenderLot] IS NULL) OR ([VenderLot] = @Original_VenderLot)) AND ((@IsNull_attach = 1 AND [attach] IS NULL) OR ([attach] = @Original_attach)))"; 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("@Original_idx", global::System.Data.SqlDbType.Int, 4, 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_MC", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "MC", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_MC", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "MC", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - 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("@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("@Original_MC", global::System.Data.SqlDbType.VarChar, 20, global::System.Data.ParameterDirection.Input, 0, 0, "MC", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_SID", global::System.Data.SqlDbType.VarChar, 50, 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, 10, 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("@Original_PartNo", global::System.Data.SqlDbType.VarChar, 100, 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_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("@Original_CustName", global::System.Data.SqlDbType.VarChar, 100, 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_VenderName", global::System.Data.SqlDbType.VarChar, 100, 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("@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.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Remark", global::System.Data.SqlDbType.VarChar, 100, global::System.Data.ParameterDirection.Input, 0, 0, "Remark", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_wdate", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "wdate", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_wdate", global::System.Data.SqlDbType.DateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "wdate", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_wdate", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 0, 0, "wdate", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_batch", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "batch", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_batch", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "batch", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_batch", global::System.Data.SqlDbType.VarChar, 100, global::System.Data.ParameterDirection.Input, 0, 0, "batch", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_qtymax", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "qtymax", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_qtymax", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "qtymax", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_qtymax", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 0, 0, "qtymax", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_VenderLot", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "VenderLot", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_VenderLot", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "VenderLot", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_VenderLot", global::System.Data.SqlDbType.VarChar, 1000, global::System.Data.ParameterDirection.Input, 0, 0, "VenderLot", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_attach", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "attach", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_attach", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "attach", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_attach", global::System.Data.SqlDbType.VarChar, 10, global::System.Data.ParameterDirection.Input, 0, 0, "attach", 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_SID_Information] ([MC], [SID], [CustCode], [PartNo], [CustName], [VenderName], [Remark], [wdate], [batch], [qtymax], [VenderLot], [attach]) VALUES (@MC, @SID, @CustCode, @PartNo, @CustName, @VenderName, @Remark, @wdate, @batch, @qtymax, @VenderLot, @attach); + this._adapter.InsertCommand.CommandText = @"INSERT INTO [K4EE_Component_Reel_SID_Information] ([MC], [SID], [CustCode], [PartNo], [CustName], [VenderName], [Remark], [wdate], [batch], [qtymax], [VenderLot], [attach]) VALUES (@MC, @SID, @CustCode, @PartNo, @CustName, @VenderName, @Remark, @wdate, @batch, @qtymax, @VenderLot, @attach); SELECT idx, MC, SID, CustCode, PartNo, CustName, VenderName, Remark, wdate, batch, qtymax, VenderLot, attach FROM Component_Reel_SID_Information WITH (NOLOCK) WHERE (idx = SCOPE_IDENTITY()) ORDER BY idx"; this._adapter.InsertCommand.CommandType = global::System.Data.CommandType.Text; - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@MC", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "MC", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - 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("@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("@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("@Remark", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Remark", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@wdate", global::System.Data.SqlDbType.DateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "wdate", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@batch", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "batch", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@qtymax", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "qtymax", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@VenderLot", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "VenderLot", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@attach", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "attach", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.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._adapter.InsertCommand.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._adapter.InsertCommand.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, "", "", "")); + this._adapter.InsertCommand.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._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@CustName", global::System.Data.SqlDbType.VarChar, 100, 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, 100, 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("@Remark", global::System.Data.SqlDbType.VarChar, 100, global::System.Data.ParameterDirection.Input, 0, 0, "Remark", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@wdate", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 0, 0, "wdate", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.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._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@qtymax", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 0, 0, "qtymax", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@VenderLot", global::System.Data.SqlDbType.VarChar, 1000, global::System.Data.ParameterDirection.Input, 0, 0, "VenderLot", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@attach", global::System.Data.SqlDbType.VarChar, 10, global::System.Data.ParameterDirection.Input, 0, 0, "attach", 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_SID_Information] SET [MC] = @MC, [SID] = @SID, [CustCode] = @CustCode, [PartNo] = @PartNo, [CustName] = @CustName, [VenderName] = @VenderName, [Remark] = @Remark, [wdate] = @wdate, [batch] = @batch, [qtymax] = @qtymax, [VenderLot] = @VenderLot, [attach] = @attach 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_wdate = 1 AND [wdate] IS NULL) OR ([wdate] = @Original_wdate)) AND ((@IsNull_batch = 1 AND [batch] IS NULL) OR ([batch] = @Original_batch)) AND ((@IsNull_qtymax = 1 AND [qtymax] IS NULL) OR ([qtymax] = @Original_qtymax)) AND ((@IsNull_VenderLot = 1 AND [VenderLot] IS NULL) OR ([VenderLot] = @Original_VenderLot)) AND ((@IsNull_attach = 1 AND [attach] IS NULL) OR ([attach] = @Original_attach))); + this._adapter.UpdateCommand.CommandText = @"UPDATE [K4EE_Component_Reel_SID_Information] SET [MC] = @MC, [SID] = @SID, [CustCode] = @CustCode, [PartNo] = @PartNo, [CustName] = @CustName, [VenderName] = @VenderName, [Remark] = @Remark, [wdate] = @wdate, [batch] = @batch, [qtymax] = @qtymax, [VenderLot] = @VenderLot, [attach] = @attach 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_wdate = 1 AND [wdate] IS NULL) OR ([wdate] = @Original_wdate)) AND ((@IsNull_batch = 1 AND [batch] IS NULL) OR ([batch] = @Original_batch)) AND ((@IsNull_qtymax = 1 AND [qtymax] IS NULL) OR ([qtymax] = @Original_qtymax)) AND ((@IsNull_VenderLot = 1 AND [VenderLot] IS NULL) OR ([VenderLot] = @Original_VenderLot)) AND ((@IsNull_attach = 1 AND [attach] IS NULL) OR ([attach] = @Original_attach))); SELECT idx, MC, SID, CustCode, PartNo, CustName, VenderName, Remark, wdate, batch, qtymax, VenderLot, attach FROM Component_Reel_SID_Information WITH (NOLOCK) WHERE (idx = @idx) ORDER BY idx"; this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.Text; - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@MC", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "MC", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - 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("@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("@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("@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("@wdate", global::System.Data.SqlDbType.DateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "wdate", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@batch", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "batch", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@qtymax", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "qtymax", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@VenderLot", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "VenderLot", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@attach", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "attach", 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("@MC", global::System.Data.SqlDbType.VarChar, 20, global::System.Data.ParameterDirection.Input, 0, 0, "MC", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.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._adapter.UpdateCommand.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, "", "", "")); + this._adapter.UpdateCommand.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._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@CustName", global::System.Data.SqlDbType.VarChar, 100, 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, 100, 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("@Remark", global::System.Data.SqlDbType.VarChar, 100, 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("@wdate", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 0, 0, "wdate", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.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._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@qtymax", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 0, 0, "qtymax", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@VenderLot", global::System.Data.SqlDbType.VarChar, 1000, global::System.Data.ParameterDirection.Input, 0, 0, "VenderLot", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@attach", global::System.Data.SqlDbType.VarChar, 10, global::System.Data.ParameterDirection.Input, 0, 0, "attach", 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, 4, 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_MC", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "MC", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_MC", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "MC", global::System.Data.DataRowVersion.Original, 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("@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("@Original_MC", global::System.Data.SqlDbType.VarChar, 20, global::System.Data.ParameterDirection.Input, 0, 0, "MC", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_SID", global::System.Data.SqlDbType.VarChar, 50, 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, 10, 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("@Original_PartNo", global::System.Data.SqlDbType.VarChar, 100, 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_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("@Original_CustName", global::System.Data.SqlDbType.VarChar, 100, 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_VenderName", global::System.Data.SqlDbType.VarChar, 100, 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("@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("@Original_Remark", global::System.Data.SqlDbType.VarChar, 100, 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("@IsNull_wdate", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "wdate", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_wdate", global::System.Data.SqlDbType.DateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "wdate", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_wdate", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 0, 0, "wdate", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_batch", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "batch", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_batch", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "batch", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_batch", global::System.Data.SqlDbType.VarChar, 100, global::System.Data.ParameterDirection.Input, 0, 0, "batch", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_qtymax", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "qtymax", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_qtymax", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "qtymax", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_qtymax", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 0, 0, "qtymax", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_VenderLot", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "VenderLot", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_VenderLot", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "VenderLot", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_VenderLot", global::System.Data.SqlDbType.VarChar, 1000, global::System.Data.ParameterDirection.Input, 0, 0, "VenderLot", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_attach", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "attach", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_attach", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "attach", 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, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_attach", global::System.Data.SqlDbType.VarChar, 10, global::System.Data.ParameterDirection.Input, 0, 0, "attach", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@idx", global::System.Data.SqlDbType.Variant, 1024, global::System.Data.ParameterDirection.Input, 0, 0, "idx", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] @@ -19584,7 +18780,7 @@ WHERE (MC = @mcname)"; this.Adapter.DeleteCommand.Parameters[4].Value = ((string)(Original_CustCode)); } if ((Original_PartNo == null)) { - throw new global::System.ArgumentNullException("Original_PartNo"); + this.Adapter.DeleteCommand.Parameters[5].Value = global::System.DBNull.Value; } else { this.Adapter.DeleteCommand.Parameters[5].Value = ((string)(Original_PartNo)); @@ -19693,7 +18889,7 @@ WHERE (MC = @mcname)"; this.Adapter.InsertCommand.Parameters[2].Value = ((string)(CustCode)); } if ((PartNo == null)) { - throw new global::System.ArgumentNullException("PartNo"); + this.Adapter.InsertCommand.Parameters[3].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[3].Value = ((string)(PartNo)); @@ -19792,7 +18988,7 @@ WHERE (MC = @mcname)"; global::System.Nullable Original_qtymax, string Original_VenderLot, string Original_attach, - int idx) { + object idx) { if ((MC == null)) { this.Adapter.UpdateCommand.Parameters[0].Value = global::System.DBNull.Value; } @@ -19812,7 +19008,7 @@ WHERE (MC = @mcname)"; this.Adapter.UpdateCommand.Parameters[2].Value = ((string)(CustCode)); } if ((PartNo == null)) { - throw new global::System.ArgumentNullException("PartNo"); + this.Adapter.UpdateCommand.Parameters[3].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[3].Value = ((string)(PartNo)); @@ -19887,7 +19083,7 @@ WHERE (MC = @mcname)"; this.Adapter.UpdateCommand.Parameters[16].Value = ((string)(Original_CustCode)); } if ((Original_PartNo == null)) { - throw new global::System.ArgumentNullException("Original_PartNo"); + this.Adapter.UpdateCommand.Parameters[17].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[17].Value = ((string)(Original_PartNo)); @@ -19956,7 +19152,12 @@ WHERE (MC = @mcname)"; this.Adapter.UpdateCommand.Parameters[32].Value = ((object)(0)); this.Adapter.UpdateCommand.Parameters[33].Value = ((string)(Original_attach)); } - this.Adapter.UpdateCommand.Parameters[34].Value = ((int)(idx)); + if ((idx == null)) { + throw new global::System.ArgumentNullException("idx"); + } + else { + this.Adapter.UpdateCommand.Parameters[34].Value = ((object)(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)) { @@ -19973,39 +19174,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.Update, true)] - public virtual int Update( - string MC, - string SID, - string CustCode, - string PartNo, - string CustName, - string VenderName, - string Remark, - global::System.Nullable wdate, - string batch, - global::System.Nullable qtymax, - string VenderLot, - string attach, - int Original_idx, - string Original_MC, - string Original_SID, - string Original_CustCode, - string Original_PartNo, - string Original_CustName, - string Original_VenderName, - string Original_Remark, - global::System.Nullable Original_wdate, - string Original_batch, - global::System.Nullable Original_qtymax, - string Original_VenderLot, - string Original_attach) { - return this.Update(MC, SID, CustCode, PartNo, CustName, VenderName, Remark, wdate, batch, qtymax, VenderLot, attach, Original_idx, Original_MC, Original_SID, Original_CustCode, Original_PartNo, Original_CustName, Original_VenderName, Original_Remark, Original_wdate, Original_batch, Original_qtymax, Original_VenderLot, Original_attach, Original_idx); - } - [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")] @@ -20198,79 +19366,79 @@ WHERE (MC = @mcname)"; 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_PreSet] WHERE (([idx] = @Original_idx) AND ((@IsNull_MC = 1 AND [MC] IS NULL) OR ([MC] = @Original_MC)) AND ([Title] = @Original_Title) 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_vOption = 1 AND [vOption] IS NULL) OR ([vOption] = @Original_vOption)) AND ((@IsNull_vJobInfo = 1 AND [vJobInfo] IS NULL) OR ([vJobInfo] = @Original_vJobInfo)) AND ((@IsNull_vSidInfo = 1 AND [vSidInfo] IS NULL) OR ([vSidInfo] = @Original_vSidInfo)) AND ((@IsNull_vServerWrite = 1 AND [vServerWrite] IS NULL) OR ([vServerWrite] = @Original_vServerWrite)) AND ((@IsNull_jobtype = 1 AND [jobtype] IS NULL) OR ([jobtype] = @Original_jobtype)) AND ((@IsNull_bypasssid = 1 AND [bypasssid] IS NULL) OR ([bypasssid] = @Original_bypasssid)))"; + this._adapter.DeleteCommand.CommandText = @"DELETE FROM [K4EE_Component_Reel_PreSet] WHERE (([idx] = @Original_idx) AND ((@IsNull_MC = 1 AND [MC] IS NULL) OR ([MC] = @Original_MC)) AND ([Title] = @Original_Title) 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_vOption = 1 AND [vOption] IS NULL) OR ([vOption] = @Original_vOption)) AND ((@IsNull_vJobInfo = 1 AND [vJobInfo] IS NULL) OR ([vJobInfo] = @Original_vJobInfo)) AND ((@IsNull_vSidInfo = 1 AND [vSidInfo] IS NULL) OR ([vSidInfo] = @Original_vSidInfo)) AND ((@IsNull_vServerWrite = 1 AND [vServerWrite] IS NULL) OR ([vServerWrite] = @Original_vServerWrite)) AND ((@IsNull_jobtype = 1 AND [jobtype] IS NULL) OR ([jobtype] = @Original_jobtype)) AND ((@IsNull_bypasssid = 1 AND [bypasssid] IS NULL) OR ([bypasssid] = @Original_bypasssid)))"; 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("@Original_idx", global::System.Data.SqlDbType.Int, 4, 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_MC", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "MC", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_MC", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "MC", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Title", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Title", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_MC", global::System.Data.SqlDbType.VarChar, 20, global::System.Data.ParameterDirection.Input, 0, 0, "MC", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Title", global::System.Data.SqlDbType.VarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, "Title", 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.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Remark", global::System.Data.SqlDbType.VarChar, 100, global::System.Data.ParameterDirection.Input, 0, 0, "Remark", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_wdate", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "wdate", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_wdate", global::System.Data.SqlDbType.DateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "wdate", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_wdate", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 0, 0, "wdate", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_vOption", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "vOption", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_vOption", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "vOption", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_vOption", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 0, 0, "vOption", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_vJobInfo", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "vJobInfo", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_vJobInfo", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "vJobInfo", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_vJobInfo", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 0, 0, "vJobInfo", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_vSidInfo", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "vSidInfo", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_vSidInfo", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "vSidInfo", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_vSidInfo", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 0, 0, "vSidInfo", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_vServerWrite", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "vServerWrite", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_vServerWrite", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "vServerWrite", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_vServerWrite", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 0, 0, "vServerWrite", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_jobtype", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "jobtype", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_jobtype", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "jobtype", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_jobtype", global::System.Data.SqlDbType.VarChar, 10, global::System.Data.ParameterDirection.Input, 0, 0, "jobtype", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_bypasssid", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "bypasssid", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_bypasssid", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "bypasssid", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_bypasssid", global::System.Data.SqlDbType.VarChar, 255, global::System.Data.ParameterDirection.Input, 0, 0, "bypasssid", 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_PreSet] ([MC], [Title], [Remark], [wdate], [vOption], [vJobInfo], [vSidInfo], [vServerWrite], [jobtype], [bypasssid]) VALUES (@MC, @Title, @Remark, @wdate, @vOption, @vJobInfo, @vSidInfo, @vServerWrite, @jobtype, @bypasssid); + this._adapter.InsertCommand.CommandText = @"INSERT INTO [K4EE_Component_Reel_PreSet] ([MC], [Title], [Remark], [wdate], [vOption], [vJobInfo], [vSidInfo], [vServerWrite], [jobtype], [bypasssid]) VALUES (@MC, @Title, @Remark, @wdate, @vOption, @vJobInfo, @vSidInfo, @vServerWrite, @jobtype, @bypasssid); SELECT idx, MC, Title, Remark, wdate, vOption, vJobInfo, vSidInfo, vServerWrite, jobtype, bypasssid FROM Component_Reel_PreSet WHERE (idx = SCOPE_IDENTITY())"; this._adapter.InsertCommand.CommandType = global::System.Data.CommandType.Text; - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@MC", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "MC", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Title", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Title", 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.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@wdate", global::System.Data.SqlDbType.DateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "wdate", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@vOption", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "vOption", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@vJobInfo", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "vJobInfo", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@vSidInfo", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "vSidInfo", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@vServerWrite", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "vServerWrite", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@jobtype", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "jobtype", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@bypasssid", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "bypasssid", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.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._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Title", global::System.Data.SqlDbType.VarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, "Title", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Remark", global::System.Data.SqlDbType.VarChar, 100, global::System.Data.ParameterDirection.Input, 0, 0, "Remark", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@wdate", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 0, 0, "wdate", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@vOption", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 0, 0, "vOption", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@vJobInfo", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 0, 0, "vJobInfo", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@vSidInfo", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 0, 0, "vSidInfo", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@vServerWrite", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 0, 0, "vServerWrite", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@jobtype", global::System.Data.SqlDbType.VarChar, 10, global::System.Data.ParameterDirection.Input, 0, 0, "jobtype", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@bypasssid", global::System.Data.SqlDbType.VarChar, 255, global::System.Data.ParameterDirection.Input, 0, 0, "bypasssid", 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_PreSet] SET [MC] = @MC, [Title] = @Title, [Remark] = @Remark, [wdate] = @wdate, [vOption] = @vOption, [vJobInfo] = @vJobInfo, [vSidInfo] = @vSidInfo, [vServerWrite] = @vServerWrite, [jobtype] = @jobtype, [bypasssid] = @bypasssid WHERE (([idx] = @Original_idx) AND ((@IsNull_MC = 1 AND [MC] IS NULL) OR ([MC] = @Original_MC)) AND ([Title] = @Original_Title) 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_vOption = 1 AND [vOption] IS NULL) OR ([vOption] = @Original_vOption)) AND ((@IsNull_vJobInfo = 1 AND [vJobInfo] IS NULL) OR ([vJobInfo] = @Original_vJobInfo)) AND ((@IsNull_vSidInfo = 1 AND [vSidInfo] IS NULL) OR ([vSidInfo] = @Original_vSidInfo)) AND ((@IsNull_vServerWrite = 1 AND [vServerWrite] IS NULL) OR ([vServerWrite] = @Original_vServerWrite)) AND ((@IsNull_jobtype = 1 AND [jobtype] IS NULL) OR ([jobtype] = @Original_jobtype)) AND ((@IsNull_bypasssid = 1 AND [bypasssid] IS NULL) OR ([bypasssid] = @Original_bypasssid))); + this._adapter.UpdateCommand.CommandText = @"UPDATE [K4EE_Component_Reel_PreSet] SET [MC] = @MC, [Title] = @Title, [Remark] = @Remark, [wdate] = @wdate, [vOption] = @vOption, [vJobInfo] = @vJobInfo, [vSidInfo] = @vSidInfo, [vServerWrite] = @vServerWrite, [jobtype] = @jobtype, [bypasssid] = @bypasssid WHERE (([idx] = @Original_idx) AND ((@IsNull_MC = 1 AND [MC] IS NULL) OR ([MC] = @Original_MC)) AND ([Title] = @Original_Title) 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_vOption = 1 AND [vOption] IS NULL) OR ([vOption] = @Original_vOption)) AND ((@IsNull_vJobInfo = 1 AND [vJobInfo] IS NULL) OR ([vJobInfo] = @Original_vJobInfo)) AND ((@IsNull_vSidInfo = 1 AND [vSidInfo] IS NULL) OR ([vSidInfo] = @Original_vSidInfo)) AND ((@IsNull_vServerWrite = 1 AND [vServerWrite] IS NULL) OR ([vServerWrite] = @Original_vServerWrite)) AND ((@IsNull_jobtype = 1 AND [jobtype] IS NULL) OR ([jobtype] = @Original_jobtype)) AND ((@IsNull_bypasssid = 1 AND [bypasssid] IS NULL) OR ([bypasssid] = @Original_bypasssid))); SELECT idx, MC, Title, Remark, wdate, vOption, vJobInfo, vSidInfo, vServerWrite, jobtype, bypasssid FROM Component_Reel_PreSet WHERE (idx = @idx)"; this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.Text; - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@MC", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "MC", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Title", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Title", 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("@wdate", global::System.Data.SqlDbType.DateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "wdate", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@vOption", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "vOption", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@vJobInfo", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "vJobInfo", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@vSidInfo", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "vSidInfo", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@vServerWrite", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "vServerWrite", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@jobtype", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "jobtype", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@bypasssid", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "bypasssid", 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("@MC", global::System.Data.SqlDbType.VarChar, 20, global::System.Data.ParameterDirection.Input, 0, 0, "MC", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Title", global::System.Data.SqlDbType.VarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, "Title", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Remark", global::System.Data.SqlDbType.VarChar, 100, 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("@wdate", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 0, 0, "wdate", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@vOption", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 0, 0, "vOption", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@vJobInfo", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 0, 0, "vJobInfo", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@vSidInfo", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 0, 0, "vSidInfo", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@vServerWrite", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 0, 0, "vServerWrite", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@jobtype", global::System.Data.SqlDbType.VarChar, 10, global::System.Data.ParameterDirection.Input, 0, 0, "jobtype", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@bypasssid", global::System.Data.SqlDbType.VarChar, 255, global::System.Data.ParameterDirection.Input, 0, 0, "bypasssid", 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, 4, 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_MC", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "MC", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_MC", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "MC", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Title", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Title", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_MC", global::System.Data.SqlDbType.VarChar, 20, global::System.Data.ParameterDirection.Input, 0, 0, "MC", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Title", global::System.Data.SqlDbType.VarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, "Title", 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("@Original_Remark", global::System.Data.SqlDbType.VarChar, 100, 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("@IsNull_wdate", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "wdate", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_wdate", global::System.Data.SqlDbType.DateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "wdate", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_wdate", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 0, 0, "wdate", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_vOption", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "vOption", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_vOption", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "vOption", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_vOption", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 0, 0, "vOption", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_vJobInfo", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "vJobInfo", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_vJobInfo", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "vJobInfo", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_vJobInfo", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 0, 0, "vJobInfo", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_vSidInfo", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "vSidInfo", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_vSidInfo", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "vSidInfo", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_vSidInfo", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 0, 0, "vSidInfo", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_vServerWrite", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "vServerWrite", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_vServerWrite", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "vServerWrite", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_vServerWrite", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 0, 0, "vServerWrite", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_jobtype", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "jobtype", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_jobtype", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "jobtype", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_jobtype", global::System.Data.SqlDbType.VarChar, 10, global::System.Data.ParameterDirection.Input, 0, 0, "jobtype", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_bypasssid", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "bypasssid", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_bypasssid", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "bypasssid", 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, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_bypasssid", global::System.Data.SqlDbType.VarChar, 255, global::System.Data.ParameterDirection.Input, 0, 0, "bypasssid", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@idx", global::System.Data.SqlDbType.Variant, 1024, global::System.Data.ParameterDirection.Input, 0, 0, "idx", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] @@ -20565,7 +19733,7 @@ SELECT idx, MC, Title, Remark, wdate, vOption, vJobInfo, vSidInfo, vServerWrite, global::System.Nullable Original_vServerWrite, string Original_jobtype, string Original_bypasssid, - int idx) { + object idx) { if ((MC == null)) { this.Adapter.UpdateCommand.Parameters[0].Value = global::System.DBNull.Value; } @@ -20705,7 +19873,12 @@ SELECT idx, MC, Title, Remark, wdate, vOption, vJobInfo, vSidInfo, vServerWrite, this.Adapter.UpdateCommand.Parameters[28].Value = ((object)(0)); this.Adapter.UpdateCommand.Parameters[29].Value = ((string)(Original_bypasssid)); } - this.Adapter.UpdateCommand.Parameters[30].Value = ((int)(idx)); + if ((idx == null)) { + throw new global::System.ArgumentNullException("idx"); + } + else { + this.Adapter.UpdateCommand.Parameters[30].Value = ((object)(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)) { @@ -20721,35 +19894,6 @@ 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")] - [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Update, true)] - public virtual int Update( - string MC, - string Title, - string Remark, - global::System.Nullable wdate, - global::System.Nullable vOption, - global::System.Nullable vJobInfo, - global::System.Nullable vSidInfo, - global::System.Nullable vServerWrite, - string jobtype, - string bypasssid, - int Original_idx, - string Original_MC, - string Original_Title, - string Original_Remark, - global::System.Nullable Original_wdate, - global::System.Nullable Original_vOption, - global::System.Nullable Original_vJobInfo, - global::System.Nullable Original_vSidInfo, - global::System.Nullable Original_vServerWrite, - string Original_jobtype, - string Original_bypasssid) { - return this.Update(MC, Title, Remark, wdate, vOption, vJobInfo, vSidInfo, vServerWrite, jobtype, bypasssid, Original_idx, Original_MC, Original_Title, Original_Remark, Original_wdate, Original_vOption, Original_vJobInfo, Original_vSidInfo, Original_vServerWrite, Original_jobtype, Original_bypasssid, Original_idx); - } } /// @@ -20878,31 +20022,30 @@ SELECT idx, MC, Title, Remark, wdate, vOption, vJobInfo, vSidInfo, vServerWrite, 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_CustInfo] WHERE (([code] = @Original_code) AND ((@IsN" + - "ull_name = 1 AND [name] IS NULL) OR ([name] = @Original_name)))"; + this._adapter.DeleteCommand.CommandText = "DELETE FROM [K4EE_Component_Reel_CustInfo] WHERE (([code] = @Original_code) AND (" + + "(@IsNull_name = 1 AND [name] IS NULL) OR ([name] = @Original_name)))"; this._adapter.DeleteCommand.CommandType = global::System.Data.CommandType.Text; - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_code", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "code", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_code", global::System.Data.SqlDbType.VarChar, 10, global::System.Data.ParameterDirection.Input, 0, 0, "code", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_name", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "name", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_name", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "name", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_name", global::System.Data.SqlDbType.VarChar, 100, global::System.Data.ParameterDirection.Input, 0, 0, "name", 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_CustInfo] ([code], [name]) VALUES (@code, @name);\r\nSE" + - "LECT code, name FROM Component_Reel_CustInfo WHERE (code = @code)"; + this._adapter.InsertCommand.CommandText = "INSERT INTO [K4EE_Component_Reel_CustInfo] ([code], [name]) VALUES (@code, @name)" + + ";\r\nSELECT code, name FROM Component_Reel_CustInfo WHERE (code = @code)"; this._adapter.InsertCommand.CommandType = global::System.Data.CommandType.Text; - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@code", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "code", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@name", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "name", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.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._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@name", global::System.Data.SqlDbType.VarChar, 100, global::System.Data.ParameterDirection.Input, 0, 0, "name", 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_CustInfo] SET [code] = @code, [name] = @name WHERE (([code" + - "] = @Original_code) AND ((@IsNull_name = 1 AND [name] IS NULL) OR ([name] = @Ori" + - "ginal_name)));\r\nSELECT code, name FROM Component_Reel_CustInfo WHERE (code = @co" + - "de)"; + this._adapter.UpdateCommand.CommandText = "UPDATE [K4EE_Component_Reel_CustInfo] SET [code] = @code, [name] = @name WHERE ((" + + "[code] = @Original_code) AND ((@IsNull_name = 1 AND [name] IS NULL) OR ([name] =" + + " @Original_name)));\r\nSELECT code, name FROM Component_Reel_CustInfo WHERE (code " + + "= @code)"; this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.Text; - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@code", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "code", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@name", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "name", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_code", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "code", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.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._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@name", global::System.Data.SqlDbType.VarChar, 100, global::System.Data.ParameterDirection.Input, 0, 0, "name", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_code", global::System.Data.SqlDbType.VarChar, 10, global::System.Data.ParameterDirection.Input, 0, 0, "code", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_name", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "name", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_name", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "name", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] @@ -21047,7 +20190,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.Update, true)] - public virtual int Update(string code, string name, string Original_code, string Original_name) { + public virtual int Update(string code, string name, string Original_code) { if ((code == null)) { throw new global::System.ArgumentNullException("code"); } @@ -21066,14 +20209,6 @@ SELECT idx, MC, Title, Remark, wdate, vOption, vJobInfo, vSidInfo, vServerWrite, else { this.Adapter.UpdateCommand.Parameters[2].Value = ((string)(Original_code)); } - if ((Original_name == null)) { - this.Adapter.UpdateCommand.Parameters[3].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[4].Value = global::System.DBNull.Value; - } - else { - this.Adapter.UpdateCommand.Parameters[3].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[4].Value = ((string)(Original_name)); - } 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)) { @@ -21094,8 +20229,8 @@ 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.Update, true)] - public virtual int Update(string name, string Original_code, string Original_name) { - return this.Update(Original_code, name, Original_code, Original_name); + public virtual int Update(string name, string Original_code) { + return this.Update(Original_code, name, Original_code); } } @@ -21441,49 +20576,49 @@ SELECT idx, MC, Title, Remark, wdate, vOption, vJobInfo, vSidInfo, vServerWrite, 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_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)))"; + this._adapter.DeleteCommand.CommandText = @"DELETE FROM [K4EE_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)))"; 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("@Original_idx", global::System.Data.SqlDbType.Int, 4, 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_MC", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "MC", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_MC", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "MC", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - 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_MC", global::System.Data.SqlDbType.VarChar, 20, global::System.Data.ParameterDirection.Input, 0, 0, "MC", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_SID", global::System.Data.SqlDbType.VarChar, 50, 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("@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("@Original_PrintPosition", global::System.Data.SqlDbType.VarChar, 10, 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.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Remark", global::System.Data.SqlDbType.VarChar, 100, global::System.Data.ParameterDirection.Input, 0, 0, "Remark", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_wdate", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "wdate", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_wdate", global::System.Data.SqlDbType.DateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "wdate", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_wdate", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 0, 0, "wdate", 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_Print_Information] ([MC], [SID], [PrintPosition], [Remark], [wdate]) VALUES (@MC, @SID, @PrintPosition, @Remark, @wdate); + this._adapter.InsertCommand.CommandText = @"INSERT INTO [K4EE_Component_Reel_Print_Information] ([MC], [SID], [PrintPosition], [Remark], [wdate]) VALUES (@MC, @SID, @PrintPosition, @Remark, @wdate); SELECT idx, MC, SID, PrintPosition, Remark, wdate FROM Component_Reel_Print_Information WHERE (idx = SCOPE_IDENTITY())"; this._adapter.InsertCommand.CommandType = global::System.Data.CommandType.Text; - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@MC", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "MC", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - 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("@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.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@wdate", global::System.Data.SqlDbType.DateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "wdate", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.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._adapter.InsertCommand.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._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@PrintPosition", global::System.Data.SqlDbType.VarChar, 10, 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, 100, global::System.Data.ParameterDirection.Input, 0, 0, "Remark", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@wdate", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 0, 0, "wdate", 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_Print_Information] SET [MC] = @MC, [SID] = @SID, [PrintPosition] = @PrintPosition, [Remark] = @Remark, [wdate] = @wdate 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))); + this._adapter.UpdateCommand.CommandText = @"UPDATE [K4EE_Component_Reel_Print_Information] SET [MC] = @MC, [SID] = @SID, [PrintPosition] = @PrintPosition, [Remark] = @Remark, [wdate] = @wdate 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))); SELECT idx, MC, SID, PrintPosition, Remark, wdate FROM Component_Reel_Print_Information WHERE (idx = @idx)"; this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.Text; - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@MC", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "MC", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - 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("@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("@wdate", global::System.Data.SqlDbType.DateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "wdate", 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("@MC", global::System.Data.SqlDbType.VarChar, 20, global::System.Data.ParameterDirection.Input, 0, 0, "MC", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.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._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@PrintPosition", global::System.Data.SqlDbType.VarChar, 10, 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, 100, 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("@wdate", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 0, 0, "wdate", 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, 4, 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_MC", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "MC", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_MC", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "MC", global::System.Data.DataRowVersion.Original, 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_MC", global::System.Data.SqlDbType.VarChar, 20, global::System.Data.ParameterDirection.Input, 0, 0, "MC", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_SID", global::System.Data.SqlDbType.VarChar, 50, 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("@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("@Original_PrintPosition", global::System.Data.SqlDbType.VarChar, 10, 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, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Remark", global::System.Data.SqlDbType.VarChar, 100, 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("@IsNull_wdate", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "wdate", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_wdate", global::System.Data.SqlDbType.DateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "wdate", 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, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_wdate", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 0, 0, "wdate", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@idx", global::System.Data.SqlDbType.Variant, 1024, global::System.Data.ParameterDirection.Input, 0, 0, "idx", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] @@ -21740,7 +20875,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.Update, true)] - public virtual int Update(string MC, string SID, string PrintPosition, string Remark, global::System.Nullable wdate, int Original_idx, string Original_MC, string Original_SID, string Original_PrintPosition, string Original_Remark, global::System.Nullable Original_wdate, int idx) { + public virtual int Update(string MC, string SID, string PrintPosition, string Remark, global::System.Nullable wdate, int Original_idx, string Original_MC, string Original_SID, string Original_PrintPosition, string Original_Remark, global::System.Nullable Original_wdate, object idx) { if ((MC == null)) { this.Adapter.UpdateCommand.Parameters[0].Value = global::System.DBNull.Value; } @@ -21810,7 +20945,12 @@ SELECT idx, MC, SID, PrintPosition, Remark, wdate FROM Component_Reel_Print_Info this.Adapter.UpdateCommand.Parameters[13].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[14].Value = global::System.DBNull.Value; } - this.Adapter.UpdateCommand.Parameters[15].Value = ((int)(idx)); + if ((idx == null)) { + throw new global::System.ArgumentNullException("idx"); + } + else { + this.Adapter.UpdateCommand.Parameters[15].Value = ((object)(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)) { @@ -21826,673 +20966,6 @@ 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")] - [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Update, true)] - public virtual int Update(string MC, string SID, string PrintPosition, string Remark, global::System.Nullable wdate, int Original_idx, string Original_MC, string Original_SID, string Original_PrintPosition, string Original_Remark, global::System.Nullable Original_wdate) { - return this.Update(MC, SID, PrintPosition, Remark, wdate, Original_idx, Original_MC, Original_SID, Original_PrintPosition, Original_Remark, Original_wdate, Original_idx); - } - } - - /// - ///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 K4EE_Component_Reel_PrintRegExRuleTableAdapter : 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 K4EE_Component_Reel_PrintRegExRuleTableAdapter() { - 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 = "K4EE_Component_Reel_PrintRegExRule"; - tableMapping.ColumnMappings.Add("Id", "Id"); - tableMapping.ColumnMappings.Add("Seq", "Seq"); - tableMapping.ColumnMappings.Add("CustCode", "CustCode"); - tableMapping.ColumnMappings.Add("Description", "Description"); - tableMapping.ColumnMappings.Add("Symbol", "Symbol"); - tableMapping.ColumnMappings.Add("Pattern", "Pattern"); - tableMapping.ColumnMappings.Add("Groups", "Groups"); - tableMapping.ColumnMappings.Add("IsEnable", "IsEnable"); - tableMapping.ColumnMappings.Add("IsTrust", "IsTrust"); - tableMapping.ColumnMappings.Add("IsAmkStd", "IsAmkStd"); - tableMapping.ColumnMappings.Add("IsIgnore", "IsIgnore"); - 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 [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, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Seq", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Seq", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_CustCode", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "CustCode", global::System.Data.DataRowVersion.Original, true, 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_Description", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Description", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Description", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Description", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Symbol", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Symbol", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Symbol", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Symbol", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Groups", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Groups", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Groups", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Groups", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_IsEnable", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "IsEnable", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_IsEnable", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "IsEnable", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_IsTrust", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "IsTrust", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_IsTrust", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "IsTrust", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_IsAmkStd", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "IsAmkStd", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_IsAmkStd", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "IsAmkStd", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_IsIgnore", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "IsIgnore", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - 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 [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, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Description", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Description", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Symbol", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Symbol", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Pattern", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Pattern", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Groups", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Groups", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsEnable", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "IsEnable", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsTrust", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "IsTrust", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsAmkStd", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "IsAmkStd", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - 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 [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, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Description", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Description", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Symbol", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Symbol", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Pattern", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Pattern", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Groups", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Groups", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsEnable", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "IsEnable", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsTrust", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "IsTrust", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsAmkStd", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "IsAmkStd", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.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.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.UpdateCommand.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, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Seq", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Seq", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_CustCode", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "CustCode", global::System.Data.DataRowVersion.Original, true, 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_Description", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Description", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Description", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Description", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Symbol", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Symbol", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Symbol", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Symbol", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Groups", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Groups", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Groups", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Groups", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_IsEnable", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "IsEnable", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_IsEnable", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "IsEnable", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_IsTrust", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "IsTrust", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_IsTrust", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "IsTrust", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_IsAmkStd", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "IsAmkStd", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_IsAmkStd", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "IsAmkStd", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_IsIgnore", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "IsIgnore", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.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.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Id", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 0, 0, "Id", 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 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; - } - - [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.K4EE_Component_Reel_PrintRegExRuleDataTable dataTable) { - this.Adapter.SelectCommand = this.CommandCollection[0]; - 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.K4EE_Component_Reel_PrintRegExRuleDataTable GetData() { - this.Adapter.SelectCommand = this.CommandCollection[0]; - DataSet1.K4EE_Component_Reel_PrintRegExRuleDataTable dataTable = new DataSet1.K4EE_Component_Reel_PrintRegExRuleDataTable(); - 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(DataSet1.K4EE_Component_Reel_PrintRegExRuleDataTable 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(DataSet1 dataSet) { - return this.Adapter.Update(dataSet, "K4EE_Component_Reel_PrintRegExRule"); - } - - [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_Id, global::System.Nullable Original_Seq, string Original_CustCode, string Original_Description, string Original_Symbol, string Original_Groups, global::System.Nullable Original_IsEnable, global::System.Nullable Original_IsTrust, global::System.Nullable Original_IsAmkStd, global::System.Nullable Original_IsIgnore) { - this.Adapter.DeleteCommand.Parameters[0].Value = ((int)(Original_Id)); - if ((Original_Seq.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[2].Value = ((int)(Original_Seq.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[2].Value = global::System.DBNull.Value; - } - if ((Original_CustCode == 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_CustCode)); - } - if ((Original_Description == 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_Description)); - } - if ((Original_Symbol == 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_Symbol)); - } - if ((Original_Groups == 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_Groups)); - } - if ((Original_IsEnable.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[11].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[12].Value = ((bool)(Original_IsEnable.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[11].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[12].Value = global::System.DBNull.Value; - } - if ((Original_IsTrust.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[13].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[14].Value = ((bool)(Original_IsTrust.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[13].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[14].Value = global::System.DBNull.Value; - } - if ((Original_IsAmkStd.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[15].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[16].Value = ((bool)(Original_IsAmkStd.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[15].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[16].Value = global::System.DBNull.Value; - } - if ((Original_IsIgnore.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[17].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[18].Value = ((bool)(Original_IsIgnore.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[17].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[18].Value = global::System.DBNull.Value; - } - 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(global::System.Nullable Seq, string CustCode, string Description, string Symbol, string Pattern, string Groups, global::System.Nullable IsEnable, global::System.Nullable IsTrust, global::System.Nullable IsAmkStd, global::System.Nullable IsIgnore) { - if ((Seq.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[0].Value = ((int)(Seq.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[0].Value = global::System.DBNull.Value; - } - if ((CustCode == null)) { - this.Adapter.InsertCommand.Parameters[1].Value = global::System.DBNull.Value; - } - else { - this.Adapter.InsertCommand.Parameters[1].Value = ((string)(CustCode)); - } - if ((Description == null)) { - this.Adapter.InsertCommand.Parameters[2].Value = global::System.DBNull.Value; - } - else { - this.Adapter.InsertCommand.Parameters[2].Value = ((string)(Description)); - } - if ((Symbol == null)) { - this.Adapter.InsertCommand.Parameters[3].Value = global::System.DBNull.Value; - } - else { - this.Adapter.InsertCommand.Parameters[3].Value = ((string)(Symbol)); - } - if ((Pattern == null)) { - this.Adapter.InsertCommand.Parameters[4].Value = global::System.DBNull.Value; - } - else { - this.Adapter.InsertCommand.Parameters[4].Value = ((string)(Pattern)); - } - if ((Groups == null)) { - this.Adapter.InsertCommand.Parameters[5].Value = global::System.DBNull.Value; - } - else { - this.Adapter.InsertCommand.Parameters[5].Value = ((string)(Groups)); - } - if ((IsEnable.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[6].Value = ((bool)(IsEnable.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[6].Value = global::System.DBNull.Value; - } - if ((IsTrust.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[7].Value = ((bool)(IsTrust.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[7].Value = global::System.DBNull.Value; - } - if ((IsAmkStd.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[8].Value = ((bool)(IsAmkStd.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[8].Value = global::System.DBNull.Value; - } - if ((IsIgnore.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[9].Value = ((bool)(IsIgnore.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[9].Value = global::System.DBNull.Value; - } - 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( - global::System.Nullable Seq, - string CustCode, - string Description, - string Symbol, - string Pattern, - string Groups, - global::System.Nullable IsEnable, - global::System.Nullable IsTrust, - global::System.Nullable IsAmkStd, - global::System.Nullable IsIgnore, - int Original_Id, - global::System.Nullable Original_Seq, - string Original_CustCode, - string Original_Description, - string Original_Symbol, - string Original_Groups, - global::System.Nullable Original_IsEnable, - global::System.Nullable Original_IsTrust, - global::System.Nullable Original_IsAmkStd, - global::System.Nullable Original_IsIgnore, - int Id) { - if ((Seq.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[0].Value = ((int)(Seq.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[0].Value = global::System.DBNull.Value; - } - if ((CustCode == null)) { - this.Adapter.UpdateCommand.Parameters[1].Value = global::System.DBNull.Value; - } - else { - this.Adapter.UpdateCommand.Parameters[1].Value = ((string)(CustCode)); - } - if ((Description == null)) { - this.Adapter.UpdateCommand.Parameters[2].Value = global::System.DBNull.Value; - } - else { - this.Adapter.UpdateCommand.Parameters[2].Value = ((string)(Description)); - } - if ((Symbol == null)) { - this.Adapter.UpdateCommand.Parameters[3].Value = global::System.DBNull.Value; - } - else { - this.Adapter.UpdateCommand.Parameters[3].Value = ((string)(Symbol)); - } - if ((Pattern == null)) { - this.Adapter.UpdateCommand.Parameters[4].Value = global::System.DBNull.Value; - } - else { - this.Adapter.UpdateCommand.Parameters[4].Value = ((string)(Pattern)); - } - if ((Groups == null)) { - this.Adapter.UpdateCommand.Parameters[5].Value = global::System.DBNull.Value; - } - else { - this.Adapter.UpdateCommand.Parameters[5].Value = ((string)(Groups)); - } - if ((IsEnable.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[6].Value = ((bool)(IsEnable.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[6].Value = global::System.DBNull.Value; - } - if ((IsTrust.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[7].Value = ((bool)(IsTrust.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[7].Value = global::System.DBNull.Value; - } - if ((IsAmkStd.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[8].Value = ((bool)(IsAmkStd.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[8].Value = global::System.DBNull.Value; - } - if ((IsIgnore.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[9].Value = ((bool)(IsIgnore.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[9].Value = global::System.DBNull.Value; - } - this.Adapter.UpdateCommand.Parameters[10].Value = ((int)(Original_Id)); - if ((Original_Seq.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[11].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[12].Value = ((int)(Original_Seq.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[11].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[12].Value = global::System.DBNull.Value; - } - if ((Original_CustCode == 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_CustCode)); - } - if ((Original_Description == 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_Description)); - } - if ((Original_Symbol == 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_Symbol)); - } - if ((Original_Groups == 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_Groups)); - } - if ((Original_IsEnable.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[21].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[22].Value = ((bool)(Original_IsEnable.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[21].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[22].Value = global::System.DBNull.Value; - } - if ((Original_IsTrust.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[23].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[24].Value = ((bool)(Original_IsTrust.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[23].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[24].Value = global::System.DBNull.Value; - } - if ((Original_IsAmkStd.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[25].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[26].Value = ((bool)(Original_IsAmkStd.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[25].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[26].Value = global::System.DBNull.Value; - } - if ((Original_IsIgnore.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[27].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[28].Value = ((bool)(Original_IsIgnore.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[27].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[28].Value = global::System.DBNull.Value; - } - this.Adapter.UpdateCommand.Parameters[29].Value = ((int)(Id)); - 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( - global::System.Nullable Seq, - string CustCode, - string Description, - string Symbol, - string Pattern, - string Groups, - global::System.Nullable IsEnable, - global::System.Nullable IsTrust, - global::System.Nullable IsAmkStd, - global::System.Nullable IsIgnore, - int Original_Id, - global::System.Nullable Original_Seq, - string Original_CustCode, - string Original_Description, - string Original_Symbol, - string Original_Groups, - global::System.Nullable Original_IsEnable, - global::System.Nullable Original_IsTrust, - global::System.Nullable Original_IsAmkStd, - global::System.Nullable Original_IsIgnore) { - return this.Update(Seq, CustCode, Description, Symbol, Pattern, Groups, IsEnable, IsTrust, IsAmkStd, IsIgnore, Original_Id, Original_Seq, Original_CustCode, Original_Description, Original_Symbol, Original_Groups, Original_IsEnable, Original_IsTrust, Original_IsAmkStd, Original_IsIgnore, Original_Id); - } } /// @@ -23159,8 +21632,6 @@ SELECT Id, Seq, CustCode, Description, Symbol, Pattern, Groups, IsEnable, IsTrus private K4EE_Component_Reel_Print_InformationTableAdapter _k4EE_Component_Reel_Print_InformationTableAdapter; - private K4EE_Component_Reel_PrintRegExRuleTableAdapter _k4EE_Component_Reel_PrintRegExRuleTableAdapter; - private bool _backupDataSetBeforeUpdate; private global::System.Data.IDbConnection _connection; @@ -23274,20 +21745,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.EditorAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterManagerPropertyEditor, Microso" + - "ft.VSDesigner, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3" + - "a", "System.Drawing.Design.UITypeEditor")] - public K4EE_Component_Reel_PrintRegExRuleTableAdapter K4EE_Component_Reel_PrintRegExRuleTableAdapter { - get { - return this._k4EE_Component_Reel_PrintRegExRuleTableAdapter; - } - set { - this._k4EE_Component_Reel_PrintRegExRuleTableAdapter = value; - } - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public bool BackupDataSetBeforeUpdate { @@ -23335,10 +21792,6 @@ SELECT Id, Seq, CustCode, Description, Symbol, Pattern, Groups, IsEnable, IsTrus && (this._k4EE_Component_Reel_Print_InformationTableAdapter.Connection != null))) { return this._k4EE_Component_Reel_Print_InformationTableAdapter.Connection; } - if (((this._k4EE_Component_Reel_PrintRegExRuleTableAdapter != null) - && (this._k4EE_Component_Reel_PrintRegExRuleTableAdapter.Connection != null))) { - return this._k4EE_Component_Reel_PrintRegExRuleTableAdapter.Connection; - } return null; } set { @@ -23373,9 +21826,6 @@ SELECT Id, Seq, CustCode, Description, Symbol, Pattern, Groups, IsEnable, IsTrus if ((this._k4EE_Component_Reel_Print_InformationTableAdapter != null)) { count = (count + 1); } - if ((this._k4EE_Component_Reel_PrintRegExRuleTableAdapter != null)) { - count = (count + 1); - } return count; } } @@ -23387,15 +21837,6 @@ 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._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._k4EE_Component_Reel_PrintRegExRuleTableAdapter.Update(updatedRows)); - allChangedRows.AddRange(updatedRows); - } - } 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); @@ -23469,14 +21910,6 @@ 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._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._k4EE_Component_Reel_PrintRegExRuleTableAdapter.Update(addedRows)); - allAddedRows.AddRange(addedRows); - } - } 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) @@ -23599,14 +22032,6 @@ SELECT Id, Seq, CustCode, Description, Symbol, Pattern, Groups, IsEnable, IsTrus allChangedRows.AddRange(deletedRows); } } - 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._k4EE_Component_Reel_PrintRegExRuleTableAdapter.Update(deletedRows)); - allChangedRows.AddRange(deletedRows); - } - } return result; } @@ -23648,40 +22073,36 @@ SELECT Id, Seq, CustCode, Description, Symbol, Pattern, Groups, IsEnable, IsTrus } if (((this._k4EE_Component_Reel_ResultTableAdapter != null) && (this.MatchTableAdapterConnection(this._k4EE_Component_Reel_ResultTableAdapter.Connection) == false))) { - throw new global::System.ArgumentException("All TableAdapters managed by TableAdapterManager must use the same connection string."); + throw new global::System.ArgumentException("TableAdapterManager에서 관리하는 모든 TableAdapter에는 동일한 연결 문자열을 사용해야 합니다."); } if (((this._k4EE_Component_Reel_RegExRuleTableAdapter != null) && (this.MatchTableAdapterConnection(this._k4EE_Component_Reel_RegExRuleTableAdapter.Connection) == false))) { - throw new global::System.ArgumentException("All TableAdapters managed by TableAdapterManager must use the same connection string."); + throw new global::System.ArgumentException("TableAdapterManager에서 관리하는 모든 TableAdapter에는 동일한 연결 문자열을 사용해야 합니다."); } if (((this._k4EE_Component_Reel_SID_ConvertTableAdapter != null) && (this.MatchTableAdapterConnection(this._k4EE_Component_Reel_SID_ConvertTableAdapter.Connection) == false))) { - throw new global::System.ArgumentException("All TableAdapters managed by TableAdapterManager must use the same connection string."); + throw new global::System.ArgumentException("TableAdapterManager에서 관리하는 모든 TableAdapter에는 동일한 연결 문자열을 사용해야 합니다."); } if (((this._k4EE_Component_Reel_SID_InformationTableAdapter != null) && (this.MatchTableAdapterConnection(this._k4EE_Component_Reel_SID_InformationTableAdapter.Connection) == false))) { - throw new global::System.ArgumentException("All TableAdapters managed by TableAdapterManager must use the same connection string."); + throw new global::System.ArgumentException("TableAdapterManager에서 관리하는 모든 TableAdapter에는 동일한 연결 문자열을 사용해야 합니다."); } if (((this._k4EE_Component_Reel_PreSetTableAdapter != null) && (this.MatchTableAdapterConnection(this._k4EE_Component_Reel_PreSetTableAdapter.Connection) == false))) { - throw new global::System.ArgumentException("All TableAdapters managed by TableAdapterManager must use the same connection string."); + throw new global::System.ArgumentException("TableAdapterManager에서 관리하는 모든 TableAdapter에는 동일한 연결 문자열을 사용해야 합니다."); } if (((this._k4EE_Component_Reel_CustInfoTableAdapter != null) && (this.MatchTableAdapterConnection(this._k4EE_Component_Reel_CustInfoTableAdapter.Connection) == false))) { - throw new global::System.ArgumentException("All TableAdapters managed by TableAdapterManager must use the same connection string."); + throw new global::System.ArgumentException("TableAdapterManager에서 관리하는 모든 TableAdapter에는 동일한 연결 문자열을 사용해야 합니다."); } if (((this._k4EE_Component_Reel_Print_InformationTableAdapter != null) && (this.MatchTableAdapterConnection(this._k4EE_Component_Reel_Print_InformationTableAdapter.Connection) == false))) { - throw new global::System.ArgumentException("All TableAdapters managed by TableAdapterManager must use the same connection string."); - } - if (((this._k4EE_Component_Reel_PrintRegExRuleTableAdapter != null) - && (this.MatchTableAdapterConnection(this._k4EE_Component_Reel_PrintRegExRuleTableAdapter.Connection) == false))) { - throw new global::System.ArgumentException("All TableAdapters managed by TableAdapterManager must use the same connection string."); + throw new global::System.ArgumentException("TableAdapterManager에서 관리하는 모든 TableAdapter에는 동일한 연결 문자열을 사용해야 합니다."); } global::System.Data.IDbConnection workConnection = this.Connection; if ((workConnection == null)) { - throw new global::System.ApplicationException("TableAdapterManager has no connection information. Set each TableAdapterManager TableAdapter property to a valid " + - "TableAdapter instance."); + throw new global::System.ApplicationException("TableAdapterManager에 연결 정보가 없습니다. 각 TableAdapterManager TableAdapter 속성을 올바른 Tabl" + + "eAdapter 인스턴스로 설정하십시오."); } bool workConnOpened = false; if (((workConnection.State & global::System.Data.ConnectionState.Broken) @@ -23694,7 +22115,7 @@ SELECT Id, Seq, CustCode, Description, Symbol, Pattern, Groups, IsEnable, IsTrus } global::System.Data.IDbTransaction workTransaction = workConnection.BeginTransaction(); if ((workTransaction == null)) { - throw new global::System.ApplicationException("Cannot start transaction. Either transactions are not supported by the current data connection or the transaction cannot be started from the current state."); + throw new global::System.ApplicationException("트랜잭션을 시작할 수 없습니다. 현재 데이터 연결에서 트랜잭션이 지원되지 않거나 현재 상태에서 트랜잭션을 시작할 수 없습니다."); } global::System.Collections.Generic.List allChangedRows = new global::System.Collections.Generic.List(); global::System.Collections.Generic.List allAddedRows = new global::System.Collections.Generic.List(); @@ -23772,15 +22193,6 @@ SELECT Id, Seq, CustCode, Description, Symbol, Pattern, Groups, IsEnable, IsTrus adaptersWithAcceptChangesDuringUpdate.Add(this._k4EE_Component_Reel_Print_InformationTableAdapter.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); - } - } // //---- Perform updates ----------- // @@ -23867,10 +22279,6 @@ SELECT Id, Seq, CustCode, Description, Symbol, Pattern, Groups, IsEnable, IsTrus 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._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]; adaptersWithAcceptChangesDuringUpdate.CopyTo(adapters); diff --git a/Handler/Project/Device/KeyenceBarcode.cs b/Handler/Project/Device/KeyenceBarcode.cs index dda7c44..0e7001d 100644 --- a/Handler/Project/Device/KeyenceBarcode.cs +++ b/Handler/Project/Device/KeyenceBarcode.cs @@ -10,6 +10,7 @@ using System.Threading.Tasks; using System.Drawing.Imaging; using System.Runtime.InteropServices; using AR; +using System.Security.Cryptography; namespace Project.Device { @@ -323,7 +324,30 @@ namespace Project.Device } } - + public bool BSave(int no) + { + var cmd = "BSAVE,{no}"; + try + { + ws.Send(cmd + "\r"); + return true; + } + catch { + return false; + } + } + public bool BLoad(int no) + { + var cmd = "BLOAD,{no}"; + try + { + ws.Send(cmd + "\r"); + return true; + } + catch { + return false; + } + } public void Trigger(bool bOn) { //if (IsTriggerOn) return; diff --git a/Handler/Project/Device/SATOPrinter.cs b/Handler/Project/Device/SATOPrinter.cs index 721c543..67870f3 100644 --- a/Handler/Project/Device/SATOPrinter.cs +++ b/Handler/Project/Device/SATOPrinter.cs @@ -1,4 +1,5 @@ -using System; +using AR; +using System; using System.Collections.Generic; using System.Linq; using System.Text; @@ -10,7 +11,7 @@ namespace Project.Device { public string LastPrintZPL = string.Empty; public string qrData = string.Empty; - public string ZPLFileName { get; set; } = "zpl.txt"; + public string ZPLFileName { get; set; } = UTIL.MakePath("data","zpl.txt"); public string baseZPL { get @@ -19,7 +20,7 @@ namespace Project.Device if (fi.Exists == false || fi.Length == 0) { PUB.log.AddE($"{ZPLFileName} does not exist or has no data. Changed to default zpl.txt"); - fi = new System.IO.FileInfo("zpl.txt"); + fi = new System.IO.FileInfo( UTIL.MakePath("data", "zpl.txt")); if (fi.Exists == false) PUB.log.AddE("Print template file (zpl.txt) does not exist"); } if (fi.Exists && fi.Length > 1) diff --git a/Handler/Project/Device/SATOPrinterAPI.cs b/Handler/Project/Device/SATOPrinterAPI.cs index 6c8273d..0cf823e 100644 --- a/Handler/Project/Device/SATOPrinterAPI.cs +++ b/Handler/Project/Device/SATOPrinterAPI.cs @@ -19,7 +19,7 @@ namespace Project.Device public string PortName { get; set; } public int BaudRate { get; set; } - public string ZPLFileName { get; set; } = "zpl.txt"; + public string ZPLFileName { get; set; } = System.IO.Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "Data", "zpl.txt"); public string baseZPL { get @@ -28,7 +28,7 @@ namespace Project.Device if (fi.Exists == false || fi.Length == 0) { PUB.log.AddE($"{ZPLFileName} does not exist or has no data. Changed to default zpl.txt"); - fi = new System.IO.FileInfo("zpl.txt"); + fi = new System.IO.FileInfo(UTIL.MakePath("Data", "zpl.txt")); if (fi.Exists == false) PUB.log.AddE("Print template file (zpl.txt) does not exist"); } if (fi.Exists && fi.Length > 1) @@ -38,7 +38,7 @@ namespace Project.Device PUB.log.AddAT("No ZPL file found, using ZPL code from settings"); return Properties.Settings.Default.ZPL7; } - + } } diff --git a/Handler/Project/Dialog/Model_Motion.cs b/Handler/Project/Dialog/Model_Motion.cs index 10ad529..db72b38 100644 --- a/Handler/Project/Dialog/Model_Motion.cs +++ b/Handler/Project/Dialog/Model_Motion.cs @@ -390,9 +390,7 @@ namespace Project private void tmDisplay_Tick(object sender, EventArgs e) { tabControl4.TabPages[0].Text = $"({axisIndex}) JOG"; - if (PUB.joypad != null && PUB.joypad.IsOpen) - this.Text = "MODEL(MOTION) SETTING - JOYSTICK GROUP:" + PUB.Result.JoystickAxisGroup.ToString(); - else + this.Text = "MODEL(MOTION) SETTING"; if (PUB.mot.IsInit == false) diff --git a/Handler/Project/Dialog/Model_Motion_Desc.cs b/Handler/Project/Dialog/Model_Motion_Desc.cs index 136b18b..c1eec81 100644 --- a/Handler/Project/Dialog/Model_Motion_Desc.cs +++ b/Handler/Project/Dialog/Model_Motion_Desc.cs @@ -136,12 +136,6 @@ namespace Project.Dialog private void tmDisplay_Tick(object sender, EventArgs e) { - - //this.lbMotPos.Text = $"X:{Pub.mot.GetActPos((int)eAxis.X1_TOP}"; - //tabControl4.TabPages[0].Text = $"({axisIndex}) JOG"; - if (PUB.joypad != null && PUB.joypad.IsOpen) - this.Text = "MODEL(MOTION) SETTING - JOYSTICK GROUP:" + PUB.Result.JoystickAxisGroup.ToString(); - else this.Text = "MODEL(MOTION) SETTING"; if (PUB.mot.IsInit == false) diff --git a/Handler/Project/Dialog/Model_Operation.Designer.cs b/Handler/Project/Dialog/Model_Operation.Designer.cs index cee72b6..188007b 100644 --- a/Handler/Project/Dialog/Model_Operation.Designer.cs +++ b/Handler/Project/Dialog/Model_Operation.Designer.cs @@ -29,14 +29,19 @@ private void InitializeComponent() { this.components = new System.ComponentModel.Container(); - System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = 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(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle(); + System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Model_Operation)); 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.BSave = 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(); @@ -135,10 +140,9 @@ 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,8 +158,6 @@ this.tableLayoutPanel1.SuspendLayout(); this.panel3.SuspendLayout(); this.toolStrip1.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.bs)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.ds1)).BeginInit(); this.SuspendLayout(); // // dv @@ -175,24 +177,25 @@ this.dv.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.Column1, this.dvc_title, - this.Code}); + this.Code, + this.BSave}); this.dv.DataSource = this.bs; - dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; - dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Window; - dataGridViewCellStyle4.Font = new System.Drawing.Font("맑은 고딕", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.ControlText; - dataGridViewCellStyle4.Padding = new System.Windows.Forms.Padding(5); - dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight; - dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText; - dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.False; - this.dv.DefaultCellStyle = dataGridViewCellStyle4; + dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; + dataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Window; + dataGridViewCellStyle5.Font = new System.Drawing.Font("맑은 고딕", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + dataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.ControlText; + dataGridViewCellStyle5.Padding = new System.Windows.Forms.Padding(5); + dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight; + dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText; + dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.False; + this.dv.DefaultCellStyle = dataGridViewCellStyle5; this.dv.Dock = System.Windows.Forms.DockStyle.Fill; this.dv.Location = new System.Drawing.Point(0, 136); this.dv.MultiSelect = false; this.dv.Name = "dv"; this.dv.RowHeadersVisible = false; this.dv.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect; - this.dv.Size = new System.Drawing.Size(502, 425); + this.dv.Size = new System.Drawing.Size(639, 425); this.dv.TabIndex = 1; this.dv.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.dv_DataError); // @@ -206,6 +209,15 @@ 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 = "Description"; + this.dvc_title.Name = "dvc_title"; + // // Code // this.Code.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; @@ -215,6 +227,26 @@ this.Code.HeaderText = "Customer Code"; this.Code.Name = "Code"; // + // BSave + // + this.BSave.DataPropertyName = "BSave"; + dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; + this.BSave.DefaultCellStyle = dataGridViewCellStyle4; + this.BSave.HeaderText = "Mem"; + this.BSave.Name = "BSave"; + this.BSave.Width = 79; + // + // 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; @@ -227,7 +259,7 @@ this.checkBox31.Dock = System.Windows.Forms.DockStyle.Left; this.checkBox31.Location = new System.Drawing.Point(409, 0); this.checkBox31.Name = "checkBox31"; - this.checkBox31.Size = new System.Drawing.Size(148, 34); + this.checkBox31.Size = new System.Drawing.Size(223, 34); this.checkBox31.TabIndex = 8; this.checkBox31.Text = "Exclude Undefined Barcodes"; this.toolTip1.SetToolTip(this.checkBox31, "Excludes data not in barcode rules.."); @@ -238,9 +270,10 @@ 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.Font = new System.Drawing.Font("맑은 고딕", 10.5F); + this.chkOwnZPL.Location = new System.Drawing.Point(494, 0); this.chkOwnZPL.Name = "chkOwnZPL"; - this.chkOwnZPL.Size = new System.Drawing.Size(133, 34); + this.chkOwnZPL.Size = new System.Drawing.Size(158, 34); this.chkOwnZPL.TabIndex = 17; this.chkOwnZPL.Text = "Individual Print Code"; this.toolTip1.SetToolTip(this.chkOwnZPL, "Excludes data not in barcode rules.."); @@ -253,7 +286,7 @@ this.panel5.Dock = System.Windows.Forms.DockStyle.Fill; this.panel5.Location = new System.Drawing.Point(1, 1); this.panel5.Name = "panel5"; - this.panel5.Size = new System.Drawing.Size(1231, 689); + this.panel5.Size = new System.Drawing.Size(1368, 689); this.panel5.TabIndex = 3; // // panel4 @@ -267,7 +300,7 @@ this.panel4.Dock = System.Windows.Forms.DockStyle.Fill; this.panel4.Location = new System.Drawing.Point(0, 53); this.panel4.Name = "panel4"; - this.panel4.Size = new System.Drawing.Size(1231, 636); + this.panel4.Size = new System.Drawing.Size(1368, 636); this.panel4.TabIndex = 3; // // panel1 @@ -278,7 +311,7 @@ this.panel1.Controls.Add(this.panel6); this.panel1.Controls.Add(this.panel2); this.panel1.Dock = System.Windows.Forms.DockStyle.Right; - this.panel1.Location = new System.Drawing.Point(502, 136); + this.panel1.Location = new System.Drawing.Point(639, 136); this.panel1.Name = "panel1"; this.panel1.Padding = new System.Windows.Forms.Padding(10); this.panel1.Size = new System.Drawing.Size(729, 425); @@ -305,11 +338,11 @@ this.chkSIDCHK.AutoSize = true; this.chkSIDCHK.DataBindings.Add(new System.Windows.Forms.Binding("CheckState", this.bs, "CheckSIDExsit", true)); this.chkSIDCHK.Dock = System.Windows.Forms.DockStyle.Left; - this.chkSIDCHK.Font = new System.Drawing.Font("맑은 고딕", 12F); + this.chkSIDCHK.Font = new System.Drawing.Font("맑은 고딕", 10.5F); this.chkSIDCHK.ForeColor = System.Drawing.Color.Red; - this.chkSIDCHK.Location = new System.Drawing.Point(300, 0); + this.chkSIDCHK.Location = new System.Drawing.Point(292, 0); this.chkSIDCHK.Name = "chkSIDCHK"; - this.chkSIDCHK.Size = new System.Drawing.Size(117, 34); + this.chkSIDCHK.Size = new System.Drawing.Size(155, 34); this.chkSIDCHK.TabIndex = 16; this.chkSIDCHK.Tag = "0"; this.chkSIDCHK.Text = "SID Existence Check"; @@ -320,11 +353,11 @@ this.checkBox32.AutoSize = true; this.checkBox32.DataBindings.Add(new System.Windows.Forms.Binding("CheckState", this.bs, "DisablePrinter", true)); this.checkBox32.Dock = System.Windows.Forms.DockStyle.Left; - this.checkBox32.Font = new System.Drawing.Font("맑은 고딕", 12F); + this.checkBox32.Font = new System.Drawing.Font("맑은 고딕", 10.5F); this.checkBox32.ForeColor = System.Drawing.Color.Red; - this.checkBox32.Location = new System.Drawing.Point(147, 0); + this.checkBox32.Location = new System.Drawing.Point(148, 0); this.checkBox32.Name = "checkBox32"; - this.checkBox32.Size = new System.Drawing.Size(153, 34); + this.checkBox32.Size = new System.Drawing.Size(144, 34); this.checkBox32.TabIndex = 15; this.checkBox32.Tag = "0"; this.checkBox32.Text = "Do not use printer"; @@ -336,11 +369,11 @@ this.chkEnbCamera.AutoSize = true; this.chkEnbCamera.DataBindings.Add(new System.Windows.Forms.Binding("CheckState", this.bs, "DisableCamera", true)); this.chkEnbCamera.Dock = System.Windows.Forms.DockStyle.Left; - this.chkEnbCamera.Font = new System.Drawing.Font("맑은 고딕", 12F); + this.chkEnbCamera.Font = new System.Drawing.Font("맑은 고딕", 10.5F); this.chkEnbCamera.ForeColor = System.Drawing.Color.Red; this.chkEnbCamera.Location = new System.Drawing.Point(10, 0); this.chkEnbCamera.Name = "chkEnbCamera"; - this.chkEnbCamera.Size = new System.Drawing.Size(137, 34); + this.chkEnbCamera.Size = new System.Drawing.Size(138, 34); this.chkEnbCamera.TabIndex = 14; this.chkEnbCamera.Tag = "0"; this.chkEnbCamera.Text = "Do not use vision"; @@ -393,7 +426,7 @@ this.chkApplySidInfo.ForeColor = System.Drawing.Color.Gray; this.chkApplySidInfo.Location = new System.Drawing.Point(13, 202); this.chkApplySidInfo.Name = "chkApplySidInfo"; - this.chkApplySidInfo.Size = new System.Drawing.Size(419, 25); + this.chkApplySidInfo.Size = new System.Drawing.Size(431, 25); this.chkApplySidInfo.TabIndex = 33; this.chkApplySidInfo.Tag = "6"; this.chkApplySidInfo.Text = "Automatically record data using SID information table"; @@ -407,10 +440,10 @@ this.chkApplyJobInfo.ForeColor = System.Drawing.Color.Gray; this.chkApplyJobInfo.Location = new System.Drawing.Point(13, 170); this.chkApplyJobInfo.Name = "chkApplyJobInfo"; - this.chkApplyJobInfo.Size = new System.Drawing.Size(423, 25); + this.chkApplyJobInfo.Size = new System.Drawing.Size(424, 25); this.chkApplyJobInfo.TabIndex = 32; this.chkApplyJobInfo.Tag = "5"; - this.chkApplyJobInfo.Text = "Automatically record data using today's work history"; + this.chkApplyJobInfo.Text = "Automatically record data using today\'s work history"; this.chkApplyJobInfo.UseVisualStyleBackColor = true; this.chkApplyJobInfo.CheckStateChanged += new System.EventHandler(this.chkApplySidInfo_CheckStateChanged); // @@ -421,7 +454,7 @@ this.chkApplySIDConvData.ForeColor = System.Drawing.Color.Gray; this.chkApplySIDConvData.Location = new System.Drawing.Point(13, 234); this.chkApplySIDConvData.Name = "chkApplySIDConvData"; - this.chkApplySIDConvData.Size = new System.Drawing.Size(425, 25); + this.chkApplySIDConvData.Size = new System.Drawing.Size(426, 25); this.chkApplySIDConvData.TabIndex = 31; this.chkApplySIDConvData.Tag = "7"; this.chkApplySIDConvData.Text = "Automatically record data using SID conversion table"; @@ -435,7 +468,7 @@ this.chkUserConfirm.ForeColor = System.Drawing.Color.Gray; this.chkUserConfirm.Location = new System.Drawing.Point(13, 11); this.chkUserConfirm.Name = "chkUserConfirm"; - this.chkUserConfirm.Size = new System.Drawing.Size(435, 25); + this.chkUserConfirm.Size = new System.Drawing.Size(444, 25); this.chkUserConfirm.TabIndex = 13; this.chkUserConfirm.Tag = "0"; this.chkUserConfirm.Text = "User confirms final print values (no automatic progress)"; @@ -449,7 +482,7 @@ this.chkSIDConv.ForeColor = System.Drawing.Color.Gray; this.chkSIDConv.Location = new System.Drawing.Point(13, 138); this.chkSIDConv.Name = "chkSIDConv"; - this.chkSIDConv.Size = new System.Drawing.Size(409, 25); + this.chkSIDConv.Size = new System.Drawing.Size(372, 25); this.chkSIDConv.TabIndex = 28; this.chkSIDConv.Tag = "4"; this.chkSIDConv.Text = "Convert SID values using SID conversion table"; @@ -463,7 +496,7 @@ this.chkQtyServer.ForeColor = System.Drawing.Color.Gray; this.chkQtyServer.Location = new System.Drawing.Point(13, 43); this.chkQtyServer.Name = "chkQtyServer"; - this.chkQtyServer.Size = new System.Drawing.Size(444, 25); + this.chkQtyServer.Size = new System.Drawing.Size(388, 25); this.chkQtyServer.TabIndex = 13; this.chkQtyServer.Tag = "1"; this.chkQtyServer.Text = "Query and use server quantity based on Reel ID"; @@ -477,7 +510,7 @@ this.chkQtyMRQ.ForeColor = System.Drawing.Color.Gray; this.chkQtyMRQ.Location = new System.Drawing.Point(13, 106); this.chkQtyMRQ.Name = "chkQtyMRQ"; - this.chkQtyMRQ.Size = new System.Drawing.Size(405, 25); + this.chkQtyMRQ.Size = new System.Drawing.Size(453, 25); this.chkQtyMRQ.TabIndex = 27; this.chkQtyMRQ.Tag = "3"; this.chkQtyMRQ.Text = "Enter quantity directly (automatic progress if RQ is read)"; @@ -491,7 +524,7 @@ this.chkNew.ForeColor = System.Drawing.Color.Gray; this.chkNew.Location = new System.Drawing.Point(13, 75); this.chkNew.Name = "chkNew"; - this.chkNew.Size = new System.Drawing.Size(247, 24); + this.chkNew.Size = new System.Drawing.Size(159, 24); this.chkNew.TabIndex = 24; this.chkNew.Tag = "2"; this.chkNew.Text = "Create new Reel ID"; @@ -543,7 +576,7 @@ this.chkSave2.ForeColor = System.Drawing.Color.Tomato; this.chkSave2.Location = new System.Drawing.Point(431, 51); this.chkSave2.Name = "chkSave2"; - this.chkSave2.Size = new System.Drawing.Size(230, 23); + this.chkSave2.Size = new System.Drawing.Size(282, 23); this.chkSave2.TabIndex = 39; this.chkSave2.Tag = "11"; this.chkSave2.Text = "Record change information to server"; @@ -603,7 +636,7 @@ this.label6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(50)))), ((int)(((byte)(50))))); this.label6.Location = new System.Drawing.Point(6, 54); this.label6.Name = "label6"; - this.label6.Size = new System.Drawing.Size(55, 15); + this.label6.Size = new System.Drawing.Size(84, 15); this.label6.TabIndex = 29; this.label6.Text = "Query Target"; // @@ -614,7 +647,7 @@ this.label7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(50)))), ((int)(((byte)(50))))); this.label7.Location = new System.Drawing.Point(7, 28); this.label7.Name = "label7"; - this.label7.Size = new System.Drawing.Size(55, 15); + this.label7.Size = new System.Drawing.Size(83, 15); this.label7.TabIndex = 29; this.label7.Text = "Apply Target"; // @@ -751,7 +784,7 @@ this.label3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(50)))), ((int)(((byte)(50))))); this.label3.Location = new System.Drawing.Point(6, 54); this.label3.Name = "label3"; - this.label3.Size = new System.Drawing.Size(55, 15); + this.label3.Size = new System.Drawing.Size(84, 15); this.label3.TabIndex = 29; this.label3.Text = "Query Target"; // @@ -762,7 +795,7 @@ this.label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(50)))), ((int)(((byte)(50))))); this.label2.Location = new System.Drawing.Point(7, 28); this.label2.Name = "label2"; - this.label2.Size = new System.Drawing.Size(55, 15); + this.label2.Size = new System.Drawing.Size(83, 15); this.label2.TabIndex = 29; this.label2.Text = "Apply Target"; // @@ -928,7 +961,7 @@ this.chkSave1.ForeColor = System.Drawing.Color.Tomato; this.chkSave1.Location = new System.Drawing.Point(431, 50); this.chkSave1.Name = "chkSave1"; - this.chkSave1.Size = new System.Drawing.Size(230, 23); + this.chkSave1.Size = new System.Drawing.Size(282, 23); this.chkSave1.TabIndex = 33; this.chkSave1.Tag = "8"; this.chkSave1.Text = "Record change information to server"; @@ -952,7 +985,7 @@ this.label4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(50)))), ((int)(((byte)(50))))); this.label4.Location = new System.Drawing.Point(6, 54); this.label4.Name = "label4"; - this.label4.Size = new System.Drawing.Size(55, 15); + this.label4.Size = new System.Drawing.Size(84, 15); this.label4.TabIndex = 29; this.label4.Text = "Query Target"; // @@ -963,7 +996,7 @@ this.label5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(50)))), ((int)(((byte)(50))))); this.label5.Location = new System.Drawing.Point(7, 28); this.label5.Name = "label5"; - this.label5.Size = new System.Drawing.Size(55, 15); + this.label5.Size = new System.Drawing.Size(83, 15); this.label5.TabIndex = 29; this.label5.Text = "Apply Target"; // @@ -1194,7 +1227,7 @@ this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 1; this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); - this.tableLayoutPanel1.Size = new System.Drawing.Size(1231, 100); + this.tableLayoutPanel1.Size = new System.Drawing.Size(1368, 100); this.tableLayoutPanel1.TabIndex = 31; // // btConvOk @@ -1203,7 +1236,7 @@ this.btConvOk.Font = new System.Drawing.Font("맑은 고딕", 27.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btConvOk.Location = new System.Drawing.Point(3, 3); this.btConvOk.Name = "btConvOk"; - this.btConvOk.Size = new System.Drawing.Size(609, 94); + this.btConvOk.Size = new System.Drawing.Size(678, 94); this.btConvOk.TabIndex = 0; this.btConvOk.Text = "Conveyor ON"; this.btConvOk.UseVisualStyleBackColor = true; @@ -1213,9 +1246,9 @@ // this.btConvOff.Dock = System.Windows.Forms.DockStyle.Fill; this.btConvOff.Font = new System.Drawing.Font("맑은 고딕", 27.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); - this.btConvOff.Location = new System.Drawing.Point(618, 3); + this.btConvOff.Location = new System.Drawing.Point(687, 3); this.btConvOff.Name = "btConvOff"; - this.btConvOff.Size = new System.Drawing.Size(610, 94); + this.btConvOff.Size = new System.Drawing.Size(678, 94); this.btConvOff.TabIndex = 0; this.btConvOff.Text = "Conveyor OFF"; this.btConvOff.UseVisualStyleBackColor = true; @@ -1235,7 +1268,7 @@ this.panel3.Font = new System.Drawing.Font("Consolas", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.panel3.Location = new System.Drawing.Point(0, 561); this.panel3.Name = "panel3"; - this.panel3.Size = new System.Drawing.Size(1231, 20); + this.panel3.Size = new System.Drawing.Size(1368, 20); this.panel3.TabIndex = 29; // // label15 @@ -1344,7 +1377,7 @@ this.toolStripSeparator1}); this.toolStrip1.Location = new System.Drawing.Point(0, 581); this.toolStrip1.Name = "toolStrip1"; - this.toolStrip1.Size = new System.Drawing.Size(1231, 55); + this.toolStrip1.Size = new System.Drawing.Size(1368, 55); this.toolStrip1.TabIndex = 8; this.toolStrip1.Text = "toolStrip1"; // @@ -1353,7 +1386,7 @@ this.btAdd.Image = global::Project.Properties.Resources.icons8_add_40; this.btAdd.ImageTransparentColor = System.Drawing.Color.Magenta; this.btAdd.Name = "btAdd"; - this.btAdd.Size = new System.Drawing.Size(99, 52); + this.btAdd.Size = new System.Drawing.Size(97, 52); this.btAdd.Text = "Add(&A)"; this.btAdd.Click += new System.EventHandler(this.toolStripButton4_Click); // @@ -1362,7 +1395,7 @@ this.btDel.Image = global::Project.Properties.Resources.icons8_delete_40; this.btDel.ImageTransparentColor = System.Drawing.Color.Magenta; this.btDel.Name = "btDel"; - this.btDel.Size = new System.Drawing.Size(100, 52); + this.btDel.Size = new System.Drawing.Size(110, 52); this.btDel.Text = "Delete(&D)"; this.btDel.Click += new System.EventHandler(this.toolStripButton5_Click); // @@ -1370,7 +1403,7 @@ // this.btSave.Image = ((System.Drawing.Image)(resources.GetObject("btSave.Image"))); this.btSave.Name = "btSave"; - this.btSave.Size = new System.Drawing.Size(98, 52); + this.btSave.Size = new System.Drawing.Size(99, 52); this.btSave.Text = "Save(&S)"; this.btSave.Click += new System.EventHandler(this.toolStripButton9_Click); // @@ -1379,7 +1412,7 @@ this.btCopy.Image = ((System.Drawing.Image)(resources.GetObject("btCopy.Image"))); this.btCopy.ImageTransparentColor = System.Drawing.Color.Magenta; this.btCopy.Name = "btCopy"; - this.btCopy.Size = new System.Drawing.Size(83, 52); + this.btCopy.Size = new System.Drawing.Size(87, 52); this.btCopy.Text = "Copy"; this.btCopy.Click += new System.EventHandler(this.toolStripButton8_Click); // @@ -1439,7 +1472,7 @@ this.arLabel2.SignAlign = System.Drawing.ContentAlignment.BottomRight; this.arLabel2.SignColor = System.Drawing.Color.Yellow; this.arLabel2.SignFont = new System.Drawing.Font("Consolas", 7F, System.Drawing.FontStyle.Italic); - this.arLabel2.Size = new System.Drawing.Size(1231, 36); + this.arLabel2.Size = new System.Drawing.Size(1368, 36); this.arLabel2.TabIndex = 7; this.arLabel2.Text = "Description"; this.arLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; @@ -1484,38 +1517,18 @@ this.arLabel18.SignAlign = System.Drawing.ContentAlignment.BottomRight; this.arLabel18.SignColor = System.Drawing.Color.Yellow; this.arLabel18.SignFont = new System.Drawing.Font("Consolas", 7F, System.Drawing.FontStyle.Italic); - this.arLabel18.Size = new System.Drawing.Size(1231, 53); + this.arLabel18.Size = new System.Drawing.Size(1368, 53); this.arLabel18.TabIndex = 5; this.arLabel18.Text = "--"; this.arLabel18.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; 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 = "Description"; - 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; this.BackColor = System.Drawing.SystemColors.Control; - this.ClientSize = new System.Drawing.Size(1233, 691); + this.ClientSize = new System.Drawing.Size(1370, 691); this.Controls.Add(this.panel5); this.Font = new System.Drawing.Font("맑은 고딕", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); @@ -1525,6 +1538,8 @@ this.Text = "Model Selection"; 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(); @@ -1549,8 +1564,6 @@ 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); } @@ -1648,9 +1661,6 @@ private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; private System.Windows.Forms.Button btConvOk; private System.Windows.Forms.Button btConvOff; - private System.Windows.Forms.DataGridViewTextBoxColumn Column1; - private System.Windows.Forms.DataGridViewTextBoxColumn dvc_title; - private System.Windows.Forms.DataGridViewTextBoxColumn Code; private System.Windows.Forms.Panel panel7; private System.Windows.Forms.CheckBox chkEnbCamera; private System.Windows.Forms.CheckBox checkBox32; @@ -1661,5 +1671,9 @@ private System.Windows.Forms.CheckBox chkSave2; private System.Windows.Forms.CheckBox chkOwnZPL; private System.Windows.Forms.Button button1; + private System.Windows.Forms.DataGridViewTextBoxColumn Column1; + private System.Windows.Forms.DataGridViewTextBoxColumn dvc_title; + private System.Windows.Forms.DataGridViewTextBoxColumn Code; + private System.Windows.Forms.DataGridViewTextBoxColumn BSave; } } \ No newline at end of file diff --git a/Handler/Project/Dialog/Model_Operation.cs b/Handler/Project/Dialog/Model_Operation.cs index e649e7c..f8f7b63 100644 --- a/Handler/Project/Dialog/Model_Operation.cs +++ b/Handler/Project/Dialog/Model_Operation.cs @@ -558,7 +558,7 @@ namespace Project var idx = dr.idx; var fn = UTIL.MakePath("Model", idx.ToString(), "zpl.txt"); - var fnBase = UTIL.MakePath("zpl.txt"); + var fnBase = UTIL.MakePath("Data","zpl.txt"); if (System.IO.File.Exists(fnBase) && System.IO.File.Exists(fn) == false) { UTIL.MsgI("Dedicated output file (ZPL.TXT) does not exist, copying from default"); diff --git a/Handler/Project/Dialog/Model_Operation.resx b/Handler/Project/Dialog/Model_Operation.resx index 6445895..8257714 100644 --- a/Handler/Project/Dialog/Model_Operation.resx +++ b/Handler/Project/Dialog/Model_Operation.resx @@ -123,6 +123,9 @@ True + + True + 292, 17 diff --git a/Handler/Project/Dialog/Quick_Control.Designer.cs b/Handler/Project/Dialog/Quick_Control.Designer.cs index ea47bc6..e4c74de 100644 --- a/Handler/Project/Dialog/Quick_Control.Designer.cs +++ b/Handler/Project/Dialog/Quick_Control.Designer.cs @@ -55,6 +55,8 @@ this.button16 = new System.Windows.Forms.Button(); this.button17 = new System.Windows.Forms.Button(); this.button19 = new System.Windows.Forms.Button(); + this.btLCyl = new System.Windows.Forms.Button(); + this.btRCyl = new System.Windows.Forms.Button(); this.panel2 = new System.Windows.Forms.Panel(); this.groupBox3 = new System.Windows.Forms.GroupBox(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); @@ -70,8 +72,6 @@ this.button9 = new System.Windows.Forms.Button(); this.button11 = new System.Windows.Forms.Button(); this.button18 = new System.Windows.Forms.Button(); - this.btLCyl = new System.Windows.Forms.Button(); - this.btRCyl = new System.Windows.Forms.Button(); this.panBG.SuspendLayout(); this.groupBox1.SuspendLayout(); this.tableLayoutPanel2.SuspendLayout(); @@ -480,27 +480,55 @@ // button17 // this.button17.Dock = System.Windows.Forms.DockStyle.Fill; + this.button17.Font = new System.Drawing.Font("맑은 고딕", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.button17.ForeColor = System.Drawing.Color.Black; this.button17.Location = new System.Drawing.Point(3, 248); this.button17.Name = "button17"; this.button17.Size = new System.Drawing.Size(63, 47); this.button17.TabIndex = 62; - this.button17.Text = "L Conveyor"; + this.button17.Text = "L\r\nConv"; this.button17.UseVisualStyleBackColor = true; this.button17.Click += new System.EventHandler(this.button17_Click); // // button19 // this.button19.Dock = System.Windows.Forms.DockStyle.Fill; + this.button19.Font = new System.Drawing.Font("맑은 고딕", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.button19.ForeColor = System.Drawing.Color.Black; this.button19.Location = new System.Drawing.Point(210, 248); this.button19.Name = "button19"; this.button19.Size = new System.Drawing.Size(63, 47); this.button19.TabIndex = 62; - this.button19.Text = "R Conveyor"; + this.button19.Text = "R\r\nConv"; this.button19.UseVisualStyleBackColor = true; this.button19.Click += new System.EventHandler(this.button19_Click); // + // btLCyl + // + this.btLCyl.Dock = System.Windows.Forms.DockStyle.Fill; + this.btLCyl.Font = new System.Drawing.Font("맑은 고딕", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); + this.btLCyl.ForeColor = System.Drawing.Color.Black; + this.btLCyl.Location = new System.Drawing.Point(72, 248); + this.btLCyl.Name = "btLCyl"; + this.btLCyl.Size = new System.Drawing.Size(63, 47); + this.btLCyl.TabIndex = 63; + this.btLCyl.Text = "L\r\nCylinder"; + this.btLCyl.UseVisualStyleBackColor = true; + this.btLCyl.Click += new System.EventHandler(this.button20_Click); + // + // btRCyl + // + this.btRCyl.Dock = System.Windows.Forms.DockStyle.Fill; + this.btRCyl.Font = new System.Drawing.Font("맑은 고딕", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); + this.btRCyl.ForeColor = System.Drawing.Color.Black; + this.btRCyl.Location = new System.Drawing.Point(141, 248); + this.btRCyl.Name = "btRCyl"; + this.btRCyl.Size = new System.Drawing.Size(63, 47); + this.btRCyl.TabIndex = 63; + this.btRCyl.Text = "R\r\nCylinder"; + this.btRCyl.UseVisualStyleBackColor = true; + this.btRCyl.Click += new System.EventHandler(this.button21_Click); + // // panel2 // this.panel2.Dock = System.Windows.Forms.DockStyle.Top; @@ -771,30 +799,6 @@ this.button18.UseVisualStyleBackColor = false; this.button18.Click += new System.EventHandler(this.button9_Click); // - // btLCyl - // - this.btLCyl.Dock = System.Windows.Forms.DockStyle.Fill; - this.btLCyl.ForeColor = System.Drawing.Color.Black; - this.btLCyl.Location = new System.Drawing.Point(72, 248); - this.btLCyl.Name = "btLCyl"; - this.btLCyl.Size = new System.Drawing.Size(63, 47); - this.btLCyl.TabIndex = 63; - this.btLCyl.Text = "L Cylinder"; - this.btLCyl.UseVisualStyleBackColor = true; - this.btLCyl.Click += new System.EventHandler(this.button20_Click); - // - // btRCyl - // - this.btRCyl.Dock = System.Windows.Forms.DockStyle.Fill; - this.btRCyl.ForeColor = System.Drawing.Color.Black; - this.btRCyl.Location = new System.Drawing.Point(141, 248); - this.btRCyl.Name = "btRCyl"; - this.btRCyl.Size = new System.Drawing.Size(63, 47); - this.btRCyl.TabIndex = 63; - this.btRCyl.Text = "R Cylinder"; - this.btRCyl.UseVisualStyleBackColor = true; - this.btRCyl.Click += new System.EventHandler(this.button21_Click); - // // Quick_Control // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 17F); diff --git a/Handler/Project/Dialog/RegExPrintRule.Designer.cs b/Handler/Project/Dialog/RegExPrintRule.Designer.cs deleted file mode 100644 index 7be9abb..0000000 --- a/Handler/Project/Dialog/RegExPrintRule.Designer.cs +++ /dev/null @@ -1,451 +0,0 @@ -namespace Project.Dialog -{ - partial class RegExPrintRule - { - /// - /// Required designer variable. - /// - private System.ComponentModel.IContainer components = null; - - /// - /// Clean up any resources being used. - /// - /// true if managed resources should be disposed; otherwise, false. - protected override void Dispose(bool disposing) - { - if (disposing && (components != null)) - { - components.Dispose(); - } - base.Dispose(disposing); - } - - #region Windows Form Designer generated code - - /// - /// Required method for Designer support - do not modify - /// the contents of this method with the code editor. - /// - private void InitializeComponent() - { - this.components = new System.ComponentModel.Container(); - System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RegExPrintRule)); - 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.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(); - this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton(); - this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton(); - this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton(); - this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator(); - this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox(); - this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator(); - this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton(); - this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton(); - this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator(); - this.component_Reel_RegExRuleBindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton(); - this.toolStripButton1 = new System.Windows.Forms.ToolStripButton(); - this.component_Reel_RegExRuleDataGridView = new System.Windows.Forms.DataGridView(); - this.idDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.seqDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.custCodeDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.descriptionDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.symbolDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.patternDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.groupsDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.isEnableDataGridViewCheckBoxColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn(); - this.isTrustDataGridViewCheckBoxColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn(); - this.isAmkStdDataGridViewCheckBoxColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn(); - this.isIgnoreDataGridViewCheckBoxColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn(); - this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); - this.label1 = new System.Windows.Forms.Label(); - this.label2 = new System.Windows.Forms.Label(); - this.textBox1 = new System.Windows.Forms.TextBox(); - this.textBox2 = new System.Windows.Forms.TextBox(); - ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.bs)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.bn)).BeginInit(); - this.bn.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.component_Reel_RegExRuleDataGridView)).BeginInit(); - this.tableLayoutPanel1.SuspendLayout(); - this.SuspendLayout(); - // - // dataSet1 - // - this.dataSet1.DataSetName = "DataSet1"; - this.dataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; - // - // bs - // - this.bs.DataMember = "K4EE_Component_Reel_PrintRegExRule"; - this.bs.DataSource = this.dataSet1; - this.bs.Sort = "CustCode,Seq"; - // - // tam - // - this.tam.BackupDataSetBeforeUpdate = false; - 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 - // - this.ta.ClearBeforeFill = true; - // - // bn - // - this.bn.AddNewItem = this.bindingNavigatorAddNewItem; - this.bn.BindingSource = this.bs; - this.bn.CountItem = this.bindingNavigatorCountItem; - this.bn.DeleteItem = this.bindingNavigatorDeleteItem; - this.bn.Dock = System.Windows.Forms.DockStyle.Bottom; - this.bn.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { - this.bindingNavigatorMoveFirstItem, - this.bindingNavigatorMovePreviousItem, - this.bindingNavigatorSeparator, - this.bindingNavigatorPositionItem, - this.bindingNavigatorCountItem, - this.bindingNavigatorSeparator1, - this.bindingNavigatorMoveNextItem, - this.bindingNavigatorMoveLastItem, - this.bindingNavigatorSeparator2, - this.bindingNavigatorAddNewItem, - this.bindingNavigatorDeleteItem, - this.component_Reel_RegExRuleBindingNavigatorSaveItem, - this.toolStripButton1}); - this.bn.Location = new System.Drawing.Point(0, 536); - this.bn.MoveFirstItem = this.bindingNavigatorMoveFirstItem; - this.bn.MoveLastItem = this.bindingNavigatorMoveLastItem; - this.bn.MoveNextItem = this.bindingNavigatorMoveNextItem; - this.bn.MovePreviousItem = this.bindingNavigatorMovePreviousItem; - this.bn.Name = "bn"; - this.bn.PositionItem = this.bindingNavigatorPositionItem; - this.bn.Size = new System.Drawing.Size(784, 25); - this.bn.TabIndex = 0; - this.bn.Text = "bindingNavigator1"; - // - // bindingNavigatorAddNewItem - // - this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; - this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image"))); - this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem"; - this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true; - this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 22); - this.bindingNavigatorAddNewItem.Text = "Add New"; - // - // bindingNavigatorCountItem - // - this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem"; - this.bindingNavigatorCountItem.Size = new System.Drawing.Size(27, 22); - this.bindingNavigatorCountItem.Text = "/{0}"; - this.bindingNavigatorCountItem.ToolTipText = "Total item count"; - // - // bindingNavigatorDeleteItem - // - this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; - this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image"))); - this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem"; - this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true; - this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 22); - this.bindingNavigatorDeleteItem.Text = "Delete"; - // - // bindingNavigatorMoveFirstItem - // - this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; - this.bindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image"))); - this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem"; - this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true; - this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22); - this.bindingNavigatorMoveFirstItem.Text = "Move to first"; - // - // bindingNavigatorMovePreviousItem - // - this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; - this.bindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image"))); - this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem"; - this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true; - this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22); - this.bindingNavigatorMovePreviousItem.Text = "Move to previous"; - // - // bindingNavigatorSeparator - // - this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator"; - this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25); - // - // bindingNavigatorPositionItem - // - this.bindingNavigatorPositionItem.AccessibleName = "Position"; - this.bindingNavigatorPositionItem.AutoSize = false; - this.bindingNavigatorPositionItem.Font = new System.Drawing.Font("맑은 고딕", 9F); - this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem"; - this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 23); - this.bindingNavigatorPositionItem.Text = "0"; - this.bindingNavigatorPositionItem.ToolTipText = "Current position"; - // - // bindingNavigatorSeparator1 - // - this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1"; - this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25); - // - // bindingNavigatorMoveNextItem - // - this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; - this.bindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image"))); - this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem"; - this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true; - this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 22); - this.bindingNavigatorMoveNextItem.Text = "Move to next"; - // - // bindingNavigatorMoveLastItem - // - this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; - this.bindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image"))); - this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem"; - this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true; - this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 22); - this.bindingNavigatorMoveLastItem.Text = "Move to last"; - // - // bindingNavigatorSeparator2 - // - this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2"; - this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25); - // - // component_Reel_RegExRuleBindingNavigatorSaveItem - // - this.component_Reel_RegExRuleBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; - this.component_Reel_RegExRuleBindingNavigatorSaveItem.Image = ((System.Drawing.Image)(resources.GetObject("component_Reel_RegExRuleBindingNavigatorSaveItem.Image"))); - this.component_Reel_RegExRuleBindingNavigatorSaveItem.Name = "component_Reel_RegExRuleBindingNavigatorSaveItem"; - this.component_Reel_RegExRuleBindingNavigatorSaveItem.Size = new System.Drawing.Size(23, 22); - this.component_Reel_RegExRuleBindingNavigatorSaveItem.Text = "Save Data"; - this.component_Reel_RegExRuleBindingNavigatorSaveItem.Click += new System.EventHandler(this.component_Reel_RegExRuleBindingNavigatorSaveItem_Click); - // - // toolStripButton1 - // - this.toolStripButton1.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; - this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image"))); - this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta; - this.toolStripButton1.Name = "toolStripButton1"; - this.toolStripButton1.Size = new System.Drawing.Size(66, 22); - this.toolStripButton1.Text = "Refresh"; - this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click); - // - // component_Reel_RegExRuleDataGridView - // - this.component_Reel_RegExRuleDataGridView.AutoGenerateColumns = false; - this.component_Reel_RegExRuleDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; - this.component_Reel_RegExRuleDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { - this.idDataGridViewTextBoxColumn, - this.seqDataGridViewTextBoxColumn, - this.custCodeDataGridViewTextBoxColumn, - this.descriptionDataGridViewTextBoxColumn, - this.symbolDataGridViewTextBoxColumn, - this.patternDataGridViewTextBoxColumn, - this.groupsDataGridViewTextBoxColumn, - this.isEnableDataGridViewCheckBoxColumn, - this.isTrustDataGridViewCheckBoxColumn, - this.isAmkStdDataGridViewCheckBoxColumn, - this.isIgnoreDataGridViewCheckBoxColumn}); - this.component_Reel_RegExRuleDataGridView.DataSource = this.bs; - this.component_Reel_RegExRuleDataGridView.Dock = System.Windows.Forms.DockStyle.Fill; - this.component_Reel_RegExRuleDataGridView.Location = new System.Drawing.Point(0, 0); - this.component_Reel_RegExRuleDataGridView.Name = "component_Reel_RegExRuleDataGridView"; - this.component_Reel_RegExRuleDataGridView.RowTemplate.Height = 23; - this.component_Reel_RegExRuleDataGridView.Size = new System.Drawing.Size(784, 486); - this.component_Reel_RegExRuleDataGridView.TabIndex = 2; - // - // idDataGridViewTextBoxColumn - // - this.idDataGridViewTextBoxColumn.DataPropertyName = "Id"; - this.idDataGridViewTextBoxColumn.HeaderText = "Id"; - this.idDataGridViewTextBoxColumn.Name = "idDataGridViewTextBoxColumn"; - this.idDataGridViewTextBoxColumn.ReadOnly = true; - // - // seqDataGridViewTextBoxColumn - // - this.seqDataGridViewTextBoxColumn.DataPropertyName = "Seq"; - this.seqDataGridViewTextBoxColumn.HeaderText = "Seq"; - this.seqDataGridViewTextBoxColumn.Name = "seqDataGridViewTextBoxColumn"; - // - // custCodeDataGridViewTextBoxColumn - // - this.custCodeDataGridViewTextBoxColumn.DataPropertyName = "CustCode"; - this.custCodeDataGridViewTextBoxColumn.HeaderText = "CustCode"; - this.custCodeDataGridViewTextBoxColumn.Name = "custCodeDataGridViewTextBoxColumn"; - // - // descriptionDataGridViewTextBoxColumn - // - this.descriptionDataGridViewTextBoxColumn.DataPropertyName = "Description"; - this.descriptionDataGridViewTextBoxColumn.HeaderText = "Description"; - this.descriptionDataGridViewTextBoxColumn.Name = "descriptionDataGridViewTextBoxColumn"; - // - // symbolDataGridViewTextBoxColumn - // - this.symbolDataGridViewTextBoxColumn.DataPropertyName = "Symbol"; - this.symbolDataGridViewTextBoxColumn.HeaderText = "Symbol"; - this.symbolDataGridViewTextBoxColumn.Name = "symbolDataGridViewTextBoxColumn"; - // - // patternDataGridViewTextBoxColumn - // - this.patternDataGridViewTextBoxColumn.DataPropertyName = "Pattern"; - this.patternDataGridViewTextBoxColumn.HeaderText = "Pattern"; - this.patternDataGridViewTextBoxColumn.Name = "patternDataGridViewTextBoxColumn"; - // - // groupsDataGridViewTextBoxColumn - // - this.groupsDataGridViewTextBoxColumn.DataPropertyName = "Groups"; - this.groupsDataGridViewTextBoxColumn.HeaderText = "Groups"; - this.groupsDataGridViewTextBoxColumn.Name = "groupsDataGridViewTextBoxColumn"; - // - // isEnableDataGridViewCheckBoxColumn - // - this.isEnableDataGridViewCheckBoxColumn.DataPropertyName = "IsEnable"; - this.isEnableDataGridViewCheckBoxColumn.HeaderText = "IsEnable"; - this.isEnableDataGridViewCheckBoxColumn.Name = "isEnableDataGridViewCheckBoxColumn"; - // - // isTrustDataGridViewCheckBoxColumn - // - this.isTrustDataGridViewCheckBoxColumn.DataPropertyName = "IsTrust"; - this.isTrustDataGridViewCheckBoxColumn.HeaderText = "IsTrust"; - this.isTrustDataGridViewCheckBoxColumn.Name = "isTrustDataGridViewCheckBoxColumn"; - // - // isAmkStdDataGridViewCheckBoxColumn - // - this.isAmkStdDataGridViewCheckBoxColumn.DataPropertyName = "IsAmkStd"; - this.isAmkStdDataGridViewCheckBoxColumn.HeaderText = "IsAmkStd"; - this.isAmkStdDataGridViewCheckBoxColumn.Name = "isAmkStdDataGridViewCheckBoxColumn"; - // - // isIgnoreDataGridViewCheckBoxColumn - // - this.isIgnoreDataGridViewCheckBoxColumn.DataPropertyName = "IsIgnore"; - this.isIgnoreDataGridViewCheckBoxColumn.HeaderText = "IsIgnore"; - this.isIgnoreDataGridViewCheckBoxColumn.Name = "isIgnoreDataGridViewCheckBoxColumn"; - // - // tableLayoutPanel1 - // - this.tableLayoutPanel1.ColumnCount = 2; - this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 122F)); - this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); - this.tableLayoutPanel1.Controls.Add(this.label1, 0, 0); - this.tableLayoutPanel1.Controls.Add(this.label2, 0, 1); - this.tableLayoutPanel1.Controls.Add(this.textBox1, 1, 0); - this.tableLayoutPanel1.Controls.Add(this.textBox2, 1, 1); - this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Bottom; - this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 486); - this.tableLayoutPanel1.Name = "tableLayoutPanel1"; - this.tableLayoutPanel1.RowCount = 2; - this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); - this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); - this.tableLayoutPanel1.Size = new System.Drawing.Size(784, 50); - this.tableLayoutPanel1.TabIndex = 4; - // - // label1 - // - this.label1.Dock = System.Windows.Forms.DockStyle.Fill; - this.label1.Location = new System.Drawing.Point(3, 0); - this.label1.Name = "label1"; - this.label1.Size = new System.Drawing.Size(116, 25); - this.label1.TabIndex = 0; - this.label1.Text = "Pattern"; - this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; - // - // label2 - // - this.label2.Dock = System.Windows.Forms.DockStyle.Fill; - this.label2.Location = new System.Drawing.Point(3, 25); - this.label2.Name = "label2"; - this.label2.Size = new System.Drawing.Size(116, 25); - this.label2.TabIndex = 0; - this.label2.Text = "Groups"; - this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; - // - // textBox1 - // - this.textBox1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "Pattern", true)); - this.textBox1.Dock = System.Windows.Forms.DockStyle.Fill; - this.textBox1.Location = new System.Drawing.Point(125, 3); - this.textBox1.Name = "textBox1"; - this.textBox1.Size = new System.Drawing.Size(656, 21); - this.textBox1.TabIndex = 1; - // - // textBox2 - // - this.textBox2.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "Groups", true)); - this.textBox2.Dock = System.Windows.Forms.DockStyle.Fill; - this.textBox2.Location = new System.Drawing.Point(125, 28); - this.textBox2.Name = "textBox2"; - this.textBox2.Size = new System.Drawing.Size(656, 21); - this.textBox2.TabIndex = 1; - // - // RegExPrintRule - // - this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(784, 561); - this.Controls.Add(this.component_Reel_RegExRuleDataGridView); - this.Controls.Add(this.tableLayoutPanel1); - this.Controls.Add(this.bn); - this.Name = "RegExPrintRule"; - this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; - this.Text = "RegExRule"; - this.Load += new System.EventHandler(this.RegExRule_Load); - ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.bs)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.bn)).EndInit(); - this.bn.ResumeLayout(false); - this.bn.PerformLayout(); - ((System.ComponentModel.ISupportInitialize)(this.component_Reel_RegExRuleDataGridView)).EndInit(); - this.tableLayoutPanel1.ResumeLayout(false); - this.tableLayoutPanel1.PerformLayout(); - this.ResumeLayout(false); - this.PerformLayout(); - - } - - #endregion - - private DataSet1 dataSet1; - private System.Windows.Forms.BindingSource bs; - private DataSet1TableAdapters.TableAdapterManager tam; - private System.Windows.Forms.BindingNavigator bn; - private System.Windows.Forms.ToolStripButton bindingNavigatorAddNewItem; - private System.Windows.Forms.ToolStripLabel bindingNavigatorCountItem; - private System.Windows.Forms.ToolStripButton bindingNavigatorDeleteItem; - private System.Windows.Forms.ToolStripButton bindingNavigatorMoveFirstItem; - private System.Windows.Forms.ToolStripButton bindingNavigatorMovePreviousItem; - private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator; - private System.Windows.Forms.ToolStripTextBox bindingNavigatorPositionItem; - private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator1; - private System.Windows.Forms.ToolStripButton bindingNavigatorMoveNextItem; - private System.Windows.Forms.ToolStripButton bindingNavigatorMoveLastItem; - private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator2; - private System.Windows.Forms.ToolStripButton component_Reel_RegExRuleBindingNavigatorSaveItem; - private System.Windows.Forms.DataGridView component_Reel_RegExRuleDataGridView; - private System.Windows.Forms.ToolStripButton toolStripButton1; - private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; - private System.Windows.Forms.Label label1; - private System.Windows.Forms.Label label2; - private System.Windows.Forms.TextBox textBox1; - private System.Windows.Forms.TextBox textBox2; - 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; - private System.Windows.Forms.DataGridViewTextBoxColumn descriptionDataGridViewTextBoxColumn; - private System.Windows.Forms.DataGridViewTextBoxColumn symbolDataGridViewTextBoxColumn; - private System.Windows.Forms.DataGridViewTextBoxColumn patternDataGridViewTextBoxColumn; - private System.Windows.Forms.DataGridViewTextBoxColumn groupsDataGridViewTextBoxColumn; - private System.Windows.Forms.DataGridViewCheckBoxColumn isEnableDataGridViewCheckBoxColumn; - private System.Windows.Forms.DataGridViewCheckBoxColumn isTrustDataGridViewCheckBoxColumn; - private System.Windows.Forms.DataGridViewCheckBoxColumn isAmkStdDataGridViewCheckBoxColumn; - private System.Windows.Forms.DataGridViewCheckBoxColumn isIgnoreDataGridViewCheckBoxColumn; - } -} \ No newline at end of file diff --git a/Handler/Project/Dialog/RegExPrintRule.cs b/Handler/Project/Dialog/RegExPrintRule.cs deleted file mode 100644 index 410f7d1..0000000 --- a/Handler/Project/Dialog/RegExPrintRule.cs +++ /dev/null @@ -1,63 +0,0 @@ -using System; -using System.Collections.Generic; -using System.ComponentModel; -using System.Data; -using System.Drawing; -using System.Linq; -using System.Text; -using System.Threading.Tasks; -using System.Windows.Forms; - -namespace Project.Dialog -{ - public partial class RegExPrintRule : Form - { - public RegExPrintRule() - { - InitializeComponent(); - this.KeyPreview = true; - this.KeyDown += (s1, e1) => - { - if (e1.KeyCode == Keys.Escape) this.Close(); - }; - } - - private void RegExRule_Load(object sender, EventArgs e) - { - - RefreshList(); - } - - private void component_Reel_RegExRuleBindingNavigatorSaveItem_Click(object sender, EventArgs e) - { - this.Validate(); - this.bs.EndEdit(); - this.tam.UpdateAll(this.dataSet1); - - var modelName = PUB.Result.vModel.Title; - PUB.Result.BCDPrintPattern = PUB.GetPrintPatterns(); - PUB.log.Add($"Model print pattern loading: {PUB.Result.BCDPrintPattern.Count}"); - } - - private void RefreshList() - { - try - { - this.ta.Fill(this.dataSet1.K4EE_Component_Reel_PrintRegExRule); - component_Reel_RegExRuleDataGridView.AutoResizeColumns(); - } - catch (System.Exception ex) - { - System.Windows.Forms.MessageBox.Show(ex.Message); - } - - } - - private void toolStripButton1_Click(object sender, EventArgs e) - { - RefreshList(); - } - - - } -} diff --git a/Handler/Project/Dialog/RegExPrintRule.resx b/Handler/Project/Dialog/RegExPrintRule.resx deleted file mode 100644 index 2e8cf1f..0000000 --- a/Handler/Project/Dialog/RegExPrintRule.resx +++ /dev/null @@ -1,222 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 2.0 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 17, 17 - - - 117, 17 - - - 181, 17 - - - 320, 17 - - - 254, 17 - - - - - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - wwAADsMBx2+oZAAAAUpJREFUOE9jGLzg7gL2/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 - zpX/v6RC8f/fWzFAjeH/p+Zp/J+QpfW/O0P3f3uq/v/mREPCYTIb6E+Qc//dCPjfk6FDWAM6APnz3w1/ - IPb735qsT7oB3em6YP+CcH2cEekGtCQZ/G+IN/xfE2v8vzLahHQD6AQYGAAkI9iedfyIaQAAAABJRU5E - rkJggg== - - - - - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - wwAADsMBx2+oZAAAAW9JREFUOE+1kE0ow2Ecx3dV3krt4oJaOSCTvIRkMqSxyITIzCQHDouEdnFwIOVC - DrhIDiQl5UTiNG/z2ppafy1S2gX/uDwfY6i1v7Hie3nqeb7fz+/7/FR/Ilwn0G0Exw4fV5GJlXlEZxXC - rIet9bAQvB5Ymgn2sLYAvSZEux7RUQFzE4qQt4bCXAYjPaHvnDoCkLpsRGMB2JqCTGLIijDlwqQ9bEMV - i9OIytR3EMNWcJ/BWH8A6j8/bOGFxwXNxYEvGbMQ9XnQ1/K78KfY3/VXzkMY0qFGG2H4RoLGQshJQNbG - 86CNhdrsX9a/uQZTPhQl4rMY4OLofbl3aX7I8uwPC7y/g1YdjyVJuEvT8e1tfwUYteHUxCCfHChDeHmG - QQvokjlOU+PbWA0x3pZnILVVI3uvQyHsbiLnqnGmRCF1NYD8pDhpRxOH7HQoAKZGkFKjceszQbpSrumX - bO+G80MFwKUTxgfgcO/b8D9IpXoFiiMDHIQm0skAAAAASUVORK5CYII= - - - - - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - wwAADsMBx2+oZAAAASpJREFUOE9jGDygcNbz/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 - Iu/O/9T+11gVGSSd+C+b9vW/bvA83AYYZt3+H9byEqci/dTL/zV8p+E2QCftxn+/6od4Fal4TMBtgFPu - lf8gBXgVDULAwAAA8HbAq6XlmnAAAAAASUVORK5CYII= - - - - - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - wwAADsMBx2+oZAAAALZJREFUOE9jGDogvP3BfyiTdBDf/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 - - - - - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - wwAADsMBx2+oZAAAAKNJREFUOE9jGHygcNbz/1AmeSB35rP/Cd33yDckY8rT//P2//6f0HWHPEMSep78 - n73v1//OrX//u5VeJt2QyK5H/6ds+/W/ZOnf/wnT//63yT1LmiGBzQ//t659D9ZsXPLlv3T0tf/GkcuI - N8Sj6v7/krnv4JoVXXpIc4F96d3/gS3PyNMMAhZ5d/7bFFwhTzMIGGbdJl8zCOik3SBf81AEDAwAoH5f - oAc0QjgAAAAASUVORK5CYII= - - - - - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - wwAADsMBx2+oZAAAASxJREFUOE9jGFygcNbz/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 - WOTd+W9TcAVDMwiA5FL7X8O9hBUYZt3GqhkEQHJhLS//6wbPw22ATtoNnJIgOb/qh/81fKfhNgAfcMq9 - 8l/FYwIYQ4UGBWBgAAC+0b+zuQxOnAAAAABJRU5ErkJggg== - - - - - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - wwAADsMBx2+oZAAAAExJREFUOE9joAr49u3bf1IxVCsEgAWC58Dxh/cf4RhZDETHTNiHaQgpBoAwzBCo - dtINAGGiDUDGyGpoawAxeNSAQWkAORiqnRLAwAAA9EMMU8Daa3MAAAAASUVORK5CYII= - - - - - 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== - - - \ No newline at end of file diff --git a/Handler/Project/Dialog/RegExRule.Designer.cs b/Handler/Project/Dialog/RegExRule.Designer.cs index fe167b7..771b183 100644 --- a/Handler/Project/Dialog/RegExRule.Designer.cs +++ b/Handler/Project/Dialog/RegExRule.Designer.cs @@ -180,7 +180,6 @@ // this.bindingNavigatorPositionItem.AccessibleName = "Position"; this.bindingNavigatorPositionItem.AutoSize = false; - this.bindingNavigatorPositionItem.Font = new System.Drawing.Font("맑은 고딕", 9F); this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem"; this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 23); this.bindingNavigatorPositionItem.Text = "0"; @@ -439,7 +438,6 @@ 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; diff --git a/Handler/Project/Dialog/RegExRule.cs b/Handler/Project/Dialog/RegExRule.cs index 19685b1..8c81a1e 100644 --- a/Handler/Project/Dialog/RegExRule.cs +++ b/Handler/Project/Dialog/RegExRule.cs @@ -4,11 +4,9 @@ using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; -using System.Data.Entity.Infrastructure.MappingViews; using System.Diagnostics; using System.Drawing; using System.Linq; -using System.ServiceModel; using System.Text; using System.Text.RegularExpressions; using System.Threading.Tasks; @@ -105,6 +103,7 @@ namespace Project.Dialog { try { + if (cust == "ALL") { dvcModelName.Visible = true; @@ -137,7 +136,9 @@ namespace Project.Dialog private void toolStripButton1_Click(object sender, EventArgs e) { - RefreshList(PUB.Result.vModel.Title); + var title = cmbModelList.Text; + if (title.isEmpty()) title = PUB.Result.vModel.Title; + RefreshList(title); } private void bs_CurrentChanged(object sender, EventArgs e) @@ -232,6 +233,71 @@ namespace Project.Dialog RefreshList(title); } + private string ChoiceModelName() + { + var cmb = new ComboBox(); + cmb.Items.Clear(); + foreach (var dr in PUB.mdm.dataSet.OPModel.OrderBy(t => t.Title)) + cmb.Items.Add(dr.Title); + + using (var f = new Form()) + { + var lb = new Label() + { + Text = "Select Model", + Dock = DockStyle.Top + }; + var pan = new Panel() + { + Dock = DockStyle.Bottom, + Height = 50, + }; + var butok = new Button + { + Text = "OK", + Width = 160, + Dock = DockStyle.Fill, + }; + var butng = new Button + { + Text = "Cancel", + Width = 160, + Dock = DockStyle.Right, + }; + butok.Click += (s1, e1) => { + f.DialogResult = DialogResult.OK; + }; + butng.Click += (s1, e1) => { + f.DialogResult = DialogResult.Cancel; + }; + + pan.Controls.Add(butok); + pan.Controls.Add(butng); + + cmb.DropDownStyle = ComboBoxStyle.DropDownList; + cmb.Dock = DockStyle.Top; + f.StartPosition = FormStartPosition.CenterScreen; + f.Width = 320; + f.Height = 160; + f.Text = "Select Model"; + f.MinimizeBox = false; + f.MaximizeBox = false; + f.Padding = new Padding(10); + f.Controls.Add(pan); + f.Controls.Add(cmb); + f.Controls.Add(lb); + + if (f.ShowDialog() == DialogResult.OK) + { + return cmb.Text; + } + else return string.Empty; + } + + + + } + private void btCopy_Click(object sender, EventArgs e) { try @@ -246,13 +312,13 @@ namespace Project.Dialog var sourceRow = drv.Row as DataSet1.K4EE_Component_Reel_RegExRuleRow; if (sourceRow == null) return; - var inputDialog = AR.UTIL.InputBox("Input ModelName", sourceRow.IsCustCodeNull() ? "" : sourceRow.CustCode); - if (inputDialog.Item1 == false) return; - var newModelName = inputDialog.Item2; + var inputDialog = ChoiceModelName(); // AR.UTIL.InputBox("Input ModelName", sourceRow.IsCustCodeNull() ? "" : sourceRow.CustCode); + if (inputDialog.isEmpty()) return; + var newModelName = inputDialog; - var inputDialog2 = AR.UTIL.InputBox("Input Description", sourceRow.IsDescriptionNull() ? "" : sourceRow.Description); - if (inputDialog2.Item1 == false) return; - var newDescription = inputDialog2.Item2; + //var inputDialog2 = AR.UTIL.InputBox("Input Description", sourceRow.IsDescriptionNull() ? "" : sourceRow.Description); + //if (inputDialog2.Item1 == false) return; + var newDescription = sourceRow.IsDescriptionNull() ? "" : sourceRow.Description;// inputDialog2.Item2; var tacheck = new DataSet1TableAdapters.K4EE_Component_Reel_RegExRuleTableAdapter(); if (tacheck.CheckExsist(newModelName, newDescription) > 0) diff --git a/Handler/Project/Dialog/RegExRule.resx b/Handler/Project/Dialog/RegExRule.resx index f07d8d5..8ffa64a 100644 --- a/Handler/Project/Dialog/RegExRule.resx +++ b/Handler/Project/Dialog/RegExRule.resx @@ -201,20 +201,20 @@ iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 - YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAL6SURBVDhPhZLbT9NgGMZ3pX+CQS+8NBqF4IwavVAmh4HG - MwpBZMAYBARdYB4SFTOmqIiCBJaoMRKNF2qMhzHUATLGZIvDeJyKiMjJgM6NdW23tvPxa7cwTEh8k1++ - i6/PL32fViZOynGrakudw7LtguN3Rq2DIScrUS+eTnZbXR+bcc7+fr3O1rgs8848KTR70k/32qb87K9J - LyV4AkF4qBi//CIsPk74ceLRCFSXPtHKcvP8aDQym8/apzzTtNA3zMH5nYdzhIdjmIf9WwjWL0E8cQcQ - 5AHTJwYnHnxH4WU3848kzWBlpukQ+kcFvBrlycnjpSQJoWcwiGdumgjC6J8Q4BznYDCPQHGs67YUzqpP - GtpTm/lH07ILhc270fy0FTX366GojkcSQWlYhxT9ajSYGqRVKJbHpJdGyrEeXhLsrVPc63rXhraBa2h2 - VEmSvKYMVN3KRUVrNtTG7SgwFsD0ZhJt7yk8fjsNH+kpVd/LSgJlo3L+1jMHBcfnbtx8p8d5a7kkUbVs - JuEdKLlSDNtgQFqlc4CBhfTgDXBIrXkREYiTfraH1V7Ph2vQDqPzMGo7KpFVvwmqpky4hmm4SLFiwbav - kU48RJCinyXYcLKaW3N0MXIblej/2gdDdyn0Zi2yLyaj1foQr8d4uEixfd84vCBM+TkoTkUFK3VxGrlu - ESpu5GBfSzpyGtIkidacC939YvImyRDv+0cEvBQ/McFPilx3xB4RyHULxuS6heShOMir4rDzfDLKrubD - 5rbAYDmK0rv5ULfshYsInOTfcBABy4WxWmuNrbDxSC874WPxZkyQ6Pk8jkPXS1BEghpjNipvHJi5E6FD - AhIPPosJ1lRa2VFPTPA/AmSFhGJzTLBW+5wemPD9mevhuaCYYHhFnomKxkmRJR1D49O0f+CHPzz0k8HQ - FIPBKD8pTkJsnmIFeCk2HAyFfEv2t3+IxmWyVSVPyxLUTzoSNRZPgqaNnaEoQnyRKYLaxC5Vt3uXF7R3 - xuebC2UymewvcCKiNqMNhYIAAAAASUVORK5CYII= + YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAL4SURBVDhPhZLrS1NhHMf3qv6EsF70UohSSiupF5WpTQ3s + ZipleZlTLLWhK4PMmJNMW2iiQkUkRS8qonRObV6ac7nRjEwzM++38DJ1l3Me3Tnz23PORisI+sGH58Vz + vh/O73uORJjIG4aU4xVmfdxd87K01MzSk4hohNNC4ip6SMwd08BBpbFqR/yLTWLoz4ku7TYuOMjST5ud + t7nWYHP6WXIIEHybc6CoYQoXNEOMNEe32Rf1TmyZaWFxxcn3TLhhmeRgmeJgnuBgGl+H4ccaWgZdWOMA + 7RCLojeTSL8/wP4liVJ1snZmHb3TPD5Nc/Tk8FGUrKNrZA3vBhkq8KB3jodl1g21bgrh1zuei+FEzZGx + s6XxG/La00ivOYOa1nqUvNYgvDgIRyhS9QFEqvahUlspruIkHOZXGERe6+JEQUJF+KuO/iY0DT9CjblA + lFysjkHBs2Tk1idBVncCaXVp0PbNo2nAicYvdqzSnqJU3UQUSKukm4+r83jz9/d42q9CuSFHlKTUxtLw + SWQ9yIRxxCWu0j7MQk97WHG5EVXywSsQJrqsiygep8I6YkKd5Sput+UjUXMUKdXxsE4wsNJihYKNo95O + bFQQqfpDcOhmsXt/4XYkV0nRO9oD9ftsqHQKJN2LQL3hLT7PcLDSYnvG3fhAWXC4EX7LJ9ijDJCHKLch + 98k5nK+NxrnKY6JEoUuG8nUmfZMICPe9Uzw+Cp+Y4qBFhilNXkGIcstMiHIrfSgAIQUBOFUegUsPU2Ec + 1EOtL0T2y1TIahNgpQIL/TfMVEDcHoTmGfwrHFZ2k7lVgr4ZXqTr+yyuPM5CBg3K65KQ/+Ty7zsBZp1H + cF6LX7BXYSDTNr/gf7joCsGZWr8gTNHJDM0sb/zr4X9hd7GeXRe1Tl+cFpnVNjZtZxxDs6uesUUWYwss + RnwsOt0iQvNOwsNmZzwsIauBF5q/+uISSWhW66VgWUvbbrneFixvJL/J8BKU0eBF1kACZc0rO9Oa24NS + dekSiUTyC9B/oc2h827VAAAAAElFTkSuQmCC diff --git a/Handler/Project/Dialog/fDebug.cs b/Handler/Project/Dialog/fDebug.cs index 9737af2..9f0f2cf 100644 --- a/Handler/Project/Dialog/fDebug.cs +++ b/Handler/Project/Dialog/fDebug.cs @@ -57,14 +57,14 @@ namespace Project.Dialog { var reel = new Class.Reel(textBox1.Text); PUB.PrinterL.Print(reel, true, AR.SETTING.Data.DrawOutbox); - PUB.log.Add("임시프린트L:" + textBox1.Text); + PUB.log.Add("Temporary print L:" + textBox1.Text); } private void button3_Click(object sender, EventArgs e) { var reel = new Class.Reel(textBox2.Text); PUB.PrinterR.Print(reel, true, AR.SETTING.Data.DrawOutbox); - PUB.log.Add("임시프린트R:" + textBox2.Text); + PUB.log.Add("Temporary print R:" + textBox2.Text); } private void button4_Click(object sender, EventArgs e) diff --git a/Handler/Project/Dialog/fHistory.Designer.cs b/Handler/Project/Dialog/fHistory.Designer.cs index ff24ca6..11c6696 100644 --- a/Handler/Project/Dialog/fHistory.Designer.cs +++ b/Handler/Project/Dialog/fHistory.Designer.cs @@ -49,7 +49,6 @@ this.btSearch = new System.Windows.Forms.Button(); this.cm = new System.Windows.Forms.ContextMenuStrip(this.components); this.목록저장ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.viewXMLToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator(); this.sendDataToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.tbFind = new System.Windows.Forms.TextBox(); @@ -191,8 +190,7 @@ // cm // this.cm.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { - this.목록저장ToolStripMenuItem, - this.viewXMLToolStripMenuItem, + this.목록저장ToolStripMenuItem, this.toolStripMenuItem1, this.sendDataToolStripMenuItem}); this.cm.Name = "cm"; @@ -206,13 +204,6 @@ this.목록저장ToolStripMenuItem.Text = "Export"; this.목록저장ToolStripMenuItem.Click += new System.EventHandler(this.목록저장ToolStripMenuItem_Click); // - // viewXMLToolStripMenuItem - // - this.viewXMLToolStripMenuItem.Name = "viewXMLToolStripMenuItem"; - this.viewXMLToolStripMenuItem.Size = new System.Drawing.Size(128, 22); - this.viewXMLToolStripMenuItem.Text = "View XML"; - this.viewXMLToolStripMenuItem.Click += new System.EventHandler(this.viewXMLToolStripMenuItem_Click); - // // toolStripMenuItem1 // this.toolStripMenuItem1.Name = "toolStripMenuItem1"; @@ -299,7 +290,6 @@ this.dv.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dv.Size = new System.Drawing.Size(954, 468); this.dv.TabIndex = 2; - this.dv.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dv_CellDoubleClick); // // sTIMEDataGridViewTextBoxColumn // @@ -527,7 +517,6 @@ private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1; private System.Windows.Forms.ToolStripMenuItem sendDataToolStripMenuItem; private System.Windows.Forms.StatusStrip statusStrip1; - private System.Windows.Forms.ToolStripMenuItem viewXMLToolStripMenuItem; private DataSet1TableAdapters.K4EE_Component_Reel_ResultTableAdapter ta; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.Button button1; diff --git a/Handler/Project/Dialog/fHistory.cs b/Handler/Project/Dialog/fHistory.cs index 93c1963..7e3706f 100644 --- a/Handler/Project/Dialog/fHistory.cs +++ b/Handler/Project/Dialog/fHistory.cs @@ -65,47 +65,6 @@ namespace Project.Dialog } - //public void ApplyZplCode() - //{ - // string zplfil = string.Empty; - // var basedir = new System.IO.DirectoryInfo(Util.CurrentPath); - // if (SETTING.Data.PrinterForm7) - // { - // zplfil = System.IO.Path.Combine(basedir.Parent.FullName, "zpl7.txt"); - // } - // else - // { - // zplfil = System.IO.Path.Combine(basedir.Parent.FullName, "zpl.txt"); - // } - - // if (System.IO.File.Exists(zplfil)) - // { - // PrinterL.baseZPL = System.IO.File.ReadAllText(zplfil, System.Text.Encoding.Default); - // } - // else - // { - // Pub.log.AddAT("기본 ZPL파일이 없어 설정파일의 내용을 사용합니다"); - // if (SETTING.Data.PrinterForm7) - // { - // PrinterL.baseZPL = Properties.Settings.Default.ZPL7; - // } - // else - // { - // PrinterL.baseZPL = Properties.Settings.Default.ZPL; - // } - - // } - //} - - private void checkBox5_CheckedChanged(object sender, EventArgs e) - { - // cmbUser.Enabled = checkBox5.Checked; - // if(cmbUser.Enabled && cmbUser.Text.isEmpty()) - // { - // cmbUser.Text = string.Format("{0}({1})", Pub.LoginName, Pub.LoginNo); - // } - } - void refreshList() { //검색일자 검색 @@ -247,23 +206,6 @@ namespace Project.Dialog saveXLS(); } - - - private void label2_Click(object sender, EventArgs e) - { - - } - - private void viewXMLToolStripMenuItem_Click(object sender, EventArgs e) - { - - } - - private void dv_CellDoubleClick(object sender, DataGridViewCellEventArgs e) - { - - - } private void sendDataToolStripMenuItem_Click(object sender, EventArgs e) { var drv = this.bs.Current as DataRowView; @@ -275,9 +217,7 @@ namespace Project.Dialog f.ShowDialog(); } } - - - + private void button1_Click(object sender, EventArgs e) { diff --git a/Handler/Project/Dialog/fLoaderInfo.cs b/Handler/Project/Dialog/fLoaderInfo.cs index b276d69..b2710a1 100644 --- a/Handler/Project/Dialog/fLoaderInfo.cs +++ b/Handler/Project/Dialog/fLoaderInfo.cs @@ -907,7 +907,7 @@ namespace Project.Dialog //If numbers are different? if (UTIL.MsgQ(string.Format("Do you want to change the quantity?\nCurrent: {0}\nServer: {1}", tbQTY.Text, newCnt)) == DialogResult.Yes) { - PUB.log.Add($"수량업데이트 {tbQTY.Text}->{newCnt}"); + PUB.log.Add($"Quantity updated {tbQTY.Text}->{newCnt}"); tbQTY.Text = newCnt.ToString(); } } @@ -1248,13 +1248,13 @@ namespace Project.Dialog if (amksid.isEmpty() == false) { - PUB.log.Add(string.Format("amkor SId찾기 code={0},part={1},sid={2}", custcode, partno, amksid)); + PUB.log.Add(string.Format("Amkor SID search code={0},part={1},sid={2}", custcode, partno, amksid)); tbSID.Text = amksid; UpdateSID(); } else { - PUB.log.Add(string.Format("검색된 SID가 없어 sid찾기가 실패 했습니다\n" + + PUB.log.Add(string.Format("SID search failed - no SID found\n" + "Cust:{0}\n" + "PartNo:{1}", custcode, partno)); } @@ -1307,7 +1307,7 @@ namespace Project.Dialog { this.tbCustName.Text = f.CustName; this.TbCustCode.Text = f.CustCode; - PUB.log.Add(string.Format("사용자가 Customer 를 직접 선택함 {0}:{1}", tbCustName.Text, TbCustCode.Text)); + PUB.log.Add(string.Format("User directly selected Customer {0}:{1}", tbCustName.Text, TbCustCode.Text)); } } @@ -1368,7 +1368,7 @@ namespace Project.Dialog { if (item.Value.Data == bcddata) { - PUB.log.Add(string.Format("회전 기준 바코드값 {0}", item.Value.Data)); + PUB.log.Add(string.Format("Rotation reference barcode value {0}", item.Value.Data)); item.Value.UserActive = true; } else item.Value.UserActive = false; @@ -1564,7 +1564,7 @@ namespace Project.Dialog if (VAR.BOOL[eVarBool.Opt_Conv_Apply_QtyMax]) columns.Add("qtymax", tbQtyMax.Text); if (VAR.BOOL[eVarBool.Opt_Conv_Apply_SID]) columns.Add("SIDFrom", lbSID0.Text.Trim()); //250106 - PUB.log.Add($"sid변환정보 저장컬럼:{string.Join(",", columns)},where:{string.Join("',", wheres)}"); + PUB.log.Add($"SID conversion info save columns:{string.Join(",", columns)},where:{string.Join("',", wheres)}"); ServerWriteCONVINF(columns, wheres); } else PUB.log.AddI($"Seed conversion information(detailed) will not be saved"); @@ -2165,7 +2165,7 @@ namespace Project.Dialog { msg += (msg.isEmpty() ? "" : "\n") + string.Format("QTY:{0}=>{1}", tbQTY.Text, amk.QTY); - PUB.log.Add($"수량업데이트 {tbQTY.Text}->{amk.QTY}"); + PUB.log.Add($"Quantity updated {tbQTY.Text}->{amk.QTY}"); tbQTY.Text = amk.QTY.ToString(); } @@ -2301,7 +2301,7 @@ namespace Project.Dialog if (tbBatch.Text.isEmpty()) { tbBatch.Text = batch; - PUB.log.Add($"사용자 바코드 입력으로 batch값을 설정 합니다:{batch}"); + PUB.log.Add($"Set batch value from user barcode input:{batch}"); } @@ -2309,7 +2309,7 @@ namespace Project.Dialog { tbSID.Text = sid; tbpartno.Text = cpn; - PUB.log.Add($"사용자 바코드로 SID/파트번호를 입력입니다 값:{sid}{cpn}"); + PUB.log.Add($"Enter SID/Part number from user barcode, value:{sid}{cpn}"); } else { @@ -2320,7 +2320,7 @@ namespace Project.Dialog { //맞다 tbpartno.Text = cpn; - PUB.log.Add($"사용자 바코드로 파트번호를 입력입니다 값:{cpn}"); + PUB.log.Add($"Enter part number from user barcode, value:{cpn}"); } else { @@ -2334,7 +2334,7 @@ namespace Project.Dialog tbSID.Tag = tbSID.Text.Trim(); tbSID.Text = sid; tbpartno.Text = cpn; - PUB.log.Add($"사용자 바코드로 SID/파트번호를 입력입니다 값:{sid}{cpn}"); + PUB.log.Add($"Enter SID/Part number from user barcode, value:{sid}{cpn}"); } } } diff --git a/Handler/Project/Dialog/fSelectSIDInformation.cs b/Handler/Project/Dialog/fSelectSIDInformation.cs index b4c7b91..a47c712 100644 --- a/Handler/Project/Dialog/fSelectSIDInformation.cs +++ b/Handler/Project/Dialog/fSelectSIDInformation.cs @@ -9,7 +9,6 @@ using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; -using System.Web.UI.WebControls.WebParts; using System.Windows.Forms; using System.Windows.Forms.VisualStyles; diff --git a/Handler/Project/Manager/DBHelper.cs b/Handler/Project/Manager/DBHelper.cs index 57d865a..cb8d859 100644 --- a/Handler/Project/Manager/DBHelper.cs +++ b/Handler/Project/Manager/DBHelper.cs @@ -6,7 +6,6 @@ using System.Threading.Tasks; using System.Data.SqlClient; using System.Data; using AR; -using System.Web.UI.WebControls; namespace Project { diff --git a/Handler/Project/Properties/Settings.Designer.cs b/Handler/Project/Properties/Settings.Designer.cs index 0bf3003..ca79c3d 100644 --- a/Handler/Project/Properties/Settings.Designer.cs +++ b/Handler/Project/Properties/Settings.Designer.cs @@ -12,7 +12,7 @@ namespace Project.Properties { [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "15.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()))); diff --git a/Handler/Project/Properties/Settings.settings b/Handler/Project/Properties/Settings.settings index 9b5f5f2..232934c 100644 --- a/Handler/Project/Properties/Settings.settings +++ b/Handler/Project/Properties/Settings.settings @@ -49,7 +49,7 @@ <?xml version="1.0" encoding="utf-16"?> -<SerializableConnectionString xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> +<SerializableConnectionString xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <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> @@ -57,7 +57,7 @@ <?xml version="1.0" encoding="utf-16"?> -<SerializableConnectionString xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> +<SerializableConnectionString xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <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> @@ -65,7 +65,7 @@ <?xml version="1.0" encoding="utf-16"?> -<SerializableConnectionString xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> +<SerializableConnectionString xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ConnectionString>Data Source=V1SPCSQL,51122;Initial Catalog=WMS;Persist Security Info=True;User ID=wmsadm;Password="2!x2$yY8R;}$";Encrypt=False;TrustServerCertificate=True</ConnectionString> <ProviderName>System.Data.SqlClient</ProviderName> </SerializableConnectionString> diff --git a/Handler/Project/Properties/app.manifest b/Handler/Project/Properties/app.manifest index 5059a77..e312aff 100644 --- a/Handler/Project/Properties/app.manifest +++ b/Handler/Project/Properties/app.manifest @@ -16,7 +16,7 @@ 이전 버전과의 호환성을 위해 응용 프로그램에 가상화가 필요한 경우 이 요소를 제거합니다. --> - + diff --git a/Handler/Project/Pub.cs b/Handler/Project/Pub.cs index c55271b..012ee9a 100644 --- a/Handler/Project/Pub.cs +++ b/Handler/Project/Pub.cs @@ -1,6 +1,5 @@ using AR; using Emgu.CV.BgSegm; -using Microsoft.Owin.StaticFiles; using System; using System.Collections.Generic; using System.Data; @@ -41,21 +40,14 @@ namespace Project public static Device.SATOPrinterAPI PrinterL; public static Device.SATOPrinterAPI PrinterR; - public static arDev.Joystick.JoystickRaw joypad; public static WatsonWebsocket.WatsonWsClient wsL; public static WatsonWebsocket.WatsonWsClient wsR; - public static arDev.Joystick.JoystickRaw joystick; - //public static StdLabelPrint.LabelPrint PrinterL = null; - //public static StdLabelPrint.LabelPrint PrinterR = null; public static Device.KeyenceBarcode keyenceF = null; public static Device.KeyenceBarcode keyenceR = null; - - public static int uploadcount = 0; public static DateTime BuzzerTime; public static DateTime MGZRunTime; - //public static Flag flag; public static MessageWindow popup; //interlock check @@ -233,8 +225,8 @@ namespace Project //Initialize PUB.Result.vModel.Title = string.Empty; - PUB.PrinterL.ZPLFileName = "zpl.txt"; //Set as default file - PUB.PrinterR.ZPLFileName = "zpl.txt"; + PUB.PrinterL.ZPLFileName = UTIL.MakePath("Data", "zpl.txt"); //Set as default file + PUB.PrinterR.ZPLFileName = UTIL.MakePath("Data", "zpl.txt"); var modelVision = PUB.mdm.GetDataV(modelName); if (modelVision != null) @@ -252,7 +244,6 @@ namespace Project PUB.Result.BCDPattern = PUB.GetPatterns(modelName, false); PUB.Result.BCDIgnorePattern = PUB.GetPatterns(modelName, true); - PUB.Result.BCDPrintPattern = PUB.GetPrintPatterns(); //220902 PUB.log.Add($"Model pattern loading:{PUB.Result.BCDPattern.Count}/{PUB.Result.BCDIgnorePattern.Count}"); if (modelVision.Code.isEmpty()) @@ -276,8 +267,8 @@ namespace Project if (bUploadConfig) { //SAVE - UpLoadBarcodeConfig(PUB.keyenceF); - UpLoadBarcodeConfig(PUB.keyenceR); + var k1 = MemLoadBarcodeConfig(PUB.keyenceF); + var k2 = MemLoadBarcodeConfig(PUB.keyenceR); } if (mv.bOwnZPL) @@ -296,7 +287,7 @@ namespace Project } else { - PUB.log.AddI($"Using shared ZPL file"); + PUB.log.AddI($"Using shared ZPL file ({PUB.PrinterL.ZPLFileName})"); } return true; } @@ -309,9 +300,48 @@ namespace Project } } + + public static bool MemLoadBarcodeConfig(Device.KeyenceBarcode keyence) + { + var BarcodeMemoryNo = PUB.Result.vModel.BSave; + if (BarcodeMemoryNo < 0) + { + PUB.log.AddAT($"The currently selected model does not have a barcode memory number specified."); + return false; + } + + if (keyence == null || keyence.IsConnect == false) + { + var tagstr = keyence?.Tag ?? string.Empty; + + PUB.log.AddAT($"Barcode ({tagstr}) is not connected, configuration file will not be uploaded." + + "This information will be retransmitted when starting a new job." + + $"This error will not occur if you select the model after checking the barcode connection at the {(tagstr == "F" ? "left" : "right")} bottom."); + return false; + } + + try + { + //접속되어잇ㅇ츠면 끈다 + var isTriggeronL = keyence.IsTriggerOn; + if (keyence.IsConnect) + { + keyence.Trigger(false); + keyence.BLoad(BarcodeMemoryNo); + } + + if (isTriggeronL && keyence.IsConnect) keyence.Trigger(true); + return true; + } + catch (Exception ex) + { + PUB.log.AddE($"Barcode({keyence.Tag}) FTP transfer failed:{ex.Message}"); + } + + return false; + } public static bool UpLoadBarcodeConfig(Device.KeyenceBarcode keyence) { - if (keyence == null || keyence.IsConnect == false) { var tagstr = keyence?.Tag ?? string.Empty; @@ -386,7 +416,7 @@ namespace Project //기존 SID정보에서 데이터를 취합니다. var mc = AR.SETTING.Data.McName; - PUB.log.AddAT($"ECS SKIP is set in configuration. Data will be generated from existing information MC={mc}"); + PUB.log.AddAT($"SID Information Data will be generated from existing information MC={mc}"); using (var tainfo = new DataSet1TableAdapters.K4EE_Component_Reel_SID_InformationTableAdapter()) { var cntd = tainfo.DeleteAll("IB"); @@ -394,12 +424,12 @@ namespace Project var cnti = tainfo.MakeIBData(mc); PUB.log.AddAT($"{cnti} records duplicated"); } - message = "ECS-OFF 됨 장비전용 데이터로 진행 함"; + message = "SID Information : Only M/C Data"; result = true; rdy = 1; wat.Stop(); - PUB.log.Add($"{cnt}건의 sid정보가 추가됨 {wat.ElapsedMilliseconds:N2}ms"); + PUB.log.Add($"SID Information Add ({cnt}) - {wat.ElapsedMilliseconds:N2}ms"); return new Tuple(result, message, rdy); }); return rlt; @@ -455,7 +485,7 @@ namespace Project PUB.Result.DTSidConvert.AcceptChanges(); PUB.Result.DTSidConvertEmptyList.Clear(); PUB.Result.DTSidConvertMultiList.Clear(); - PUB.log.Add($"sid변환테이블 {PUB.Result.DTSidConvert.Rows.Count}건 확인"); + PUB.log.Add($"SID conversion table {PUB.Result.DTSidConvert.Rows.Count} records checked"); return true; } catch (Exception ex) @@ -648,7 +678,7 @@ namespace Project GetSIDConverDB(); if (PUB.Result.DTSidConvert.Any()) { - PUB.log.Add($"[{src}] sid변환테이블조회결과 {PUB.Result.DTSidConvert.Rows.Count}건"); + PUB.log.Add($"[{src}] SID conversion table query result: {PUB.Result.DTSidConvert.Rows.Count} records"); VAR.BOOL[eVarBool.JOB_Empty_SIDConvertInfo] = false; } else @@ -666,7 +696,7 @@ namespace Project if (PUB.sm.Step == eSMStep.RUN) - PUB.log.Add($"[{src}] sid변환작업시작 원본:{oldsid}"); + PUB.log.Add($"[{src}] SID conversion work started, original:{oldsid}"); var sidconvlist = PUB.Result.DTSidConvert.Where(t => t.SIDFrom.Equals(oldsid)); if (sidconvlist.Any() == false) @@ -1019,65 +1049,6 @@ namespace Project return patterns; } - - public static List GetPrintPatterns() - { - var patterns = new List(); - - //if (custname.isEmpty()) custname = "%"; - //데이터베이스에서 해당 데이터를 가져온다 - if (AR.SETTING.Data.OnlineMode) - { - try - { - using (var ta = new DataSet1TableAdapters.K4EE_Component_Reel_PrintRegExRuleTableAdapter()) - { - ta.ClearBeforeFill = true; - ta.Fill(PUB.mdm.dataSet.K4EE_Component_Reel_PrintRegExRule); - PUB.mdm.dataSet.K4EE_Component_Reel_RegExRule.AcceptChanges(); - } - } - catch (Exception ex) - { - PUB.log.AddE(ex.Message); - } - } - - - //data - foreach (DataSet1.K4EE_Component_Reel_PrintRegExRuleRow dr in PUB.mdm.dataSet.K4EE_Component_Reel_PrintRegExRule) - { - if (dr.Groups.isEmpty() || dr.Pattern.isEmpty()) continue; - - var groupsbuf = dr.Groups.Split(new char[] { ',' }, StringSplitOptions.RemoveEmptyEntries); - var Groups = new List(); - foreach (var item in groupsbuf) - { - var itembuf = item.Split('='); - Groups.Add(new Class.RegexGroupMatch - { - GroupNo = int.Parse(itembuf[1].Trim()), - TargetPos = itembuf[0].Trim(), - }); - } - - //add pattern data - patterns.Add(new Class.RegexPattern - { - Seq = dr.Seq, - Customer = dr.CustCode, - Description = dr.Description, - Symbol = dr.Symbol, - Pattern = dr.Pattern, - Groups = Groups.ToArray(), - }); - } - - - return patterns; - } - - public static int RemoveCache(string basefile) { var fi = new System.IO.FileInfo(basefile); @@ -1093,7 +1064,7 @@ namespace Project { foreach (var delFile in delFiles) { - PUB.log.Add("보관파일삭제: " + delFile.FullName); + PUB.log.Add("Archive file deleted: " + delFile.FullName); delFile.Delete(); cnt += 1; } @@ -1129,7 +1100,7 @@ namespace Project { system_mot = new System_MotParameter(UTIL.MakePath("System_mot.xml")); system_mot.Load(); - + //setting SETTING.Load(); VAR.Init(LenI32: 128, LenBool: 192); @@ -1151,7 +1122,7 @@ namespace Project popup.WindowOpen += popup_WindowOpen; //zpl파일 만든다. - var fn = Path.Combine(UTIL.CurrentPath, "zpl.txt"); + var fn = Path.Combine(UTIL.CurrentPath, "Data", "zpl.txt"); if (File.Exists(fn) == false) File.WriteAllText(fn, Properties.Settings.Default.ZPL7, Encoding.Default); } @@ -1579,7 +1550,7 @@ namespace Project else if (fi.Directory.Exists == false) fi.Directory.Create(); DTUserSID.AcceptChanges(); - PUB.log.Add("사용자 SID 목록 : " + DTUserSID.Count.ToString() + " 건 불러옴"); + PUB.log.Add("User SID list: " + DTUserSID.Count.ToString() + " records loaded"); } public static void SaveSIDList() { @@ -1606,7 +1577,7 @@ namespace Project cnt += 1; } System.IO.File.WriteAllText(fi.FullName, sb.ToString(), System.Text.Encoding.UTF8); - PUB.log.Add(string.Format("{0}건의 사용자 sid가 저장되었습니다", cnt)); + PUB.log.Add(string.Format("{0} user SIDs have been saved", cnt)); } } diff --git a/Handler/Project/RunCode/Device/_Joystick.cs b/Handler/Project/RunCode/Device/_Joystick.cs index eaed8b4..de4a205 100644 --- a/Handler/Project/RunCode/Device/_Joystick.cs +++ b/Handler/Project/RunCode/Device/_Joystick.cs @@ -11,164 +11,6 @@ namespace Project public partial class FMain { - private void Joystick_InputChanged(object sender, arDev.Joystick.JoystickRaw.InputChangedEventHandler e) - { - - var keyName = e.input.ToString(); - if (e.input == HidSharp.Reports.Usage.Button5) keyName = "L-TRIGGER"; - else if (e.input == HidSharp.Reports.Usage.Button6) keyName = "R-TRIGGER"; - else if (e.input == HidSharp.Reports.Usage.Button9) keyName = "SELECT"; - else if (e.input == HidSharp.Reports.Usage.Button10) keyName = "START"; - else if (e.input == HidSharp.Reports.Usage.Button4) keyName = "BUT-Y"; - else if (e.input == HidSharp.Reports.Usage.Button1) keyName = "BUT-X"; - - PUB.log.Add("JOYSTICK", string.Format("[{0}] {1}->{2}", keyName, e.oldValue, e.newValue)); - - if (PUB.sm.Step != eSMStep.IDLE && PUB.sm.Step != eSMStep.ERROR && PUB.flag.get(eVarBool.FG_MOVE_PICKER) == false && PUB.sm.Step != eSMStep.WAITSTART) return; - - if (e.input == HidSharp.Reports.Usage.Button4) //stop - { - if (e.newValue > 0) - { - PUB.log.Add("Joystick Click : Stop"); - _BUTTON_STOP(); - } - } - else if (e.input == HidSharp.Reports.Usage.Button1) //reset - { - if (e.newValue > 0) - { - PUB.log.Add("Joystick Click : Reset"); - _BUTTON_RESET(); - } - } - else if (e.input == HidSharp.Reports.Usage.Button9) //select button - { - if (e.newValue == 1) - { - PUB.Result.JoystickAxisGroup += 1; - if (PUB.Result.JoystickAxisGroup > 3) PUB.Result.JoystickAxisGroup = 0; - } - } - else if (e.input == HidSharp.Reports.Usage.Button10) //start button - { - if (e.newValue == 1 && PUB.flag.get(eVarBool.FG_SCR_JOBSELECT) == false) - { - if (PUB.sm.Step >= eSMStep.IDLE) - { - PUB.log.AddI("START BUTTON"); - this._BUTTON_START(); - } - } - } - else if (e.input == HidSharp.Reports.Usage.Button5) //ltrigger - { - AR.SETTING.Data.Enable_SpeedLimit = true; - } - else if (e.input == HidSharp.Reports.Usage.Button6) //ltrigger - { - AR.SETTING.Data.Enable_SpeedLimit = false; - } - - //트리거 L,R을 눌렀을때 홈 가능한 위치라면 홈을 진행한다 - if (e.newValue > 0 && (e.input == HidSharp.Reports.Usage.Button5 || e.input == HidSharp.Reports.Usage.Button6)) - { - //두개가 동시에 눌렷을때 - if (PUB.joystick.Buttons[4] && PUB.joystick.Buttons[5]) - { - if (PUB.flag.get(eVarBool.FG_INIT_MOTIO) == false) return; - if (PUB.sm.isRunning == true) return; - if (DIO.IsEmergencyOn() == true) return; - if (PUB.sm.Step == eSMStep.RUN) return; - - PUB.log.AddAT("Home initialization operation with joystick"); - Func_sw_initialize(); - } - } - - //동작중만 아니면 작동하게한다. - if (PUB.sm.Step != eSMStep.RUN) - { - short axisH = 0; - short axisV = 1; - if (PUB.Result.JoystickAxisGroup == 1) //왼쪽뭉치 - { - axisH = 2; - axisV = 3; - } - else if (PUB.Result.JoystickAxisGroup == 2) //오른쪽뭉치 - { - axisH = 4; - axisV = 5; - } - else if (PUB.Result.JoystickAxisGroup == 3) //theta, picker-Z - { - axisH = 6; - axisV = 1; - } - - //X축으로 이동하는것은 PX, - if (e.input == HidSharp.Reports.Usage.GenericDesktopX) - { - if (e.newValue == 0) - { - //좌 - PUB.mot.JOG(axisH, arDev.MOT.MOTION_DIRECTION.Negative, 100, 500, false, false); - PUB.flag.set(eVarBool.FG_JOYSTICK, true, "joystick"); - } - else if (e.newValue == 127) - { - //멈춤 - PUB.mot.MoveStop("Joystick", axisH); - PUB.flag.set(eVarBool.FG_JOYSTICK, false, "joystick"); - } - else if (e.newValue == 255) - { - //우 - PUB.mot.JOG(axisH, arDev.MOT.MOTION_DIRECTION.Positive, 100, 500, false, false); - PUB.flag.set(eVarBool.FG_JOYSTICK, true, "joystick"); - } - } - else if (e.input == HidSharp.Reports.Usage.GenericDesktopY) - { - if (e.newValue == 0) - { - //상 - PUB.mot.JOG(axisV, arDev.MOT.MOTION_DIRECTION.Negative, 100, 500, false, false); - PUB.flag.set(eVarBool.FG_JOYSTICK, true, "joystick"); - } - else if (e.newValue == 127) - { - //멈춤 - PUB.mot.MoveStop("Joystick", axisV); - PUB.flag.set(eVarBool.FG_JOYSTICK, false, "joystick"); - } - else if (e.newValue == 255) - { - //하 - PUB.mot.JOG(axisV, arDev.MOT.MOTION_DIRECTION.Positive, 100, 500, false, false); - PUB.flag.set(eVarBool.FG_JOYSTICK, true, "joystick"); - } - } - - } - - } - - private void Joystick_Disconnected(object sender, EventArgs e) - { - PUB.log.AddE("Joystick connection terminated"); - } - - private void Joystick_Connected(object sender, EventArgs e) - { - PUB.log.AddI("Joystick connection completed"); - } - - private void Joystick_Changed(object sender, EventArgs e) - { - PUB.log.AddAT("Joystick detected"); - } } } diff --git a/Handler/Project/RunCode/Display/_TMDisplay.cs b/Handler/Project/RunCode/Display/_TMDisplay.cs index 358cba8..1724d27 100644 --- a/Handler/Project/RunCode/Display/_TMDisplay.cs +++ b/Handler/Project/RunCode/Display/_TMDisplay.cs @@ -133,9 +133,6 @@ namespace Project hmi1.PrintLPICK = DIO.GetIOInput(eDIName.L_PICK_VAC); hmi1.PrintRPICK = DIO.GetIOInput(eDIName.R_PICK_VAC); - hmi1.arJoystickGroup = PUB.Result.JoystickAxisGroup; - hmi1.arJoystickOn = PUB.joystick.IsOpen; - hmi1.arPortLItemOn = PUB.flag.get(eVarBool.FG_PORTL_ITEMON); hmi1.arPortRItemOn = PUB.flag.get(eVarBool.FG_PORTR_ITEMON); diff --git a/Handler/Project/RunCode/RunSequence/0_RUN_STARTCHK_SW.cs b/Handler/Project/RunCode/RunSequence/0_RUN_STARTCHK_SW.cs index 6a21c7e..2161526 100644 --- a/Handler/Project/RunCode/RunSequence/0_RUN_STARTCHK_SW.cs +++ b/Handler/Project/RunCode/RunSequence/0_RUN_STARTCHK_SW.cs @@ -135,7 +135,6 @@ namespace Project var modelName = PUB.Result.vModel.Title; PUB.Result.BCDPattern = PUB.GetPatterns(modelName, false); PUB.Result.BCDIgnorePattern = PUB.GetPatterns(modelName, true); - PUB.Result.BCDPrintPattern = PUB.GetPrintPatterns(); PUB.log.Add($"Model pattern loading: {PUB.Result.BCDPattern.Count}/{PUB.Result.BCDIgnorePattern.Count}"); //변환SID SID확인여부데이터 삭제 diff --git a/Handler/Project/RunCode/RunSequence/1_RUN_STARTCHK_HW.cs b/Handler/Project/RunCode/RunSequence/1_RUN_STARTCHK_HW.cs index ad2282e..d636403 100644 --- a/Handler/Project/RunCode/RunSequence/1_RUN_STARTCHK_HW.cs +++ b/Handler/Project/RunCode/RunSequence/1_RUN_STARTCHK_HW.cs @@ -160,8 +160,10 @@ namespace Project //바코드설정업데이트 if (systembypassmode == false) { - var k1 = PUB.UpLoadBarcodeConfig(PUB.keyenceF); - var k2 = PUB.UpLoadBarcodeConfig(PUB.keyenceR); + bool k1, k2; + k1 = PUB.MemLoadBarcodeConfig(PUB.keyenceF); + k2 = PUB.MemLoadBarcodeConfig(PUB.keyenceR); + if (k1 == false && k2 == false) //결과확인하도록함 230511 { PUB.Result.SetResultMessage(eResult.HARDWARE, eECode.CONFIG_KEYENCE, eNextStep.ERROR); diff --git a/Handler/Project/RunCode/RunSequence/2_RUN_ROOT_SEQUENCE.cs b/Handler/Project/RunCode/RunSequence/2_RUN_ROOT_SEQUENCE.cs index 7eb8a65..5e6f55b 100644 --- a/Handler/Project/RunCode/RunSequence/2_RUN_ROOT_SEQUENCE.cs +++ b/Handler/Project/RunCode/RunSequence/2_RUN_ROOT_SEQUENCE.cs @@ -5,7 +5,6 @@ using System.Linq; using System.Runtime.InteropServices.WindowsRuntime; using System.Security.Cryptography; using System.Text; -using System.Web.UI.WebControls; using AR; using Chilkat; diff --git a/Handler/Project/RunCode/RunSequence/3_KEYENCE_READ.cs b/Handler/Project/RunCode/RunSequence/3_KEYENCE_READ.cs index 509a8b4..eafdc89 100644 --- a/Handler/Project/RunCode/RunSequence/3_KEYENCE_READ.cs +++ b/Handler/Project/RunCode/RunSequence/3_KEYENCE_READ.cs @@ -3,7 +3,6 @@ using System.Collections.Generic; using System.Drawing; using System.Linq; using System.Security.Cryptography; -using System.ServiceModel.Configuration; using System.Text; using AR; using Project.Class; diff --git a/Handler/Project/RunCode/RunSequence/7_PRINTER_ON.cs b/Handler/Project/RunCode/RunSequence/7_PRINTER_ON.cs index 7fcee95..0599a86 100644 --- a/Handler/Project/RunCode/RunSequence/7_PRINTER_ON.cs +++ b/Handler/Project/RunCode/RunSequence/7_PRINTER_ON.cs @@ -68,7 +68,7 @@ namespace Project //#################################################### if (PUB.sm.seq.Get(cmdIndex) == idx++) { - PUB.log.Add($"[{target}] 프린트 ON 작업 시작"); + PUB.log.Add($"[{target}] Print ON operation started"); PUB.sm.seq.Update(cmdIndex); return false; } diff --git a/Handler/Project/RunCode/RunSequence/8_PRINTER_OFF.cs b/Handler/Project/RunCode/RunSequence/8_PRINTER_OFF.cs index c39277c..7ea732b 100644 --- a/Handler/Project/RunCode/RunSequence/8_PRINTER_OFF.cs +++ b/Handler/Project/RunCode/RunSequence/8_PRINTER_OFF.cs @@ -393,7 +393,7 @@ namespace Project VAR.DBL[eVarDBL.RIGT_ITEM_PICKOFF] = 0; VAR.I32[eVarInt32.RIGT_ITEM_COUNT] += 1; } - PUB.log.Add($"[{target}] 릴을 내려놓습니다"); + PUB.log.Add($"[{target}] Placing reel down"); PUB.sm.seq.Update(cmdIndex); diff --git a/Handler/Project/RunCode/RunSequence/_RUN_MOT_PORT.cs b/Handler/Project/RunCode/RunSequence/_RUN_MOT_PORT.cs index 50df880..53f4b52 100644 --- a/Handler/Project/RunCode/RunSequence/_RUN_MOT_PORT.cs +++ b/Handler/Project/RunCode/RunSequence/_RUN_MOT_PORT.cs @@ -171,7 +171,7 @@ namespace Project } DIO.SetPortMotor(idx, eMotDir.CCW, true, "얼라인(DN)"); - PUB.log.Add("PORT", "포트를 강제로 하강 합니다"); + PUB.log.Add("PORT", "Force port to descend"); } //자재가 감지되면 시간을 다시 초기화해서 충분히 내려가도록 한다 210402 @@ -211,7 +211,7 @@ namespace Project } DIO.SetPortMotor(idx, eMotDir.CW, true, "MOT_PORT"); - PUB.log.Add("PORT", "강제 상승(9에서 멈춰있음)"); + PUB.log.Add("PORT", "Force ascend (stopped at position 9)"); } } } diff --git a/Handler/Project/RunCode/StateMachine/_Events.cs b/Handler/Project/RunCode/StateMachine/_Events.cs index 557b782..f5f2ae1 100644 --- a/Handler/Project/RunCode/StateMachine/_Events.cs +++ b/Handler/Project/RunCode/StateMachine/_Events.cs @@ -60,7 +60,7 @@ namespace Project private void SM_StepCompleted(object sender, EventArgs e) { - PUB.log.Add($"스텝완료({PUB.sm.Step})"); + PUB.log.Add($"Step completed({PUB.sm.Step})"); //초기화가 완료되면 컨트롤 글자를 변경 해준다. if (PUB.sm.Step == eSMStep.INIT) diff --git a/Handler/Project/RunCode/StateMachine/_Loop.cs b/Handler/Project/RunCode/StateMachine/_Loop.cs index b4d1f11..6a985ab 100644 --- a/Handler/Project/RunCode/StateMachine/_Loop.cs +++ b/Handler/Project/RunCode/StateMachine/_Loop.cs @@ -56,7 +56,7 @@ namespace Project else { hmi1.ClearMessage(); - PUB.log.Add($"정의되지 않은 STEP({step}) 시작"); + PUB.log.Add($"Undefined STEP({step}) started"); } if (step == eSMStep.HOME_QUICK || step == eSMStep.HOME_FULL || PUB.sm.getOldStep == eSMStep.IDLE || PUB.sm.getOldStep == eSMStep.FINISH) diff --git a/Handler/Project/RunCode/StateMachine/_SPS_BarcodeProcess.cs b/Handler/Project/RunCode/StateMachine/_SPS_BarcodeProcess.cs index 7d6e5c9..24e1f0c 100644 --- a/Handler/Project/RunCode/StateMachine/_SPS_BarcodeProcess.cs +++ b/Handler/Project/RunCode/StateMachine/_SPS_BarcodeProcess.cs @@ -78,7 +78,7 @@ namespace Project var regx = new Regex(pt.Pattern, RegexOptions.IgnoreCase, new TimeSpan(0, 0, 10)); if (regx.IsMatch(bcd)) { - PUB.log.Add($"무시바코드:{bcd},PAT:{pt.Pattern},SYM:{pt.Symbol}"); + PUB.log.Add($"Ignore barcode:{bcd},PAT:{pt.Pattern},SYM:{pt.Symbol}"); IgnoreBarcode = true; break; } @@ -118,7 +118,6 @@ namespace Project var data = mat.Groups[matchdata.GroupNo]; if (PUB.SetBCDValue(vdata, matchdata.TargetPos, data.Value, pt.IsTrust)) ValueApplyCount += 1; - } } } @@ -142,7 +141,6 @@ namespace Project return new Tuple>(ValueApplyCount, list); } - /// /// barcod eprocess /// @@ -174,7 +172,7 @@ namespace Project bcdObj.Ignore = IgnoreBcd; //기타바코드 무시기능 적용 221018 - if (vm != null && vm.IgnoreOtherBarcode == true && findregex == false) + if (bcdObj.Ignore == false && vm != null && vm.IgnoreOtherBarcode == true && findregex == false) bcdObj.Ignore = true; bcdObj.RefExApply = (ValueApplyCount?.Item1 ?? 0) > 0; @@ -182,6 +180,5 @@ namespace Project } } } - } -} +} \ No newline at end of file diff --git a/Handler/Project/RunCode/Step/_STEP_INIT.cs b/Handler/Project/RunCode/Step/_STEP_INIT.cs index c0df250..02e45b0 100644 --- a/Handler/Project/RunCode/Step/_STEP_INIT.cs +++ b/Handler/Project/RunCode/Step/_STEP_INIT.cs @@ -5,7 +5,6 @@ using System.Linq; using System.Security.Cryptography; using System.Text; using AR; -using Microsoft.Owin.Hosting; namespace Project { @@ -106,13 +105,6 @@ namespace Project //조명 ON DIO.SetRoomLight(true); - - - // Start OWIN host - var baseAddress = "http://*:9001"; - WebApp.Start(url: baseAddress); - PUB.log.AddI($"Hosting service ON: {baseAddress}"); - } public StepResult _STEP_INIT(eSMStep step, TimeSpan stepTime, TimeSpan seqTime) diff --git a/Handler/Project/STDLabelAttach(ATV).csproj b/Handler/Project/STDLabelAttach(ATV).csproj index d87e809..4011a27 100644 --- a/Handler/Project/STDLabelAttach(ATV).csproj +++ b/Handler/Project/STDLabelAttach(ATV).csproj @@ -127,43 +127,13 @@ C:\Emgu\emgucv-windesktop 3.2.0.2682\bin\Emgu.CV.UI.dll - - ..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.dll - - - ..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll - - - ..\packages\HidSharp.2.1.0\lib\net35\HidSharp.dll - False ..\DLL\libxl\libxl.net.dll - - ..\packages\Microsoft.Owin.4.2.2\lib\net45\Microsoft.Owin.dll - - - ..\packages\Microsoft.Owin.Cors.4.2.2\lib\net45\Microsoft.Owin.Cors.dll - - - ..\packages\Microsoft.Owin.FileSystems.4.2.2\lib\net45\Microsoft.Owin.FileSystems.dll - - - ..\packages\Microsoft.Owin.Host.HttpListener.4.2.2\lib\net45\Microsoft.Owin.Host.HttpListener.dll - - - ..\packages\Microsoft.Owin.Hosting.4.2.2\lib\net45\Microsoft.Owin.Hosting.dll - - - ..\packages\Microsoft.Owin.StaticFiles.4.2.2\lib\net45\Microsoft.Owin.StaticFiles.dll - ..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll - - ..\packages\Owin.1.0\lib\net40\Owin.dll - ..\DLL\Sato\x64\SATOPrinterAPI.dll @@ -183,30 +153,9 @@ ..\packages\System.Drawing.Primitives.4.3.0\lib\net45\System.Drawing.Primitives.dll - - - - - ..\packages\Microsoft.AspNet.WebApi.Client.5.2.9\lib\net45\System.Net.Http.Formatting.dll - - - - - ..\packages\Microsoft.AspNet.Cors.5.2.9\lib\net45\System.Web.Cors.dll - - - ..\packages\Microsoft.AspNet.WebApi.Core.5.2.9\lib\net45\System.Web.Http.dll - - - ..\packages\Microsoft.AspNet.WebApi.Owin.5.2.9\lib\net45\System.Web.Http.Owin.dll - - - ..\packages\Microsoft.AspNet.WebApi.WebHost.5.2.9\lib\net45\System.Web.Http.WebHost.dll - - @@ -218,7 +167,8 @@ ..\DLL\WatsonWebsocket.dll - + + False ..\DLL\Winsock Orcas.dll @@ -246,7 +196,6 @@ - @@ -254,8 +203,6 @@ - - True True @@ -413,12 +360,6 @@ Motion_MoveToGroup.cs - - Form - - - RegExPrintRule.cs - Form @@ -661,7 +602,6 @@ Form - CtlBase.cs @@ -818,9 +758,6 @@ fSelectSID.cs - - RegExPrintRule.cs - RegExRule.cs diff --git a/Handler/Project/Setting/fSetting.Designer.cs b/Handler/Project/Setting/fSetting.Designer.cs index 12b26b6..009dfa0 100644 --- a/Handler/Project/Setting/fSetting.Designer.cs +++ b/Handler/Project/Setting/fSetting.Designer.cs @@ -64,19 +64,13 @@ this.btCartDetR = new System.Windows.Forms.Button(); this.btCartDetL = new System.Windows.Forms.Button(); this.btCartDetC = new System.Windows.Forms.Button(); - this.btdoorr3 = new System.Windows.Forms.Button(); - this.btdoorr1 = new System.Windows.Forms.Button(); - this.btdoorf3 = new System.Windows.Forms.Button(); - this.btdoorr2 = new System.Windows.Forms.Button(); - this.btdoorf1 = new System.Windows.Forms.Button(); - this.btdoorf2 = new System.Windows.Forms.Button(); this.tabPage1 = new System.Windows.Forms.TabPage(); - this.bsLang = new System.Windows.Forms.BindingSource(this.components); - this.dataSet1 = new Project.DataSet1(); this.tabPage4 = new System.Windows.Forms.TabPage(); this.btDefIO = new System.Windows.Forms.Button(); this.btDefError = new System.Windows.Forms.Button(); this.btOpenZPL = new System.Windows.Forms.Button(); + this.bsLang = new System.Windows.Forms.BindingSource(this.components); + this.dataSet1 = new Project.DataSet1(); 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); @@ -87,9 +81,9 @@ this.groupBox1.SuspendLayout(); this.groupBox2.SuspendLayout(); this.tabPage1.SuspendLayout(); + this.tabPage4.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.bsLang)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit(); - this.tabPage4.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.bsRecipient)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.bsMailForm)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit(); @@ -183,13 +177,14 @@ this.groupBox1.Font = new System.Drawing.Font("맑은 고딕", 13F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.groupBox1.Location = new System.Drawing.Point(5, 5); this.groupBox1.Name = "groupBox1"; - this.groupBox1.Size = new System.Drawing.Size(596, 403); + this.groupBox1.Size = new System.Drawing.Size(596, 409); this.groupBox1.TabIndex = 1; this.groupBox1.TabStop = false; this.groupBox1.Text = "Function Control"; // // btSystemBypass // + this.btSystemBypass.Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold); this.btSystemBypass.Location = new System.Drawing.Point(53, 349); this.btSystemBypass.Name = "btSystemBypass"; this.btSystemBypass.Size = new System.Drawing.Size(479, 42); @@ -200,6 +195,7 @@ // // button7 // + this.button7.Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold); this.button7.Location = new System.Drawing.Point(230, 279); this.button7.Name = "button7"; this.button7.Size = new System.Drawing.Size(124, 43); @@ -210,7 +206,7 @@ // // btbuzAfterFinish // - this.btbuzAfterFinish.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Bold); + this.btbuzAfterFinish.Font = new System.Drawing.Font("맑은 고딕", 11F, 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); @@ -221,6 +217,7 @@ // // button13 // + this.button13.Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold); this.button13.Location = new System.Drawing.Point(53, 215); this.button13.Name = "button13"; this.button13.Size = new System.Drawing.Size(128, 42); @@ -231,6 +228,7 @@ // // button14 // + this.button14.Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold); this.button14.Location = new System.Drawing.Point(404, 213); this.button14.Name = "button14"; this.button14.Size = new System.Drawing.Size(128, 42); @@ -241,7 +239,7 @@ // // button3 // - this.button3.Font = new System.Drawing.Font("맑은 고딕", 13F, System.Drawing.FontStyle.Bold); + this.button3.Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold); this.button3.Location = new System.Drawing.Point(230, 89); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(124, 43); @@ -252,6 +250,7 @@ // // btmag2 // + this.btmag2.Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold); this.btmag2.Location = new System.Drawing.Point(230, 233); this.btmag2.Name = "btmag2"; this.btmag2.Size = new System.Drawing.Size(124, 43); @@ -262,6 +261,7 @@ // // btRoomLamp // + this.btRoomLamp.Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold); this.btRoomLamp.Location = new System.Drawing.Point(429, 30); this.btRoomLamp.Name = "btRoomLamp"; this.btRoomLamp.Size = new System.Drawing.Size(135, 43); @@ -272,7 +272,7 @@ // // button6 // - this.button6.Font = new System.Drawing.Font("맑은 고딕", 14F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(129))); + this.button6.Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold); this.button6.Location = new System.Drawing.Point(404, 75); this.button6.Name = "button6"; this.button6.Size = new System.Drawing.Size(163, 49); @@ -283,6 +283,7 @@ // // btPickerVac // + this.btPickerVac.Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold); this.btPickerVac.Location = new System.Drawing.Point(230, 133); this.btPickerVac.Name = "btPickerVac"; this.btPickerVac.Size = new System.Drawing.Size(124, 43); @@ -293,6 +294,7 @@ // // btPort1 // + this.btPort1.Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold); this.btPort1.ForeColor = System.Drawing.Color.Black; this.btPort1.Location = new System.Drawing.Point(230, 187); this.btPort1.Name = "btPort1"; @@ -304,6 +306,7 @@ // // btmag1 // + this.btmag1.Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold); this.btmag1.Location = new System.Drawing.Point(404, 299); this.btmag1.Name = "btmag1"; this.btmag1.Size = new System.Drawing.Size(128, 42); @@ -314,6 +317,7 @@ // // btTWLamp // + this.btTWLamp.Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold); this.btTWLamp.Location = new System.Drawing.Point(292, 30); this.btTWLamp.Name = "btTWLamp"; this.btTWLamp.Size = new System.Drawing.Size(135, 43); @@ -324,6 +328,7 @@ // // btBuz // + this.btBuz.Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold); this.btBuz.Location = new System.Drawing.Point(155, 30); this.btBuz.Name = "btBuz"; this.btBuz.Size = new System.Drawing.Size(135, 43); @@ -334,6 +339,7 @@ // // btmag0 // + this.btmag0.Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold); this.btmag0.Location = new System.Drawing.Point(53, 301); this.btmag0.Name = "btmag0"; this.btmag0.Size = new System.Drawing.Size(128, 42); @@ -344,7 +350,7 @@ // // button5 // - this.button5.Font = new System.Drawing.Font("맑은 고딕", 14F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(129))); + this.button5.Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold); this.button5.Location = new System.Drawing.Point(18, 77); this.button5.Name = "button5"; this.button5.Size = new System.Drawing.Size(163, 49); @@ -355,6 +361,7 @@ // // btPort0 // + this.btPort0.Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold); this.btPort0.ForeColor = System.Drawing.Color.Black; this.btPort0.Location = new System.Drawing.Point(53, 258); this.btPort0.Name = "btPort0"; @@ -366,6 +373,7 @@ // // btPort2 // + this.btPort2.Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold); this.btPort2.ForeColor = System.Drawing.Color.Black; this.btPort2.Location = new System.Drawing.Point(404, 256); this.btPort2.Name = "btPort2"; @@ -377,6 +385,7 @@ // // btLeftVac // + this.btLeftVac.Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold); this.btLeftVac.Location = new System.Drawing.Point(53, 172); this.btLeftVac.Name = "btLeftVac"; this.btLeftVac.Size = new System.Drawing.Size(128, 42); @@ -387,6 +396,7 @@ // // btPrintR // + this.btPrintR.Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold); this.btPrintR.ForeColor = System.Drawing.Color.Black; this.btPrintR.Location = new System.Drawing.Point(404, 127); this.btPrintR.Name = "btPrintR"; @@ -398,6 +408,7 @@ // // btPrintL // + this.btPrintL.Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold); this.btPrintL.ForeColor = System.Drawing.Color.Black; this.btPrintL.Location = new System.Drawing.Point(53, 129); this.btPrintL.Name = "btPrintL"; @@ -409,6 +420,7 @@ // // btRightVac // + this.btRightVac.Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold); this.btRightVac.Location = new System.Drawing.Point(404, 170); this.btRightVac.Name = "btRightVac"; this.btRightVac.Size = new System.Drawing.Size(128, 42); @@ -424,17 +436,11 @@ this.groupBox2.Controls.Add(this.btCartDetR); this.groupBox2.Controls.Add(this.btCartDetL); this.groupBox2.Controls.Add(this.btCartDetC); - this.groupBox2.Controls.Add(this.btdoorr3); - this.groupBox2.Controls.Add(this.btdoorr1); - this.groupBox2.Controls.Add(this.btdoorf3); - this.groupBox2.Controls.Add(this.btdoorr2); - this.groupBox2.Controls.Add(this.btdoorf1); - this.groupBox2.Controls.Add(this.btdoorf2); this.groupBox2.Dock = System.Windows.Forms.DockStyle.Bottom; this.groupBox2.Font = new System.Drawing.Font("맑은 고딕", 13F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); - this.groupBox2.Location = new System.Drawing.Point(5, 408); + this.groupBox2.Location = new System.Drawing.Point(5, 414); this.groupBox2.Name = "groupBox2"; - this.groupBox2.Size = new System.Drawing.Size(596, 177); + this.groupBox2.Size = new System.Drawing.Size(596, 171); this.groupBox2.TabIndex = 2; this.groupBox2.TabStop = false; this.groupBox2.Text = "Sensor Control"; @@ -442,9 +448,9 @@ // btDetectPrintR // this.btDetectPrintR.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Bold); - this.btDetectPrintR.Location = new System.Drawing.Point(466, 32); + this.btDetectPrintR.Location = new System.Drawing.Point(112, 38); this.btDetectPrintR.Name = "btDetectPrintR"; - this.btDetectPrintR.Size = new System.Drawing.Size(100, 43); + this.btDetectPrintR.Size = new System.Drawing.Size(100, 58); this.btDetectPrintR.TabIndex = 24; this.btDetectPrintR.Text = "Print Detect-R"; this.btDetectPrintR.UseVisualStyleBackColor = true; @@ -453,9 +459,9 @@ // btDetectPrintL // this.btDetectPrintL.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Bold); - this.btDetectPrintL.Location = new System.Drawing.Point(365, 32); + this.btDetectPrintL.Location = new System.Drawing.Point(12, 38); this.btDetectPrintL.Name = "btDetectPrintL"; - this.btDetectPrintL.Size = new System.Drawing.Size(100, 43); + this.btDetectPrintL.Size = new System.Drawing.Size(100, 58); this.btDetectPrintL.TabIndex = 23; this.btDetectPrintL.Text = "Print Detect-L"; this.btDetectPrintL.UseVisualStyleBackColor = true; @@ -464,9 +470,9 @@ // btCartDetR // this.btCartDetR.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Bold); - this.btCartDetR.Location = new System.Drawing.Point(219, 122); + this.btCartDetR.Location = new System.Drawing.Point(213, 99); this.btCartDetR.Name = "btCartDetR"; - this.btCartDetR.Size = new System.Drawing.Size(100, 43); + this.btCartDetR.Size = new System.Drawing.Size(100, 58); this.btCartDetR.TabIndex = 20; this.btCartDetR.Text = "Cart Detect(R)"; this.btCartDetR.UseVisualStyleBackColor = true; @@ -475,9 +481,9 @@ // btCartDetL // this.btCartDetL.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Bold); - this.btCartDetL.Location = new System.Drawing.Point(16, 122); + this.btCartDetL.Location = new System.Drawing.Point(12, 99); this.btCartDetL.Name = "btCartDetL"; - this.btCartDetL.Size = new System.Drawing.Size(100, 43); + this.btCartDetL.Size = new System.Drawing.Size(100, 58); this.btCartDetL.TabIndex = 21; this.btCartDetL.Text = "Cart Detect(L)"; this.btCartDetL.UseVisualStyleBackColor = true; @@ -486,80 +492,14 @@ // btCartDetC // this.btCartDetC.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Bold); - this.btCartDetC.Location = new System.Drawing.Point(118, 122); + this.btCartDetC.Location = new System.Drawing.Point(112, 99); this.btCartDetC.Name = "btCartDetC"; - this.btCartDetC.Size = new System.Drawing.Size(100, 43); + this.btCartDetC.Size = new System.Drawing.Size(100, 58); this.btCartDetC.TabIndex = 22; this.btCartDetC.Text = "Cart Detect(C)"; this.btCartDetC.UseVisualStyleBackColor = true; this.btCartDetC.Click += new System.EventHandler(this.button7_Click); // - // btdoorr3 - // - this.btdoorr3.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Bold); - this.btdoorr3.Location = new System.Drawing.Point(219, 32); - this.btdoorr3.Name = "btdoorr3"; - this.btdoorr3.Size = new System.Drawing.Size(100, 43); - this.btdoorr3.TabIndex = 19; - this.btdoorr3.Text = "DOOR-R3"; - this.btdoorr3.UseVisualStyleBackColor = true; - this.btdoorr3.Click += new System.EventHandler(this.btSafetyP3_Click); - // - // btdoorr1 - // - this.btdoorr1.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Bold); - this.btdoorr1.Location = new System.Drawing.Point(16, 32); - this.btdoorr1.Name = "btdoorr1"; - this.btdoorr1.Size = new System.Drawing.Size(100, 43); - this.btdoorr1.TabIndex = 0; - this.btdoorr1.Text = "DOOR-R1"; - this.btdoorr1.UseVisualStyleBackColor = true; - this.btdoorr1.Click += new System.EventHandler(this.button2_Click_1); - // - // btdoorf3 - // - this.btdoorf3.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Bold); - this.btdoorf3.Location = new System.Drawing.Point(219, 77); - this.btdoorf3.Name = "btdoorf3"; - this.btdoorf3.Size = new System.Drawing.Size(100, 43); - this.btdoorf3.TabIndex = 2; - this.btdoorf3.Text = "DOOR-F3"; - this.btdoorf3.UseVisualStyleBackColor = true; - this.btdoorf3.Click += new System.EventHandler(this.btLoaderDetect_Click); - // - // btdoorr2 - // - this.btdoorr2.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Bold); - this.btdoorr2.Location = new System.Drawing.Point(118, 32); - this.btdoorr2.Name = "btdoorr2"; - this.btdoorr2.Size = new System.Drawing.Size(100, 43); - this.btdoorr2.TabIndex = 2; - this.btdoorr2.Text = "DOOR-R2"; - this.btdoorr2.UseVisualStyleBackColor = true; - this.btdoorr2.Click += new System.EventHandler(this.button4_Click); - // - // btdoorf1 - // - this.btdoorf1.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Bold); - this.btdoorf1.Location = new System.Drawing.Point(16, 77); - this.btdoorf1.Name = "btdoorf1"; - this.btdoorf1.Size = new System.Drawing.Size(100, 43); - this.btdoorf1.TabIndex = 5; - this.btdoorf1.Text = "DOOR-F1"; - this.btdoorf1.UseVisualStyleBackColor = true; - this.btdoorf1.Click += new System.EventHandler(this.btSafetyCvIn_Click); - // - // btdoorf2 - // - this.btdoorf2.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Bold); - this.btdoorf2.Location = new System.Drawing.Point(118, 77); - this.btdoorf2.Name = "btdoorf2"; - this.btdoorf2.Size = new System.Drawing.Size(100, 43); - this.btdoorf2.TabIndex = 8; - this.btdoorf2.Text = "DOOR-F2"; - this.btdoorf2.UseVisualStyleBackColor = true; - this.btdoorf2.Click += new System.EventHandler(this.btSafetyCvOut_Click); - // // tabPage1 // this.tabPage1.Controls.Add(this.propertyGrid1); @@ -571,16 +511,6 @@ this.tabPage1.Text = "Advanced Settings"; this.tabPage1.UseVisualStyleBackColor = true; // - // bsLang - // - this.bsLang.DataMember = "language"; - this.bsLang.DataSource = this.dataSet1; - // - // dataSet1 - // - this.dataSet1.DataSetName = "DataSet1"; - this.dataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; - // // tabPage4 // this.tabPage4.Controls.Add(this.btDefIO); @@ -595,9 +525,9 @@ // // btDefIO // - this.btDefIO.Location = new System.Drawing.Point(23, 135); + this.btDefIO.Location = new System.Drawing.Point(13, 118); this.btDefIO.Name = "btDefIO"; - this.btDefIO.Size = new System.Drawing.Size(189, 43); + this.btDefIO.Size = new System.Drawing.Size(234, 43); this.btDefIO.TabIndex = 48; this.btDefIO.Text = "Define I/O Description"; this.btDefIO.UseVisualStyleBackColor = true; @@ -605,9 +535,9 @@ // // btDefError // - this.btDefError.Location = new System.Drawing.Point(23, 75); + this.btDefError.Location = new System.Drawing.Point(13, 65); this.btDefError.Name = "btDefError"; - this.btDefError.Size = new System.Drawing.Size(189, 43); + this.btDefError.Size = new System.Drawing.Size(234, 43); this.btDefError.TabIndex = 47; this.btDefError.Text = "Define Error Messages"; this.btDefError.UseVisualStyleBackColor = true; @@ -615,14 +545,24 @@ // // btOpenZPL // - this.btOpenZPL.Location = new System.Drawing.Point(23, 15); + this.btOpenZPL.Location = new System.Drawing.Point(13, 12); this.btOpenZPL.Name = "btOpenZPL"; - this.btOpenZPL.Size = new System.Drawing.Size(189, 43); + this.btOpenZPL.Size = new System.Drawing.Size(234, 43); this.btOpenZPL.TabIndex = 46; this.btOpenZPL.Text = "Open ZPL"; this.btOpenZPL.UseVisualStyleBackColor = true; this.btOpenZPL.Click += new System.EventHandler(this.btOpenZPL_Click); // + // bsLang + // + this.bsLang.DataMember = "language"; + this.bsLang.DataSource = this.dataSet1; + // + // dataSet1 + // + this.dataSet1.DataSetName = "DataSet1"; + this.dataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; + // // bsRecipient // this.bsRecipient.DataMember = "MailRecipient"; @@ -639,8 +579,7 @@ // // fSetting // - this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.ClientSize = new System.Drawing.Size(614, 686); this.Controls.Add(this.tabControl1); this.Controls.Add(this.panel1); @@ -660,9 +599,9 @@ this.groupBox1.ResumeLayout(false); this.groupBox2.ResumeLayout(false); this.tabPage1.ResumeLayout(false); + this.tabPage4.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.bsLang)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit(); - this.tabPage4.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.bsRecipient)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.bsMailForm)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit(); @@ -682,15 +621,9 @@ private System.Windows.Forms.TabPage tabPage2; private System.Windows.Forms.ToolTip toolTip1; private System.Windows.Forms.GroupBox groupBox1; - private System.Windows.Forms.Button btdoorr2; - private System.Windows.Forms.Button btdoorr1; - private System.Windows.Forms.Button btdoorf1; private System.Windows.Forms.Button btBuz; - private System.Windows.Forms.Button btdoorf2; private System.Windows.Forms.GroupBox groupBox2; - private System.Windows.Forms.Button btdoorf3; private System.Windows.Forms.ErrorProvider errorProvider1; - private System.Windows.Forms.Button btdoorr3; private System.Windows.Forms.Button btTWLamp; private System.Windows.Forms.BindingSource bsRecipient; private System.Windows.Forms.BindingSource bsMailForm; diff --git a/Handler/Project/Setting/fSetting.cs b/Handler/Project/Setting/fSetting.cs index 291830d..3ae77f1 100644 --- a/Handler/Project/Setting/fSetting.cs +++ b/Handler/Project/Setting/fSetting.cs @@ -47,14 +47,6 @@ namespace Project this.propertyGrid1.SelectedObject = this.dummySetting; this.propertyGrid1.Refresh(); - //Function usage - btdoorr1.BackColor = dummySetting.Disable_safty_R0 ? Color.Tomato : Color.Lime; - btdoorr2.BackColor = dummySetting.Disable_safty_R1 ? Color.Tomato : Color.Lime; - btdoorr3.BackColor = dummySetting.Disable_safty_R2 ? Color.Tomato : Color.Lime; - btdoorf1.BackColor = dummySetting.Disable_safty_F0 ? Color.Tomato : Color.Lime; - btdoorf2.BackColor = dummySetting.Disable_safty_F1 ? Color.Tomato : Color.Lime; - btdoorf3.BackColor = dummySetting.Disable_safty_F2 ? Color.Tomato : Color.Lime; - btBuz.BackColor = dummySetting.Disable_Buzzer == false ? Color.Lime : Color.Tomato; this.btTWLamp.BackColor = dummySetting.Disable_TowerLamp ? Color.Tomato : Color.Lime; this.btRoomLamp.BackColor = dummySetting.Disable_RoomLight == true ? Color.Tomato : Color.Lime; @@ -213,54 +205,7 @@ namespace Project but.BackColor = dummySetting.Disable_RoomLight == true ? Color.Tomato : Color.Lime; } - private void button4_Click_1(object sender, EventArgs e) - { - var but = sender as Button; - dummySetting.Disable_SidQtyCheck = !dummySetting.Disable_SidQtyCheck; - but.BackColor = dummySetting.Disable_SidQtyCheck == true ? Color.Tomato : Color.Lime; - } - private void button2_Click_1(object sender, EventArgs e) - { - var but = sender as Button; - dummySetting.Disable_safty_R0 = !dummySetting.Disable_safty_R0; - but.BackColor = dummySetting.Disable_safty_R0 ? Color.Tomato : Color.Lime; - } - - - private void button4_Click(object sender, EventArgs e) - { - var but = sender as Button; - dummySetting.Disable_safty_R1 = !dummySetting.Disable_safty_R1; - but.BackColor = dummySetting.Disable_safty_R1 ? Color.Tomato : Color.Lime; - } - - private void btSafetyP3_Click(object sender, EventArgs e) - { - var but = sender as Button; - dummySetting.Disable_safty_R2 = !dummySetting.Disable_safty_R2; - but.BackColor = dummySetting.Disable_safty_R2 ? Color.Tomato : Color.Lime; - } - - private void btSafetyCvIn_Click(object sender, EventArgs e) - { - var but = sender as Button; - dummySetting.Disable_safty_F0 = !dummySetting.Disable_safty_F0; - but.BackColor = dummySetting.Disable_safty_F0 ? Color.Tomato : Color.Lime; - } - - private void btSafetyCvOut_Click(object sender, EventArgs e) - { - var but = sender as Button; - dummySetting.Disable_safty_F1 = !dummySetting.Disable_safty_F1; - but.BackColor = dummySetting.Disable_safty_F1 ? Color.Tomato : Color.Lime; - } - - private void btLoaderDetect_Click(object sender, EventArgs e) - { - var but = sender as Button; - dummySetting.Disable_safty_F2 = !dummySetting.Disable_safty_F2; - but.BackColor = dummySetting.Disable_safty_F2 ? Color.Tomato : Color.Lime; - } + private void btLeftVac_Click(object sender, EventArgs e) { @@ -404,7 +349,7 @@ namespace Project private void btOpenZPL_Click(object sender, EventArgs e) { - var fi = new System.IO.FileInfo("zpl.txt"); + var fi = new System.IO.FileInfo( UTIL.MakePath("data","zpl.txt")); if (fi.Exists == false) { System.IO.File.WriteAllText(fi.FullName, Properties.Settings.Default.ZPL7, System.Text.Encoding.Default); diff --git a/Handler/Project/StartupAPI.cs b/Handler/Project/StartupAPI.cs deleted file mode 100644 index c84d991..0000000 --- a/Handler/Project/StartupAPI.cs +++ /dev/null @@ -1,73 +0,0 @@ -using Microsoft.Owin.Cors; -using Owin; -using System.Web.Http.Routing; -using System.Web.Http; -using Microsoft.Owin.StaticFiles; -using Microsoft.Owin.FileSystems; - -namespace Project.OWIN -{ - public class Startup - { - public void Configuration(IAppBuilder appBuilder) - { - //var di = new System.IO.DirectoryInfo(@".\View"); - //di = new System.IO.DirectoryInfo(@"D:\Source\WebDev\SVELT\svelte-start-app\public"); - - //if (di.Exists == false) di.Create(); - //// Serve static files - //var options = new FileServerOptions - //{ - // EnableDefaultFiles = true, - // FileSystem = new PhysicalFileSystem(di.FullName) - //}; - //appBuilder.UseFileServer(options); - - // Configure Web API for self-host - //HttpConfiguration config = new HttpConfiguration(); - //config.Routes.MapHttpRoute( - // name: "DefaultApi", - // routeTemplate: "api/{controller}/{id}", - // defaults: new { id = RouteParameter.Optional } - //); - - //config.Routes.MapHttpRoute( - // name: "ControlApi", - // routeTemplate: "api/{controller}/{action}/{id}", - // defaults: new { id = RouteParameter.Optional } - // ); - - // Configure Web API for Self-Host - HttpConfiguration config = new HttpConfiguration(); - config.MapHttpAttributeRoutes(); - - - ////메인파일 처리 방법 - IHttpRoute userrouter = - config.Routes.CreateRoute("ctrl/{controller}/{action}/{id}", - new { id = RouteParameter.Optional }, - null); - - //메인파일 처리 방법 - IHttpRoute defaultRoute = - config.Routes.CreateRoute("api/{controller}/{id}", - new { id = RouteParameter.Optional }, - null); - - - config.Routes.Add("defaultRoute", defaultRoute); - config.Routes.Add("userrouter", userrouter); - appBuilder.UseWebApi(config); - - - config.Formatters.JsonFormatter.SupportedMediaTypes.Add( - new System.Net.Http.Headers.MediaTypeHeaderValue("application/json") - ); - // Remove the XML formatter - config.Formatters.Remove(config.Formatters.XmlFormatter); - appBuilder.UseCors(CorsOptions.AllowAll); - // appBuilder.UseWebApi(config); - } - } -} - diff --git a/Handler/Project/Util/Util_DO.cs b/Handler/Project/Util/Util_DO.cs index 5fe34c9..8f679ff 100644 --- a/Handler/Project/Util/Util_DO.cs +++ b/Handler/Project/Util/Util_DO.cs @@ -266,12 +266,6 @@ namespace Project //둘중 하나라도 켜져있드면 비상 상태이다 var b1 = GetIOInput(eDIName.BUT_EMGF); return b1; - //BitArray ba1 = new BitArray(8); - //ba1.Set(0, GetIOInput(eDIName.BUT_EMG1)); - //ba1.Set(1, GetIOInput(eDIName.BUT_EMG2)); - //ba1.Set(2, GetIOInput(eDIName.BUT_EMG3)); - //ba1.Set(3, GetIOInput(eDIName.BUT_EMG4)); - //return ba1.ValueI(); } /// @@ -391,22 +385,6 @@ namespace Project { if (SETTING.System.ReverseSIG_PortDetect2Up) curValue = !curValue; } - //else if(pin == eDIName.L_CYLUP) //임시코드 - //{ - // curValue = !curValue; - //} - //else if(pin == eDIName.R_CYLUP) //임시코드 - //{ - // curValue = !curValue; - //} - //else if (pin == eDIName.L_EXT_READY) - //{ - // if (SETTING.System.ReverseSIG_ExtConvReady) curValue = !curValue; - //} - //else if (pin == eDIName.R_EXT_READY) - //{ - // if (SETTING.System.ReverseSIG_ExtConvReady) curValue = !curValue; - //} else if (pin == eDIName.L_CONV1 || pin == eDIName.L_CONV4 || pin == eDIName.L_CONV3) curValue = !curValue; else if (pin == eDIName.R_CONV1 || pin == eDIName.R_CONV4 || pin == eDIName.R_CONV3) @@ -425,30 +403,6 @@ namespace Project return PUB.dio.GetDOValue(pindef.terminalno); } - ///// - ///// A/D Link Digital input Pin number - ///// - ///// - ///// - //public static int GetDINum(eDIName pin) - //{ - // return (int)pin + 1; - // //return COMM.SETTING.Data.DI[(byte)pin]; - //} - - ///// - ///// adlink digital output in number - ///// - ///// - ///// - //public static int Pin[eDOName pin) - //{ - // return (int)pin + 1; - // //return COMM.SETTING.Data.DO[(byte)pin]; - - //} - - /// /// 포트내의 안전센서 여부 /// @@ -478,17 +432,17 @@ namespace Project { if (idx == 0) { - if (AR.SETTING.Data.Disable_safty_F0) return true; + if (SETTING.System.Disable_safty_F0) return true; else return DIO.GetIOInput(eDIName.DOORF1) == false; } else if (idx == 1) { - if (AR.SETTING.Data.Disable_safty_F1) return true; + if (AR.SETTING.System.Disable_safty_F1) return true; else return DIO.GetIOInput(eDIName.DOORF2) == false; } else if (idx == 2) { - if (AR.SETTING.Data.Disable_safty_F2) return true; + if (AR.SETTING.System.Disable_safty_F2) return true; else return DIO.GetIOInput(eDIName.DOORF3) == false; } } @@ -497,9 +451,9 @@ namespace Project public static Boolean isSaftyDoorR(int idx, Boolean RealSensor) { - if (RealSensor == false && idx == 0 && AR.SETTING.Data.Disable_safty_R0 == true) return true; - else if (RealSensor == false && idx == 1 && AR.SETTING.Data.Disable_safty_R1 == true) return true; - else if (RealSensor == false && idx == 2 && AR.SETTING.Data.Disable_safty_R2 == true) return true; + if (RealSensor == false && idx == 0 && AR.SETTING.System.Disable_safty_R0 == true) return true; + else if (RealSensor == false && idx == 1 && AR.SETTING.System.Disable_safty_R1 == true) return true; + else if (RealSensor == false && idx == 2 && AR.SETTING.System.Disable_safty_R2 == true) return true; else if (idx == 0 && DIO.GetIOInput(eDIName.DOORR1) == false) return true; else if (idx == 1 && DIO.GetIOInput(eDIName.DOORR2) == false) return true; else if (idx == 2 && DIO.GetIOInput(eDIName.DOORR3) == false) return true; diff --git a/Handler/Project/app.config b/Handler/Project/app.config index 9d18cf0..146e3f2 100644 --- a/Handler/Project/app.config +++ b/Handler/Project/app.config @@ -49,10 +49,6 @@ - - - - diff --git a/Handler/Project/fMain.Designer.cs b/Handler/Project/fMain.Designer.cs index ad29275..3892c5a 100644 --- a/Handler/Project/fMain.Designer.cs +++ b/Handler/Project/fMain.Designer.cs @@ -29,168 +29,168 @@ private void InitializeComponent() { 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(); - System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle(); - System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle(); - System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle(); - System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle(); - arFrame.Control.ColorListItem colorListItem1 = new arFrame.Control.ColorListItem(); - arFrame.Control.ColorListItem colorListItem2 = new arFrame.Control.ColorListItem(); - arFrame.Control.ColorListItem colorListItem3 = new arFrame.Control.ColorListItem(); - arFrame.Control.ColorListItem colorListItem4 = new arFrame.Control.ColorListItem(); - arFrame.Control.ColorListItem colorListItem5 = new arFrame.Control.ColorListItem(); - arFrame.Control.ColorListItem colorListItem6 = new arFrame.Control.ColorListItem(); - arFrame.Control.ColorListItem colorListItem7 = new arFrame.Control.ColorListItem(); - arFrame.Control.ColorListItem colorListItem8 = new arFrame.Control.ColorListItem(); - arFrame.Control.ColorListItem colorListItem9 = new arFrame.Control.ColorListItem(); - arFrame.Control.ColorListItem colorListItem10 = new arFrame.Control.ColorListItem(); - arFrame.Control.ColorListItem colorListItem11 = new arFrame.Control.ColorListItem(); - arFrame.Control.ColorListItem colorListItem12 = new arFrame.Control.ColorListItem(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FMain)); - arCtl.sLogMessageColor sLogMessageColor1 = new arCtl.sLogMessageColor(); - arCtl.sLogMessageColor sLogMessageColor2 = new arCtl.sLogMessageColor(); - arCtl.sLogMessageColor sLogMessageColor3 = new arCtl.sLogMessageColor(); - arCtl.sLogMessageColor sLogMessageColor4 = new arCtl.sLogMessageColor(); - UIControl.CPicker cPicker1 = new UIControl.CPicker(); - UIControl.CPicker cPicker2 = new UIControl.CPicker(); - UIControl.CPort cPort1 = new UIControl.CPort(); - UIControl.CPort cPort2 = new UIControl.CPort(); - UIControl.CPort cPort3 = new UIControl.CPort(); - arCtl.ListView2.ColorData colorData1 = new arCtl.ListView2.ColorData(); - arCtl.ListView2.ColorData colorData2 = new arCtl.ListView2.ColorData(); - arCtl.ListView2.ColorData colorData3 = new arCtl.ListView2.ColorData(); - arCtl.ListView2.ColorData colorData4 = new arCtl.ListView2.ColorData(); - arCtl.ListView2.ColorData colorData5 = new arCtl.ListView2.ColorData(); - arCtl.ListView2.ColorData colorData6 = new arCtl.ListView2.ColorData(); - arCtl.ListView2.ColorData colorData7 = new arCtl.ListView2.ColorData(); - arCtl.ListView2.ColorData colorData8 = new arCtl.ListView2.ColorData(); - arCtl.ListView2.Column column2 = new arCtl.ListView2.Column(); - arCtl.ListView2.Column column3 = new arCtl.ListView2.Column(); - arCtl.ListView2.Column column4 = new arCtl.ListView2.Column(); - arCtl.ListView2.Column column5 = new arCtl.ListView2.Column(); - arCtl.ListView2.Column column6 = new arCtl.ListView2.Column(); - arCtl.ListView2.Column column7 = new arCtl.ListView2.Column(); - arCtl.ListView2.ItemStyle itemStyle1 = new arCtl.ListView2.ItemStyle(); - arCtl.ListView2.Row row1 = new arCtl.ListView2.Row(); - arCtl.ListView2.Cell cell1 = new arCtl.ListView2.Cell(); - arCtl.ListView2.Cell cell2 = new arCtl.ListView2.Cell(); - arCtl.ListView2.Cell cell3 = new arCtl.ListView2.Cell(); - arCtl.ListView2.Cell cell4 = new arCtl.ListView2.Cell(); - arCtl.ListView2.Cell cell5 = new arCtl.ListView2.Cell(); - arCtl.ListView2.Cell cell6 = new arCtl.ListView2.Cell(); - arCtl.ListView2.Row row2 = new arCtl.ListView2.Row(); - arCtl.ListView2.Cell cell7 = new arCtl.ListView2.Cell(); - arCtl.ListView2.Cell cell8 = new arCtl.ListView2.Cell(); - arCtl.ListView2.Cell cell9 = new arCtl.ListView2.Cell(); - arCtl.ListView2.Cell cell10 = new arCtl.ListView2.Cell(); - arCtl.ListView2.Cell cell11 = new arCtl.ListView2.Cell(); - arCtl.ListView2.Cell cell12 = new arCtl.ListView2.Cell(); - arCtl.ListView2.Row row3 = new arCtl.ListView2.Row(); - arCtl.ListView2.Cell cell13 = new arCtl.ListView2.Cell(); - arCtl.ListView2.Cell cell14 = new arCtl.ListView2.Cell(); - arCtl.ListView2.Cell cell15 = new arCtl.ListView2.Cell(); - arCtl.ListView2.Cell cell16 = new arCtl.ListView2.Cell(); - arCtl.ListView2.Cell cell17 = new arCtl.ListView2.Cell(); - arCtl.ListView2.Cell cell18 = new arCtl.ListView2.Cell(); - arCtl.ListView2.Row row4 = new arCtl.ListView2.Row(); - arCtl.ListView2.Cell cell19 = new arCtl.ListView2.Cell(); - arCtl.ListView2.Cell cell20 = new arCtl.ListView2.Cell(); - arCtl.ListView2.Cell cell21 = new arCtl.ListView2.Cell(); - arCtl.ListView2.Cell cell22 = new arCtl.ListView2.Cell(); - arCtl.ListView2.Cell cell23 = new arCtl.ListView2.Cell(); - arCtl.ListView2.Cell cell24 = new arCtl.ListView2.Cell(); - arCtl.ListView2.Row row5 = new arCtl.ListView2.Row(); - arCtl.ListView2.Cell cell25 = new arCtl.ListView2.Cell(); - arCtl.ListView2.Cell cell26 = new arCtl.ListView2.Cell(); - arCtl.ListView2.Cell cell27 = new arCtl.ListView2.Cell(); - arCtl.ListView2.Cell cell28 = new arCtl.ListView2.Cell(); - arCtl.ListView2.Cell cell29 = new arCtl.ListView2.Cell(); - arCtl.ListView2.Cell cell30 = new arCtl.ListView2.Cell(); - arCtl.ListView2.Row row6 = new arCtl.ListView2.Row(); - arCtl.ListView2.Cell cell31 = new arCtl.ListView2.Cell(); - arCtl.ListView2.Cell cell32 = new arCtl.ListView2.Cell(); - arCtl.ListView2.Cell cell33 = new arCtl.ListView2.Cell(); - arCtl.ListView2.Cell cell34 = new arCtl.ListView2.Cell(); - arCtl.ListView2.Cell cell35 = new arCtl.ListView2.Cell(); - arCtl.ListView2.Cell cell36 = new arCtl.ListView2.Cell(); - arCtl.ListView2.Row row7 = new arCtl.ListView2.Row(); - arCtl.ListView2.Cell cell37 = new arCtl.ListView2.Cell(); - arCtl.ListView2.Cell cell38 = new arCtl.ListView2.Cell(); - arCtl.ListView2.Cell cell39 = new arCtl.ListView2.Cell(); - arCtl.ListView2.Cell cell40 = new arCtl.ListView2.Cell(); - arCtl.ListView2.Cell cell41 = new arCtl.ListView2.Cell(); - arCtl.ListView2.Cell cell42 = new arCtl.ListView2.Cell(); - arCtl.ListView2.Row row8 = new arCtl.ListView2.Row(); - arCtl.ListView2.Cell cell43 = new arCtl.ListView2.Cell(); - arCtl.ListView2.Cell cell44 = new arCtl.ListView2.Cell(); - arCtl.ListView2.Cell cell45 = new arCtl.ListView2.Cell(); - arCtl.ListView2.Cell cell46 = new arCtl.ListView2.Cell(); - arCtl.ListView2.Cell cell47 = new arCtl.ListView2.Cell(); - arCtl.ListView2.Cell cell48 = new arCtl.ListView2.Cell(); - arCtl.ListView2.Row row9 = new arCtl.ListView2.Row(); - arCtl.ListView2.Cell cell49 = new arCtl.ListView2.Cell(); - arCtl.ListView2.Cell cell50 = new arCtl.ListView2.Cell(); - arCtl.ListView2.Cell cell51 = new arCtl.ListView2.Cell(); - arCtl.ListView2.Cell cell52 = new arCtl.ListView2.Cell(); - arCtl.ListView2.Cell cell53 = new arCtl.ListView2.Cell(); - arCtl.ListView2.Cell cell54 = new arCtl.ListView2.Cell(); - arCtl.ListView2.Row row10 = new arCtl.ListView2.Row(); - arCtl.ListView2.Cell cell55 = new arCtl.ListView2.Cell(); - arCtl.ListView2.Cell cell56 = new arCtl.ListView2.Cell(); - arCtl.ListView2.Cell cell57 = new arCtl.ListView2.Cell(); - arCtl.ListView2.Cell cell58 = new arCtl.ListView2.Cell(); - arCtl.ListView2.Cell cell59 = new arCtl.ListView2.Cell(); - arCtl.ListView2.Cell cell60 = new arCtl.ListView2.Cell(); - arCtl.ListView2.Row row11 = new arCtl.ListView2.Row(); - arCtl.ListView2.Cell cell61 = new arCtl.ListView2.Cell(); - arCtl.ListView2.Cell cell62 = new arCtl.ListView2.Cell(); - arCtl.ListView2.Cell cell63 = new arCtl.ListView2.Cell(); - arCtl.ListView2.Cell cell64 = new arCtl.ListView2.Cell(); - arCtl.ListView2.Cell cell65 = new arCtl.ListView2.Cell(); - arCtl.ListView2.Cell cell66 = new arCtl.ListView2.Cell(); - arCtl.ListView2.Row row12 = new arCtl.ListView2.Row(); - arCtl.ListView2.Cell cell67 = new arCtl.ListView2.Cell(); - arCtl.ListView2.Cell cell68 = new arCtl.ListView2.Cell(); - arCtl.ListView2.Cell cell69 = new arCtl.ListView2.Cell(); - arCtl.ListView2.Cell cell70 = new arCtl.ListView2.Cell(); - arCtl.ListView2.Cell cell71 = new arCtl.ListView2.Cell(); - arCtl.ListView2.Cell cell72 = new arCtl.ListView2.Cell(); - arCtl.ListView2.Row row13 = new arCtl.ListView2.Row(); - arCtl.ListView2.Cell cell73 = new arCtl.ListView2.Cell(); - arCtl.ListView2.Cell cell74 = new arCtl.ListView2.Cell(); - arCtl.ListView2.Cell cell75 = new arCtl.ListView2.Cell(); - arCtl.ListView2.Cell cell76 = new arCtl.ListView2.Cell(); - arCtl.ListView2.Cell cell77 = new arCtl.ListView2.Cell(); - arCtl.ListView2.Cell cell78 = new arCtl.ListView2.Cell(); - arCtl.ListView2.Row row14 = new arCtl.ListView2.Row(); - arCtl.ListView2.Cell cell79 = new arCtl.ListView2.Cell(); - arCtl.ListView2.Cell cell80 = new arCtl.ListView2.Cell(); - arCtl.ListView2.Cell cell81 = new arCtl.ListView2.Cell(); - arCtl.ListView2.Cell cell82 = new arCtl.ListView2.Cell(); - arCtl.ListView2.Cell cell83 = new arCtl.ListView2.Cell(); - arCtl.ListView2.Cell cell84 = new arCtl.ListView2.Cell(); - arCtl.ListView2.Row row15 = new arCtl.ListView2.Row(); - arCtl.ListView2.Cell cell85 = new arCtl.ListView2.Cell(); - arCtl.ListView2.Cell cell86 = new arCtl.ListView2.Cell(); - arCtl.ListView2.Cell cell87 = new arCtl.ListView2.Cell(); - arCtl.ListView2.Cell cell88 = new arCtl.ListView2.Cell(); - arCtl.ListView2.Cell cell89 = new arCtl.ListView2.Cell(); - arCtl.ListView2.Cell cell90 = new arCtl.ListView2.Cell(); - arCtl.ListView2.Row row16 = new arCtl.ListView2.Row(); - arCtl.ListView2.Cell cell91 = new arCtl.ListView2.Cell(); - arCtl.ListView2.Cell cell92 = new arCtl.ListView2.Cell(); - arCtl.ListView2.Cell cell93 = new arCtl.ListView2.Cell(); - arCtl.ListView2.Cell cell94 = new arCtl.ListView2.Cell(); - 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 dataGridViewCellStyle57 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle35 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle47 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle48 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle49 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle50 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle51 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle52 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle53 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle54 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle55 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle56 = new System.Windows.Forms.DataGridViewCellStyle(); + arFrame.Control.ColorListItem colorListItem49 = new arFrame.Control.ColorListItem(); + arFrame.Control.ColorListItem colorListItem50 = new arFrame.Control.ColorListItem(); + arFrame.Control.ColorListItem colorListItem51 = new arFrame.Control.ColorListItem(); + arFrame.Control.ColorListItem colorListItem52 = new arFrame.Control.ColorListItem(); + arFrame.Control.ColorListItem colorListItem53 = new arFrame.Control.ColorListItem(); + arFrame.Control.ColorListItem colorListItem54 = new arFrame.Control.ColorListItem(); + arFrame.Control.ColorListItem colorListItem55 = new arFrame.Control.ColorListItem(); + arFrame.Control.ColorListItem colorListItem56 = new arFrame.Control.ColorListItem(); + arFrame.Control.ColorListItem colorListItem57 = new arFrame.Control.ColorListItem(); + arFrame.Control.ColorListItem colorListItem58 = new arFrame.Control.ColorListItem(); + arFrame.Control.ColorListItem colorListItem59 = new arFrame.Control.ColorListItem(); + arFrame.Control.ColorListItem colorListItem60 = new arFrame.Control.ColorListItem(); + arCtl.sLogMessageColor sLogMessageColor17 = new arCtl.sLogMessageColor(); + arCtl.sLogMessageColor sLogMessageColor18 = new arCtl.sLogMessageColor(); + arCtl.sLogMessageColor sLogMessageColor19 = new arCtl.sLogMessageColor(); + arCtl.sLogMessageColor sLogMessageColor20 = new arCtl.sLogMessageColor(); + UIControl.CPicker cPicker9 = new UIControl.CPicker(); + UIControl.CPicker cPicker10 = new UIControl.CPicker(); + UIControl.CPort cPort13 = new UIControl.CPort(); + UIControl.CPort cPort14 = new UIControl.CPort(); + UIControl.CPort cPort15 = new UIControl.CPort(); + arCtl.ListView2.ColorData colorData33 = new arCtl.ListView2.ColorData(); + arCtl.ListView2.ColorData colorData34 = new arCtl.ListView2.ColorData(); + arCtl.ListView2.ColorData colorData35 = new arCtl.ListView2.ColorData(); + arCtl.ListView2.ColorData colorData36 = new arCtl.ListView2.ColorData(); + arCtl.ListView2.ColorData colorData37 = new arCtl.ListView2.ColorData(); + arCtl.ListView2.ColorData colorData38 = new arCtl.ListView2.ColorData(); + arCtl.ListView2.ColorData colorData39 = new arCtl.ListView2.ColorData(); + arCtl.ListView2.ColorData colorData40 = new arCtl.ListView2.ColorData(); + arCtl.ListView2.Column column26 = new arCtl.ListView2.Column(); + arCtl.ListView2.Column column27 = new arCtl.ListView2.Column(); + arCtl.ListView2.Column column28 = new arCtl.ListView2.Column(); + arCtl.ListView2.Column column29 = new arCtl.ListView2.Column(); + arCtl.ListView2.Column column30 = new arCtl.ListView2.Column(); + arCtl.ListView2.Column column31 = new arCtl.ListView2.Column(); + arCtl.ListView2.ItemStyle itemStyle9 = new arCtl.ListView2.ItemStyle(); + arCtl.ListView2.Row row65 = new arCtl.ListView2.Row(); + arCtl.ListView2.Cell cell385 = new arCtl.ListView2.Cell(); + arCtl.ListView2.Cell cell386 = new arCtl.ListView2.Cell(); + arCtl.ListView2.Cell cell387 = new arCtl.ListView2.Cell(); + arCtl.ListView2.Cell cell388 = new arCtl.ListView2.Cell(); + arCtl.ListView2.Cell cell389 = new arCtl.ListView2.Cell(); + arCtl.ListView2.Cell cell390 = new arCtl.ListView2.Cell(); + arCtl.ListView2.Row row66 = new arCtl.ListView2.Row(); + arCtl.ListView2.Cell cell391 = new arCtl.ListView2.Cell(); + arCtl.ListView2.Cell cell392 = new arCtl.ListView2.Cell(); + arCtl.ListView2.Cell cell393 = new arCtl.ListView2.Cell(); + arCtl.ListView2.Cell cell394 = new arCtl.ListView2.Cell(); + arCtl.ListView2.Cell cell395 = new arCtl.ListView2.Cell(); + arCtl.ListView2.Cell cell396 = new arCtl.ListView2.Cell(); + arCtl.ListView2.Row row67 = new arCtl.ListView2.Row(); + arCtl.ListView2.Cell cell397 = new arCtl.ListView2.Cell(); + arCtl.ListView2.Cell cell398 = new arCtl.ListView2.Cell(); + arCtl.ListView2.Cell cell399 = new arCtl.ListView2.Cell(); + arCtl.ListView2.Cell cell400 = new arCtl.ListView2.Cell(); + arCtl.ListView2.Cell cell401 = new arCtl.ListView2.Cell(); + arCtl.ListView2.Cell cell402 = new arCtl.ListView2.Cell(); + arCtl.ListView2.Row row68 = new arCtl.ListView2.Row(); + arCtl.ListView2.Cell cell403 = new arCtl.ListView2.Cell(); + arCtl.ListView2.Cell cell404 = new arCtl.ListView2.Cell(); + arCtl.ListView2.Cell cell405 = new arCtl.ListView2.Cell(); + arCtl.ListView2.Cell cell406 = new arCtl.ListView2.Cell(); + arCtl.ListView2.Cell cell407 = new arCtl.ListView2.Cell(); + arCtl.ListView2.Cell cell408 = new arCtl.ListView2.Cell(); + arCtl.ListView2.Row row69 = new arCtl.ListView2.Row(); + arCtl.ListView2.Cell cell409 = new arCtl.ListView2.Cell(); + arCtl.ListView2.Cell cell410 = new arCtl.ListView2.Cell(); + arCtl.ListView2.Cell cell411 = new arCtl.ListView2.Cell(); + arCtl.ListView2.Cell cell412 = new arCtl.ListView2.Cell(); + arCtl.ListView2.Cell cell413 = new arCtl.ListView2.Cell(); + arCtl.ListView2.Cell cell414 = new arCtl.ListView2.Cell(); + arCtl.ListView2.Row row70 = new arCtl.ListView2.Row(); + arCtl.ListView2.Cell cell415 = new arCtl.ListView2.Cell(); + arCtl.ListView2.Cell cell416 = new arCtl.ListView2.Cell(); + arCtl.ListView2.Cell cell417 = new arCtl.ListView2.Cell(); + arCtl.ListView2.Cell cell418 = new arCtl.ListView2.Cell(); + arCtl.ListView2.Cell cell419 = new arCtl.ListView2.Cell(); + arCtl.ListView2.Cell cell420 = new arCtl.ListView2.Cell(); + arCtl.ListView2.Row row71 = new arCtl.ListView2.Row(); + arCtl.ListView2.Cell cell421 = new arCtl.ListView2.Cell(); + arCtl.ListView2.Cell cell422 = new arCtl.ListView2.Cell(); + arCtl.ListView2.Cell cell423 = new arCtl.ListView2.Cell(); + arCtl.ListView2.Cell cell424 = new arCtl.ListView2.Cell(); + arCtl.ListView2.Cell cell425 = new arCtl.ListView2.Cell(); + arCtl.ListView2.Cell cell426 = new arCtl.ListView2.Cell(); + arCtl.ListView2.Row row72 = new arCtl.ListView2.Row(); + arCtl.ListView2.Cell cell427 = new arCtl.ListView2.Cell(); + arCtl.ListView2.Cell cell428 = new arCtl.ListView2.Cell(); + arCtl.ListView2.Cell cell429 = new arCtl.ListView2.Cell(); + arCtl.ListView2.Cell cell430 = new arCtl.ListView2.Cell(); + arCtl.ListView2.Cell cell431 = new arCtl.ListView2.Cell(); + arCtl.ListView2.Cell cell432 = new arCtl.ListView2.Cell(); + arCtl.ListView2.Row row73 = new arCtl.ListView2.Row(); + arCtl.ListView2.Cell cell433 = new arCtl.ListView2.Cell(); + arCtl.ListView2.Cell cell434 = new arCtl.ListView2.Cell(); + arCtl.ListView2.Cell cell435 = new arCtl.ListView2.Cell(); + arCtl.ListView2.Cell cell436 = new arCtl.ListView2.Cell(); + arCtl.ListView2.Cell cell437 = new arCtl.ListView2.Cell(); + arCtl.ListView2.Cell cell438 = new arCtl.ListView2.Cell(); + arCtl.ListView2.Row row74 = new arCtl.ListView2.Row(); + arCtl.ListView2.Cell cell439 = new arCtl.ListView2.Cell(); + arCtl.ListView2.Cell cell440 = new arCtl.ListView2.Cell(); + arCtl.ListView2.Cell cell441 = new arCtl.ListView2.Cell(); + arCtl.ListView2.Cell cell442 = new arCtl.ListView2.Cell(); + arCtl.ListView2.Cell cell443 = new arCtl.ListView2.Cell(); + arCtl.ListView2.Cell cell444 = new arCtl.ListView2.Cell(); + arCtl.ListView2.Row row75 = new arCtl.ListView2.Row(); + arCtl.ListView2.Cell cell445 = new arCtl.ListView2.Cell(); + arCtl.ListView2.Cell cell446 = new arCtl.ListView2.Cell(); + arCtl.ListView2.Cell cell447 = new arCtl.ListView2.Cell(); + arCtl.ListView2.Cell cell448 = new arCtl.ListView2.Cell(); + arCtl.ListView2.Cell cell449 = new arCtl.ListView2.Cell(); + arCtl.ListView2.Cell cell450 = new arCtl.ListView2.Cell(); + arCtl.ListView2.Row row76 = new arCtl.ListView2.Row(); + arCtl.ListView2.Cell cell451 = new arCtl.ListView2.Cell(); + arCtl.ListView2.Cell cell452 = new arCtl.ListView2.Cell(); + arCtl.ListView2.Cell cell453 = new arCtl.ListView2.Cell(); + arCtl.ListView2.Cell cell454 = new arCtl.ListView2.Cell(); + arCtl.ListView2.Cell cell455 = new arCtl.ListView2.Cell(); + arCtl.ListView2.Cell cell456 = new arCtl.ListView2.Cell(); + arCtl.ListView2.Row row77 = new arCtl.ListView2.Row(); + arCtl.ListView2.Cell cell457 = new arCtl.ListView2.Cell(); + arCtl.ListView2.Cell cell458 = new arCtl.ListView2.Cell(); + arCtl.ListView2.Cell cell459 = new arCtl.ListView2.Cell(); + arCtl.ListView2.Cell cell460 = new arCtl.ListView2.Cell(); + arCtl.ListView2.Cell cell461 = new arCtl.ListView2.Cell(); + arCtl.ListView2.Cell cell462 = new arCtl.ListView2.Cell(); + arCtl.ListView2.Row row78 = new arCtl.ListView2.Row(); + arCtl.ListView2.Cell cell463 = new arCtl.ListView2.Cell(); + arCtl.ListView2.Cell cell464 = new arCtl.ListView2.Cell(); + arCtl.ListView2.Cell cell465 = new arCtl.ListView2.Cell(); + arCtl.ListView2.Cell cell466 = new arCtl.ListView2.Cell(); + arCtl.ListView2.Cell cell467 = new arCtl.ListView2.Cell(); + arCtl.ListView2.Cell cell468 = new arCtl.ListView2.Cell(); + arCtl.ListView2.Row row79 = new arCtl.ListView2.Row(); + arCtl.ListView2.Cell cell469 = new arCtl.ListView2.Cell(); + arCtl.ListView2.Cell cell470 = new arCtl.ListView2.Cell(); + arCtl.ListView2.Cell cell471 = new arCtl.ListView2.Cell(); + arCtl.ListView2.Cell cell472 = new arCtl.ListView2.Cell(); + arCtl.ListView2.Cell cell473 = new arCtl.ListView2.Cell(); + arCtl.ListView2.Cell cell474 = new arCtl.ListView2.Cell(); + arCtl.ListView2.Row row80 = new arCtl.ListView2.Row(); + arCtl.ListView2.Cell cell475 = new arCtl.ListView2.Cell(); + arCtl.ListView2.Cell cell476 = new arCtl.ListView2.Cell(); + arCtl.ListView2.Cell cell477 = new arCtl.ListView2.Cell(); + arCtl.ListView2.Cell cell478 = new arCtl.ListView2.Cell(); + arCtl.ListView2.Cell cell479 = new arCtl.ListView2.Cell(); + arCtl.ListView2.Cell cell480 = new arCtl.ListView2.Cell(); + arCtl.ListView2.ItemStyle itemStyle10 = new arCtl.ListView2.ItemStyle(); this.tmDisplay = new System.Windows.Forms.Timer(this.components); this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); this.arLabel76 = new arCtl.arLabel(); @@ -239,6 +239,7 @@ this.새로고침ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.bs = new System.Windows.Forms.BindingSource(this.components); this.dataSet1 = new Project.DataSet1(); + this.progressBarRefresh = new System.Windows.Forms.ProgressBar(); this.cmCam = new System.Windows.Forms.ContextMenuStrip(this.components); this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem(); this.liveViewProcessOnOffToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); @@ -322,7 +323,6 @@ this.btModelMot = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripMenuItem12 = new System.Windows.Forms.ToolStripSeparator(); this.바코드룰ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.프린트룰ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.sID정보ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.프로그램열기ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.인바운드데이터업데이트ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); @@ -878,7 +878,8 @@ this.btStart.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btStart.TextShadow = true; this.btStart.TextVisible = true; - this.toolTip1.SetToolTip(this.btStart, "Start the equipment.\r\nSame as the \"START\" button at the bottom of the front panel."); + this.toolTip1.SetToolTip(this.btStart, "Start the equipment.\r\nSame as the \"START\" button at the bottom of the front panel" + + "."); this.btStart.Click += new System.EventHandler(this.arLabel2_Click_1); // // btReset @@ -926,7 +927,8 @@ this.btReset.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btReset.TextShadow = true; this.btReset.TextVisible = true; - this.toolTip1.SetToolTip(this.btReset, "Reset the error state.\r\nSame as the \"RESET\" button at the bottom of the front panel.\r\nAlso handles buzzer OFF function."); + this.toolTip1.SetToolTip(this.btReset, "Reset the error state.\r\nSame as the \"RESET\" button at the bottom of the front pan" + + "el.\r\nAlso handles buzzer OFF function."); this.btReset.Click += new System.EventHandler(this.btReset_Click); // // btStop @@ -974,14 +976,14 @@ this.btStop.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btStop.TextShadow = true; this.btStop.TextVisible = true; - this.toolTip1.SetToolTip(this.btStop, "Stop equipment operation.\r\nSame as the \"STOP\" button at the bottom of the front panel.\r\nIf pressed while motion is moving, motion will also stop.\r\n(When motion stops, it cannot be restarted. Please return to origin and initialize before starting work again)"); + this.toolTip1.SetToolTip(this.btStop, resources.GetString("btStop.ToolTip")); this.btStop.Click += new System.EventHandler(this.arLabel4_Click_1); // // systemParameterToolStripMenuItem // this.systemParameterToolStripMenuItem.Font = new System.Drawing.Font("Cambria", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.systemParameterToolStripMenuItem.Name = "systemParameterToolStripMenuItem"; - this.systemParameterToolStripMenuItem.Size = new System.Drawing.Size(253, 22); + this.systemParameterToolStripMenuItem.Size = new System.Drawing.Size(255, 22); this.systemParameterToolStripMenuItem.Text = "System Parameter"; this.systemParameterToolStripMenuItem.Click += new System.EventHandler(this.systemParameterToolStripMenuItem_Click); // @@ -989,32 +991,33 @@ // this.toolStripMenuItem9.Font = new System.Drawing.Font("Cambria", 10F, System.Drawing.FontStyle.Bold); this.toolStripMenuItem9.Name = "toolStripMenuItem9"; - this.toolStripMenuItem9.Size = new System.Drawing.Size(253, 22); + this.toolStripMenuItem9.Size = new System.Drawing.Size(255, 22); this.toolStripMenuItem9.Text = "Show Log"; this.toolStripMenuItem9.Click += new System.EventHandler(this.toolStripMenuItem9_Click); // // toolStripMenuItem4 // this.toolStripMenuItem4.Name = "toolStripMenuItem4"; - this.toolStripMenuItem4.Size = new System.Drawing.Size(250, 6); + this.toolStripMenuItem4.Size = new System.Drawing.Size(252, 6); // // demoRunToolStripMenuItem // this.demoRunToolStripMenuItem.Font = new System.Drawing.Font("Cambria", 10F, System.Drawing.FontStyle.Bold); this.demoRunToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0))))); this.demoRunToolStripMenuItem.Name = "demoRunToolStripMenuItem"; - this.demoRunToolStripMenuItem.Size = new System.Drawing.Size(253, 22); + this.demoRunToolStripMenuItem.Size = new System.Drawing.Size(255, 22); this.demoRunToolStripMenuItem.Text = "save data test"; this.demoRunToolStripMenuItem.Click += new System.EventHandler(this.demoRunToolStripMenuItem_Click); // // toolStripMenuItem1 // this.toolStripMenuItem1.Name = "toolStripMenuItem1"; - this.toolStripMenuItem1.Size = new System.Drawing.Size(250, 6); + this.toolStripMenuItem1.Size = new System.Drawing.Size(252, 6); // // panBottom // this.panBottom.Controls.Add(this.arDatagridView1); + this.panBottom.Controls.Add(this.progressBarRefresh); this.panBottom.Dock = System.Windows.Forms.DockStyle.Fill; this.panBottom.Location = new System.Drawing.Point(1, 549); this.panBottom.Name = "panBottom"; @@ -1062,21 +1065,21 @@ this.GUID}); this.arDatagridView1.ContextMenuStrip = this.contextMenuStrip1; this.arDatagridView1.DataSource = this.bs; - dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; - dataGridViewCellStyle12.BackColor = System.Drawing.SystemColors.Control; - dataGridViewCellStyle12.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - dataGridViewCellStyle12.ForeColor = System.Drawing.SystemColors.ControlText; - dataGridViewCellStyle12.Padding = new System.Windows.Forms.Padding(2); - dataGridViewCellStyle12.SelectionBackColor = System.Drawing.SystemColors.Highlight; - dataGridViewCellStyle12.SelectionForeColor = System.Drawing.SystemColors.HighlightText; - dataGridViewCellStyle12.WrapMode = System.Windows.Forms.DataGridViewTriState.False; - this.arDatagridView1.DefaultCellStyle = dataGridViewCellStyle12; + dataGridViewCellStyle57.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; + dataGridViewCellStyle57.BackColor = System.Drawing.SystemColors.Control; + dataGridViewCellStyle57.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + dataGridViewCellStyle57.ForeColor = System.Drawing.SystemColors.ControlText; + dataGridViewCellStyle57.Padding = new System.Windows.Forms.Padding(2); + dataGridViewCellStyle57.SelectionBackColor = System.Drawing.SystemColors.Highlight; + dataGridViewCellStyle57.SelectionForeColor = System.Drawing.SystemColors.HighlightText; + dataGridViewCellStyle57.WrapMode = System.Windows.Forms.DataGridViewTriState.False; + this.arDatagridView1.DefaultCellStyle = dataGridViewCellStyle57; this.arDatagridView1.Dock = System.Windows.Forms.DockStyle.Fill; - this.arDatagridView1.Location = new System.Drawing.Point(0, 0); + this.arDatagridView1.Location = new System.Drawing.Point(0, 23); this.arDatagridView1.Name = "arDatagridView1"; this.arDatagridView1.ReadOnly = true; this.arDatagridView1.RowTemplate.Height = 23; - this.arDatagridView1.Size = new System.Drawing.Size(1037, 389); + this.arDatagridView1.Size = new System.Drawing.Size(1037, 366); this.arDatagridView1.TabIndex = 6; this.arDatagridView1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.arDatagridView1_CellContentClick); this.arDatagridView1.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.arDatagridView1_DataError); @@ -1100,8 +1103,8 @@ // sTIMEDataGridViewTextBoxColumn // this.sTIMEDataGridViewTextBoxColumn.DataPropertyName = "STIME"; - dataGridViewCellStyle1.Format = "HH:mm:ss"; - this.sTIMEDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle1; + dataGridViewCellStyle35.Format = "HH:mm:ss"; + this.sTIMEDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle35; this.sTIMEDataGridViewTextBoxColumn.HeaderText = "START"; this.sTIMEDataGridViewTextBoxColumn.Name = "sTIMEDataGridViewTextBoxColumn"; this.sTIMEDataGridViewTextBoxColumn.ReadOnly = true; @@ -1110,8 +1113,8 @@ // PTIME // this.PTIME.DataPropertyName = "BATCH"; - dataGridViewCellStyle2.Format = "HH:mm:ss"; - this.PTIME.DefaultCellStyle = dataGridViewCellStyle2; + dataGridViewCellStyle47.Format = "HH:mm:ss"; + this.PTIME.DefaultCellStyle = dataGridViewCellStyle47; this.PTIME.HeaderText = "BATCH"; this.PTIME.Name = "PTIME"; this.PTIME.ReadOnly = true; @@ -1120,8 +1123,8 @@ // 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; + dataGridViewCellStyle48.Font = new System.Drawing.Font("맑은 고딕", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); + this.sIDDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle48; this.sIDDataGridViewTextBoxColumn.HeaderText = "SID"; this.sIDDataGridViewTextBoxColumn.Name = "sIDDataGridViewTextBoxColumn"; this.sIDDataGridViewTextBoxColumn.ReadOnly = true; @@ -1130,9 +1133,9 @@ // 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; + dataGridViewCellStyle49.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; + dataGridViewCellStyle49.Font = new System.Drawing.Font("맑은 고딕", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); + this.rIDDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle49; this.rIDDataGridViewTextBoxColumn.HeaderText = "RID"; this.rIDDataGridViewTextBoxColumn.Name = "rIDDataGridViewTextBoxColumn"; this.rIDDataGridViewTextBoxColumn.ReadOnly = true; @@ -1141,8 +1144,8 @@ // VNAME // this.VNAME.DataPropertyName = "VNAME"; - dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; - this.VNAME.DefaultCellStyle = dataGridViewCellStyle5; + dataGridViewCellStyle50.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; + this.VNAME.DefaultCellStyle = dataGridViewCellStyle50; this.VNAME.HeaderText = "VENDER"; this.VNAME.Name = "VNAME"; this.VNAME.ReadOnly = true; @@ -1176,8 +1179,8 @@ // MFGDATE // this.MFGDATE.DataPropertyName = "MFGDATE"; - dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; - this.MFGDATE.DefaultCellStyle = dataGridViewCellStyle6; + dataGridViewCellStyle51.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; + this.MFGDATE.DefaultCellStyle = dataGridViewCellStyle51; this.MFGDATE.HeaderText = "MFGDATE"; this.MFGDATE.Name = "MFGDATE"; this.MFGDATE.ReadOnly = true; @@ -1210,12 +1213,12 @@ // Column1 // this.Column1.DataPropertyName = "REMARK"; - dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; - this.Column1.DefaultCellStyle = dataGridViewCellStyle7; + dataGridViewCellStyle52.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; + this.Column1.DefaultCellStyle = dataGridViewCellStyle52; this.Column1.HeaderText = "Remark"; this.Column1.Name = "Column1"; this.Column1.ReadOnly = true; - this.Column1.Width = 59; + this.Column1.Width = 84; // // PRNATTACH // @@ -1223,7 +1226,7 @@ this.PRNATTACH.HeaderText = "Attach"; this.PRNATTACH.Name = "PRNATTACH"; this.PRNATTACH.ReadOnly = true; - this.PRNATTACH.Width = 40; + this.PRNATTACH.Width = 58; // // PRNVALID // @@ -1231,7 +1234,7 @@ this.PRNVALID.HeaderText = "Validation"; this.PRNVALID.Name = "PRNVALID"; this.PRNVALID.ReadOnly = true; - this.PRNVALID.Width = 40; + this.PRNVALID.Width = 80; // // LOC // @@ -1244,8 +1247,8 @@ // SID0 // this.SID0.DataPropertyName = "SID0"; - dataGridViewCellStyle8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(121)))), ((int)(((byte)(221)))), ((int)(((byte)(242))))); - this.SID0.DefaultCellStyle = dataGridViewCellStyle8; + dataGridViewCellStyle53.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(121)))), ((int)(((byte)(221)))), ((int)(((byte)(242))))); + this.SID0.DefaultCellStyle = dataGridViewCellStyle53; this.SID0.HeaderText = "SID(ORG)"; this.SID0.Name = "SID0"; this.SID0.ReadOnly = true; @@ -1254,8 +1257,8 @@ // RID0 // this.RID0.DataPropertyName = "RID0"; - dataGridViewCellStyle9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(121)))), ((int)(((byte)(221)))), ((int)(((byte)(242))))); - this.RID0.DefaultCellStyle = dataGridViewCellStyle9; + dataGridViewCellStyle54.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(121)))), ((int)(((byte)(221)))), ((int)(((byte)(242))))); + this.RID0.DefaultCellStyle = dataGridViewCellStyle54; this.RID0.HeaderText = "RID(ORG)"; this.RID0.Name = "RID0"; this.RID0.ReadOnly = true; @@ -1264,9 +1267,9 @@ // QTY0 // this.QTY0.DataPropertyName = "QTY0"; - dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; - dataGridViewCellStyle10.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(121)))), ((int)(((byte)(221)))), ((int)(((byte)(242))))); - this.QTY0.DefaultCellStyle = dataGridViewCellStyle10; + dataGridViewCellStyle55.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; + dataGridViewCellStyle55.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(121)))), ((int)(((byte)(221)))), ((int)(((byte)(242))))); + this.QTY0.DefaultCellStyle = dataGridViewCellStyle55; this.QTY0.FillWeight = 55F; this.QTY0.HeaderText = "QTY(ORG)"; this.QTY0.Name = "QTY0"; @@ -1276,9 +1279,9 @@ // ETIME // this.ETIME.DataPropertyName = "ETIME"; - dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; - dataGridViewCellStyle11.Format = "mm:ss.fff"; - this.ETIME.DefaultCellStyle = dataGridViewCellStyle11; + dataGridViewCellStyle56.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; + dataGridViewCellStyle56.Format = "mm:ss.fff"; + this.ETIME.DefaultCellStyle = dataGridViewCellStyle56; this.ETIME.HeaderText = "END"; this.ETIME.Name = "ETIME"; this.ETIME.ReadOnly = true; @@ -1305,12 +1308,12 @@ this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.새로고침ToolStripMenuItem}); this.contextMenuStrip1.Name = "contextMenuStrip1"; - this.contextMenuStrip1.Size = new System.Drawing.Size(123, 26); + this.contextMenuStrip1.Size = new System.Drawing.Size(114, 26); // // 새로고침ToolStripMenuItem // this.새로고침ToolStripMenuItem.Name = "새로고침ToolStripMenuItem"; - this.새로고침ToolStripMenuItem.Size = new System.Drawing.Size(122, 22); + this.새로고침ToolStripMenuItem.Size = new System.Drawing.Size(113, 22); this.새로고침ToolStripMenuItem.Text = "Refresh"; this.새로고침ToolStripMenuItem.Click += new System.EventHandler(this.refreshToolStripMenuItem_Click_1); // @@ -1325,6 +1328,16 @@ this.dataSet1.DataSetName = "DataSet1"; this.dataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; // + // progressBarRefresh + // + this.progressBarRefresh.Dock = System.Windows.Forms.DockStyle.Top; + this.progressBarRefresh.Location = new System.Drawing.Point(0, 0); + this.progressBarRefresh.Name = "progressBarRefresh"; + this.progressBarRefresh.Size = new System.Drawing.Size(1037, 23); + this.progressBarRefresh.Style = System.Windows.Forms.ProgressBarStyle.Marquee; + this.progressBarRefresh.TabIndex = 1; + this.progressBarRefresh.Visible = false; + // // cmCam // this.cmCam.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { @@ -1594,12 +1607,12 @@ this.cmBarcode.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripMenuItem22}); this.cmBarcode.Name = "cmLot1"; - this.cmBarcode.Size = new System.Drawing.Size(99, 26); + this.cmBarcode.Size = new System.Drawing.Size(109, 26); // // toolStripMenuItem22 // this.toolStripMenuItem22.Name = "toolStripMenuItem22"; - this.toolStripMenuItem22.Size = new System.Drawing.Size(98, 22); + this.toolStripMenuItem22.Size = new System.Drawing.Size(108, 22); this.toolStripMenuItem22.Text = "Delete"; // // cmDebug @@ -1638,7 +1651,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(256, 590); // // inboundToolStripMenuItem // @@ -1648,109 +1661,109 @@ this.apiCheckToolStripMenuItem, this.barcodeTestToolStripMenuItem}); this.inboundToolStripMenuItem.Name = "inboundToolStripMenuItem"; - this.inboundToolStripMenuItem.Size = new System.Drawing.Size(253, 22); + this.inboundToolStripMenuItem.Size = new System.Drawing.Size(255, 22); this.inboundToolStripMenuItem.Text = "Inbound"; // // postDataToolStripMenuItem // this.postDataToolStripMenuItem.Name = "postDataToolStripMenuItem"; - this.postDataToolStripMenuItem.Size = new System.Drawing.Size(158, 22); + this.postDataToolStripMenuItem.Size = new System.Drawing.Size(160, 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(158, 22); + this.manualPrintToolStripMenuItem.Size = new System.Drawing.Size(160, 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(158, 22); + this.apiCheckToolStripMenuItem.Size = new System.Drawing.Size(160, 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(158, 22); + this.barcodeTestToolStripMenuItem.Size = new System.Drawing.Size(160, 22); this.barcodeTestToolStripMenuItem.Text = "Barcode Test"; this.barcodeTestToolStripMenuItem.Click += new System.EventHandler(this.barcodeTestToolStripMenuItem_Click); // // countToolStripMenuItem // this.countToolStripMenuItem.Name = "countToolStripMenuItem"; - this.countToolStripMenuItem.Size = new System.Drawing.Size(253, 22); + this.countToolStripMenuItem.Size = new System.Drawing.Size(255, 22); this.countToolStripMenuItem.Text = "Debug Window"; this.countToolStripMenuItem.Click += new System.EventHandler(this.countToolStripMenuItem_Click); // // motionEmulatorToolStripMenuItem // this.motionEmulatorToolStripMenuItem.Name = "motionEmulatorToolStripMenuItem"; - this.motionEmulatorToolStripMenuItem.Size = new System.Drawing.Size(253, 22); + this.motionEmulatorToolStripMenuItem.Size = new System.Drawing.Size(255, 22); this.motionEmulatorToolStripMenuItem.Text = "Finish Window"; this.motionEmulatorToolStripMenuItem.Click += new System.EventHandler(this.motionEmulatorToolStripMenuItem_Click); // // customerRuleToolStripMenuItem // this.customerRuleToolStripMenuItem.Name = "customerRuleToolStripMenuItem"; - this.customerRuleToolStripMenuItem.Size = new System.Drawing.Size(253, 22); + this.customerRuleToolStripMenuItem.Size = new System.Drawing.Size(255, 22); this.customerRuleToolStripMenuItem.Text = "Customer Rule"; this.customerRuleToolStripMenuItem.Click += new System.EventHandler(this.customerRuleToolStripMenuItem_Click); // // sMResetToolStripMenuItem // this.sMResetToolStripMenuItem.Name = "sMResetToolStripMenuItem"; - this.sMResetToolStripMenuItem.Size = new System.Drawing.Size(253, 22); + this.sMResetToolStripMenuItem.Size = new System.Drawing.Size(255, 22); this.sMResetToolStripMenuItem.Text = "S/M Reset"; this.sMResetToolStripMenuItem.Click += new System.EventHandler(this.sMResetToolStripMenuItem_Click); // // systemParameterMotorToolStripMenuItem // this.systemParameterMotorToolStripMenuItem.Name = "systemParameterMotorToolStripMenuItem"; - this.systemParameterMotorToolStripMenuItem.Size = new System.Drawing.Size(253, 22); + this.systemParameterMotorToolStripMenuItem.Size = new System.Drawing.Size(255, 22); this.systemParameterMotorToolStripMenuItem.Text = "System Parameter(Motion))"; this.systemParameterMotorToolStripMenuItem.Click += new System.EventHandler(this.systemParameterMotorToolStripMenuItem_Click); // // regExTestToolStripMenuItem // this.regExTestToolStripMenuItem.Name = "regExTestToolStripMenuItem"; - this.regExTestToolStripMenuItem.Size = new System.Drawing.Size(253, 22); + this.regExTestToolStripMenuItem.Size = new System.Drawing.Size(255, 22); this.regExTestToolStripMenuItem.Text = "RegEx Test"; this.regExTestToolStripMenuItem.Click += new System.EventHandler(this.regExTestToolStripMenuItem_Click); // // debugModeToolStripMenuItem // this.debugModeToolStripMenuItem.Name = "debugModeToolStripMenuItem"; - this.debugModeToolStripMenuItem.Size = new System.Drawing.Size(253, 22); + this.debugModeToolStripMenuItem.Size = new System.Drawing.Size(255, 22); this.debugModeToolStripMenuItem.Text = "Debug Mode"; this.debugModeToolStripMenuItem.Click += new System.EventHandler(this.debugModeToolStripMenuItem_Click); // // toolStripMenuItem8 // this.toolStripMenuItem8.Name = "toolStripMenuItem8"; - this.toolStripMenuItem8.Size = new System.Drawing.Size(250, 6); + this.toolStripMenuItem8.Size = new System.Drawing.Size(252, 6); // // dIOMonitorToolStripMenuItem // this.dIOMonitorToolStripMenuItem.Name = "dIOMonitorToolStripMenuItem"; - this.dIOMonitorToolStripMenuItem.Size = new System.Drawing.Size(253, 22); + this.dIOMonitorToolStripMenuItem.Size = new System.Drawing.Size(255, 22); this.dIOMonitorToolStripMenuItem.Text = "new barcode"; this.dIOMonitorToolStripMenuItem.Click += new System.EventHandler(this.dIOMonitorToolStripMenuItem_Click); // // refreshControklToolStripMenuItem // this.refreshControklToolStripMenuItem.Name = "refreshControklToolStripMenuItem"; - this.refreshControklToolStripMenuItem.Size = new System.Drawing.Size(253, 22); + this.refreshControklToolStripMenuItem.Size = new System.Drawing.Size(255, 22); this.refreshControklToolStripMenuItem.Text = "Refresh Controkl"; this.refreshControklToolStripMenuItem.Click += new System.EventHandler(this.refreshControklToolStripMenuItem_Click); // // 작업선택화면ToolStripMenuItem // this.작업선택화면ToolStripMenuItem.Name = "작업선택화면ToolStripMenuItem"; - this.작업선택화면ToolStripMenuItem.Size = new System.Drawing.Size(253, 22); + this.작업선택화면ToolStripMenuItem.Size = new System.Drawing.Size(255, 22); this.작업선택화면ToolStripMenuItem.Text = "Data Buffer (SID Ref)"; this.작업선택화면ToolStripMenuItem.Click += new System.EventHandler(this.workSelectionScreenToolStripMenuItem_Click); // @@ -1760,19 +1773,19 @@ this.testToolStripMenuItem, this.detectCountToolStripMenuItem}); this.historyToolStripMenuItem.Name = "historyToolStripMenuItem"; - this.historyToolStripMenuItem.Size = new System.Drawing.Size(253, 22); + this.historyToolStripMenuItem.Size = new System.Drawing.Size(255, 22); this.historyToolStripMenuItem.Text = "History"; // // testToolStripMenuItem // this.testToolStripMenuItem.Name = "testToolStripMenuItem"; - this.testToolStripMenuItem.Size = new System.Drawing.Size(158, 22); + this.testToolStripMenuItem.Size = new System.Drawing.Size(160, 22); this.testToolStripMenuItem.Text = "test"; // // detectCountToolStripMenuItem // this.detectCountToolStripMenuItem.Name = "detectCountToolStripMenuItem"; - this.detectCountToolStripMenuItem.Size = new System.Drawing.Size(158, 22); + this.detectCountToolStripMenuItem.Size = new System.Drawing.Size(160, 22); this.detectCountToolStripMenuItem.Text = "Detect Count"; // // menusToolStripMenuItem @@ -1781,20 +1794,20 @@ this.sampleToolStripMenuItem, this.clearToolStripMenuItem1}); this.menusToolStripMenuItem.Name = "menusToolStripMenuItem"; - this.menusToolStripMenuItem.Size = new System.Drawing.Size(253, 22); + this.menusToolStripMenuItem.Size = new System.Drawing.Size(255, 22); this.menusToolStripMenuItem.Text = "Menus"; // // sampleToolStripMenuItem // this.sampleToolStripMenuItem.Name = "sampleToolStripMenuItem"; - this.sampleToolStripMenuItem.Size = new System.Drawing.Size(109, 22); + this.sampleToolStripMenuItem.Size = new System.Drawing.Size(111, 22); this.sampleToolStripMenuItem.Text = "Add"; this.sampleToolStripMenuItem.Click += new System.EventHandler(this.sampleToolStripMenuItem_Click); // // clearToolStripMenuItem1 // this.clearToolStripMenuItem1.Name = "clearToolStripMenuItem1"; - this.clearToolStripMenuItem1.Size = new System.Drawing.Size(109, 22); + this.clearToolStripMenuItem1.Size = new System.Drawing.Size(111, 22); this.clearToolStripMenuItem1.Text = "Clear"; this.clearToolStripMenuItem1.Click += new System.EventHandler(this.clearToolStripMenuItem1_Click); // @@ -1805,27 +1818,27 @@ this.jObEndToolStripMenuItem, this.multiSIDSelectToolStripMenuItem}); this.screenToolStripMenuItem.Name = "screenToolStripMenuItem"; - this.screenToolStripMenuItem.Size = new System.Drawing.Size(253, 22); + this.screenToolStripMenuItem.Size = new System.Drawing.Size(255, 22); this.screenToolStripMenuItem.Text = "Screen"; // // jOBStartToolStripMenuItem // this.jOBStartToolStripMenuItem.Name = "jOBStartToolStripMenuItem"; - this.jOBStartToolStripMenuItem.Size = new System.Drawing.Size(180, 22); + this.jOBStartToolStripMenuItem.Size = new System.Drawing.Size(177, 22); this.jOBStartToolStripMenuItem.Text = "JOB Start"; this.jOBStartToolStripMenuItem.Click += new System.EventHandler(this.jOBStartToolStripMenuItem_Click); // // jObEndToolStripMenuItem // this.jObEndToolStripMenuItem.Name = "jObEndToolStripMenuItem"; - this.jObEndToolStripMenuItem.Size = new System.Drawing.Size(180, 22); + this.jObEndToolStripMenuItem.Size = new System.Drawing.Size(177, 22); this.jObEndToolStripMenuItem.Text = "JOb End"; this.jObEndToolStripMenuItem.Click += new System.EventHandler(this.jObEndToolStripMenuItem_Click); // // multiSIDSelectToolStripMenuItem // this.multiSIDSelectToolStripMenuItem.Name = "multiSIDSelectToolStripMenuItem"; - this.multiSIDSelectToolStripMenuItem.Size = new System.Drawing.Size(180, 22); + this.multiSIDSelectToolStripMenuItem.Size = new System.Drawing.Size(177, 22); this.multiSIDSelectToolStripMenuItem.Text = "Multi SID Select"; this.multiSIDSelectToolStripMenuItem.Click += new System.EventHandler(this.multiSIDSelectToolStripMenuItem_Click); // @@ -1838,105 +1851,105 @@ this.axis3ToolStripMenuItem, this.axis4ToolStripMenuItem}); this.motionParameterToolStripMenuItem.Name = "motionParameterToolStripMenuItem"; - this.motionParameterToolStripMenuItem.Size = new System.Drawing.Size(253, 22); + this.motionParameterToolStripMenuItem.Size = new System.Drawing.Size(255, 22); this.motionParameterToolStripMenuItem.Text = "Motion Parameter"; // // axis0ToolStripMenuItem // this.axis0ToolStripMenuItem.Name = "axis0ToolStripMenuItem"; - this.axis0ToolStripMenuItem.Size = new System.Drawing.Size(114, 22); + this.axis0ToolStripMenuItem.Size = new System.Drawing.Size(116, 22); this.axis0ToolStripMenuItem.Text = "Axis 0"; this.axis0ToolStripMenuItem.Click += new System.EventHandler(this.axis0ToolStripMenuItem_Click); // // axis1ToolStripMenuItem // this.axis1ToolStripMenuItem.Name = "axis1ToolStripMenuItem"; - this.axis1ToolStripMenuItem.Size = new System.Drawing.Size(114, 22); + this.axis1ToolStripMenuItem.Size = new System.Drawing.Size(116, 22); this.axis1ToolStripMenuItem.Text = "Axis 1"; this.axis1ToolStripMenuItem.Click += new System.EventHandler(this.axis1ToolStripMenuItem_Click); // // axis2ToolStripMenuItem // this.axis2ToolStripMenuItem.Name = "axis2ToolStripMenuItem"; - this.axis2ToolStripMenuItem.Size = new System.Drawing.Size(114, 22); + this.axis2ToolStripMenuItem.Size = new System.Drawing.Size(116, 22); this.axis2ToolStripMenuItem.Text = "Axis 2"; this.axis2ToolStripMenuItem.Click += new System.EventHandler(this.axis2ToolStripMenuItem_Click); // // axis3ToolStripMenuItem // this.axis3ToolStripMenuItem.Name = "axis3ToolStripMenuItem"; - this.axis3ToolStripMenuItem.Size = new System.Drawing.Size(114, 22); + this.axis3ToolStripMenuItem.Size = new System.Drawing.Size(116, 22); this.axis3ToolStripMenuItem.Text = "Axis 3"; this.axis3ToolStripMenuItem.Click += new System.EventHandler(this.axis3ToolStripMenuItem_Click); // // axis4ToolStripMenuItem // this.axis4ToolStripMenuItem.Name = "axis4ToolStripMenuItem"; - this.axis4ToolStripMenuItem.Size = new System.Drawing.Size(114, 22); + this.axis4ToolStripMenuItem.Size = new System.Drawing.Size(116, 22); this.axis4ToolStripMenuItem.Text = "Axis 4"; this.axis4ToolStripMenuItem.Click += new System.EventHandler(this.axis4ToolStripMenuItem_Click); // // processListToolStripMenuItem // this.processListToolStripMenuItem.Name = "processListToolStripMenuItem"; - this.processListToolStripMenuItem.Size = new System.Drawing.Size(253, 22); + this.processListToolStripMenuItem.Size = new System.Drawing.Size(255, 22); this.processListToolStripMenuItem.Text = "Process List"; this.processListToolStripMenuItem.Click += new System.EventHandler(this.processListToolStripMenuItem_Click); // // toolStripMenuItem7 // this.toolStripMenuItem7.Name = "toolStripMenuItem7"; - this.toolStripMenuItem7.Size = new System.Drawing.Size(250, 6); + this.toolStripMenuItem7.Size = new System.Drawing.Size(252, 6); // // visionProcess0ToolStripMenuItem // this.visionProcess0ToolStripMenuItem.Name = "visionProcess0ToolStripMenuItem"; - this.visionProcess0ToolStripMenuItem.Size = new System.Drawing.Size(253, 22); + this.visionProcess0ToolStripMenuItem.Size = new System.Drawing.Size(255, 22); this.visionProcess0ToolStripMenuItem.Text = "Vision Status(0)"; this.visionProcess0ToolStripMenuItem.Click += new System.EventHandler(this.visionProcess0ToolStripMenuItem_Click); // // visionProcess1ToolStripMenuItem // this.visionProcess1ToolStripMenuItem.Name = "visionProcess1ToolStripMenuItem"; - this.visionProcess1ToolStripMenuItem.Size = new System.Drawing.Size(253, 22); + this.visionProcess1ToolStripMenuItem.Size = new System.Drawing.Size(255, 22); this.visionProcess1ToolStripMenuItem.Text = "Vision Status(1)"; this.visionProcess1ToolStripMenuItem.Click += new System.EventHandler(this.visionProcess1ToolStripMenuItem_Click); // // speedLimitToolStripMenuItem // this.speedLimitToolStripMenuItem.Name = "speedLimitToolStripMenuItem"; - this.speedLimitToolStripMenuItem.Size = new System.Drawing.Size(253, 22); + this.speedLimitToolStripMenuItem.Size = new System.Drawing.Size(255, 22); this.speedLimitToolStripMenuItem.Text = "Speed Limit"; this.speedLimitToolStripMenuItem.Click += new System.EventHandler(this.speedLimitToolStripMenuItem_Click); // // toolStripMenuItem10 // this.toolStripMenuItem10.Name = "toolStripMenuItem10"; - this.toolStripMenuItem10.Size = new System.Drawing.Size(250, 6); + this.toolStripMenuItem10.Size = new System.Drawing.Size(252, 6); // // bcdRegProcessClearToolStripMenuItem // this.bcdRegProcessClearToolStripMenuItem.Name = "bcdRegProcessClearToolStripMenuItem"; - this.bcdRegProcessClearToolStripMenuItem.Size = new System.Drawing.Size(253, 22); + this.bcdRegProcessClearToolStripMenuItem.Size = new System.Drawing.Size(255, 22); this.bcdRegProcessClearToolStripMenuItem.Text = "Bcd RegProcess Clear"; this.bcdRegProcessClearToolStripMenuItem.Click += new System.EventHandler(this.bcdRegProcessClearToolStripMenuItem_Click); // // displayVARToolStripMenuItem // this.displayVARToolStripMenuItem.Name = "displayVARToolStripMenuItem"; - this.displayVARToolStripMenuItem.Size = new System.Drawing.Size(253, 22); + this.displayVARToolStripMenuItem.Size = new System.Drawing.Size(255, 22); this.displayVARToolStripMenuItem.Text = "Display VAR"; this.displayVARToolStripMenuItem.Click += new System.EventHandler(this.displayVARToolStripMenuItem_Click); // // toolStripMenuItem16 // this.toolStripMenuItem16.Name = "toolStripMenuItem16"; - this.toolStripMenuItem16.Size = new System.Drawing.Size(250, 6); + this.toolStripMenuItem16.Size = new System.Drawing.Size(252, 6); // // getImageToolStripMenuItem // this.getImageToolStripMenuItem.Name = "getImageToolStripMenuItem"; - this.getImageToolStripMenuItem.Size = new System.Drawing.Size(253, 22); + this.getImageToolStripMenuItem.Size = new System.Drawing.Size(255, 22); this.getImageToolStripMenuItem.Text = "Get Image"; // // idxDataGridViewTextBoxColumn @@ -2035,35 +2048,35 @@ this.IOState.arVeriticalDraw = false; this.IOState.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90))))); this.IOState.BorderSize = 0; - colorListItem1.BackColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40))))); - colorListItem1.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30))))); - colorListItem1.Remark = ""; - colorListItem2.BackColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(182)))), ((int)(((byte)(122))))); - colorListItem2.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(182)))), ((int)(((byte)(122))))); - colorListItem2.Remark = ""; - colorListItem3.BackColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(249)))), ((int)(((byte)(76)))), ((int)(((byte)(102))))); - colorListItem3.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(249)))), ((int)(((byte)(76)))), ((int)(((byte)(102))))); - colorListItem3.Remark = ""; - colorListItem4.BackColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(66)))), ((int)(((byte)(145))))); - colorListItem4.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(66)))), ((int)(((byte)(145))))); - colorListItem4.Remark = ""; - colorListItem5.BackColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(180)))), ((int)(((byte)(236))))); - colorListItem5.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(180)))), ((int)(((byte)(236))))); - colorListItem5.Remark = ""; - colorListItem6.BackColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(210)))), ((int)(((byte)(76))))); - colorListItem6.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(210)))), ((int)(((byte)(76))))); - colorListItem6.Remark = ""; - colorListItem7.BackColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(183)))), ((int)(((byte)(43))))); - colorListItem7.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(183)))), ((int)(((byte)(43))))); - colorListItem7.Remark = ""; + colorListItem49.BackColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40))))); + colorListItem49.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30))))); + colorListItem49.Remark = ""; + colorListItem50.BackColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(182)))), ((int)(((byte)(122))))); + colorListItem50.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(182)))), ((int)(((byte)(122))))); + colorListItem50.Remark = ""; + colorListItem51.BackColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(249)))), ((int)(((byte)(76)))), ((int)(((byte)(102))))); + colorListItem51.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(249)))), ((int)(((byte)(76)))), ((int)(((byte)(102))))); + colorListItem51.Remark = ""; + colorListItem52.BackColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(66)))), ((int)(((byte)(145))))); + colorListItem52.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(66)))), ((int)(((byte)(145))))); + colorListItem52.Remark = ""; + colorListItem53.BackColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(180)))), ((int)(((byte)(236))))); + colorListItem53.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(180)))), ((int)(((byte)(236))))); + colorListItem53.Remark = ""; + colorListItem54.BackColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(210)))), ((int)(((byte)(76))))); + colorListItem54.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(210)))), ((int)(((byte)(76))))); + colorListItem54.Remark = ""; + colorListItem55.BackColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(183)))), ((int)(((byte)(43))))); + colorListItem55.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(183)))), ((int)(((byte)(43))))); + colorListItem55.Remark = ""; this.IOState.ColorList = new arFrame.Control.ColorListItem[] { - colorListItem1, - colorListItem2, - colorListItem3, - colorListItem4, - colorListItem5, - colorListItem6, - colorListItem7}; + colorListItem49, + colorListItem50, + colorListItem51, + colorListItem52, + colorListItem53, + colorListItem54, + colorListItem55}; this.IOState.Dock = System.Windows.Forms.DockStyle.Fill; this.IOState.Font = new System.Drawing.Font("Consolas", 8F, System.Drawing.FontStyle.Bold); this.IOState.FontPin = new System.Drawing.Font("Consolas", 8F, System.Drawing.FontStyle.Bold); @@ -2134,27 +2147,27 @@ this.HWState.arVeriticalDraw = false; this.HWState.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.HWState.BorderSize = 0; - colorListItem8.BackColor1 = System.Drawing.Color.Gray; - colorListItem8.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(100)))), ((int)(((byte)(100))))); - colorListItem8.Remark = "Title Bar (Top)"; - colorListItem9.BackColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40))))); - colorListItem9.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); - colorListItem9.Remark = "Status Display (Bottom)"; - colorListItem10.BackColor1 = System.Drawing.Color.Green; - colorListItem10.BackColor2 = System.Drawing.Color.ForestGreen; - colorListItem10.Remark = "Normal"; - colorListItem11.BackColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); - colorListItem11.BackColor2 = System.Drawing.Color.Red; - colorListItem11.Remark = "Error"; - colorListItem12.BackColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40))))); - colorListItem12.BackColor2 = System.Drawing.Color.Yellow; - colorListItem12.Remark = "Error (Blinking)"; + colorListItem56.BackColor1 = System.Drawing.Color.Gray; + colorListItem56.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(100)))), ((int)(((byte)(100))))); + colorListItem56.Remark = "Title Bar (Top)"; + colorListItem57.BackColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40))))); + colorListItem57.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); + colorListItem57.Remark = "Status Display (Bottom)"; + colorListItem58.BackColor1 = System.Drawing.Color.Green; + colorListItem58.BackColor2 = System.Drawing.Color.ForestGreen; + colorListItem58.Remark = "Normal"; + colorListItem59.BackColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); + colorListItem59.BackColor2 = System.Drawing.Color.Red; + colorListItem59.Remark = "Error"; + colorListItem60.BackColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40))))); + colorListItem60.BackColor2 = System.Drawing.Color.Yellow; + colorListItem60.Remark = "Error (Blinking)"; this.HWState.ColorList = new arFrame.Control.ColorListItem[] { - colorListItem8, - colorListItem9, - colorListItem10, - colorListItem11, - colorListItem12}; + colorListItem56, + colorListItem57, + colorListItem58, + colorListItem59, + colorListItem60}; this.HWState.Dock = System.Windows.Forms.DockStyle.Left; this.HWState.Font = new System.Drawing.Font("Consolas", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.HWState.FontPin = new System.Drawing.Font("Consolas", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); @@ -2261,12 +2274,11 @@ this.btModelMot, this.toolStripMenuItem12, this.바코드룰ToolStripMenuItem, - this.프린트룰ToolStripMenuItem, this.sID정보ToolStripMenuItem}); this.toolStripButton7.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton7.Image"))); this.toolStripButton7.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButton7.Name = "toolStripButton7"; - this.toolStripButton7.Size = new System.Drawing.Size(84, 44); + this.toolStripButton7.Size = new System.Drawing.Size(94, 44); this.toolStripButton7.Text = "Model"; this.toolStripButton7.Click += new System.EventHandler(this.button5_Click); // @@ -2274,7 +2286,7 @@ // this.모델선택ToolStripMenuItem.Image = global::Project.Properties.Resources.icons8_object_40; this.모델선택ToolStripMenuItem.Name = "모델선택ToolStripMenuItem"; - this.모델선택ToolStripMenuItem.Size = new System.Drawing.Size(150, 46); + this.모델선택ToolStripMenuItem.Size = new System.Drawing.Size(175, 46); this.모델선택ToolStripMenuItem.Text = "Work Model"; this.모델선택ToolStripMenuItem.Click += new System.EventHandler(this.ModelSelectionToolStripMenuItem_Click); // @@ -2282,31 +2294,23 @@ // this.btModelMot.Image = global::Project.Properties.Resources.Motor; this.btModelMot.Name = "btModelMot"; - this.btModelMot.Size = new System.Drawing.Size(150, 46); + this.btModelMot.Size = new System.Drawing.Size(175, 46); this.btModelMot.Text = "Motion Model"; this.btModelMot.Click += new System.EventHandler(this.toolStripMenuItem23_Click); // // toolStripMenuItem12 // this.toolStripMenuItem12.Name = "toolStripMenuItem12"; - this.toolStripMenuItem12.Size = new System.Drawing.Size(147, 6); + this.toolStripMenuItem12.Size = new System.Drawing.Size(172, 6); // // 바코드룰ToolStripMenuItem // this.바코드룰ToolStripMenuItem.Image = global::Project.Properties.Resources.icons8_add_40; this.바코드룰ToolStripMenuItem.Name = "바코드룰ToolStripMenuItem"; - this.바코드룰ToolStripMenuItem.Size = new System.Drawing.Size(150, 46); + this.바코드룰ToolStripMenuItem.Size = new System.Drawing.Size(175, 46); this.바코드룰ToolStripMenuItem.Text = "Barcode Rule"; this.바코드룰ToolStripMenuItem.Click += new System.EventHandler(this.BarcodeRuleToolStripMenuItem_Click); // - // 프린트룰ToolStripMenuItem - // - this.프린트룰ToolStripMenuItem.Image = global::Project.Properties.Resources.icons8_printer_48; - this.프린트룰ToolStripMenuItem.Name = "프린트룰ToolStripMenuItem"; - this.프린트룰ToolStripMenuItem.Size = new System.Drawing.Size(150, 46); - this.프린트룰ToolStripMenuItem.Text = "Print Rule"; - this.프린트룰ToolStripMenuItem.Click += new System.EventHandler(this.PrintRuleToolStripMenuItem_Click); - // // sID정보ToolStripMenuItem // this.sID정보ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { @@ -2314,15 +2318,14 @@ 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(150, 46); + this.sID정보ToolStripMenuItem.Size = new System.Drawing.Size(176, 46); this.sID정보ToolStripMenuItem.Text = "SID Info"; - this.sID정보ToolStripMenuItem.Click += new System.EventHandler(this.SIDInfoToolStripMenuItem_Click); // // 프로그램열기ToolStripMenuItem // 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(214, 46); this.프로그램열기ToolStripMenuItem.Text = "Open Program"; this.프로그램열기ToolStripMenuItem.Click += new System.EventHandler(this.OpenProgramToolStripMenuItem_Click); // @@ -2330,8 +2333,8 @@ // this.인바운드데이터업데이트ToolStripMenuItem.Image = global::Project.Properties.Resources.Arrow_Right; this.인바운드데이터업데이트ToolStripMenuItem.Name = "인바운드데이터업데이트ToolStripMenuItem"; - this.인바운드데이터업데이트ToolStripMenuItem.Size = new System.Drawing.Size(246, 46); - this.인바운드데이터업데이트ToolStripMenuItem.Text = "Inbound Data Update"; + this.인바운드데이터업데이트ToolStripMenuItem.Size = new System.Drawing.Size(226, 46); + this.인바운드데이터업데이트ToolStripMenuItem.Text = "Update SID Information"; this.인바운드데이터업데이트ToolStripMenuItem.Click += new System.EventHandler(this.InboundDataUpdateToolStripMenuItem_Click); // // toolStripSeparator5 @@ -2409,12 +2412,14 @@ // this.toolStripButton16.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; this.toolStripButton16.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; + this.toolStripButton16.ForeColor = System.Drawing.Color.Red; this.toolStripButton16.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton16.Image"))); this.toolStripButton16.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButton16.Name = "toolStripButton16"; this.toolStripButton16.Size = new System.Drawing.Size(44, 44); this.toolStripButton16.Text = "toolStripButton16"; this.toolStripButton16.ToolTipText = "Send Developer Email"; + this.toolStripButton16.Visible = false; this.toolStripButton16.Click += new System.EventHandler(this.toolStripButton16_Click); // // toolStripButton11 @@ -2438,7 +2443,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(159, 46); this.toolStripMenuItem11.Text = "Program"; this.toolStripMenuItem11.Click += new System.EventHandler(this.toolStripMenuItem11_Click); // @@ -2446,7 +2451,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(159, 46); this.toolStripMenuItem13.Text = "Log"; this.toolStripMenuItem13.Click += new System.EventHandler(this.toolStripMenuItem13_Click); // @@ -2454,7 +2459,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(159, 46); this.toolStripMenuItem14.Text = "Capture"; this.toolStripMenuItem14.Click += new System.EventHandler(this.toolStripMenuItem14_Click); // @@ -2462,7 +2467,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(159, 46); this.toolStripMenuItem15.Text = "Saved Data"; this.toolStripMenuItem15.Click += new System.EventHandler(this.toolStripMenuItem15_Click); // @@ -2490,7 +2495,7 @@ this.toolStripButton6.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton6.Image"))); this.toolStripButton6.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButton6.Name = "toolStripButton6"; - this.toolStripButton6.Size = new System.Drawing.Size(99, 44); + this.toolStripButton6.Size = new System.Drawing.Size(80, 44); this.toolStripButton6.Text = "I/O"; this.toolStripButton6.ToolTipText = "Check Input/Output Signals"; this.toolStripButton6.ButtonClick += new System.EventHandler(this.toolStripButton6_ButtonClick); @@ -2511,7 +2516,7 @@ this.toolStripButton10.Image = global::Project.Properties.Resources.icons8_object_40; this.toolStripButton10.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButton10.Name = "toolStripButton10"; - this.toolStripButton10.Size = new System.Drawing.Size(84, 44); + this.toolStripButton10.Size = new System.Drawing.Size(107, 44); this.toolStripButton10.Text = "Function"; this.toolStripButton10.Click += new System.EventHandler(this.button3_Click_2); // @@ -2519,7 +2524,7 @@ // this.btManage.Image = global::Project.Properties.Resources.icons8_control_panel_40; this.btManage.Name = "btManage"; - this.btManage.Size = new System.Drawing.Size(146, 46); + this.btManage.Size = new System.Drawing.Size(154, 46); this.btManage.Text = "Manage"; this.btManage.Click += new System.EventHandler(this.managementToolStripMenuItem_Click_1); // @@ -2527,7 +2532,7 @@ // this.빠른실행ToolStripMenuItem.Image = global::Project.Properties.Resources.icons8_object_40; this.빠른실행ToolStripMenuItem.Name = "빠른실행ToolStripMenuItem"; - this.빠른실행ToolStripMenuItem.Size = new System.Drawing.Size(146, 46); + this.빠른실행ToolStripMenuItem.Size = new System.Drawing.Size(154, 46); this.빠른실행ToolStripMenuItem.Text = "Quick Run"; this.빠른실행ToolStripMenuItem.Click += new System.EventHandler(this.quickExecutionToolStripMenuItem_Click); // @@ -2536,18 +2541,20 @@ this.btLightRoom.Image = ((System.Drawing.Image)(resources.GetObject("btLightRoom.Image"))); this.btLightRoom.ImageTransparentColor = System.Drawing.Color.Magenta; this.btLightRoom.Name = "btLightRoom"; - this.btLightRoom.Size = new System.Drawing.Size(75, 44); + this.btLightRoom.Size = new System.Drawing.Size(78, 44); this.btLightRoom.Text = "Light"; this.btLightRoom.ToolTipText = "Internal Light On/Off"; this.btLightRoom.Click += new System.EventHandler(this.button7_Click); // // btManualPrint // + this.btManualPrint.ForeColor = System.Drawing.Color.Red; this.btManualPrint.Image = ((System.Drawing.Image)(resources.GetObject("btManualPrint.Image"))); this.btManualPrint.ImageTransparentColor = System.Drawing.Color.Magenta; this.btManualPrint.Name = "btManualPrint"; - this.btManualPrint.Size = new System.Drawing.Size(99, 44); + this.btManualPrint.Size = new System.Drawing.Size(120, 44); this.btManualPrint.Text = "Manual Print"; + this.btManualPrint.Visible = false; this.btManualPrint.Click += new System.EventHandler(this.toolStripButton1_Click); // // toolStripSeparator9 @@ -2560,7 +2567,7 @@ this.btJobCancle.Image = ((System.Drawing.Image)(resources.GetObject("btJobCancle.Image"))); this.btJobCancle.ImageTransparentColor = System.Drawing.Color.Magenta; this.btJobCancle.Name = "btJobCancle"; - this.btJobCancle.Size = new System.Drawing.Size(99, 44); + this.btJobCancle.Size = new System.Drawing.Size(109, 44); this.btJobCancle.Text = "Cancel Job"; this.btJobCancle.ToolTipText = "Cancel Current Job"; this.btJobCancle.Click += new System.EventHandler(this.toolStripButton13_Click); @@ -2584,7 +2591,7 @@ this.btCheckInfo.Image = global::Project.Properties.Resources.Barcode; this.btCheckInfo.ImageTransparentColor = System.Drawing.Color.Magenta; this.btCheckInfo.Name = "btCheckInfo"; - this.btCheckInfo.Size = new System.Drawing.Size(111, 44); + this.btCheckInfo.Size = new System.Drawing.Size(131, 44); this.btCheckInfo.Text = "Barcode Check"; this.btCheckInfo.Click += new System.EventHandler(this.toolStripButton15_Click); // @@ -2596,7 +2603,7 @@ this.toolStripButton3.Image = global::Project.Properties.Resources.icons8_camera_40; this.toolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButton3.Name = "toolStripButton3"; - this.toolStripButton3.Size = new System.Drawing.Size(96, 44); + this.toolStripButton3.Size = new System.Drawing.Size(101, 44); this.toolStripButton3.Text = "Camera"; // // 바코드LToolStripMenuItem @@ -2611,8 +2618,8 @@ this.toolStripMenuItem30}); this.바코드LToolStripMenuItem.Image = global::Project.Properties.Resources.Arrow_Left; this.바코드LToolStripMenuItem.Name = "바코드LToolStripMenuItem"; - this.바코드LToolStripMenuItem.Size = new System.Drawing.Size(178, 46); - this.바코드LToolStripMenuItem.Text = "Barcode"; + this.바코드LToolStripMenuItem.Size = new System.Drawing.Size(197, 46); + this.바코드LToolStripMenuItem.Text = "Camera (QRCode)"; this.바코드LToolStripMenuItem.Click += new System.EventHandler(this.button1_Click_1); // // 연결ToolStripMenuItem @@ -2679,7 +2686,7 @@ this.webManagerToolStripMenuItem}); this.바코드키엔스ToolStripMenuItem.Image = global::Project.Properties.Resources.Barcode; this.바코드키엔스ToolStripMenuItem.Name = "바코드키엔스ToolStripMenuItem"; - this.바코드키엔스ToolStripMenuItem.Size = new System.Drawing.Size(178, 46); + this.바코드키엔스ToolStripMenuItem.Size = new System.Drawing.Size(197, 46); this.바코드키엔스ToolStripMenuItem.Text = "Barcode (Keyence)"; // // toolStripMenuItem17 @@ -2763,7 +2770,7 @@ this.btHistory.Image = ((System.Drawing.Image)(resources.GetObject("btHistory.Image"))); this.btHistory.ImageTransparentColor = System.Drawing.Color.Magenta; this.btHistory.Name = "btHistory"; - this.btHistory.Size = new System.Drawing.Size(75, 44); + this.btHistory.Size = new System.Drawing.Size(89, 44); this.btHistory.Text = "History"; this.btHistory.ToolTipText = "Check Work History"; this.btHistory.Click += new System.EventHandler(this.button3_Click); @@ -2827,19 +2834,19 @@ // this.RtLog.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(24)))), ((int)(((byte)(24)))), ((int)(((byte)(24))))); this.RtLog.BorderStyle = System.Windows.Forms.BorderStyle.None; - sLogMessageColor1.color = System.Drawing.Color.Black; - sLogMessageColor1.gubun = "NOR"; - sLogMessageColor2.color = System.Drawing.Color.Red; - sLogMessageColor2.gubun = "ERR"; - sLogMessageColor3.color = System.Drawing.Color.Tomato; - sLogMessageColor3.gubun = "WARN"; - sLogMessageColor4.color = System.Drawing.Color.Black; - sLogMessageColor4.gubun = "MSG"; + sLogMessageColor17.color = System.Drawing.Color.Black; + sLogMessageColor17.gubun = "NOR"; + sLogMessageColor18.color = System.Drawing.Color.Red; + sLogMessageColor18.gubun = "ERR"; + sLogMessageColor19.color = System.Drawing.Color.Tomato; + sLogMessageColor19.gubun = "WARN"; + sLogMessageColor20.color = System.Drawing.Color.Black; + sLogMessageColor20.gubun = "MSG"; this.RtLog.ColorList = new arCtl.sLogMessageColor[] { - sLogMessageColor1, - sLogMessageColor2, - sLogMessageColor3, - sLogMessageColor4}; + sLogMessageColor17, + sLogMessageColor18, + sLogMessageColor19, + sLogMessageColor20}; this.RtLog.DateFormat = "MM/dd HH:mm"; this.RtLog.DefaultColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(50)))), ((int)(((byte)(50))))); this.RtLog.Dock = System.Windows.Forms.DockStyle.Fill; @@ -3690,106 +3697,106 @@ this.hmi1.arPortRItemOn = false; this.hmi1.arPRItemON = false; this.hmi1.arUnloaderSeq = ((byte)(0)); - cPicker1.HasRealItemOn = false; - cPicker1.ItemOn = false; - cPicker1.Overload = true; - cPicker1.PortIndex = ((short)(-1)); - cPicker1.PortPos = "13"; - cPicker1.PreCheckItemOn = false; - cPicker1.PrintPos = null; - cPicker1.VacOutput = new bool[] { + cPicker9.HasRealItemOn = false; + cPicker9.ItemOn = false; + cPicker9.Overload = true; + cPicker9.PortIndex = ((short)(-1)); + cPicker9.PortPos = "13"; + cPicker9.PreCheckItemOn = false; + cPicker9.PrintPos = null; + cPicker9.VacOutput = new bool[] { false, false, false, false}; - cPicker2.HasRealItemOn = false; - cPicker2.ItemOn = false; - cPicker2.Overload = false; - cPicker2.PortIndex = ((short)(-1)); - cPicker2.PortPos = "7"; - cPicker2.PreCheckItemOn = false; - cPicker2.PrintPos = null; - cPicker2.VacOutput = new bool[] { + cPicker10.HasRealItemOn = false; + cPicker10.ItemOn = false; + cPicker10.Overload = false; + cPicker10.PortIndex = ((short)(-1)); + cPicker10.PortPos = "7"; + cPicker10.PreCheckItemOn = false; + cPicker10.PrintPos = null; + cPicker10.VacOutput = new bool[] { false, false, false, false}; this.hmi1.arVar_Picker = new UIControl.CPicker[] { - cPicker1, - cPicker2}; - cPort1.AlignOK = ((byte)(0)); - cPort1.AnimationStepPort = 9; - cPort1.arrowIndex = 2; - cPort1.bgColor = System.Drawing.Color.Lime; - cPort1.CartSize = 0; - cPort1.DetectUp = true; - cPort1.Enable = true; - cPort1.errorCount = 0; - cPort1.fgColor = System.Drawing.Color.White; - cPort1.fgColorCount = System.Drawing.Color.Empty; - cPort1.LimitLower = true; - cPort1.LimitUpper = false; - cPort1.MotorDir = true; - cPort1.MotorRun = true; - cPort1.Ready = false; - cPort1.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cPort1.Rect"))); - cPort1.rect_count = new System.Drawing.Rectangle(0, 0, 0, 0); - cPort1.rect_title = new System.Drawing.Rectangle(0, 0, 0, 0); - cPort1.reelCount = 0; - cPort1.reelNo = -1; - cPort1.SaftyErr = false; - cPort1.State = ((ushort)(0)); - cPort1.title = "7\""; - cPort2.AlignOK = ((byte)(0)); - cPort2.AnimationStepPort = 9; - cPort2.arrowIndex = 2; - cPort2.bgColor = System.Drawing.Color.Lime; - cPort2.CartSize = 0; - cPort2.DetectUp = true; - cPort2.Enable = true; - cPort2.errorCount = 0; - cPort2.fgColor = System.Drawing.Color.White; - cPort2.fgColorCount = System.Drawing.Color.Empty; - cPort2.LimitLower = false; - cPort2.LimitUpper = true; - cPort2.MotorDir = false; - cPort2.MotorRun = true; - cPort2.Ready = false; - cPort2.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cPort2.Rect"))); - cPort2.rect_count = new System.Drawing.Rectangle(0, 0, 0, 0); - cPort2.rect_title = new System.Drawing.Rectangle(0, 0, 0, 0); - cPort2.reelCount = 0; - cPort2.reelNo = -1; - cPort2.SaftyErr = false; - cPort2.State = ((ushort)(0)); - cPort2.title = "13\""; - cPort3.AlignOK = ((byte)(0)); - cPort3.AnimationStepPort = 9; - cPort3.arrowIndex = 2; - cPort3.bgColor = System.Drawing.Color.Lime; - cPort3.CartSize = 0; - cPort3.DetectUp = true; - cPort3.Enable = true; - cPort3.errorCount = 0; - cPort3.fgColor = System.Drawing.Color.White; - cPort3.fgColorCount = System.Drawing.Color.Empty; - cPort3.LimitLower = false; - cPort3.LimitUpper = false; - cPort3.MotorDir = false; - cPort3.MotorRun = false; - cPort3.Ready = true; - cPort3.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cPort3.Rect"))); - cPort3.rect_count = new System.Drawing.Rectangle(0, 0, 0, 0); - cPort3.rect_title = new System.Drawing.Rectangle(0, 0, 0, 0); - cPort3.reelCount = 0; - cPort3.reelNo = -1; - cPort3.SaftyErr = false; - cPort3.State = ((ushort)(0)); - cPort3.title = "7\""; + cPicker9, + cPicker10}; + cPort13.AlignOK = ((byte)(0)); + cPort13.AnimationStepPort = 9; + cPort13.arrowIndex = 2; + cPort13.bgColor = System.Drawing.Color.Lime; + cPort13.CartSize = 0; + cPort13.DetectUp = true; + cPort13.Enable = true; + cPort13.errorCount = 0; + cPort13.fgColor = System.Drawing.Color.White; + cPort13.fgColorCount = System.Drawing.Color.Empty; + cPort13.LimitLower = true; + cPort13.LimitUpper = false; + cPort13.MotorDir = true; + cPort13.MotorRun = true; + cPort13.Ready = false; + cPort13.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cPort13.Rect"))); + cPort13.rect_count = new System.Drawing.Rectangle(0, 0, 0, 0); + cPort13.rect_title = new System.Drawing.Rectangle(0, 0, 0, 0); + cPort13.reelCount = 0; + cPort13.reelNo = -1; + cPort13.SaftyErr = false; + cPort13.State = ((ushort)(0)); + cPort13.title = "7\""; + cPort14.AlignOK = ((byte)(0)); + cPort14.AnimationStepPort = 9; + cPort14.arrowIndex = 2; + cPort14.bgColor = System.Drawing.Color.Lime; + cPort14.CartSize = 0; + cPort14.DetectUp = true; + cPort14.Enable = true; + cPort14.errorCount = 0; + cPort14.fgColor = System.Drawing.Color.White; + cPort14.fgColorCount = System.Drawing.Color.Empty; + cPort14.LimitLower = false; + cPort14.LimitUpper = true; + cPort14.MotorDir = false; + cPort14.MotorRun = true; + cPort14.Ready = false; + cPort14.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cPort14.Rect"))); + cPort14.rect_count = new System.Drawing.Rectangle(0, 0, 0, 0); + cPort14.rect_title = new System.Drawing.Rectangle(0, 0, 0, 0); + cPort14.reelCount = 0; + cPort14.reelNo = -1; + cPort14.SaftyErr = false; + cPort14.State = ((ushort)(0)); + cPort14.title = "13\""; + cPort15.AlignOK = ((byte)(0)); + cPort15.AnimationStepPort = 9; + cPort15.arrowIndex = 2; + cPort15.bgColor = System.Drawing.Color.Lime; + cPort15.CartSize = 0; + cPort15.DetectUp = true; + cPort15.Enable = true; + cPort15.errorCount = 0; + cPort15.fgColor = System.Drawing.Color.White; + cPort15.fgColorCount = System.Drawing.Color.Empty; + cPort15.LimitLower = false; + cPort15.LimitUpper = false; + cPort15.MotorDir = false; + cPort15.MotorRun = false; + cPort15.Ready = true; + cPort15.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cPort15.Rect"))); + cPort15.rect_count = new System.Drawing.Rectangle(0, 0, 0, 0); + cPort15.rect_title = new System.Drawing.Rectangle(0, 0, 0, 0); + cPort15.reelCount = 0; + cPort15.reelNo = -1; + cPort15.SaftyErr = false; + cPort15.State = ((ushort)(0)); + cPort15.title = "7\""; this.hmi1.arVar_Port = new UIControl.CPort[] { - cPort1, - cPort2, - cPort3}; + cPort13, + cPort14, + cPort15}; this.hmi1.arVision_RID = null; this.hmi1.arVision_SID = null; this.hmi1.arVisionProcessC = false; @@ -3820,115 +3827,115 @@ // this.listView21.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(32)))), ((int)(((byte)(32))))); this.listView21.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90))))); - colorData1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(45)))), ((int)(((byte)(45))))); - colorData1.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40))))); - colorData1.ForeColor = System.Drawing.Color.White; - colorData1.Tag = ""; - colorData2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30))))); - colorData2.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40))))); - colorData2.ForeColor = System.Drawing.Color.White; - colorData2.Tag = ""; - colorData3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(75)))), ((int)(((byte)(75))))); - colorData3.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(75)))), ((int)(((byte)(75))))); - colorData3.ForeColor = System.Drawing.Color.White; - colorData3.Tag = ""; - colorData4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(134)))), ((int)(((byte)(75)))), ((int)(((byte)(225))))); - colorData4.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(134)))), ((int)(((byte)(75)))), ((int)(((byte)(225))))); - colorData4.ForeColor = System.Drawing.Color.White; - colorData4.Tag = ""; - colorData5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(77)))), ((int)(((byte)(157))))); - colorData5.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(77)))), ((int)(((byte)(157))))); - colorData5.ForeColor = System.Drawing.Color.White; - colorData5.Tag = ""; - colorData6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(251)))), ((int)(((byte)(155)))), ((int)(((byte)(42))))); - colorData6.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(251)))), ((int)(((byte)(155)))), ((int)(((byte)(42))))); - colorData6.ForeColor = System.Drawing.Color.Black; - colorData6.Tag = ""; - colorData7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(124)))), ((int)(((byte)(128))))); - colorData7.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(124)))), ((int)(((byte)(128))))); - colorData7.ForeColor = System.Drawing.Color.WhiteSmoke; - colorData7.Tag = ""; - colorData8.BackColor = System.Drawing.Color.LimeGreen; - colorData8.BackColor2 = System.Drawing.Color.Lime; - colorData8.ForeColor = System.Drawing.Color.Black; - colorData8.Tag = ""; + colorData33.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(45)))), ((int)(((byte)(45))))); + colorData33.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40))))); + colorData33.ForeColor = System.Drawing.Color.White; + colorData33.Tag = ""; + colorData34.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30))))); + colorData34.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40))))); + colorData34.ForeColor = System.Drawing.Color.White; + colorData34.Tag = ""; + colorData35.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(75)))), ((int)(((byte)(75))))); + colorData35.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(75)))), ((int)(((byte)(75))))); + colorData35.ForeColor = System.Drawing.Color.White; + colorData35.Tag = ""; + colorData36.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(134)))), ((int)(((byte)(75)))), ((int)(((byte)(225))))); + colorData36.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(134)))), ((int)(((byte)(75)))), ((int)(((byte)(225))))); + colorData36.ForeColor = System.Drawing.Color.White; + colorData36.Tag = ""; + colorData37.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(77)))), ((int)(((byte)(157))))); + colorData37.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(77)))), ((int)(((byte)(157))))); + colorData37.ForeColor = System.Drawing.Color.White; + colorData37.Tag = ""; + colorData38.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(251)))), ((int)(((byte)(155)))), ((int)(((byte)(42))))); + colorData38.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(251)))), ((int)(((byte)(155)))), ((int)(((byte)(42))))); + colorData38.ForeColor = System.Drawing.Color.Black; + colorData38.Tag = ""; + colorData39.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(124)))), ((int)(((byte)(128))))); + colorData39.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(124)))), ((int)(((byte)(128))))); + colorData39.ForeColor = System.Drawing.Color.WhiteSmoke; + colorData39.Tag = ""; + colorData40.BackColor = System.Drawing.Color.LimeGreen; + colorData40.BackColor2 = System.Drawing.Color.Lime; + colorData40.ForeColor = System.Drawing.Color.Black; + colorData40.Tag = ""; this.listView21.ColorList = new arCtl.ListView2.ColorData[] { - colorData1, - colorData2, - colorData3, - colorData4, - colorData5, - colorData6, - colorData7, - colorData8}; + colorData33, + colorData34, + colorData35, + colorData36, + colorData37, + colorData38, + colorData39, + colorData40}; this.listView21.ColumnHeaderVisible = false; this.listView21.ColumnHeight = 35; - column2.DataGridViewInternal = null; - column2.DisplayIndex = 0; - column2.IndexInternal = 0; - column2.Rect = ((System.Drawing.RectangleF)(resources.GetObject("column2.Rect"))); - column2.SizeOption = arCtl.ListView2.ColumnSizeOption.Pixel; - column2.State = System.Windows.Forms.DataGridViewElementStates.None; - column2.Style = null; - column2.Text = ""; - column2.Width = 50; - column3.DataGridViewInternal = null; - column3.DisplayIndex = 0; - column3.IndexInternal = 0; - column3.Rect = ((System.Drawing.RectangleF)(resources.GetObject("column3.Rect"))); - column3.SizeOption = arCtl.ListView2.ColumnSizeOption.Pixel; - column3.State = System.Windows.Forms.DataGridViewElementStates.None; - column3.Style = null; - column3.Text = ""; - column3.Width = 100; - column4.DataGridViewInternal = null; - column4.DisplayIndex = 0; - column4.IndexInternal = 0; - column4.Rect = ((System.Drawing.RectangleF)(resources.GetObject("column4.Rect"))); - column4.SizeOption = arCtl.ListView2.ColumnSizeOption.Pixel; - column4.State = System.Windows.Forms.DataGridViewElementStates.None; - column4.Style = null; - column4.Text = ""; - column4.Width = 50; - column5.DataGridViewInternal = null; - column5.DisplayIndex = 0; - column5.IndexInternal = 0; - column5.Rect = ((System.Drawing.RectangleF)(resources.GetObject("column5.Rect"))); - column5.SizeOption = arCtl.ListView2.ColumnSizeOption.Pixel; - column5.State = System.Windows.Forms.DataGridViewElementStates.None; - column5.Style = null; - column5.Text = ""; - column5.Width = 100; - column6.DataGridViewInternal = null; - column6.DisplayIndex = 0; - column6.IndexInternal = 0; - column6.Rect = ((System.Drawing.RectangleF)(resources.GetObject("column6.Rect"))); - column6.SizeOption = arCtl.ListView2.ColumnSizeOption.Pixel; - column6.State = System.Windows.Forms.DataGridViewElementStates.None; - column6.Style = null; - column6.Text = ""; - column6.Width = 50; - column7.DataGridViewInternal = null; - column7.DisplayIndex = 0; - column7.IndexInternal = 0; - column7.Rect = ((System.Drawing.RectangleF)(resources.GetObject("column7.Rect"))); - column7.SizeOption = arCtl.ListView2.ColumnSizeOption.Pixel; - column7.State = System.Windows.Forms.DataGridViewElementStates.None; - column7.Style = null; - column7.Text = ""; - column7.Width = 100; + column26.DataGridViewInternal = null; + column26.DisplayIndex = 0; + column26.IndexInternal = 0; + column26.Rect = ((System.Drawing.RectangleF)(resources.GetObject("column26.Rect"))); + column26.SizeOption = arCtl.ListView2.ColumnSizeOption.Pixel; + column26.State = System.Windows.Forms.DataGridViewElementStates.None; + column26.Style = null; + column26.Text = ""; + column26.Width = 50; + column27.DataGridViewInternal = null; + column27.DisplayIndex = 0; + column27.IndexInternal = 0; + column27.Rect = ((System.Drawing.RectangleF)(resources.GetObject("column27.Rect"))); + column27.SizeOption = arCtl.ListView2.ColumnSizeOption.Pixel; + column27.State = System.Windows.Forms.DataGridViewElementStates.None; + column27.Style = null; + column27.Text = ""; + column27.Width = 100; + column28.DataGridViewInternal = null; + column28.DisplayIndex = 0; + column28.IndexInternal = 0; + column28.Rect = ((System.Drawing.RectangleF)(resources.GetObject("column28.Rect"))); + column28.SizeOption = arCtl.ListView2.ColumnSizeOption.Pixel; + column28.State = System.Windows.Forms.DataGridViewElementStates.None; + column28.Style = null; + column28.Text = ""; + column28.Width = 50; + column29.DataGridViewInternal = null; + column29.DisplayIndex = 0; + column29.IndexInternal = 0; + column29.Rect = ((System.Drawing.RectangleF)(resources.GetObject("column29.Rect"))); + column29.SizeOption = arCtl.ListView2.ColumnSizeOption.Pixel; + column29.State = System.Windows.Forms.DataGridViewElementStates.None; + column29.Style = null; + column29.Text = ""; + column29.Width = 100; + column30.DataGridViewInternal = null; + column30.DisplayIndex = 0; + column30.IndexInternal = 0; + column30.Rect = ((System.Drawing.RectangleF)(resources.GetObject("column30.Rect"))); + column30.SizeOption = arCtl.ListView2.ColumnSizeOption.Pixel; + column30.State = System.Windows.Forms.DataGridViewElementStates.None; + column30.Style = null; + column30.Text = ""; + column30.Width = 50; + column31.DataGridViewInternal = null; + column31.DisplayIndex = 0; + column31.IndexInternal = 0; + column31.Rect = ((System.Drawing.RectangleF)(resources.GetObject("column31.Rect"))); + column31.SizeOption = arCtl.ListView2.ColumnSizeOption.Pixel; + column31.State = System.Windows.Forms.DataGridViewElementStates.None; + column31.Style = null; + column31.Text = ""; + column31.Width = 100; this.listView21.Columns = new arCtl.ListView2.Column[] { - column2, - column3, - column4, - column5, - column6, - column7}; - itemStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(45)))), ((int)(((byte)(45))))); - itemStyle1.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40))))); - itemStyle1.Font = new System.Drawing.Font("Consolas", 8F, System.Drawing.FontStyle.Bold); - itemStyle1.ForeColor = System.Drawing.Color.White; - this.listView21.ColumnStyle = itemStyle1; + column26, + column27, + column28, + column29, + column30, + column31}; + itemStyle9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(45)))), ((int)(((byte)(45))))); + itemStyle9.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40))))); + itemStyle9.Font = new System.Drawing.Font("Consolas", 8F, System.Drawing.FontStyle.Bold); + itemStyle9.ForeColor = System.Drawing.Color.White; + this.listView21.ColumnStyle = itemStyle9; this.listView21.Dock = System.Windows.Forms.DockStyle.Right; this.listView21.Font = new System.Drawing.Font("Consolas", 8F, System.Drawing.FontStyle.Bold); this.listView21.ForeColor = System.Drawing.Color.White; @@ -3936,1136 +3943,1135 @@ this.listView21.MinimumSize = new System.Drawing.Size(30, 30); this.listView21.Name = "listView21"; this.listView21.RowHeight = 25; - cell1.BackColor = System.Drawing.Color.White; - cell1.BackColor2 = System.Drawing.Color.White; - cell1.DataGridViewInternal = null; - cell1.DisplayIndex = 0; - cell1.ForeColor = System.Drawing.Color.Black; - cell1.IndexInternal = 0; - cell1.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell1.Rect"))); - cell1.Style = null; - cell1.Text = "LEFT"; - cell1.Valuetype = arCtl.ListView2.eCellValueType.String; - cell2.BackColor = System.Drawing.Color.White; - cell2.BackColor2 = System.Drawing.Color.White; - cell2.DataGridViewInternal = null; - cell2.DisplayIndex = 0; - cell2.ForeColor = System.Drawing.Color.Black; - cell2.IndexInternal = 0; - cell2.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell2.Rect"))); - cell2.Style = null; - cell2.Text = "7/13"; - cell2.Valuetype = arCtl.ListView2.eCellValueType.String; - cell3.BackColor = System.Drawing.Color.White; - cell3.BackColor2 = System.Drawing.Color.White; - cell3.DataGridViewInternal = null; - cell3.DisplayIndex = 0; - cell3.ForeColor = System.Drawing.Color.Black; - cell3.IndexInternal = 0; - cell3.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell3.Rect"))); - cell3.Style = null; - cell3.Text = "PICKER"; - cell3.Valuetype = arCtl.ListView2.eCellValueType.String; - cell4.BackColor = System.Drawing.Color.White; - cell4.BackColor2 = System.Drawing.Color.White; - cell4.DataGridViewInternal = null; - cell4.DisplayIndex = 0; - cell4.ForeColor = System.Drawing.Color.Black; - cell4.IndexInternal = 0; - cell4.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell4.Rect"))); - cell4.Style = null; - cell4.Text = "7/13"; - cell4.Valuetype = arCtl.ListView2.eCellValueType.String; - cell5.BackColor = System.Drawing.Color.White; - cell5.BackColor2 = System.Drawing.Color.White; - cell5.DataGridViewInternal = null; - cell5.DisplayIndex = 0; - cell5.ForeColor = System.Drawing.Color.Black; - cell5.IndexInternal = 0; - cell5.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell5.Rect"))); - cell5.Style = null; - cell5.Text = "RIGHT"; - cell5.Valuetype = arCtl.ListView2.eCellValueType.String; - cell6.BackColor = System.Drawing.Color.White; - cell6.BackColor2 = System.Drawing.Color.White; - cell6.DataGridViewInternal = null; - cell6.DisplayIndex = 0; - cell6.ForeColor = System.Drawing.Color.Black; - cell6.IndexInternal = 0; - cell6.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell6.Rect"))); - cell6.Style = null; - cell6.Text = "7/13"; - cell6.Valuetype = arCtl.ListView2.eCellValueType.String; - row1.Cells = new arCtl.ListView2.Cell[] { - cell1, - cell2, - cell3, - cell4, - cell5, - cell6}; - row1.Rect = ((System.Drawing.RectangleF)(resources.GetObject("row1.Rect"))); - row1.Style = null; - cell7.BackColor = System.Drawing.Color.White; - cell7.BackColor2 = System.Drawing.Color.White; - cell7.DataGridViewInternal = null; - cell7.DisplayIndex = 0; - cell7.ForeColor = System.Drawing.Color.Black; - cell7.IndexInternal = 0; - cell7.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell7.Rect"))); - cell7.Style = null; - cell7.Text = "RID"; - cell7.Valuetype = arCtl.ListView2.eCellValueType.String; - cell8.BackColor = System.Drawing.Color.White; - cell8.BackColor2 = System.Drawing.Color.White; - cell8.DataGridViewInternal = null; - cell8.DisplayIndex = 0; - cell8.ForeColor = System.Drawing.Color.Black; - cell8.IndexInternal = 0; - cell8.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell8.Rect"))); - cell8.Style = null; - cell8.Text = "--"; - cell8.Valuetype = arCtl.ListView2.eCellValueType.String; - cell9.BackColor = System.Drawing.Color.White; - cell9.BackColor2 = System.Drawing.Color.White; - cell9.DataGridViewInternal = null; - cell9.DisplayIndex = 0; - cell9.ForeColor = System.Drawing.Color.Black; - cell9.IndexInternal = 0; - cell9.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell9.Rect"))); - cell9.Style = null; - cell9.Text = "RID"; - cell9.Valuetype = arCtl.ListView2.eCellValueType.String; - cell10.BackColor = System.Drawing.Color.White; - cell10.BackColor2 = System.Drawing.Color.White; - cell10.DataGridViewInternal = null; - cell10.DisplayIndex = 0; - cell10.ForeColor = System.Drawing.Color.Black; - cell10.IndexInternal = 0; - cell10.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell10.Rect"))); - cell10.Style = null; - cell10.Text = "--"; - cell10.Valuetype = arCtl.ListView2.eCellValueType.String; - cell11.BackColor = System.Drawing.Color.White; - cell11.BackColor2 = System.Drawing.Color.White; - cell11.DataGridViewInternal = null; - cell11.DisplayIndex = 0; - cell11.ForeColor = System.Drawing.Color.Black; - cell11.IndexInternal = 0; - cell11.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell11.Rect"))); - cell11.Style = null; - cell11.Text = "RID"; - cell11.Valuetype = arCtl.ListView2.eCellValueType.String; - cell12.BackColor = System.Drawing.Color.White; - cell12.BackColor2 = System.Drawing.Color.White; - cell12.DataGridViewInternal = null; - cell12.DisplayIndex = 0; - cell12.ForeColor = System.Drawing.Color.Black; - cell12.IndexInternal = 0; - cell12.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell12.Rect"))); - cell12.Style = null; - cell12.Text = "--"; - cell12.Valuetype = arCtl.ListView2.eCellValueType.String; - row2.Cells = new arCtl.ListView2.Cell[] { - cell7, - cell8, - cell9, - cell10, - cell11, - cell12}; - row2.Rect = ((System.Drawing.RectangleF)(resources.GetObject("row2.Rect"))); - row2.Style = null; - cell13.BackColor = System.Drawing.Color.White; - cell13.BackColor2 = System.Drawing.Color.White; - cell13.DataGridViewInternal = null; - cell13.DisplayIndex = 0; - cell13.ForeColor = System.Drawing.Color.Black; - cell13.IndexInternal = 0; - cell13.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell13.Rect"))); - cell13.Style = null; - cell13.Text = "SID"; - cell13.Valuetype = arCtl.ListView2.eCellValueType.String; - cell14.BackColor = System.Drawing.Color.White; - cell14.BackColor2 = System.Drawing.Color.White; - cell14.DataGridViewInternal = null; - cell14.DisplayIndex = 0; - cell14.ForeColor = System.Drawing.Color.Black; - cell14.IndexInternal = 0; - cell14.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell14.Rect"))); - cell14.Style = null; - cell14.Text = ""; - cell14.Valuetype = arCtl.ListView2.eCellValueType.String; - cell15.BackColor = System.Drawing.Color.White; - cell15.BackColor2 = System.Drawing.Color.White; - cell15.DataGridViewInternal = null; - cell15.DisplayIndex = 0; - cell15.ForeColor = System.Drawing.Color.Black; - cell15.IndexInternal = 0; - cell15.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell15.Rect"))); - cell15.Style = null; - cell15.Text = "SID"; - cell15.Valuetype = arCtl.ListView2.eCellValueType.String; - cell16.BackColor = System.Drawing.Color.White; - cell16.BackColor2 = System.Drawing.Color.White; - cell16.DataGridViewInternal = null; - cell16.DisplayIndex = 0; - cell16.ForeColor = System.Drawing.Color.Black; - cell16.IndexInternal = 0; - cell16.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell16.Rect"))); - cell16.Style = null; - cell16.Text = ""; - cell16.Valuetype = arCtl.ListView2.eCellValueType.String; - cell17.BackColor = System.Drawing.Color.White; - cell17.BackColor2 = System.Drawing.Color.White; - cell17.DataGridViewInternal = null; - cell17.DisplayIndex = 0; - cell17.ForeColor = System.Drawing.Color.Black; - cell17.IndexInternal = 0; - cell17.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell17.Rect"))); - cell17.Style = null; - cell17.Text = "SID"; - cell17.Valuetype = arCtl.ListView2.eCellValueType.String; - cell18.BackColor = System.Drawing.Color.White; - cell18.BackColor2 = System.Drawing.Color.White; - cell18.DataGridViewInternal = null; - cell18.DisplayIndex = 0; - cell18.ForeColor = System.Drawing.Color.Black; - cell18.IndexInternal = 0; - cell18.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell18.Rect"))); - cell18.Style = null; - cell18.Text = ""; - cell18.Valuetype = arCtl.ListView2.eCellValueType.String; - row3.Cells = new arCtl.ListView2.Cell[] { - cell13, - cell14, - cell15, - cell16, - cell17, - cell18}; - row3.Rect = ((System.Drawing.RectangleF)(resources.GetObject("row3.Rect"))); - row3.Style = null; - cell19.BackColor = System.Drawing.Color.White; - cell19.BackColor2 = System.Drawing.Color.White; - cell19.DataGridViewInternal = null; - cell19.DisplayIndex = 0; - cell19.ForeColor = System.Drawing.Color.Black; - cell19.IndexInternal = 0; - cell19.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell19.Rect"))); - cell19.Style = null; - cell19.Text = "QTY"; - cell19.Valuetype = arCtl.ListView2.eCellValueType.String; - cell20.BackColor = System.Drawing.Color.White; - cell20.BackColor2 = System.Drawing.Color.White; - cell20.DataGridViewInternal = null; - cell20.DisplayIndex = 0; - cell20.ForeColor = System.Drawing.Color.Black; - cell20.IndexInternal = 0; - cell20.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell20.Rect"))); - cell20.Style = null; - cell20.Text = ""; - cell20.Valuetype = arCtl.ListView2.eCellValueType.String; - cell21.BackColor = System.Drawing.Color.White; - cell21.BackColor2 = System.Drawing.Color.White; - cell21.DataGridViewInternal = null; - cell21.DisplayIndex = 0; - cell21.ForeColor = System.Drawing.Color.Black; - cell21.IndexInternal = 0; - cell21.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell21.Rect"))); - cell21.Style = null; - cell21.Text = "QTY"; - cell21.Valuetype = arCtl.ListView2.eCellValueType.String; - cell22.BackColor = System.Drawing.Color.White; - cell22.BackColor2 = System.Drawing.Color.White; - cell22.DataGridViewInternal = null; - cell22.DisplayIndex = 0; - cell22.ForeColor = System.Drawing.Color.Black; - cell22.IndexInternal = 0; - cell22.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell22.Rect"))); - cell22.Style = null; - cell22.Text = ""; - cell22.Valuetype = arCtl.ListView2.eCellValueType.String; - cell23.BackColor = System.Drawing.Color.White; - cell23.BackColor2 = System.Drawing.Color.White; - cell23.DataGridViewInternal = null; - cell23.DisplayIndex = 0; - cell23.ForeColor = System.Drawing.Color.Black; - cell23.IndexInternal = 0; - cell23.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell23.Rect"))); - cell23.Style = null; - cell23.Text = "QTY"; - cell23.Valuetype = arCtl.ListView2.eCellValueType.String; - cell24.BackColor = System.Drawing.Color.White; - cell24.BackColor2 = System.Drawing.Color.White; - cell24.DataGridViewInternal = null; - cell24.DisplayIndex = 0; - cell24.ForeColor = System.Drawing.Color.Black; - cell24.IndexInternal = 0; - cell24.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell24.Rect"))); - cell24.Style = null; - cell24.Text = ""; - cell24.Valuetype = arCtl.ListView2.eCellValueType.String; - row4.Cells = new arCtl.ListView2.Cell[] { - cell19, - cell20, - cell21, - cell22, - cell23, - cell24}; - row4.Rect = ((System.Drawing.RectangleF)(resources.GetObject("row4.Rect"))); - row4.Style = null; - cell25.BackColor = System.Drawing.Color.White; - cell25.BackColor2 = System.Drawing.Color.White; - cell25.DataGridViewInternal = null; - cell25.DisplayIndex = 0; - cell25.ForeColor = System.Drawing.Color.Black; - cell25.IndexInternal = 0; - cell25.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell25.Rect"))); - cell25.Style = null; - cell25.Text = "VNAME"; - cell25.Valuetype = arCtl.ListView2.eCellValueType.String; - cell26.BackColor = System.Drawing.Color.White; - cell26.BackColor2 = System.Drawing.Color.White; - cell26.DataGridViewInternal = null; - cell26.DisplayIndex = 0; - cell26.ForeColor = System.Drawing.Color.Black; - cell26.IndexInternal = 0; - cell26.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell26.Rect"))); - cell26.Style = null; - cell26.Text = ""; - cell26.Valuetype = arCtl.ListView2.eCellValueType.String; - cell27.BackColor = System.Drawing.Color.White; - cell27.BackColor2 = System.Drawing.Color.White; - cell27.DataGridViewInternal = null; - cell27.DisplayIndex = 0; - cell27.ForeColor = System.Drawing.Color.Black; - cell27.IndexInternal = 0; - cell27.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell27.Rect"))); - cell27.Style = null; - cell27.Text = "VNAME"; - cell27.Valuetype = arCtl.ListView2.eCellValueType.String; - cell28.BackColor = System.Drawing.Color.White; - cell28.BackColor2 = System.Drawing.Color.White; - cell28.DataGridViewInternal = null; - cell28.DisplayIndex = 0; - cell28.ForeColor = System.Drawing.Color.Black; - cell28.IndexInternal = 0; - cell28.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell28.Rect"))); - cell28.Style = null; - cell28.Text = ""; - cell28.Valuetype = arCtl.ListView2.eCellValueType.String; - cell29.BackColor = System.Drawing.Color.White; - cell29.BackColor2 = System.Drawing.Color.White; - cell29.DataGridViewInternal = null; - cell29.DisplayIndex = 0; - cell29.ForeColor = System.Drawing.Color.Black; - cell29.IndexInternal = 0; - cell29.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell29.Rect"))); - cell29.Style = null; - cell29.Text = "VNAME"; - cell29.Valuetype = arCtl.ListView2.eCellValueType.String; - cell30.BackColor = System.Drawing.Color.White; - cell30.BackColor2 = System.Drawing.Color.White; - cell30.DataGridViewInternal = null; - cell30.DisplayIndex = 0; - cell30.ForeColor = System.Drawing.Color.Black; - cell30.IndexInternal = 0; - cell30.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell30.Rect"))); - cell30.Style = null; - cell30.Text = ""; - cell30.Valuetype = arCtl.ListView2.eCellValueType.String; - row5.Cells = new arCtl.ListView2.Cell[] { - cell25, - cell26, - cell27, - cell28, - cell29, - cell30}; - row5.Rect = ((System.Drawing.RectangleF)(resources.GetObject("row5.Rect"))); - row5.Style = null; - cell31.BackColor = System.Drawing.Color.White; - cell31.BackColor2 = System.Drawing.Color.White; - cell31.DataGridViewInternal = null; - cell31.DisplayIndex = 0; - cell31.ForeColor = System.Drawing.Color.Black; - cell31.IndexInternal = 0; - cell31.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell31.Rect"))); - cell31.Style = null; - cell31.Text = "VLOT"; - cell31.Valuetype = arCtl.ListView2.eCellValueType.String; - cell32.BackColor = System.Drawing.Color.White; - cell32.BackColor2 = System.Drawing.Color.White; - cell32.DataGridViewInternal = null; - cell32.DisplayIndex = 0; - cell32.ForeColor = System.Drawing.Color.Black; - cell32.IndexInternal = 0; - cell32.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell32.Rect"))); - cell32.Style = null; - cell32.Text = ""; - cell32.Valuetype = arCtl.ListView2.eCellValueType.String; - cell33.BackColor = System.Drawing.Color.White; - cell33.BackColor2 = System.Drawing.Color.White; - cell33.DataGridViewInternal = null; - cell33.DisplayIndex = 0; - cell33.ForeColor = System.Drawing.Color.Black; - cell33.IndexInternal = 0; - cell33.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell33.Rect"))); - cell33.Style = null; - cell33.Text = "VLOT"; - cell33.Valuetype = arCtl.ListView2.eCellValueType.String; - cell34.BackColor = System.Drawing.Color.White; - cell34.BackColor2 = System.Drawing.Color.White; - cell34.DataGridViewInternal = null; - cell34.DisplayIndex = 0; - cell34.ForeColor = System.Drawing.Color.Black; - cell34.IndexInternal = 0; - cell34.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell34.Rect"))); - cell34.Style = null; - cell34.Text = ""; - cell34.Valuetype = arCtl.ListView2.eCellValueType.String; - cell35.BackColor = System.Drawing.Color.White; - cell35.BackColor2 = System.Drawing.Color.White; - cell35.DataGridViewInternal = null; - cell35.DisplayIndex = 0; - cell35.ForeColor = System.Drawing.Color.Black; - cell35.IndexInternal = 0; - cell35.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell35.Rect"))); - cell35.Style = null; - cell35.Text = "VLOT"; - cell35.Valuetype = arCtl.ListView2.eCellValueType.String; - cell36.BackColor = System.Drawing.Color.White; - cell36.BackColor2 = System.Drawing.Color.White; - cell36.DataGridViewInternal = null; - cell36.DisplayIndex = 0; - cell36.ForeColor = System.Drawing.Color.Black; - cell36.IndexInternal = 0; - cell36.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell36.Rect"))); - cell36.Style = null; - cell36.Text = ""; - cell36.Valuetype = arCtl.ListView2.eCellValueType.String; - row6.Cells = new arCtl.ListView2.Cell[] { - cell31, - cell32, - cell33, - cell34, - cell35, - cell36}; - row6.Rect = ((System.Drawing.RectangleF)(resources.GetObject("row6.Rect"))); - row6.Style = null; - cell37.BackColor = System.Drawing.Color.White; - cell37.BackColor2 = System.Drawing.Color.White; - cell37.DataGridViewInternal = null; - cell37.DisplayIndex = 0; - cell37.ForeColor = System.Drawing.Color.Black; - cell37.IndexInternal = 0; - cell37.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell37.Rect"))); - cell37.Style = null; - cell37.Text = "MFG"; - cell37.Valuetype = arCtl.ListView2.eCellValueType.String; - cell38.BackColor = System.Drawing.Color.White; - cell38.BackColor2 = System.Drawing.Color.White; - cell38.DataGridViewInternal = null; - cell38.DisplayIndex = 0; - cell38.ForeColor = System.Drawing.Color.Black; - cell38.IndexInternal = 0; - cell38.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell38.Rect"))); - cell38.Style = null; - cell38.Text = ""; - cell38.Valuetype = arCtl.ListView2.eCellValueType.String; - cell39.BackColor = System.Drawing.Color.White; - cell39.BackColor2 = System.Drawing.Color.White; - cell39.DataGridViewInternal = null; - cell39.DisplayIndex = 0; - cell39.ForeColor = System.Drawing.Color.Black; - cell39.IndexInternal = 0; - cell39.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell39.Rect"))); - cell39.Style = null; - cell39.Text = "MFG"; - cell39.Valuetype = arCtl.ListView2.eCellValueType.String; - cell40.BackColor = System.Drawing.Color.White; - cell40.BackColor2 = System.Drawing.Color.White; - cell40.DataGridViewInternal = null; - cell40.DisplayIndex = 0; - cell40.ForeColor = System.Drawing.Color.Black; - cell40.IndexInternal = 0; - cell40.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell40.Rect"))); - cell40.Style = null; - cell40.Text = ""; - cell40.Valuetype = arCtl.ListView2.eCellValueType.String; - cell41.BackColor = System.Drawing.Color.White; - cell41.BackColor2 = System.Drawing.Color.White; - cell41.DataGridViewInternal = null; - cell41.DisplayIndex = 0; - cell41.ForeColor = System.Drawing.Color.Black; - cell41.IndexInternal = 0; - cell41.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell41.Rect"))); - cell41.Style = null; - cell41.Text = "MFG"; - cell41.Valuetype = arCtl.ListView2.eCellValueType.String; - cell42.BackColor = System.Drawing.Color.White; - cell42.BackColor2 = System.Drawing.Color.White; - cell42.DataGridViewInternal = null; - cell42.DisplayIndex = 0; - cell42.ForeColor = System.Drawing.Color.Black; - cell42.IndexInternal = 0; - cell42.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell42.Rect"))); - cell42.Style = null; - cell42.Text = ""; - cell42.Valuetype = arCtl.ListView2.eCellValueType.String; - row7.Cells = new arCtl.ListView2.Cell[] { - cell37, - cell38, - cell39, - cell40, - cell41, - cell42}; - row7.Rect = ((System.Drawing.RectangleF)(resources.GetObject("row7.Rect"))); - row7.Style = null; - cell43.BackColor = System.Drawing.Color.White; - cell43.BackColor2 = System.Drawing.Color.White; - cell43.DataGridViewInternal = null; - cell43.DisplayIndex = 0; - cell43.ForeColor = System.Drawing.Color.Black; - cell43.IndexInternal = 0; - cell43.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell43.Rect"))); - cell43.Style = null; - cell43.Text = "PART"; - cell43.Valuetype = arCtl.ListView2.eCellValueType.String; - cell44.BackColor = System.Drawing.Color.White; - cell44.BackColor2 = System.Drawing.Color.White; - cell44.DataGridViewInternal = null; - cell44.DisplayIndex = 0; - cell44.ForeColor = System.Drawing.Color.Black; - cell44.IndexInternal = 0; - cell44.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell44.Rect"))); - cell44.Style = null; - cell44.Text = ""; - cell44.Valuetype = arCtl.ListView2.eCellValueType.String; - cell45.BackColor = System.Drawing.Color.White; - cell45.BackColor2 = System.Drawing.Color.White; - cell45.DataGridViewInternal = null; - cell45.DisplayIndex = 0; - cell45.ForeColor = System.Drawing.Color.Black; - cell45.IndexInternal = 0; - cell45.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell45.Rect"))); - cell45.Style = null; - cell45.Text = "PART"; - cell45.Valuetype = arCtl.ListView2.eCellValueType.String; - cell46.BackColor = System.Drawing.Color.White; - cell46.BackColor2 = System.Drawing.Color.White; - cell46.DataGridViewInternal = null; - cell46.DisplayIndex = 0; - cell46.ForeColor = System.Drawing.Color.Black; - cell46.IndexInternal = 0; - cell46.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell46.Rect"))); - cell46.Style = null; - cell46.Text = ""; - cell46.Valuetype = arCtl.ListView2.eCellValueType.String; - cell47.BackColor = System.Drawing.Color.White; - cell47.BackColor2 = System.Drawing.Color.White; - cell47.DataGridViewInternal = null; - cell47.DisplayIndex = 0; - cell47.ForeColor = System.Drawing.Color.Black; - cell47.IndexInternal = 0; - cell47.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell47.Rect"))); - cell47.Style = null; - cell47.Text = "PART"; - cell47.Valuetype = arCtl.ListView2.eCellValueType.String; - cell48.BackColor = System.Drawing.Color.White; - cell48.BackColor2 = System.Drawing.Color.White; - cell48.DataGridViewInternal = null; - cell48.DisplayIndex = 0; - cell48.ForeColor = System.Drawing.Color.Black; - cell48.IndexInternal = 0; - cell48.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell48.Rect"))); - cell48.Style = null; - cell48.Text = ""; - cell48.Valuetype = arCtl.ListView2.eCellValueType.String; - row8.Cells = new arCtl.ListView2.Cell[] { - cell43, - cell44, - cell45, - cell46, - cell47, - cell48}; - row8.Rect = ((System.Drawing.RectangleF)(resources.GetObject("row8.Rect"))); - row8.Style = null; - cell49.BackColor = System.Drawing.Color.White; - cell49.BackColor2 = System.Drawing.Color.White; - cell49.DataGridViewInternal = null; - cell49.DisplayIndex = 0; - cell49.ForeColor = System.Drawing.Color.Black; - cell49.IndexInternal = 0; - cell49.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell49.Rect"))); - cell49.Style = null; - cell49.Text = "SIZE"; - cell49.Valuetype = arCtl.ListView2.eCellValueType.String; - cell50.BackColor = System.Drawing.Color.White; - cell50.BackColor2 = System.Drawing.Color.White; - cell50.DataGridViewInternal = null; - cell50.DisplayIndex = 0; - cell50.ForeColor = System.Drawing.Color.Black; - cell50.IndexInternal = 0; - cell50.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell50.Rect"))); - cell50.Style = null; - cell50.Text = ""; - cell50.Valuetype = arCtl.ListView2.eCellValueType.String; - cell51.BackColor = System.Drawing.Color.White; - cell51.BackColor2 = System.Drawing.Color.White; - cell51.DataGridViewInternal = null; - cell51.DisplayIndex = 0; - cell51.ForeColor = System.Drawing.Color.Black; - cell51.IndexInternal = 0; - cell51.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell51.Rect"))); - cell51.Style = null; - cell51.Text = "SIZE"; - cell51.Valuetype = arCtl.ListView2.eCellValueType.String; - cell52.BackColor = System.Drawing.Color.White; - cell52.BackColor2 = System.Drawing.Color.White; - cell52.DataGridViewInternal = null; - cell52.DisplayIndex = 0; - cell52.ForeColor = System.Drawing.Color.Black; - cell52.IndexInternal = 0; - cell52.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell52.Rect"))); - cell52.Style = null; - cell52.Text = ""; - cell52.Valuetype = arCtl.ListView2.eCellValueType.String; - cell53.BackColor = System.Drawing.Color.White; - cell53.BackColor2 = System.Drawing.Color.White; - cell53.DataGridViewInternal = null; - cell53.DisplayIndex = 0; - cell53.ForeColor = System.Drawing.Color.Black; - cell53.IndexInternal = 0; - cell53.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell53.Rect"))); - cell53.Style = null; - cell53.Text = "SIZE"; - cell53.Valuetype = arCtl.ListView2.eCellValueType.String; - cell54.BackColor = System.Drawing.Color.White; - cell54.BackColor2 = System.Drawing.Color.White; - cell54.DataGridViewInternal = null; - cell54.DisplayIndex = 0; - cell54.ForeColor = System.Drawing.Color.Black; - cell54.IndexInternal = 0; - cell54.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell54.Rect"))); - cell54.Style = null; - cell54.Text = ""; - cell54.Valuetype = arCtl.ListView2.eCellValueType.String; - row9.Cells = new arCtl.ListView2.Cell[] { - cell49, - cell50, - cell51, - cell52, - cell53, - cell54}; - row9.Rect = ((System.Drawing.RectangleF)(resources.GetObject("row9.Rect"))); - row9.Style = null; - cell55.BackColor = System.Drawing.Color.White; - cell55.BackColor2 = System.Drawing.Color.White; - cell55.DataGridViewInternal = null; - cell55.DisplayIndex = 0; - cell55.ForeColor = System.Drawing.Color.Black; - cell55.IndexInternal = 0; - cell55.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell55.Rect"))); - cell55.Style = null; - cell55.Text = "RID"; - cell55.Valuetype = arCtl.ListView2.eCellValueType.String; - cell56.BackColor = System.Drawing.Color.White; - cell56.BackColor2 = System.Drawing.Color.White; - cell56.DataGridViewInternal = null; - cell56.DisplayIndex = 0; - cell56.ForeColor = System.Drawing.Color.Black; - cell56.IndexInternal = 0; - cell56.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell56.Rect"))); - cell56.Style = null; - cell56.Text = ""; - cell56.Valuetype = arCtl.ListView2.eCellValueType.String; - cell57.BackColor = System.Drawing.Color.White; - cell57.BackColor2 = System.Drawing.Color.White; - cell57.DataGridViewInternal = null; - cell57.DisplayIndex = 0; - cell57.ForeColor = System.Drawing.Color.Black; - cell57.IndexInternal = 0; - cell57.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell57.Rect"))); - cell57.Style = null; - cell57.Text = "DEG"; - cell57.Valuetype = arCtl.ListView2.eCellValueType.String; - cell58.BackColor = System.Drawing.Color.White; - cell58.BackColor2 = System.Drawing.Color.White; - cell58.DataGridViewInternal = null; - cell58.DisplayIndex = 0; - cell58.ForeColor = System.Drawing.Color.Black; - cell58.IndexInternal = 0; - cell58.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell58.Rect"))); - cell58.Style = null; - cell58.Text = ""; - cell58.Valuetype = arCtl.ListView2.eCellValueType.String; - cell59.BackColor = System.Drawing.Color.White; - cell59.BackColor2 = System.Drawing.Color.White; - cell59.DataGridViewInternal = null; - cell59.DisplayIndex = 0; - cell59.ForeColor = System.Drawing.Color.Black; - cell59.IndexInternal = 0; - cell59.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell59.Rect"))); - cell59.Style = null; - cell59.Text = "RID"; - cell59.Valuetype = arCtl.ListView2.eCellValueType.String; - cell60.BackColor = System.Drawing.Color.White; - cell60.BackColor2 = System.Drawing.Color.White; - cell60.DataGridViewInternal = null; - cell60.DisplayIndex = 0; - cell60.ForeColor = System.Drawing.Color.Black; - cell60.IndexInternal = 0; - cell60.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell60.Rect"))); - cell60.Style = null; - cell60.Text = ""; - cell60.Valuetype = arCtl.ListView2.eCellValueType.String; - row10.Cells = new arCtl.ListView2.Cell[] { - cell55, - cell56, - cell57, - cell58, - cell59, - cell60}; - row10.Rect = ((System.Drawing.RectangleF)(resources.GetObject("row10.Rect"))); - row10.Style = null; - cell61.BackColor = System.Drawing.Color.White; - cell61.BackColor2 = System.Drawing.Color.White; - cell61.DataGridViewInternal = null; - cell61.DisplayIndex = 0; - cell61.ForeColor = System.Drawing.Color.Black; - cell61.IndexInternal = 0; - cell61.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell61.Rect"))); - cell61.Style = null; - cell61.Text = "SID"; - cell61.Valuetype = arCtl.ListView2.eCellValueType.String; - cell62.BackColor = System.Drawing.Color.White; - cell62.BackColor2 = System.Drawing.Color.White; - cell62.DataGridViewInternal = null; - cell62.DisplayIndex = 0; - cell62.ForeColor = System.Drawing.Color.Black; - cell62.IndexInternal = 0; - cell62.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell62.Rect"))); - cell62.Style = null; - cell62.Text = ""; - cell62.Valuetype = arCtl.ListView2.eCellValueType.String; - cell63.BackColor = System.Drawing.Color.White; - cell63.BackColor2 = System.Drawing.Color.White; - cell63.DataGridViewInternal = null; - cell63.DisplayIndex = 0; - cell63.ForeColor = System.Drawing.Color.Black; - cell63.IndexInternal = 0; - cell63.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell63.Rect"))); - cell63.Style = null; - cell63.Text = "QR"; - cell63.Valuetype = arCtl.ListView2.eCellValueType.String; - cell64.BackColor = System.Drawing.Color.White; - cell64.BackColor2 = System.Drawing.Color.White; - cell64.DataGridViewInternal = null; - cell64.DisplayIndex = 0; - cell64.ForeColor = System.Drawing.Color.Black; - cell64.IndexInternal = 0; - cell64.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell64.Rect"))); - cell64.Style = null; - cell64.Text = ""; - cell64.Valuetype = arCtl.ListView2.eCellValueType.String; - cell65.BackColor = System.Drawing.Color.White; - cell65.BackColor2 = System.Drawing.Color.White; - cell65.DataGridViewInternal = null; - cell65.DisplayIndex = 0; - cell65.ForeColor = System.Drawing.Color.Black; - cell65.IndexInternal = 0; - cell65.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell65.Rect"))); - cell65.Style = null; - cell65.Text = "SID"; - cell65.Valuetype = arCtl.ListView2.eCellValueType.String; - cell66.BackColor = System.Drawing.Color.White; - cell66.BackColor2 = System.Drawing.Color.White; - cell66.DataGridViewInternal = null; - cell66.DisplayIndex = 0; - cell66.ForeColor = System.Drawing.Color.Black; - cell66.IndexInternal = 0; - cell66.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell66.Rect"))); - cell66.Style = null; - cell66.Text = ""; - cell66.Valuetype = arCtl.ListView2.eCellValueType.String; - row11.Cells = new arCtl.ListView2.Cell[] { - cell61, - cell62, - cell63, - cell64, - cell65, - cell66}; - row11.Rect = ((System.Drawing.RectangleF)(resources.GetObject("row11.Rect"))); - row11.Style = null; - cell67.BackColor = System.Drawing.Color.White; - cell67.BackColor2 = System.Drawing.Color.White; - cell67.DataGridViewInternal = null; - cell67.DisplayIndex = 0; - cell67.ForeColor = System.Drawing.Color.Black; - cell67.IndexInternal = 0; - cell67.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell67.Rect"))); - cell67.Style = null; - cell67.Text = "QTY"; - cell67.Valuetype = arCtl.ListView2.eCellValueType.String; - cell68.BackColor = System.Drawing.Color.White; - cell68.BackColor2 = System.Drawing.Color.White; - cell68.DataGridViewInternal = null; - cell68.DisplayIndex = 0; - cell68.ForeColor = System.Drawing.Color.Black; - cell68.IndexInternal = 0; - cell68.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell68.Rect"))); - cell68.Style = null; - cell68.Text = ""; - cell68.Valuetype = arCtl.ListView2.eCellValueType.String; - cell69.BackColor = System.Drawing.Color.White; - cell69.BackColor2 = System.Drawing.Color.White; - cell69.DataGridViewInternal = null; - cell69.DisplayIndex = 0; - cell69.ForeColor = System.Drawing.Color.Black; - cell69.IndexInternal = 0; - cell69.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell69.Rect"))); - cell69.Style = null; - cell69.Text = ""; - cell69.Valuetype = arCtl.ListView2.eCellValueType.String; - cell70.BackColor = System.Drawing.Color.White; - cell70.BackColor2 = System.Drawing.Color.White; - cell70.DataGridViewInternal = null; - cell70.DisplayIndex = 0; - cell70.ForeColor = System.Drawing.Color.Black; - cell70.IndexInternal = 0; - cell70.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell70.Rect"))); - cell70.Style = null; - cell70.Text = ""; - cell70.Valuetype = arCtl.ListView2.eCellValueType.String; - cell71.BackColor = System.Drawing.Color.White; - cell71.BackColor2 = System.Drawing.Color.White; - cell71.DataGridViewInternal = null; - cell71.DisplayIndex = 0; - cell71.ForeColor = System.Drawing.Color.Black; - cell71.IndexInternal = 0; - cell71.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell71.Rect"))); - cell71.Style = null; - cell71.Text = ""; - cell71.Valuetype = arCtl.ListView2.eCellValueType.String; - cell72.BackColor = System.Drawing.Color.White; - cell72.BackColor2 = System.Drawing.Color.White; - cell72.DataGridViewInternal = null; - cell72.DisplayIndex = 0; - cell72.ForeColor = System.Drawing.Color.Black; - cell72.IndexInternal = 0; - cell72.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell72.Rect"))); - cell72.Style = null; - cell72.Text = ""; - cell72.Valuetype = arCtl.ListView2.eCellValueType.String; - row12.Cells = new arCtl.ListView2.Cell[] { - cell67, - cell68, - cell69, - cell70, - cell71, - cell72}; - row12.Rect = ((System.Drawing.RectangleF)(resources.GetObject("row12.Rect"))); - row12.Style = null; - cell73.BackColor = System.Drawing.Color.White; - cell73.BackColor2 = System.Drawing.Color.White; - cell73.DataGridViewInternal = null; - cell73.DisplayIndex = 0; - cell73.ForeColor = System.Drawing.Color.Black; - cell73.IndexInternal = 0; - cell73.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell73.Rect"))); - cell73.Style = null; - cell73.Text = "MANU"; - cell73.Valuetype = arCtl.ListView2.eCellValueType.String; - cell74.BackColor = System.Drawing.Color.White; - cell74.BackColor2 = System.Drawing.Color.White; - cell74.DataGridViewInternal = null; - cell74.DisplayIndex = 0; - cell74.ForeColor = System.Drawing.Color.Black; - cell74.IndexInternal = 0; - cell74.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell74.Rect"))); - cell74.Style = null; - cell74.Text = ""; - cell74.Valuetype = arCtl.ListView2.eCellValueType.String; - cell75.BackColor = System.Drawing.Color.White; - cell75.BackColor2 = System.Drawing.Color.White; - cell75.DataGridViewInternal = null; - cell75.DisplayIndex = 0; - cell75.ForeColor = System.Drawing.Color.Black; - cell75.IndexInternal = 0; - cell75.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell75.Rect"))); - cell75.Style = null; - cell75.Text = ""; - cell75.Valuetype = arCtl.ListView2.eCellValueType.String; - cell76.BackColor = System.Drawing.Color.White; - cell76.BackColor2 = System.Drawing.Color.White; - cell76.DataGridViewInternal = null; - cell76.DisplayIndex = 0; - cell76.ForeColor = System.Drawing.Color.Black; - cell76.IndexInternal = 0; - cell76.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell76.Rect"))); - cell76.Style = null; - cell76.Text = ""; - cell76.Valuetype = arCtl.ListView2.eCellValueType.String; - cell77.BackColor = System.Drawing.Color.White; - cell77.BackColor2 = System.Drawing.Color.White; - cell77.DataGridViewInternal = null; - cell77.DisplayIndex = 0; - cell77.ForeColor = System.Drawing.Color.Black; - cell77.IndexInternal = 0; - cell77.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell77.Rect"))); - cell77.Style = null; - cell77.Text = ""; - cell77.Valuetype = arCtl.ListView2.eCellValueType.String; - cell78.BackColor = System.Drawing.Color.White; - cell78.BackColor2 = System.Drawing.Color.White; - cell78.DataGridViewInternal = null; - cell78.DisplayIndex = 0; - cell78.ForeColor = System.Drawing.Color.Black; - cell78.IndexInternal = 0; - cell78.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell78.Rect"))); - cell78.Style = null; - cell78.Text = ""; - cell78.Valuetype = arCtl.ListView2.eCellValueType.String; - row13.Cells = new arCtl.ListView2.Cell[] { - cell73, - cell74, - cell75, - cell76, - cell77, - cell78}; - row13.Rect = ((System.Drawing.RectangleF)(resources.GetObject("row13.Rect"))); - row13.Style = null; - cell79.BackColor = System.Drawing.Color.White; - cell79.BackColor2 = System.Drawing.Color.White; - cell79.DataGridViewInternal = null; - cell79.DisplayIndex = 0; - cell79.ForeColor = System.Drawing.Color.Black; - cell79.IndexInternal = 0; - cell79.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell79.Rect"))); - cell79.Style = null; - cell79.Text = "VLOT"; - cell79.Valuetype = arCtl.ListView2.eCellValueType.String; - cell80.BackColor = System.Drawing.Color.White; - cell80.BackColor2 = System.Drawing.Color.White; - cell80.DataGridViewInternal = null; - cell80.DisplayIndex = 0; - cell80.ForeColor = System.Drawing.Color.Black; - cell80.IndexInternal = 0; - cell80.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell80.Rect"))); - cell80.Style = null; - cell80.Text = ""; - cell80.Valuetype = arCtl.ListView2.eCellValueType.String; - cell81.BackColor = System.Drawing.Color.White; - cell81.BackColor2 = System.Drawing.Color.White; - cell81.DataGridViewInternal = null; - cell81.DisplayIndex = 0; - cell81.ForeColor = System.Drawing.Color.Black; - cell81.IndexInternal = 0; - cell81.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell81.Rect"))); - cell81.Style = null; - cell81.Text = ""; - cell81.Valuetype = arCtl.ListView2.eCellValueType.String; - cell82.BackColor = System.Drawing.Color.White; - cell82.BackColor2 = System.Drawing.Color.White; - cell82.DataGridViewInternal = null; - cell82.DisplayIndex = 0; - cell82.ForeColor = System.Drawing.Color.Black; - cell82.IndexInternal = 0; - cell82.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell82.Rect"))); - cell82.Style = null; - cell82.Text = ""; - cell82.Valuetype = arCtl.ListView2.eCellValueType.String; - cell83.BackColor = System.Drawing.Color.White; - cell83.BackColor2 = System.Drawing.Color.White; - cell83.DataGridViewInternal = null; - cell83.DisplayIndex = 0; - cell83.ForeColor = System.Drawing.Color.Black; - cell83.IndexInternal = 0; - cell83.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell83.Rect"))); - cell83.Style = null; - cell83.Text = ""; - cell83.Valuetype = arCtl.ListView2.eCellValueType.String; - cell84.BackColor = System.Drawing.Color.White; - cell84.BackColor2 = System.Drawing.Color.White; - cell84.DataGridViewInternal = null; - cell84.DisplayIndex = 0; - cell84.ForeColor = System.Drawing.Color.Black; - cell84.IndexInternal = 0; - cell84.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell84.Rect"))); - cell84.Style = null; - cell84.Text = ""; - cell84.Valuetype = arCtl.ListView2.eCellValueType.String; - row14.Cells = new arCtl.ListView2.Cell[] { - cell79, - cell80, - cell81, - cell82, - cell83, - cell84}; - row14.Rect = ((System.Drawing.RectangleF)(resources.GetObject("row14.Rect"))); - row14.Style = null; - cell85.BackColor = System.Drawing.Color.White; - cell85.BackColor2 = System.Drawing.Color.White; - cell85.DataGridViewInternal = null; - cell85.DisplayIndex = 0; - cell85.ForeColor = System.Drawing.Color.Black; - cell85.IndexInternal = 0; - cell85.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell85.Rect"))); - cell85.Style = null; - cell85.Text = "MFG"; - cell85.Valuetype = arCtl.ListView2.eCellValueType.String; - cell86.BackColor = System.Drawing.Color.White; - cell86.BackColor2 = System.Drawing.Color.White; - cell86.DataGridViewInternal = null; - cell86.DisplayIndex = 0; - cell86.ForeColor = System.Drawing.Color.Black; - cell86.IndexInternal = 0; - cell86.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell86.Rect"))); - cell86.Style = null; - cell86.Text = ""; - cell86.Valuetype = arCtl.ListView2.eCellValueType.String; - cell87.BackColor = System.Drawing.Color.White; - cell87.BackColor2 = System.Drawing.Color.White; - cell87.DataGridViewInternal = null; - cell87.DisplayIndex = 0; - cell87.ForeColor = System.Drawing.Color.Black; - cell87.IndexInternal = 0; - cell87.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell87.Rect"))); - cell87.Style = null; - cell87.Text = ""; - cell87.Valuetype = arCtl.ListView2.eCellValueType.String; - cell88.BackColor = System.Drawing.Color.White; - cell88.BackColor2 = System.Drawing.Color.White; - cell88.DataGridViewInternal = null; - cell88.DisplayIndex = 0; - cell88.ForeColor = System.Drawing.Color.Black; - cell88.IndexInternal = 0; - cell88.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell88.Rect"))); - cell88.Style = null; - cell88.Text = ""; - cell88.Valuetype = arCtl.ListView2.eCellValueType.String; - cell89.BackColor = System.Drawing.Color.White; - cell89.BackColor2 = System.Drawing.Color.White; - cell89.DataGridViewInternal = null; - cell89.DisplayIndex = 0; - cell89.ForeColor = System.Drawing.Color.Black; - cell89.IndexInternal = 0; - cell89.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell89.Rect"))); - cell89.Style = null; - cell89.Text = ""; - cell89.Valuetype = arCtl.ListView2.eCellValueType.String; - cell90.BackColor = System.Drawing.Color.White; - cell90.BackColor2 = System.Drawing.Color.White; - cell90.DataGridViewInternal = null; - cell90.DisplayIndex = 0; - cell90.ForeColor = System.Drawing.Color.Black; - cell90.IndexInternal = 0; - cell90.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell90.Rect"))); - cell90.Style = null; - cell90.Text = ""; - cell90.Valuetype = arCtl.ListView2.eCellValueType.String; - row15.Cells = new arCtl.ListView2.Cell[] { - cell85, - cell86, - cell87, - cell88, - cell89, - cell90}; - row15.Rect = ((System.Drawing.RectangleF)(resources.GetObject("row15.Rect"))); - row15.Style = null; - cell91.BackColor = System.Drawing.Color.White; - cell91.BackColor2 = System.Drawing.Color.White; - cell91.DataGridViewInternal = null; - cell91.DisplayIndex = 0; - cell91.ForeColor = System.Drawing.Color.Black; - cell91.IndexInternal = 0; - cell91.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell91.Rect"))); - cell91.Style = null; - cell91.Text = "PART"; - cell91.Valuetype = arCtl.ListView2.eCellValueType.String; - cell92.BackColor = System.Drawing.Color.White; - cell92.BackColor2 = System.Drawing.Color.White; - cell92.DataGridViewInternal = null; - cell92.DisplayIndex = 0; - cell92.ForeColor = System.Drawing.Color.Black; - cell92.IndexInternal = 0; - cell92.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell92.Rect"))); - cell92.Style = null; - cell92.Text = ""; - cell92.Valuetype = arCtl.ListView2.eCellValueType.String; - cell93.BackColor = System.Drawing.Color.White; - cell93.BackColor2 = System.Drawing.Color.White; - cell93.DataGridViewInternal = null; - cell93.DisplayIndex = 0; - cell93.ForeColor = System.Drawing.Color.Black; - cell93.IndexInternal = 0; - cell93.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell93.Rect"))); - cell93.Style = null; - cell93.Text = ""; - cell93.Valuetype = arCtl.ListView2.eCellValueType.String; - cell94.BackColor = System.Drawing.Color.White; - cell94.BackColor2 = System.Drawing.Color.White; - cell94.DataGridViewInternal = null; - cell94.DisplayIndex = 0; - cell94.ForeColor = System.Drawing.Color.Black; - cell94.IndexInternal = 0; - cell94.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell94.Rect"))); - cell94.Style = null; - cell94.Text = ""; - cell94.Valuetype = arCtl.ListView2.eCellValueType.String; - cell95.BackColor = System.Drawing.Color.White; - cell95.BackColor2 = System.Drawing.Color.White; - cell95.DataGridViewInternal = null; - cell95.DisplayIndex = 0; - cell95.ForeColor = System.Drawing.Color.Black; - cell95.IndexInternal = 0; - cell95.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell95.Rect"))); - cell95.Style = null; - cell95.Text = "PART"; - cell95.Valuetype = arCtl.ListView2.eCellValueType.String; - cell96.BackColor = System.Drawing.Color.White; - cell96.BackColor2 = System.Drawing.Color.White; - cell96.DataGridViewInternal = null; - cell96.DisplayIndex = 0; - cell96.ForeColor = System.Drawing.Color.Black; - cell96.IndexInternal = 0; - cell96.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell96.Rect"))); - cell96.Style = null; - cell96.Text = ""; - cell96.Valuetype = arCtl.ListView2.eCellValueType.String; - row16.Cells = new arCtl.ListView2.Cell[] { - cell91, - cell92, - cell93, - cell94, - cell95, - cell96}; - row16.Rect = ((System.Drawing.RectangleF)(resources.GetObject("row16.Rect"))); - row16.Style = null; + cell385.BackColor = System.Drawing.Color.White; + cell385.BackColor2 = System.Drawing.Color.White; + cell385.DataGridViewInternal = null; + cell385.DisplayIndex = 0; + cell385.ForeColor = System.Drawing.Color.Black; + cell385.IndexInternal = 0; + cell385.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell385.Rect"))); + cell385.Style = null; + cell385.Text = "LEFT"; + cell385.Valuetype = arCtl.ListView2.eCellValueType.String; + cell386.BackColor = System.Drawing.Color.White; + cell386.BackColor2 = System.Drawing.Color.White; + cell386.DataGridViewInternal = null; + cell386.DisplayIndex = 0; + cell386.ForeColor = System.Drawing.Color.Black; + cell386.IndexInternal = 0; + cell386.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell386.Rect"))); + cell386.Style = null; + cell386.Text = "7/13"; + cell386.Valuetype = arCtl.ListView2.eCellValueType.String; + cell387.BackColor = System.Drawing.Color.White; + cell387.BackColor2 = System.Drawing.Color.White; + cell387.DataGridViewInternal = null; + cell387.DisplayIndex = 0; + cell387.ForeColor = System.Drawing.Color.Black; + cell387.IndexInternal = 0; + cell387.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell387.Rect"))); + cell387.Style = null; + cell387.Text = "PICKER"; + cell387.Valuetype = arCtl.ListView2.eCellValueType.String; + cell388.BackColor = System.Drawing.Color.White; + cell388.BackColor2 = System.Drawing.Color.White; + cell388.DataGridViewInternal = null; + cell388.DisplayIndex = 0; + cell388.ForeColor = System.Drawing.Color.Black; + cell388.IndexInternal = 0; + cell388.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell388.Rect"))); + cell388.Style = null; + cell388.Text = "7/13"; + cell388.Valuetype = arCtl.ListView2.eCellValueType.String; + cell389.BackColor = System.Drawing.Color.White; + cell389.BackColor2 = System.Drawing.Color.White; + cell389.DataGridViewInternal = null; + cell389.DisplayIndex = 0; + cell389.ForeColor = System.Drawing.Color.Black; + cell389.IndexInternal = 0; + cell389.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell389.Rect"))); + cell389.Style = null; + cell389.Text = "RIGHT"; + cell389.Valuetype = arCtl.ListView2.eCellValueType.String; + cell390.BackColor = System.Drawing.Color.White; + cell390.BackColor2 = System.Drawing.Color.White; + cell390.DataGridViewInternal = null; + cell390.DisplayIndex = 0; + cell390.ForeColor = System.Drawing.Color.Black; + cell390.IndexInternal = 0; + cell390.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell390.Rect"))); + cell390.Style = null; + cell390.Text = "7/13"; + cell390.Valuetype = arCtl.ListView2.eCellValueType.String; + row65.Cells = new arCtl.ListView2.Cell[] { + cell385, + cell386, + cell387, + cell388, + cell389, + cell390}; + row65.Rect = ((System.Drawing.RectangleF)(resources.GetObject("row65.Rect"))); + row65.Style = null; + cell391.BackColor = System.Drawing.Color.White; + cell391.BackColor2 = System.Drawing.Color.White; + cell391.DataGridViewInternal = null; + cell391.DisplayIndex = 0; + cell391.ForeColor = System.Drawing.Color.Black; + cell391.IndexInternal = 0; + cell391.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell391.Rect"))); + cell391.Style = null; + cell391.Text = "RID"; + cell391.Valuetype = arCtl.ListView2.eCellValueType.String; + cell392.BackColor = System.Drawing.Color.White; + cell392.BackColor2 = System.Drawing.Color.White; + cell392.DataGridViewInternal = null; + cell392.DisplayIndex = 0; + cell392.ForeColor = System.Drawing.Color.Black; + cell392.IndexInternal = 0; + cell392.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell392.Rect"))); + cell392.Style = null; + cell392.Text = "--"; + cell392.Valuetype = arCtl.ListView2.eCellValueType.String; + cell393.BackColor = System.Drawing.Color.White; + cell393.BackColor2 = System.Drawing.Color.White; + cell393.DataGridViewInternal = null; + cell393.DisplayIndex = 0; + cell393.ForeColor = System.Drawing.Color.Black; + cell393.IndexInternal = 0; + cell393.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell393.Rect"))); + cell393.Style = null; + cell393.Text = "RID"; + cell393.Valuetype = arCtl.ListView2.eCellValueType.String; + cell394.BackColor = System.Drawing.Color.White; + cell394.BackColor2 = System.Drawing.Color.White; + cell394.DataGridViewInternal = null; + cell394.DisplayIndex = 0; + cell394.ForeColor = System.Drawing.Color.Black; + cell394.IndexInternal = 0; + cell394.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell394.Rect"))); + cell394.Style = null; + cell394.Text = "--"; + cell394.Valuetype = arCtl.ListView2.eCellValueType.String; + cell395.BackColor = System.Drawing.Color.White; + cell395.BackColor2 = System.Drawing.Color.White; + cell395.DataGridViewInternal = null; + cell395.DisplayIndex = 0; + cell395.ForeColor = System.Drawing.Color.Black; + cell395.IndexInternal = 0; + cell395.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell395.Rect"))); + cell395.Style = null; + cell395.Text = "RID"; + cell395.Valuetype = arCtl.ListView2.eCellValueType.String; + cell396.BackColor = System.Drawing.Color.White; + cell396.BackColor2 = System.Drawing.Color.White; + cell396.DataGridViewInternal = null; + cell396.DisplayIndex = 0; + cell396.ForeColor = System.Drawing.Color.Black; + cell396.IndexInternal = 0; + cell396.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell396.Rect"))); + cell396.Style = null; + cell396.Text = "--"; + cell396.Valuetype = arCtl.ListView2.eCellValueType.String; + row66.Cells = new arCtl.ListView2.Cell[] { + cell391, + cell392, + cell393, + cell394, + cell395, + cell396}; + row66.Rect = ((System.Drawing.RectangleF)(resources.GetObject("row66.Rect"))); + row66.Style = null; + cell397.BackColor = System.Drawing.Color.White; + cell397.BackColor2 = System.Drawing.Color.White; + cell397.DataGridViewInternal = null; + cell397.DisplayIndex = 0; + cell397.ForeColor = System.Drawing.Color.Black; + cell397.IndexInternal = 0; + cell397.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell397.Rect"))); + cell397.Style = null; + cell397.Text = "SID"; + cell397.Valuetype = arCtl.ListView2.eCellValueType.String; + cell398.BackColor = System.Drawing.Color.White; + cell398.BackColor2 = System.Drawing.Color.White; + cell398.DataGridViewInternal = null; + cell398.DisplayIndex = 0; + cell398.ForeColor = System.Drawing.Color.Black; + cell398.IndexInternal = 0; + cell398.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell398.Rect"))); + cell398.Style = null; + cell398.Text = ""; + cell398.Valuetype = arCtl.ListView2.eCellValueType.String; + cell399.BackColor = System.Drawing.Color.White; + cell399.BackColor2 = System.Drawing.Color.White; + cell399.DataGridViewInternal = null; + cell399.DisplayIndex = 0; + cell399.ForeColor = System.Drawing.Color.Black; + cell399.IndexInternal = 0; + cell399.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell399.Rect"))); + cell399.Style = null; + cell399.Text = "SID"; + cell399.Valuetype = arCtl.ListView2.eCellValueType.String; + cell400.BackColor = System.Drawing.Color.White; + cell400.BackColor2 = System.Drawing.Color.White; + cell400.DataGridViewInternal = null; + cell400.DisplayIndex = 0; + cell400.ForeColor = System.Drawing.Color.Black; + cell400.IndexInternal = 0; + cell400.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell400.Rect"))); + cell400.Style = null; + cell400.Text = ""; + cell400.Valuetype = arCtl.ListView2.eCellValueType.String; + cell401.BackColor = System.Drawing.Color.White; + cell401.BackColor2 = System.Drawing.Color.White; + cell401.DataGridViewInternal = null; + cell401.DisplayIndex = 0; + cell401.ForeColor = System.Drawing.Color.Black; + cell401.IndexInternal = 0; + cell401.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell401.Rect"))); + cell401.Style = null; + cell401.Text = "SID"; + cell401.Valuetype = arCtl.ListView2.eCellValueType.String; + cell402.BackColor = System.Drawing.Color.White; + cell402.BackColor2 = System.Drawing.Color.White; + cell402.DataGridViewInternal = null; + cell402.DisplayIndex = 0; + cell402.ForeColor = System.Drawing.Color.Black; + cell402.IndexInternal = 0; + cell402.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell402.Rect"))); + cell402.Style = null; + cell402.Text = ""; + cell402.Valuetype = arCtl.ListView2.eCellValueType.String; + row67.Cells = new arCtl.ListView2.Cell[] { + cell397, + cell398, + cell399, + cell400, + cell401, + cell402}; + row67.Rect = ((System.Drawing.RectangleF)(resources.GetObject("row67.Rect"))); + row67.Style = null; + cell403.BackColor = System.Drawing.Color.White; + cell403.BackColor2 = System.Drawing.Color.White; + cell403.DataGridViewInternal = null; + cell403.DisplayIndex = 0; + cell403.ForeColor = System.Drawing.Color.Black; + cell403.IndexInternal = 0; + cell403.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell403.Rect"))); + cell403.Style = null; + cell403.Text = "QTY"; + cell403.Valuetype = arCtl.ListView2.eCellValueType.String; + cell404.BackColor = System.Drawing.Color.White; + cell404.BackColor2 = System.Drawing.Color.White; + cell404.DataGridViewInternal = null; + cell404.DisplayIndex = 0; + cell404.ForeColor = System.Drawing.Color.Black; + cell404.IndexInternal = 0; + cell404.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell404.Rect"))); + cell404.Style = null; + cell404.Text = ""; + cell404.Valuetype = arCtl.ListView2.eCellValueType.String; + cell405.BackColor = System.Drawing.Color.White; + cell405.BackColor2 = System.Drawing.Color.White; + cell405.DataGridViewInternal = null; + cell405.DisplayIndex = 0; + cell405.ForeColor = System.Drawing.Color.Black; + cell405.IndexInternal = 0; + cell405.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell405.Rect"))); + cell405.Style = null; + cell405.Text = "QTY"; + cell405.Valuetype = arCtl.ListView2.eCellValueType.String; + cell406.BackColor = System.Drawing.Color.White; + cell406.BackColor2 = System.Drawing.Color.White; + cell406.DataGridViewInternal = null; + cell406.DisplayIndex = 0; + cell406.ForeColor = System.Drawing.Color.Black; + cell406.IndexInternal = 0; + cell406.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell406.Rect"))); + cell406.Style = null; + cell406.Text = ""; + cell406.Valuetype = arCtl.ListView2.eCellValueType.String; + cell407.BackColor = System.Drawing.Color.White; + cell407.BackColor2 = System.Drawing.Color.White; + cell407.DataGridViewInternal = null; + cell407.DisplayIndex = 0; + cell407.ForeColor = System.Drawing.Color.Black; + cell407.IndexInternal = 0; + cell407.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell407.Rect"))); + cell407.Style = null; + cell407.Text = "QTY"; + cell407.Valuetype = arCtl.ListView2.eCellValueType.String; + cell408.BackColor = System.Drawing.Color.White; + cell408.BackColor2 = System.Drawing.Color.White; + cell408.DataGridViewInternal = null; + cell408.DisplayIndex = 0; + cell408.ForeColor = System.Drawing.Color.Black; + cell408.IndexInternal = 0; + cell408.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell408.Rect"))); + cell408.Style = null; + cell408.Text = ""; + cell408.Valuetype = arCtl.ListView2.eCellValueType.String; + row68.Cells = new arCtl.ListView2.Cell[] { + cell403, + cell404, + cell405, + cell406, + cell407, + cell408}; + row68.Rect = ((System.Drawing.RectangleF)(resources.GetObject("row68.Rect"))); + row68.Style = null; + cell409.BackColor = System.Drawing.Color.White; + cell409.BackColor2 = System.Drawing.Color.White; + cell409.DataGridViewInternal = null; + cell409.DisplayIndex = 0; + cell409.ForeColor = System.Drawing.Color.Black; + cell409.IndexInternal = 0; + cell409.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell409.Rect"))); + cell409.Style = null; + cell409.Text = "VNAME"; + cell409.Valuetype = arCtl.ListView2.eCellValueType.String; + cell410.BackColor = System.Drawing.Color.White; + cell410.BackColor2 = System.Drawing.Color.White; + cell410.DataGridViewInternal = null; + cell410.DisplayIndex = 0; + cell410.ForeColor = System.Drawing.Color.Black; + cell410.IndexInternal = 0; + cell410.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell410.Rect"))); + cell410.Style = null; + cell410.Text = ""; + cell410.Valuetype = arCtl.ListView2.eCellValueType.String; + cell411.BackColor = System.Drawing.Color.White; + cell411.BackColor2 = System.Drawing.Color.White; + cell411.DataGridViewInternal = null; + cell411.DisplayIndex = 0; + cell411.ForeColor = System.Drawing.Color.Black; + cell411.IndexInternal = 0; + cell411.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell411.Rect"))); + cell411.Style = null; + cell411.Text = "VNAME"; + cell411.Valuetype = arCtl.ListView2.eCellValueType.String; + cell412.BackColor = System.Drawing.Color.White; + cell412.BackColor2 = System.Drawing.Color.White; + cell412.DataGridViewInternal = null; + cell412.DisplayIndex = 0; + cell412.ForeColor = System.Drawing.Color.Black; + cell412.IndexInternal = 0; + cell412.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell412.Rect"))); + cell412.Style = null; + cell412.Text = ""; + cell412.Valuetype = arCtl.ListView2.eCellValueType.String; + cell413.BackColor = System.Drawing.Color.White; + cell413.BackColor2 = System.Drawing.Color.White; + cell413.DataGridViewInternal = null; + cell413.DisplayIndex = 0; + cell413.ForeColor = System.Drawing.Color.Black; + cell413.IndexInternal = 0; + cell413.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell413.Rect"))); + cell413.Style = null; + cell413.Text = "VNAME"; + cell413.Valuetype = arCtl.ListView2.eCellValueType.String; + cell414.BackColor = System.Drawing.Color.White; + cell414.BackColor2 = System.Drawing.Color.White; + cell414.DataGridViewInternal = null; + cell414.DisplayIndex = 0; + cell414.ForeColor = System.Drawing.Color.Black; + cell414.IndexInternal = 0; + cell414.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell414.Rect"))); + cell414.Style = null; + cell414.Text = ""; + cell414.Valuetype = arCtl.ListView2.eCellValueType.String; + row69.Cells = new arCtl.ListView2.Cell[] { + cell409, + cell410, + cell411, + cell412, + cell413, + cell414}; + row69.Rect = ((System.Drawing.RectangleF)(resources.GetObject("row69.Rect"))); + row69.Style = null; + cell415.BackColor = System.Drawing.Color.White; + cell415.BackColor2 = System.Drawing.Color.White; + cell415.DataGridViewInternal = null; + cell415.DisplayIndex = 0; + cell415.ForeColor = System.Drawing.Color.Black; + cell415.IndexInternal = 0; + cell415.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell415.Rect"))); + cell415.Style = null; + cell415.Text = "VLOT"; + cell415.Valuetype = arCtl.ListView2.eCellValueType.String; + cell416.BackColor = System.Drawing.Color.White; + cell416.BackColor2 = System.Drawing.Color.White; + cell416.DataGridViewInternal = null; + cell416.DisplayIndex = 0; + cell416.ForeColor = System.Drawing.Color.Black; + cell416.IndexInternal = 0; + cell416.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell416.Rect"))); + cell416.Style = null; + cell416.Text = ""; + cell416.Valuetype = arCtl.ListView2.eCellValueType.String; + cell417.BackColor = System.Drawing.Color.White; + cell417.BackColor2 = System.Drawing.Color.White; + cell417.DataGridViewInternal = null; + cell417.DisplayIndex = 0; + cell417.ForeColor = System.Drawing.Color.Black; + cell417.IndexInternal = 0; + cell417.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell417.Rect"))); + cell417.Style = null; + cell417.Text = "VLOT"; + cell417.Valuetype = arCtl.ListView2.eCellValueType.String; + cell418.BackColor = System.Drawing.Color.White; + cell418.BackColor2 = System.Drawing.Color.White; + cell418.DataGridViewInternal = null; + cell418.DisplayIndex = 0; + cell418.ForeColor = System.Drawing.Color.Black; + cell418.IndexInternal = 0; + cell418.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell418.Rect"))); + cell418.Style = null; + cell418.Text = ""; + cell418.Valuetype = arCtl.ListView2.eCellValueType.String; + cell419.BackColor = System.Drawing.Color.White; + cell419.BackColor2 = System.Drawing.Color.White; + cell419.DataGridViewInternal = null; + cell419.DisplayIndex = 0; + cell419.ForeColor = System.Drawing.Color.Black; + cell419.IndexInternal = 0; + cell419.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell419.Rect"))); + cell419.Style = null; + cell419.Text = "VLOT"; + cell419.Valuetype = arCtl.ListView2.eCellValueType.String; + cell420.BackColor = System.Drawing.Color.White; + cell420.BackColor2 = System.Drawing.Color.White; + cell420.DataGridViewInternal = null; + cell420.DisplayIndex = 0; + cell420.ForeColor = System.Drawing.Color.Black; + cell420.IndexInternal = 0; + cell420.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell420.Rect"))); + cell420.Style = null; + cell420.Text = ""; + cell420.Valuetype = arCtl.ListView2.eCellValueType.String; + row70.Cells = new arCtl.ListView2.Cell[] { + cell415, + cell416, + cell417, + cell418, + cell419, + cell420}; + row70.Rect = ((System.Drawing.RectangleF)(resources.GetObject("row70.Rect"))); + row70.Style = null; + cell421.BackColor = System.Drawing.Color.White; + cell421.BackColor2 = System.Drawing.Color.White; + cell421.DataGridViewInternal = null; + cell421.DisplayIndex = 0; + cell421.ForeColor = System.Drawing.Color.Black; + cell421.IndexInternal = 0; + cell421.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell421.Rect"))); + cell421.Style = null; + cell421.Text = "MFG"; + cell421.Valuetype = arCtl.ListView2.eCellValueType.String; + cell422.BackColor = System.Drawing.Color.White; + cell422.BackColor2 = System.Drawing.Color.White; + cell422.DataGridViewInternal = null; + cell422.DisplayIndex = 0; + cell422.ForeColor = System.Drawing.Color.Black; + cell422.IndexInternal = 0; + cell422.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell422.Rect"))); + cell422.Style = null; + cell422.Text = ""; + cell422.Valuetype = arCtl.ListView2.eCellValueType.String; + cell423.BackColor = System.Drawing.Color.White; + cell423.BackColor2 = System.Drawing.Color.White; + cell423.DataGridViewInternal = null; + cell423.DisplayIndex = 0; + cell423.ForeColor = System.Drawing.Color.Black; + cell423.IndexInternal = 0; + cell423.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell423.Rect"))); + cell423.Style = null; + cell423.Text = "MFG"; + cell423.Valuetype = arCtl.ListView2.eCellValueType.String; + cell424.BackColor = System.Drawing.Color.White; + cell424.BackColor2 = System.Drawing.Color.White; + cell424.DataGridViewInternal = null; + cell424.DisplayIndex = 0; + cell424.ForeColor = System.Drawing.Color.Black; + cell424.IndexInternal = 0; + cell424.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell424.Rect"))); + cell424.Style = null; + cell424.Text = ""; + cell424.Valuetype = arCtl.ListView2.eCellValueType.String; + cell425.BackColor = System.Drawing.Color.White; + cell425.BackColor2 = System.Drawing.Color.White; + cell425.DataGridViewInternal = null; + cell425.DisplayIndex = 0; + cell425.ForeColor = System.Drawing.Color.Black; + cell425.IndexInternal = 0; + cell425.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell425.Rect"))); + cell425.Style = null; + cell425.Text = "MFG"; + cell425.Valuetype = arCtl.ListView2.eCellValueType.String; + cell426.BackColor = System.Drawing.Color.White; + cell426.BackColor2 = System.Drawing.Color.White; + cell426.DataGridViewInternal = null; + cell426.DisplayIndex = 0; + cell426.ForeColor = System.Drawing.Color.Black; + cell426.IndexInternal = 0; + cell426.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell426.Rect"))); + cell426.Style = null; + cell426.Text = ""; + cell426.Valuetype = arCtl.ListView2.eCellValueType.String; + row71.Cells = new arCtl.ListView2.Cell[] { + cell421, + cell422, + cell423, + cell424, + cell425, + cell426}; + row71.Rect = ((System.Drawing.RectangleF)(resources.GetObject("row71.Rect"))); + row71.Style = null; + cell427.BackColor = System.Drawing.Color.White; + cell427.BackColor2 = System.Drawing.Color.White; + cell427.DataGridViewInternal = null; + cell427.DisplayIndex = 0; + cell427.ForeColor = System.Drawing.Color.Black; + cell427.IndexInternal = 0; + cell427.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell427.Rect"))); + cell427.Style = null; + cell427.Text = "PART"; + cell427.Valuetype = arCtl.ListView2.eCellValueType.String; + cell428.BackColor = System.Drawing.Color.White; + cell428.BackColor2 = System.Drawing.Color.White; + cell428.DataGridViewInternal = null; + cell428.DisplayIndex = 0; + cell428.ForeColor = System.Drawing.Color.Black; + cell428.IndexInternal = 0; + cell428.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell428.Rect"))); + cell428.Style = null; + cell428.Text = ""; + cell428.Valuetype = arCtl.ListView2.eCellValueType.String; + cell429.BackColor = System.Drawing.Color.White; + cell429.BackColor2 = System.Drawing.Color.White; + cell429.DataGridViewInternal = null; + cell429.DisplayIndex = 0; + cell429.ForeColor = System.Drawing.Color.Black; + cell429.IndexInternal = 0; + cell429.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell429.Rect"))); + cell429.Style = null; + cell429.Text = "PART"; + cell429.Valuetype = arCtl.ListView2.eCellValueType.String; + cell430.BackColor = System.Drawing.Color.White; + cell430.BackColor2 = System.Drawing.Color.White; + cell430.DataGridViewInternal = null; + cell430.DisplayIndex = 0; + cell430.ForeColor = System.Drawing.Color.Black; + cell430.IndexInternal = 0; + cell430.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell430.Rect"))); + cell430.Style = null; + cell430.Text = ""; + cell430.Valuetype = arCtl.ListView2.eCellValueType.String; + cell431.BackColor = System.Drawing.Color.White; + cell431.BackColor2 = System.Drawing.Color.White; + cell431.DataGridViewInternal = null; + cell431.DisplayIndex = 0; + cell431.ForeColor = System.Drawing.Color.Black; + cell431.IndexInternal = 0; + cell431.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell431.Rect"))); + cell431.Style = null; + cell431.Text = "PART"; + cell431.Valuetype = arCtl.ListView2.eCellValueType.String; + cell432.BackColor = System.Drawing.Color.White; + cell432.BackColor2 = System.Drawing.Color.White; + cell432.DataGridViewInternal = null; + cell432.DisplayIndex = 0; + cell432.ForeColor = System.Drawing.Color.Black; + cell432.IndexInternal = 0; + cell432.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell432.Rect"))); + cell432.Style = null; + cell432.Text = ""; + cell432.Valuetype = arCtl.ListView2.eCellValueType.String; + row72.Cells = new arCtl.ListView2.Cell[] { + cell427, + cell428, + cell429, + cell430, + cell431, + cell432}; + row72.Rect = ((System.Drawing.RectangleF)(resources.GetObject("row72.Rect"))); + row72.Style = null; + cell433.BackColor = System.Drawing.Color.White; + cell433.BackColor2 = System.Drawing.Color.White; + cell433.DataGridViewInternal = null; + cell433.DisplayIndex = 0; + cell433.ForeColor = System.Drawing.Color.Black; + cell433.IndexInternal = 0; + cell433.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell433.Rect"))); + cell433.Style = null; + cell433.Text = "SIZE"; + cell433.Valuetype = arCtl.ListView2.eCellValueType.String; + cell434.BackColor = System.Drawing.Color.White; + cell434.BackColor2 = System.Drawing.Color.White; + cell434.DataGridViewInternal = null; + cell434.DisplayIndex = 0; + cell434.ForeColor = System.Drawing.Color.Black; + cell434.IndexInternal = 0; + cell434.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell434.Rect"))); + cell434.Style = null; + cell434.Text = ""; + cell434.Valuetype = arCtl.ListView2.eCellValueType.String; + cell435.BackColor = System.Drawing.Color.White; + cell435.BackColor2 = System.Drawing.Color.White; + cell435.DataGridViewInternal = null; + cell435.DisplayIndex = 0; + cell435.ForeColor = System.Drawing.Color.Black; + cell435.IndexInternal = 0; + cell435.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell435.Rect"))); + cell435.Style = null; + cell435.Text = "SIZE"; + cell435.Valuetype = arCtl.ListView2.eCellValueType.String; + cell436.BackColor = System.Drawing.Color.White; + cell436.BackColor2 = System.Drawing.Color.White; + cell436.DataGridViewInternal = null; + cell436.DisplayIndex = 0; + cell436.ForeColor = System.Drawing.Color.Black; + cell436.IndexInternal = 0; + cell436.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell436.Rect"))); + cell436.Style = null; + cell436.Text = ""; + cell436.Valuetype = arCtl.ListView2.eCellValueType.String; + cell437.BackColor = System.Drawing.Color.White; + cell437.BackColor2 = System.Drawing.Color.White; + cell437.DataGridViewInternal = null; + cell437.DisplayIndex = 0; + cell437.ForeColor = System.Drawing.Color.Black; + cell437.IndexInternal = 0; + cell437.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell437.Rect"))); + cell437.Style = null; + cell437.Text = "SIZE"; + cell437.Valuetype = arCtl.ListView2.eCellValueType.String; + cell438.BackColor = System.Drawing.Color.White; + cell438.BackColor2 = System.Drawing.Color.White; + cell438.DataGridViewInternal = null; + cell438.DisplayIndex = 0; + cell438.ForeColor = System.Drawing.Color.Black; + cell438.IndexInternal = 0; + cell438.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell438.Rect"))); + cell438.Style = null; + cell438.Text = ""; + cell438.Valuetype = arCtl.ListView2.eCellValueType.String; + row73.Cells = new arCtl.ListView2.Cell[] { + cell433, + cell434, + cell435, + cell436, + cell437, + cell438}; + row73.Rect = ((System.Drawing.RectangleF)(resources.GetObject("row73.Rect"))); + row73.Style = null; + cell439.BackColor = System.Drawing.Color.White; + cell439.BackColor2 = System.Drawing.Color.White; + cell439.DataGridViewInternal = null; + cell439.DisplayIndex = 0; + cell439.ForeColor = System.Drawing.Color.Black; + cell439.IndexInternal = 0; + cell439.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell439.Rect"))); + cell439.Style = null; + cell439.Text = "RID"; + cell439.Valuetype = arCtl.ListView2.eCellValueType.String; + cell440.BackColor = System.Drawing.Color.White; + cell440.BackColor2 = System.Drawing.Color.White; + cell440.DataGridViewInternal = null; + cell440.DisplayIndex = 0; + cell440.ForeColor = System.Drawing.Color.Black; + cell440.IndexInternal = 0; + cell440.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell440.Rect"))); + cell440.Style = null; + cell440.Text = ""; + cell440.Valuetype = arCtl.ListView2.eCellValueType.String; + cell441.BackColor = System.Drawing.Color.White; + cell441.BackColor2 = System.Drawing.Color.White; + cell441.DataGridViewInternal = null; + cell441.DisplayIndex = 0; + cell441.ForeColor = System.Drawing.Color.Black; + cell441.IndexInternal = 0; + cell441.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell441.Rect"))); + cell441.Style = null; + cell441.Text = "DEG"; + cell441.Valuetype = arCtl.ListView2.eCellValueType.String; + cell442.BackColor = System.Drawing.Color.White; + cell442.BackColor2 = System.Drawing.Color.White; + cell442.DataGridViewInternal = null; + cell442.DisplayIndex = 0; + cell442.ForeColor = System.Drawing.Color.Black; + cell442.IndexInternal = 0; + cell442.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell442.Rect"))); + cell442.Style = null; + cell442.Text = ""; + cell442.Valuetype = arCtl.ListView2.eCellValueType.String; + cell443.BackColor = System.Drawing.Color.White; + cell443.BackColor2 = System.Drawing.Color.White; + cell443.DataGridViewInternal = null; + cell443.DisplayIndex = 0; + cell443.ForeColor = System.Drawing.Color.Black; + cell443.IndexInternal = 0; + cell443.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell443.Rect"))); + cell443.Style = null; + cell443.Text = "RID"; + cell443.Valuetype = arCtl.ListView2.eCellValueType.String; + cell444.BackColor = System.Drawing.Color.White; + cell444.BackColor2 = System.Drawing.Color.White; + cell444.DataGridViewInternal = null; + cell444.DisplayIndex = 0; + cell444.ForeColor = System.Drawing.Color.Black; + cell444.IndexInternal = 0; + cell444.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell444.Rect"))); + cell444.Style = null; + cell444.Text = ""; + cell444.Valuetype = arCtl.ListView2.eCellValueType.String; + row74.Cells = new arCtl.ListView2.Cell[] { + cell439, + cell440, + cell441, + cell442, + cell443, + cell444}; + row74.Rect = ((System.Drawing.RectangleF)(resources.GetObject("row74.Rect"))); + row74.Style = null; + cell445.BackColor = System.Drawing.Color.White; + cell445.BackColor2 = System.Drawing.Color.White; + cell445.DataGridViewInternal = null; + cell445.DisplayIndex = 0; + cell445.ForeColor = System.Drawing.Color.Black; + cell445.IndexInternal = 0; + cell445.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell445.Rect"))); + cell445.Style = null; + cell445.Text = "SID"; + cell445.Valuetype = arCtl.ListView2.eCellValueType.String; + cell446.BackColor = System.Drawing.Color.White; + cell446.BackColor2 = System.Drawing.Color.White; + cell446.DataGridViewInternal = null; + cell446.DisplayIndex = 0; + cell446.ForeColor = System.Drawing.Color.Black; + cell446.IndexInternal = 0; + cell446.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell446.Rect"))); + cell446.Style = null; + cell446.Text = ""; + cell446.Valuetype = arCtl.ListView2.eCellValueType.String; + cell447.BackColor = System.Drawing.Color.White; + cell447.BackColor2 = System.Drawing.Color.White; + cell447.DataGridViewInternal = null; + cell447.DisplayIndex = 0; + cell447.ForeColor = System.Drawing.Color.Black; + cell447.IndexInternal = 0; + cell447.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell447.Rect"))); + cell447.Style = null; + cell447.Text = "QR"; + cell447.Valuetype = arCtl.ListView2.eCellValueType.String; + cell448.BackColor = System.Drawing.Color.White; + cell448.BackColor2 = System.Drawing.Color.White; + cell448.DataGridViewInternal = null; + cell448.DisplayIndex = 0; + cell448.ForeColor = System.Drawing.Color.Black; + cell448.IndexInternal = 0; + cell448.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell448.Rect"))); + cell448.Style = null; + cell448.Text = ""; + cell448.Valuetype = arCtl.ListView2.eCellValueType.String; + cell449.BackColor = System.Drawing.Color.White; + cell449.BackColor2 = System.Drawing.Color.White; + cell449.DataGridViewInternal = null; + cell449.DisplayIndex = 0; + cell449.ForeColor = System.Drawing.Color.Black; + cell449.IndexInternal = 0; + cell449.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell449.Rect"))); + cell449.Style = null; + cell449.Text = "SID"; + cell449.Valuetype = arCtl.ListView2.eCellValueType.String; + cell450.BackColor = System.Drawing.Color.White; + cell450.BackColor2 = System.Drawing.Color.White; + cell450.DataGridViewInternal = null; + cell450.DisplayIndex = 0; + cell450.ForeColor = System.Drawing.Color.Black; + cell450.IndexInternal = 0; + cell450.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell450.Rect"))); + cell450.Style = null; + cell450.Text = ""; + cell450.Valuetype = arCtl.ListView2.eCellValueType.String; + row75.Cells = new arCtl.ListView2.Cell[] { + cell445, + cell446, + cell447, + cell448, + cell449, + cell450}; + row75.Rect = ((System.Drawing.RectangleF)(resources.GetObject("row75.Rect"))); + row75.Style = null; + cell451.BackColor = System.Drawing.Color.White; + cell451.BackColor2 = System.Drawing.Color.White; + cell451.DataGridViewInternal = null; + cell451.DisplayIndex = 0; + cell451.ForeColor = System.Drawing.Color.Black; + cell451.IndexInternal = 0; + cell451.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell451.Rect"))); + cell451.Style = null; + cell451.Text = "QTY"; + cell451.Valuetype = arCtl.ListView2.eCellValueType.String; + cell452.BackColor = System.Drawing.Color.White; + cell452.BackColor2 = System.Drawing.Color.White; + cell452.DataGridViewInternal = null; + cell452.DisplayIndex = 0; + cell452.ForeColor = System.Drawing.Color.Black; + cell452.IndexInternal = 0; + cell452.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell452.Rect"))); + cell452.Style = null; + cell452.Text = ""; + cell452.Valuetype = arCtl.ListView2.eCellValueType.String; + cell453.BackColor = System.Drawing.Color.White; + cell453.BackColor2 = System.Drawing.Color.White; + cell453.DataGridViewInternal = null; + cell453.DisplayIndex = 0; + cell453.ForeColor = System.Drawing.Color.Black; + cell453.IndexInternal = 0; + cell453.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell453.Rect"))); + cell453.Style = null; + cell453.Text = ""; + cell453.Valuetype = arCtl.ListView2.eCellValueType.String; + cell454.BackColor = System.Drawing.Color.White; + cell454.BackColor2 = System.Drawing.Color.White; + cell454.DataGridViewInternal = null; + cell454.DisplayIndex = 0; + cell454.ForeColor = System.Drawing.Color.Black; + cell454.IndexInternal = 0; + cell454.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell454.Rect"))); + cell454.Style = null; + cell454.Text = ""; + cell454.Valuetype = arCtl.ListView2.eCellValueType.String; + cell455.BackColor = System.Drawing.Color.White; + cell455.BackColor2 = System.Drawing.Color.White; + cell455.DataGridViewInternal = null; + cell455.DisplayIndex = 0; + cell455.ForeColor = System.Drawing.Color.Black; + cell455.IndexInternal = 0; + cell455.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell455.Rect"))); + cell455.Style = null; + cell455.Text = ""; + cell455.Valuetype = arCtl.ListView2.eCellValueType.String; + cell456.BackColor = System.Drawing.Color.White; + cell456.BackColor2 = System.Drawing.Color.White; + cell456.DataGridViewInternal = null; + cell456.DisplayIndex = 0; + cell456.ForeColor = System.Drawing.Color.Black; + cell456.IndexInternal = 0; + cell456.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell456.Rect"))); + cell456.Style = null; + cell456.Text = ""; + cell456.Valuetype = arCtl.ListView2.eCellValueType.String; + row76.Cells = new arCtl.ListView2.Cell[] { + cell451, + cell452, + cell453, + cell454, + cell455, + cell456}; + row76.Rect = ((System.Drawing.RectangleF)(resources.GetObject("row76.Rect"))); + row76.Style = null; + cell457.BackColor = System.Drawing.Color.White; + cell457.BackColor2 = System.Drawing.Color.White; + cell457.DataGridViewInternal = null; + cell457.DisplayIndex = 0; + cell457.ForeColor = System.Drawing.Color.Black; + cell457.IndexInternal = 0; + cell457.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell457.Rect"))); + cell457.Style = null; + cell457.Text = "MANU"; + cell457.Valuetype = arCtl.ListView2.eCellValueType.String; + cell458.BackColor = System.Drawing.Color.White; + cell458.BackColor2 = System.Drawing.Color.White; + cell458.DataGridViewInternal = null; + cell458.DisplayIndex = 0; + cell458.ForeColor = System.Drawing.Color.Black; + cell458.IndexInternal = 0; + cell458.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell458.Rect"))); + cell458.Style = null; + cell458.Text = ""; + cell458.Valuetype = arCtl.ListView2.eCellValueType.String; + cell459.BackColor = System.Drawing.Color.White; + cell459.BackColor2 = System.Drawing.Color.White; + cell459.DataGridViewInternal = null; + cell459.DisplayIndex = 0; + cell459.ForeColor = System.Drawing.Color.Black; + cell459.IndexInternal = 0; + cell459.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell459.Rect"))); + cell459.Style = null; + cell459.Text = ""; + cell459.Valuetype = arCtl.ListView2.eCellValueType.String; + cell460.BackColor = System.Drawing.Color.White; + cell460.BackColor2 = System.Drawing.Color.White; + cell460.DataGridViewInternal = null; + cell460.DisplayIndex = 0; + cell460.ForeColor = System.Drawing.Color.Black; + cell460.IndexInternal = 0; + cell460.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell460.Rect"))); + cell460.Style = null; + cell460.Text = ""; + cell460.Valuetype = arCtl.ListView2.eCellValueType.String; + cell461.BackColor = System.Drawing.Color.White; + cell461.BackColor2 = System.Drawing.Color.White; + cell461.DataGridViewInternal = null; + cell461.DisplayIndex = 0; + cell461.ForeColor = System.Drawing.Color.Black; + cell461.IndexInternal = 0; + cell461.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell461.Rect"))); + cell461.Style = null; + cell461.Text = ""; + cell461.Valuetype = arCtl.ListView2.eCellValueType.String; + cell462.BackColor = System.Drawing.Color.White; + cell462.BackColor2 = System.Drawing.Color.White; + cell462.DataGridViewInternal = null; + cell462.DisplayIndex = 0; + cell462.ForeColor = System.Drawing.Color.Black; + cell462.IndexInternal = 0; + cell462.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell462.Rect"))); + cell462.Style = null; + cell462.Text = ""; + cell462.Valuetype = arCtl.ListView2.eCellValueType.String; + row77.Cells = new arCtl.ListView2.Cell[] { + cell457, + cell458, + cell459, + cell460, + cell461, + cell462}; + row77.Rect = ((System.Drawing.RectangleF)(resources.GetObject("row77.Rect"))); + row77.Style = null; + cell463.BackColor = System.Drawing.Color.White; + cell463.BackColor2 = System.Drawing.Color.White; + cell463.DataGridViewInternal = null; + cell463.DisplayIndex = 0; + cell463.ForeColor = System.Drawing.Color.Black; + cell463.IndexInternal = 0; + cell463.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell463.Rect"))); + cell463.Style = null; + cell463.Text = "VLOT"; + cell463.Valuetype = arCtl.ListView2.eCellValueType.String; + cell464.BackColor = System.Drawing.Color.White; + cell464.BackColor2 = System.Drawing.Color.White; + cell464.DataGridViewInternal = null; + cell464.DisplayIndex = 0; + cell464.ForeColor = System.Drawing.Color.Black; + cell464.IndexInternal = 0; + cell464.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell464.Rect"))); + cell464.Style = null; + cell464.Text = ""; + cell464.Valuetype = arCtl.ListView2.eCellValueType.String; + cell465.BackColor = System.Drawing.Color.White; + cell465.BackColor2 = System.Drawing.Color.White; + cell465.DataGridViewInternal = null; + cell465.DisplayIndex = 0; + cell465.ForeColor = System.Drawing.Color.Black; + cell465.IndexInternal = 0; + cell465.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell465.Rect"))); + cell465.Style = null; + cell465.Text = ""; + cell465.Valuetype = arCtl.ListView2.eCellValueType.String; + cell466.BackColor = System.Drawing.Color.White; + cell466.BackColor2 = System.Drawing.Color.White; + cell466.DataGridViewInternal = null; + cell466.DisplayIndex = 0; + cell466.ForeColor = System.Drawing.Color.Black; + cell466.IndexInternal = 0; + cell466.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell466.Rect"))); + cell466.Style = null; + cell466.Text = ""; + cell466.Valuetype = arCtl.ListView2.eCellValueType.String; + cell467.BackColor = System.Drawing.Color.White; + cell467.BackColor2 = System.Drawing.Color.White; + cell467.DataGridViewInternal = null; + cell467.DisplayIndex = 0; + cell467.ForeColor = System.Drawing.Color.Black; + cell467.IndexInternal = 0; + cell467.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell467.Rect"))); + cell467.Style = null; + cell467.Text = ""; + cell467.Valuetype = arCtl.ListView2.eCellValueType.String; + cell468.BackColor = System.Drawing.Color.White; + cell468.BackColor2 = System.Drawing.Color.White; + cell468.DataGridViewInternal = null; + cell468.DisplayIndex = 0; + cell468.ForeColor = System.Drawing.Color.Black; + cell468.IndexInternal = 0; + cell468.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell468.Rect"))); + cell468.Style = null; + cell468.Text = ""; + cell468.Valuetype = arCtl.ListView2.eCellValueType.String; + row78.Cells = new arCtl.ListView2.Cell[] { + cell463, + cell464, + cell465, + cell466, + cell467, + cell468}; + row78.Rect = ((System.Drawing.RectangleF)(resources.GetObject("row78.Rect"))); + row78.Style = null; + cell469.BackColor = System.Drawing.Color.White; + cell469.BackColor2 = System.Drawing.Color.White; + cell469.DataGridViewInternal = null; + cell469.DisplayIndex = 0; + cell469.ForeColor = System.Drawing.Color.Black; + cell469.IndexInternal = 0; + cell469.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell469.Rect"))); + cell469.Style = null; + cell469.Text = "MFG"; + cell469.Valuetype = arCtl.ListView2.eCellValueType.String; + cell470.BackColor = System.Drawing.Color.White; + cell470.BackColor2 = System.Drawing.Color.White; + cell470.DataGridViewInternal = null; + cell470.DisplayIndex = 0; + cell470.ForeColor = System.Drawing.Color.Black; + cell470.IndexInternal = 0; + cell470.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell470.Rect"))); + cell470.Style = null; + cell470.Text = ""; + cell470.Valuetype = arCtl.ListView2.eCellValueType.String; + cell471.BackColor = System.Drawing.Color.White; + cell471.BackColor2 = System.Drawing.Color.White; + cell471.DataGridViewInternal = null; + cell471.DisplayIndex = 0; + cell471.ForeColor = System.Drawing.Color.Black; + cell471.IndexInternal = 0; + cell471.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell471.Rect"))); + cell471.Style = null; + cell471.Text = ""; + cell471.Valuetype = arCtl.ListView2.eCellValueType.String; + cell472.BackColor = System.Drawing.Color.White; + cell472.BackColor2 = System.Drawing.Color.White; + cell472.DataGridViewInternal = null; + cell472.DisplayIndex = 0; + cell472.ForeColor = System.Drawing.Color.Black; + cell472.IndexInternal = 0; + cell472.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell472.Rect"))); + cell472.Style = null; + cell472.Text = ""; + cell472.Valuetype = arCtl.ListView2.eCellValueType.String; + cell473.BackColor = System.Drawing.Color.White; + cell473.BackColor2 = System.Drawing.Color.White; + cell473.DataGridViewInternal = null; + cell473.DisplayIndex = 0; + cell473.ForeColor = System.Drawing.Color.Black; + cell473.IndexInternal = 0; + cell473.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell473.Rect"))); + cell473.Style = null; + cell473.Text = ""; + cell473.Valuetype = arCtl.ListView2.eCellValueType.String; + cell474.BackColor = System.Drawing.Color.White; + cell474.BackColor2 = System.Drawing.Color.White; + cell474.DataGridViewInternal = null; + cell474.DisplayIndex = 0; + cell474.ForeColor = System.Drawing.Color.Black; + cell474.IndexInternal = 0; + cell474.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell474.Rect"))); + cell474.Style = null; + cell474.Text = ""; + cell474.Valuetype = arCtl.ListView2.eCellValueType.String; + row79.Cells = new arCtl.ListView2.Cell[] { + cell469, + cell470, + cell471, + cell472, + cell473, + cell474}; + row79.Rect = ((System.Drawing.RectangleF)(resources.GetObject("row79.Rect"))); + row79.Style = null; + cell475.BackColor = System.Drawing.Color.White; + cell475.BackColor2 = System.Drawing.Color.White; + cell475.DataGridViewInternal = null; + cell475.DisplayIndex = 0; + cell475.ForeColor = System.Drawing.Color.Black; + cell475.IndexInternal = 0; + cell475.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell475.Rect"))); + cell475.Style = null; + cell475.Text = "PART"; + cell475.Valuetype = arCtl.ListView2.eCellValueType.String; + cell476.BackColor = System.Drawing.Color.White; + cell476.BackColor2 = System.Drawing.Color.White; + cell476.DataGridViewInternal = null; + cell476.DisplayIndex = 0; + cell476.ForeColor = System.Drawing.Color.Black; + cell476.IndexInternal = 0; + cell476.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell476.Rect"))); + cell476.Style = null; + cell476.Text = ""; + cell476.Valuetype = arCtl.ListView2.eCellValueType.String; + cell477.BackColor = System.Drawing.Color.White; + cell477.BackColor2 = System.Drawing.Color.White; + cell477.DataGridViewInternal = null; + cell477.DisplayIndex = 0; + cell477.ForeColor = System.Drawing.Color.Black; + cell477.IndexInternal = 0; + cell477.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell477.Rect"))); + cell477.Style = null; + cell477.Text = ""; + cell477.Valuetype = arCtl.ListView2.eCellValueType.String; + cell478.BackColor = System.Drawing.Color.White; + cell478.BackColor2 = System.Drawing.Color.White; + cell478.DataGridViewInternal = null; + cell478.DisplayIndex = 0; + cell478.ForeColor = System.Drawing.Color.Black; + cell478.IndexInternal = 0; + cell478.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell478.Rect"))); + cell478.Style = null; + cell478.Text = ""; + cell478.Valuetype = arCtl.ListView2.eCellValueType.String; + cell479.BackColor = System.Drawing.Color.White; + cell479.BackColor2 = System.Drawing.Color.White; + cell479.DataGridViewInternal = null; + cell479.DisplayIndex = 0; + cell479.ForeColor = System.Drawing.Color.Black; + cell479.IndexInternal = 0; + cell479.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell479.Rect"))); + cell479.Style = null; + cell479.Text = "PART"; + cell479.Valuetype = arCtl.ListView2.eCellValueType.String; + cell480.BackColor = System.Drawing.Color.White; + cell480.BackColor2 = System.Drawing.Color.White; + cell480.DataGridViewInternal = null; + cell480.DisplayIndex = 0; + cell480.ForeColor = System.Drawing.Color.Black; + cell480.IndexInternal = 0; + cell480.Rect = ((System.Drawing.RectangleF)(resources.GetObject("cell480.Rect"))); + cell480.Style = null; + cell480.Text = ""; + cell480.Valuetype = arCtl.ListView2.eCellValueType.String; + row80.Cells = new arCtl.ListView2.Cell[] { + cell475, + cell476, + cell477, + cell478, + cell479, + cell480}; + row80.Rect = ((System.Drawing.RectangleF)(resources.GetObject("row80.Rect"))); + row80.Style = null; this.listView21.Rows = new arCtl.ListView2.Row[] { - row1, - row2, - row3, - row4, - row5, - row6, - row7, - row8, - row9, - row10, - row11, - row12, - row13, - row14, - row15, - row16}; - itemStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(45)))), ((int)(((byte)(45))))); - itemStyle2.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40))))); - itemStyle2.Font = new System.Drawing.Font("Consolas", 8F, System.Drawing.FontStyle.Bold); - itemStyle2.ForeColor = System.Drawing.Color.Black; - this.listView21.RowStyle = itemStyle2; + row65, + row66, + row67, + row68, + row69, + row70, + row71, + row72, + row73, + row74, + row75, + row76, + row77, + row78, + row79, + row80}; + itemStyle10.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(45)))), ((int)(((byte)(45))))); + itemStyle10.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40))))); + itemStyle10.Font = new System.Drawing.Font("Consolas", 8F, System.Drawing.FontStyle.Bold); + itemStyle10.ForeColor = System.Drawing.Color.Black; + this.listView21.RowStyle = itemStyle10; this.listView21.Size = new System.Drawing.Size(451, 403); this.listView21.TabIndex = 7; this.listView21.Text = "listView21"; - this.listView21.Click += new System.EventHandler(this.listView21_Click); // // FMain // @@ -5160,6 +5166,7 @@ private System.Windows.Forms.ToolStripMenuItem sampleToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem debugModeToolStripMenuItem; private System.Windows.Forms.Panel panBottom; + private System.Windows.Forms.ProgressBar progressBarRefresh; private System.Windows.Forms.ContextMenuStrip cmBarcode; private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem22; private System.Windows.Forms.ToolStripMenuItem detectCountToolStripMenuItem; @@ -5287,7 +5294,6 @@ private System.Windows.Forms.ToolStripMenuItem sID정보ToolStripMenuItem; private arCtl.ListView2 listView21; private System.Windows.Forms.Panel panel1; - private System.Windows.Forms.ToolStripMenuItem 프린트룰ToolStripMenuItem; private System.Windows.Forms.ToolStripSeparator toolStripMenuItem16; private System.Windows.Forms.ToolStripMenuItem getImageToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 바코드키엔스ToolStripMenuItem; diff --git a/Handler/Project/fMain.cs b/Handler/Project/fMain.cs index b0f9015..da6688f 100644 --- a/Handler/Project/fMain.cs +++ b/Handler/Project/fMain.cs @@ -1,8 +1,6 @@ using AR; -using Chilkat; using Emgu.CV; using Emgu.CV.Structure; -using Microsoft.Owin.Hosting; using Project.Dialog; using System; using System.Collections.Generic; @@ -21,18 +19,6 @@ namespace Project { public partial class FMain : Form { - - [DllImport("user32")] - public static extern Boolean ShowWindow(IntPtr hWnd, Int32 nCmdShow); - [DllImport("user32.dll")] - private static extern int SetActiveWindow(int hwnd); - - [DllImport("user32.dll")] - private static extern bool SetForegroundWindow(IntPtr hWnd); - - [DllImport("user32.dll")] - private static extern bool ShowWindowAsync(IntPtr hWnd, int nCmdShow); - Boolean camliveBusy = false; bool liveviewprocesson = false; Stopwatch watFps = new Stopwatch(); @@ -223,15 +209,26 @@ namespace Project } - void RefreshList() + //void RefreshList() + //{ + // // 비동기로 실행 + // Task.Run(async () => await RefreshListAsync()); + //} + + async Task RefreshList() { //if (COMM.SETTING.Data.OnlineMode == false) return; - if (this.InvokeRequired) + // ProgressBar 표시 + this.BeginInvoke(new Action(() => { - this.BeginInvoke(new MethodInvoker(RefreshList)); - return; - } + if (progressBarRefresh != null) + { + progressBarRefresh.Visible = true; + progressBarRefresh.Style = ProgressBarStyle.Marquee; + progressBarRefresh.MarqueeAnimationSpeed = 30; + } + })); VAR.TIME[eVarTime.REFRESHLIST] = DateTime.Now; @@ -243,56 +240,39 @@ namespace Project { try { - var ta = new DataSet1TableAdapters.K4EE_Component_Reel_ResultTableAdapter(); - ta.FillByLen7(this.dataSet1.K4EE_Component_Reel_Result, dtstr, dtstr, AR.SETTING.Data.McName); + await Task.Run(() => + { + 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) { PUB.log.AddE($"DB History Request Error" + ex.Message); } } - ListFormmatData(); + // UI 업데이트는 UI 스레드에서 + this.BeginInvoke(new Action(() => ListFormmatData())); var TS1 = VAR.TIME.RUN(eVarTime.REFRESHLIST); PUB.log.AddI(string.Format($"List refresh({0} items) {TS1.TotalSeconds:N1}s", dataSet1.K4EE_Component_Reel_Result.Count)); - - ////Summary - //listView1.Items.Clear(); - //using (var ta = new DataSet1TableAdapters.ResultSummaryTableAdapter()) - //{ - // var dt = ta.GetData(dtstr, dtstr, AR.SETTING.Data.McName); - // var sum_qty = 0; - // var sum_kpc = 0.0; - // foreach (DataSet1.ResultSummaryRow dr in dt) - // { - // var lv = this.listView1.Items.Add(dr.PARTNO); - // lv.SubItems.Add(dr.VLOT); - // lv.SubItems.Add($"{dr.QTY}"); - // lv.SubItems.Add($"{dr.KPC}"); - // sum_qty += dr.QTY; - // sum_kpc += dr.KPC; - // } - - // if (sum_qty > 0) - // { - // var lvsum = this.listView1.Items.Add("TOTAL"); - // lvsum.SubItems.Add(""); - // lvsum.SubItems.Add($"{sum_qty}"); - // lvsum.SubItems.Add($"{sum_kpc}"); - // lvsum.BackColor = Color.LightGray; - // } - - - //} - //TS1 = VAR.TIME.RUN(eVarTime.REFRESHLIST); - //PUB.log.AddI($"Summary{TS1.TotalSeconds:N1}s"); - } catch (Exception ex) { PUB.log.AddE("List refresh failed:" + ex.Message); } + finally + { + // ProgressBar 숨기기 + this.BeginInvoke(new Action(() => + { + if (progressBarRefresh != null) + { + progressBarRefresh.Visible = false; + } + })); + } } void ListFormmatData() @@ -334,7 +314,7 @@ namespace Project } arDatagridView1.ResumeLayout(); } - private void __Load(object sender, EventArgs e) + async private void __Load(object sender, EventArgs e) { @@ -355,6 +335,7 @@ namespace Project //this.pPosR.Visible = false; this.Show(); + Application.DoEvents(); // sbDevice.Text = ""; SetStatusMessage("Program initialization", Color.White, Color.White, Color.Tomato, Color.Black); @@ -446,29 +427,8 @@ namespace Project PUB.plc.ValueChanged += Plc_ValueChanged; PUB.plc.Start(); - - //Connection check thread - var thStart = new System.Threading.ThreadStart(bwDeviceConnection); - thConnection = new System.Threading.Thread(thStart); - thConnection.IsBackground = true; - thConnection.Start(); - - VAR.I32[eVarInt32.Front_Laser_Cleaning] += 1; - - - //Joystick configuration - PUB.joystick = new arDev.Joystick.JoystickRaw(); - PUB.joystick.Changed += Joystick_Changed; - PUB.joystick.Connected += Joystick_Connected; - PUB.joystick.Disconnected += Joystick_Disconnected; - PUB.joystick.InputChanged += Joystick_InputChanged; - if (AR.SETTING.Data.Jostick_pid != 0 && AR.SETTING.Data.Jostick_vid != 0) - { - PUB.log.Add($"Joystick Connect VID:{AR.SETTING.Data.Jostick_vid},PID:{AR.SETTING.Data.Jostick_pid}"); - PUB.joystick.Connect(AR.SETTING.Data.Jostick_vid, AR.SETTING.Data.Jostick_pid); - } - + //Keyence connection if (SETTING.Data.Keyence_IPF.isEmpty() == false) { @@ -510,15 +470,17 @@ namespace Project UTIL.RunProcess(swplcfile); } - - - RefreshList(); + await RefreshList(); UpdateControl(); PUB.flag.set(eVarBool.FG_ENABLE_LEFT, !AR.SETTING.Data.Disable_Left, "LOAD"); PUB.flag.set(eVarBool.FG_ENABLE_RIGHT, !AR.SETTING.Data.Disable_Right, "LOAD"); - this.Show(); - this.Activate(); + //Connection check thread + var thStart = new System.Threading.ThreadStart(bwDeviceConnection); + thConnection = new System.Threading.Thread(thStart); + thConnection.IsBackground = true; + thConnection.Start(); + } @@ -1646,9 +1608,9 @@ namespace Project f.ShowDialog(); } - private void refreshToolStripMenuItem_Click_1(object sender, EventArgs e) + async private void refreshToolStripMenuItem_Click_1(object sender, EventArgs e) { - RefreshList(); + await RefreshList(); } private void systemParameterMotorToolStripMenuItem_Click(object sender, EventArgs e) @@ -1701,7 +1663,7 @@ namespace Project f.Show(); } - private void managementToolStripMenuItem_Click_1(object sender, EventArgs e) + async private void managementToolStripMenuItem_Click_1(object sender, EventArgs e) { if (PUB.sm.isRunning) { @@ -1724,7 +1686,7 @@ namespace Project btMReset.PerformClick(); } - RefreshList(); + await RefreshList(); } } @@ -1818,52 +1780,9 @@ namespace Project var motionmode = VAR.BOOL[eVarBool.Use_Conveyor] ? "Conveyor" : "Default"; PUB.SelectModelM(motionmode); UpdateControl(); - - if (VAR.BOOL[eVarBool.Use_Conveyor]) - { - //var dlg = UTIL.MsgQ("Do you want to change the model for other equipment as well?"); - //if (dlg == DialogResult.Yes) - //{ - // List urls = new List(); - // var conv = VAR.BOOL[eVarBool.Use_Conveyor] ? "1" : "0"; - // if (SETTING.Data.McName == "R1") - // { - // urls.Add($"{SETTING.Data.WebAPI_R2}/ctrl/model/Set/{f.Value}|{conv}"); - // urls.Add($"{SETTING.Data.WebAPI_R3}/ctrl/model/Set/{f.Value}|{conv}"); - // } - // else if (SETTING.Data.McName == "R2") - // { - // urls.Add($"{SETTING.Data.WebAPI_R1}/ctrl/model/Set/{f.Value}|{conv}"); - // urls.Add($"{SETTING.Data.WebAPI_R3}/ctrl/model/Set/{f.Value}|{conv}"); - // } - // else if (SETTING.Data.McName == "R3") - // { - // urls.Add($"{SETTING.Data.WebAPI_R1}/ctrl/model/Set/{f.Value}|{conv}"); - // urls.Add($"{SETTING.Data.WebAPI_R2}/ctrl/model/Set/{f.Value}|{conv}"); - // } - - // await System.Threading.Tasks.Task.Run(() => - // { - // if (urls.Any()) - // { - // foreach (var url in urls) - // { - // PUB.log.AddI($"Automatic model setting: {url}"); - // var rlt = UTIL.GetStrfromurl(url, out bool iserr, 3000); - // if (iserr) - // { - // PUB.log.Add($"Model setting failed: " + rlt); - // } - // } - - // } - // }); - //} - } - } } - + } private void displayVARToolStripMenuItem_Click(object sender, EventArgs e) @@ -1873,16 +1792,6 @@ namespace Project f.Show(); } - private void SIDInfoToolStripMenuItem_Click(object sender, EventArgs e) - { - - } - - private void listView21_Click(object sender, EventArgs e) - { - - } - private void lbMsg_Click(object sender, EventArgs e) { //reset function @@ -1891,25 +1800,6 @@ namespace Project } - private void PrintRuleToolStripMenuItem_Click(object sender, EventArgs e) - { - using (var f = new Dialog.RegExPrintRule()) - f.ShowDialog(); - } - - private void tRIGONToolStripMenuItem_Click(object sender, EventArgs e) - { - PUB.keyenceF.Trigger(true); - PUB.keyenceR.Trigger(true); - } - - private void tRIGOFFToolStripMenuItem_Click(object sender, EventArgs e) - { - PUB.keyenceF.Trigger(false); - PUB.keyenceR.Trigger(false); - } - - private void toolStripMenuItem17_Click(object sender, EventArgs e) { @@ -2150,9 +2040,9 @@ namespace Project var rlt = await PUB.UpdateSIDInfo(); if (rlt.Item1 == false) { - PUB.log.AddE($"Inbound data update failed: " + rlt.Item2); + PUB.log.AddE($"SID Information update failed: " + rlt.Item2); } - else PUB.log.AddI($"Inbound data update successful"); + else PUB.log.AddI($"SID Information update successful"); } private void hmi1_ZoneItemClick(object sender, HMI.ZoneItemClickEventargs e) diff --git a/Handler/Project/fMain.resx b/Handler/Project/fMain.resx index d368210..6b2dfcc 100644 --- a/Handler/Project/fMain.resx +++ b/Handler/Project/fMain.resx @@ -123,6 +123,12 @@ 124, 17 + + Stop equipment operation. +Same as the "STOP" button at the bottom of the front panel. +If pressed while motion is moving, motion will also stop. +(When motion stops, it cannot be restarted. Please return to origin and initialize before starting work again) + True @@ -189,6 +195,9 @@ 534, 17 + + 534, 17 + 441, 17 @@ -356,42 +365,6 @@ xwR/Xdgi6nJO0+z6Pve9PXM0teTlvt+1RKOzm9x/HfvBBY85HIPHWpwDjwxkwUs7xuZ8sCf+cMdjh/yk 115H3QAPiKXe1/aT5mHlz1OfdFXoHcm6xDJ+AnZSLiyaws7ZWRc6rYaWR36Mk4dV15KEd8O3PAZCV9hw gcGfdLH7Qe6hYzSVm2i6euplvRwXd8TF/QE1/NiTtMURWQAAAABJRU5ErkJggg== - - - - - iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAABGdBTUEAALGPC/xhBQAAAMRJREFUWEdj - GAWjYDCAaVUu/4nFM2pde6Ha6AdAFt/ekEoQX12T/H9Bk+eXmTUufVCt9AHEOhCEB8SRpDgQhM+vSPw/ - t87jDyzaaYWhziPNgUfmRf2f2+Dxf8/s2P8fTzf//3qulSYYw4HE4iVtvv8f7CnHaig1McguqPMgDsSm - aCDxqAMpxaMOpBSPOpBSPOpASvGoAynFow6kFI86kFI86kBK8agDKcWjDqQUjzqQUjzqQEoxhgMHI4Y6 - bxSMggEEDAwAcaf95QqwNkoAAAAASUVORK5CYII= - - - - - iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAABGdBTUEAALGPC/xhBQAAAMRJREFUWEdj - GAWjYDCAaVUu/4nFM2pde6Ha6AdAFt/ekEoQX12T/H9Bk+eXmTUufVCt9AHEOhCEB8SRpDgQhM+vSPw/ - t87jDyzaaYWhziPNgUfmRf2f2+Dxf8/s2P8fTzf//3qulSYYw4HE4iVtvv8f7CnHaig1McguqPMgDsSm - aCDxqAMpxaMOpBSPOpBSPOpASvGoAynFow6kFI86kFI86kBK8agDKcWjDqQUjzqQUjzqQEoxhgMHI4Y6 - bxSMggEEDAwAcaf95QqwNkoAAAAASUVORK5CYII= - - - - - iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAABGdBTUEAALGPC/xhBQAAAMRJREFUWEdj - GAWjYDCAaVUu/4nFM2pde6Ha6AdAFt/ekEoQX12T/H9Bk+eXmTUufVCt9AHEOhCEB8SRpDgQhM+vSPw/ - t87jDyzaaYWhziPNgUfmRf2f2+Dxf8/s2P8fTzf//3qulSYYw4HE4iVtvv8f7CnHaig1McguqPMgDsSm - aCDxqAMpxaMOpBSPOpBSPOpASvGoAynFow6kFI86kFI86kBK8agDKcWjDqQUjzqQUjzqQEoxhgMHI4Y6 - bxSMggEEDAwAcaf95QqwNkoAAAAASUVORK5CYII= - - - - - iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAABGdBTUEAALGPC/xhBQAAAMRJREFUWEdj - GAWjYDCAaVUu/4nFM2pde6Ha6AdAFt/ekEoQX12T/H9Bk+eXmTUufVCt9AHEOhCEB8SRpDgQhM+vSPw/ - t87jDyzaaYWhziPNgUfmRf2f2+Dxf8/s2P8fTzf//3qulSYYw4HE4iVtvv8f7CnHaig1McguqPMgDsSm - aCDxqAMpxaMOpBSPOpBSPOpASvGoAynFow6kFI86kFI86kBK8agDKcWjDqQUjzqQUjzqQEoxhgMHI4Y6 - bxSMggEEDAwAcaf95QqwNkoAAAAASUVORK5CYII= @@ -452,16 +425,16 @@ iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 - YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAITSURBVGhD7ZPBShtRFIanL1DfIZDu1L5B7a4qQty1uxYK - lUJFQWRQQYm0tpViXdg0LZgZI0wyKtGIvkD1BSraTbtoLem2brPIaS7+YSYz50IhM8kB54NvN+f+XxYx - EhISbhDjfxqjmVr9d6ZGFIdjtfplptYYxlz0XA/w49FZ/4W56OEHoxdz0cONxSHmoocbi0PMRcTM+akx - +42U3FgctvaMmYsvqOiA1mO9+AHKjvE9xo3FoX8TFR3ge4wbi0P/Jio6wPcYNxaH/k1U/D+TZnZkwsxe - vjCzJMnrpuUHyNQjMb7lczP7E5l6uENJIlMPdyRJZOrhjiSJTD3ckSSRqYc7kiQy9QQPHj5+Rv0Dg5RO - p7uq2nz0ZKKtRYlMPcGDXsS37B+829aiRKae4AH3cDcN9iBTT/CAe7SbBnuQqefppEl+U6lUTw32IDOM - 7RzdscrV06Zku4ciRduJakW2h4oPHgj2BNken9y9K+ZDoVb/Ituj4O6f8R8L1Kl+RbaHVTrcYj+WaPnA - RrZH8z8wzX4s0ylkexScypBVPmj+0+Vrl6v3kO1RLB7fzlmlxqZTIcmqxrzr9iG7nbxd+vF5e5dEW9z5 - jtwwG5vO7oeCQ8LdQW6YtXxh/n3eItF+tOaQG+bN+sb91+s5kuzKWm4IuWGI6NbCy9X9xaVXjaWVdyRJ - 1TS3/LaiGpGbkJCQkHDjMYx/jIq3apFTE6IAAAAASUVORK5CYII= + YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAITSURBVGhD7ZPBShtRFIanL6DvEIg7tW9Q3bUWIe7aXQuF + SqFiQcpgBSVStJZis7A2CmYmKYwZlWhEX6D6AhXtpl1US7q12yxymot/mMnMuVDITHLA+eDbzbn/l0WM + hISEW8TEn8bDTK3+O1MjisPxWv0qU2s8wFz03Azw49FZv8Rc9PCD0Yu56OHG4hBz0cONxSHmImLm/NR4 + /Z2U3FgctvaMmYuvqOiA1mO9+AHKjvE9xo3FoX8TFR3ge4wbi0P/Jio6wPcYNxaH/k1U/D9TZnZs0sxe + vTSzJMmbpsX7yNQjMb7lCzP7C5l6uENJIlMPdyRJZOrhjiSJTD3ckSSRqYc7kiQy9QQPHj15ToNDw5RO + p7uq2nz8dLKtRYlMPcGDXsS3HBy+29aiRKae4AH3cDcN9iBTT/CAe7SbBnuQqefZlEl+U6lUTw32IDOM + 7RwNWOXqaVOy3UORou1EtSLbQ8UHDwR7gmyPDXfvL/OhUKvXyPYouPtn/McCdarfkO1hbR8W2Y8lWj6w + ke3R/A+8Yj+W6TSyPQpOZcQqHzT/6fK1y9V7yPYolY77chvFxpZTIcmqxrzr9iO7nby9/XPzyy6JtrTz + A7lh1rac3U8Fh4S7g9wwq/nCm495i0T72ZpFbph3ubXR5dw6SXZpdX0EuWGI6M7c2/f78/MLjYWlDyRJ + 1TS7uFJRjchNSEhISLj1GMY/xEK3OPWNxJsAAAAASUVORK5CYII= @@ -546,7 +519,43 @@ PQAAAABJRU5ErkJggg== - + + + iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAABGdBTUEAALGPC/xhBQAAAMRJREFUWEdj + GAWjYDCAaVUu/4nFM2pde6Ha6AdAFt/ekEoQX12T/H9Bk+eXmTUufVCt9AHEOhCEB8SRpDgQhM+vSPw/ + t87jDyzaaYWhziPNgUfmRf2f2+Dxf8/s2P8fTzf//3qulSYYw4HE4iVtvv8f7CnHaig1McguqPMgDsSm + aCDxqAMpxaMOpBSPOpBSPOpASvGoAynFow6kFI86kFI86kBK8agDKcWjDqQUjzqQUjzqQEoxhgMHI4Y6 + bxSMggEEDAwAcaf95QqwNkoAAAAASUVORK5CYII= + + + + + iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAABGdBTUEAALGPC/xhBQAAAMRJREFUWEdj + GAWjYDCAaVUu/4nFM2pde6Ha6AdAFt/ekEoQX12T/H9Bk+eXmTUufVCt9AHEOhCEB8SRpDgQhM+vSPw/ + t87jDyzaaYWhziPNgUfmRf2f2+Dxf8/s2P8fTzf//3qulSYYw4HE4iVtvv8f7CnHaig1McguqPMgDsSm + aCDxqAMpxaMOpBSPOpBSPOpASvGoAynFow6kFI86kFI86kBK8agDKcWjDqQUjzqQUjzqQEoxhgMHI4Y6 + bxSMggEEDAwAcaf95QqwNkoAAAAASUVORK5CYII= + + + + + iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAABGdBTUEAALGPC/xhBQAAAMRJREFUWEdj + GAWjYDCAaVUu/4nFM2pde6Ha6AdAFt/ekEoQX12T/H9Bk+eXmTUufVCt9AHEOhCEB8SRpDgQhM+vSPw/ + t87jDyzaaYWhziPNgUfmRf2f2+Dxf8/s2P8fTzf//3qulSYYw4HE4iVtvv8f7CnHaig1McguqPMgDsSm + aCDxqAMpxaMOpBSPOpBSPOpASvGoAynFow6kFI86kFI86kBK8agDKcWjDqQUjzqQUjzqQEoxhgMHI4Y6 + bxSMggEEDAwAcaf95QqwNkoAAAAASUVORK5CYII= + + + + + iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAABGdBTUEAALGPC/xhBQAAAMRJREFUWEdj + GAWjYDCAaVUu/4nFM2pde6Ha6AdAFt/ekEoQX12T/H9Bk+eXmTUufVCt9AHEOhCEB8SRpDgQhM+vSPw/ + t87jDyzaaYWhziPNgUfmRf2f2+Dxf8/s2P8fTzf//3qulSYYw4HE4iVtvv8f7CnHaig1McguqPMgDsSm + aCDxqAMpxaMOpBSPOpBSPOpASvGoAynFow6kFI86kFI86kBK8agDKcWjDqQUjzqQUjzqQEoxhgMHI4Y6 + bxSMggEEDAwAcaf95QqwNkoAAAAASUVORK5CYII= + + + AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0 dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABlTeXN0ZW0uRHJh @@ -554,7 +563,7 @@ AADIQgs= - + AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0 dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABlTeXN0ZW0uRHJh @@ -562,7 +571,7 @@ AADIQgs= - + AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0 dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABlTeXN0ZW0uRHJh @@ -570,7 +579,7 @@ AADIQgs= - + AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0 dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABlTeXN0ZW0uRHJh @@ -578,7 +587,7 @@ AAAAAAs= - + AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0 dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABlTeXN0ZW0uRHJh @@ -586,7 +595,7 @@ AAAAAAs= - + AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0 dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABlTeXN0ZW0uRHJh @@ -594,7 +603,7 @@ AAAAAAs= - + AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0 dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABlTeXN0ZW0uRHJh @@ -602,7 +611,7 @@ AAAAAAs= - + AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0 dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABlTeXN0ZW0uRHJh @@ -610,7 +619,7 @@ AAAAAAs= - + AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0 dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABlTeXN0ZW0uRHJh @@ -618,7 +627,7 @@ AAAAAAs= - + AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0 dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABlTeXN0ZW0uRHJh @@ -626,7 +635,7 @@ AADIQQs= - + AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0 dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABlTeXN0ZW0uRHJh @@ -634,7 +643,7 @@ AADIQQs= - + AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0 dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABlTeXN0ZW0uRHJh @@ -642,7 +651,7 @@ AADIQQs= - + AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0 dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABlTeXN0ZW0uRHJh @@ -650,7 +659,7 @@ AADIQQs= - + AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0 dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABlTeXN0ZW0uRHJh @@ -658,7 +667,7 @@ AADIQQs= - + AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0 dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABlTeXN0ZW0uRHJh @@ -666,7 +675,7 @@ AADIQQs= - + AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0 dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABlTeXN0ZW0uRHJh @@ -674,7 +683,7 @@ AADIQQs= - + AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0 dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABlTeXN0ZW0uRHJh @@ -682,7 +691,7 @@ AADIQQs= - + AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0 dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABlTeXN0ZW0uRHJh @@ -690,7 +699,7 @@ AADIQQs= - + AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0 dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABlTeXN0ZW0uRHJh @@ -698,7 +707,7 @@ AADIQQs= - + AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0 dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABlTeXN0ZW0uRHJh @@ -706,7 +715,7 @@ AADIQQs= - + AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0 dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABlTeXN0ZW0uRHJh @@ -714,7 +723,7 @@ AADIQQs= - + AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0 dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABlTeXN0ZW0uRHJh @@ -722,7 +731,7 @@ AADIQQs= - + AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0 dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABlTeXN0ZW0uRHJh @@ -730,7 +739,7 @@ AADIQQs= - + AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0 dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABlTeXN0ZW0uRHJh @@ -738,7 +747,7 @@ AADIQQs= - + AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0 dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABlTeXN0ZW0uRHJh @@ -746,7 +755,7 @@ AADIQQs= - + AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0 dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABlTeXN0ZW0uRHJh @@ -754,7 +763,7 @@ AADIQQs= - + AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0 dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABlTeXN0ZW0uRHJh @@ -762,7 +771,7 @@ AADIQQs= - + AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0 dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABlTeXN0ZW0uRHJh @@ -770,7 +779,7 @@ AADIQQs= - + AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0 dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABlTeXN0ZW0uRHJh @@ -778,7 +787,7 @@ AADIQQs= - + AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0 dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABlTeXN0ZW0uRHJh @@ -786,7 +795,7 @@ AADIQQs= - + AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0 dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABlTeXN0ZW0uRHJh @@ -794,7 +803,7 @@ AADIQQs= - + AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0 dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABlTeXN0ZW0uRHJh @@ -802,7 +811,7 @@ AADIQQs= - + AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0 dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABlTeXN0ZW0uRHJh @@ -810,7 +819,7 @@ AADIQQs= - + AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0 dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABlTeXN0ZW0uRHJh @@ -818,7 +827,7 @@ AADIQQs= - + AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0 dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABlTeXN0ZW0uRHJh @@ -826,7 +835,7 @@ AADIQQs= - + AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0 dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABlTeXN0ZW0uRHJh @@ -834,7 +843,7 @@ AADIQQs= - + AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0 dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABlTeXN0ZW0uRHJh @@ -842,7 +851,7 @@ AADIQQs= - + AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0 dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABlTeXN0ZW0uRHJh @@ -850,7 +859,7 @@ AADIQQs= - + AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0 dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABlTeXN0ZW0uRHJh @@ -858,7 +867,7 @@ AADIQQs= - + AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0 dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABlTeXN0ZW0uRHJh @@ -866,7 +875,7 @@ AADIQQs= - + AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0 dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABlTeXN0ZW0uRHJh @@ -874,7 +883,7 @@ AADIQQs= - + AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0 dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABlTeXN0ZW0uRHJh @@ -882,7 +891,7 @@ AADIQQs= - + AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0 dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABlTeXN0ZW0uRHJh @@ -890,7 +899,7 @@ AADIQQs= - + AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0 dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABlTeXN0ZW0uRHJh @@ -898,7 +907,7 @@ AADIQQs= - + AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0 dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABlTeXN0ZW0uRHJh @@ -906,7 +915,7 @@ AADIQQs= - + AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0 dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABlTeXN0ZW0uRHJh @@ -914,7 +923,7 @@ AADIQQs= - + AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0 dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABlTeXN0ZW0uRHJh @@ -922,7 +931,7 @@ AADIQQs= - + AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0 dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABlTeXN0ZW0uRHJh @@ -930,7 +939,7 @@ AADIQQs= - + AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0 dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABlTeXN0ZW0uRHJh @@ -938,7 +947,7 @@ AADIQQs= - + AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0 dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABlTeXN0ZW0uRHJh @@ -946,7 +955,7 @@ AADIQQs= - + AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0 dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABlTeXN0ZW0uRHJh @@ -954,7 +963,7 @@ AADIQQs= - + AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0 dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABlTeXN0ZW0uRHJh @@ -962,7 +971,7 @@ AADIQQs= - + AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0 dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABlTeXN0ZW0uRHJh @@ -970,7 +979,7 @@ AADIQQs= - + AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0 dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABlTeXN0ZW0uRHJh @@ -978,7 +987,7 @@ AADIQQs= - + AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0 dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABlTeXN0ZW0uRHJh @@ -986,7 +995,7 @@ AADIQQs= - + AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0 dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABlTeXN0ZW0uRHJh @@ -994,7 +1003,7 @@ AADIQQs= - + AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0 dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABlTeXN0ZW0uRHJh @@ -1002,7 +1011,7 @@ AADIQQs= - + AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0 dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABlTeXN0ZW0uRHJh @@ -1010,7 +1019,7 @@ AADIQQs= - + AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0 dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABlTeXN0ZW0uRHJh @@ -1018,7 +1027,7 @@ AADIQQs= - + AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0 dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABlTeXN0ZW0uRHJh @@ -1026,7 +1035,7 @@ AADIQQs= - + AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0 dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABlTeXN0ZW0uRHJh @@ -1034,7 +1043,7 @@ AADIQQs= - + AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0 dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABlTeXN0ZW0uRHJh @@ -1042,7 +1051,7 @@ AADIQQs= - + AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0 dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABlTeXN0ZW0uRHJh @@ -1050,7 +1059,7 @@ AADIQQs= - + AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0 dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABlTeXN0ZW0uRHJh @@ -1058,7 +1067,7 @@ AADIQQs= - + AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0 dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABlTeXN0ZW0uRHJh @@ -1066,7 +1075,7 @@ AADIQQs= - + AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0 dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABlTeXN0ZW0uRHJh @@ -1074,7 +1083,7 @@ AADIQQs= - + AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0 dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABlTeXN0ZW0uRHJh @@ -1082,7 +1091,7 @@ AADIQQs= - + AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0 dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABlTeXN0ZW0uRHJh @@ -1090,7 +1099,7 @@ AADIQQs= - + AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0 dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABlTeXN0ZW0uRHJh @@ -1098,7 +1107,7 @@ AADIQQs= - + AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0 dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABlTeXN0ZW0uRHJh @@ -1106,7 +1115,7 @@ AADIQQs= - + AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0 dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABlTeXN0ZW0uRHJh @@ -1114,7 +1123,7 @@ AADIQQs= - + AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0 dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABlTeXN0ZW0uRHJh @@ -1122,7 +1131,7 @@ AADIQQs= - + AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0 dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABlTeXN0ZW0uRHJh @@ -1130,7 +1139,7 @@ AADIQQs= - + AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0 dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABlTeXN0ZW0uRHJh @@ -1138,7 +1147,7 @@ AADIQQs= - + AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0 dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABlTeXN0ZW0uRHJh @@ -1146,7 +1155,7 @@ AADIQQs= - + AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0 dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABlTeXN0ZW0uRHJh @@ -1154,7 +1163,7 @@ AADIQQs= - + AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0 dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABlTeXN0ZW0uRHJh @@ -1162,7 +1171,7 @@ AADIQQs= - + AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0 dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABlTeXN0ZW0uRHJh @@ -1170,7 +1179,7 @@ AADIQQs= - + AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0 dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABlTeXN0ZW0uRHJh @@ -1178,7 +1187,7 @@ AADIQQs= - + AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0 dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABlTeXN0ZW0uRHJh @@ -1186,7 +1195,7 @@ AADIQQs= - + AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0 dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABlTeXN0ZW0uRHJh @@ -1194,7 +1203,7 @@ AADIQQs= - + AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0 dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABlTeXN0ZW0uRHJh @@ -1202,7 +1211,7 @@ AADIQQs= - + AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0 dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABlTeXN0ZW0uRHJh @@ -1210,7 +1219,7 @@ AADIQQs= - + AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0 dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABlTeXN0ZW0uRHJh @@ -1218,7 +1227,7 @@ AADIQQs= - + AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0 dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABlTeXN0ZW0uRHJh @@ -1226,7 +1235,7 @@ AADIQQs= - + AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0 dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABlTeXN0ZW0uRHJh @@ -1234,7 +1243,7 @@ AADIQQs= - + AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0 dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABlTeXN0ZW0uRHJh @@ -1242,7 +1251,7 @@ AADIQQs= - + AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0 dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABlTeXN0ZW0uRHJh @@ -1250,7 +1259,7 @@ AADIQQs= - + AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0 dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABlTeXN0ZW0uRHJh @@ -1258,7 +1267,7 @@ AADIQQs= - + AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0 dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABlTeXN0ZW0uRHJh @@ -1266,7 +1275,7 @@ AADIQQs= - + AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0 dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABlTeXN0ZW0uRHJh @@ -1274,7 +1283,7 @@ AADIQQs= - + AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0 dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABlTeXN0ZW0uRHJh @@ -1282,7 +1291,7 @@ AADIQQs= - + AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0 dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABlTeXN0ZW0uRHJh @@ -1290,7 +1299,7 @@ AADIQQs= - + AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0 dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABlTeXN0ZW0uRHJh @@ -1298,7 +1307,7 @@ AADIQQs= - + AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0 dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABlTeXN0ZW0uRHJh @@ -1306,7 +1315,7 @@ AADIQQs= - + AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0 dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABlTeXN0ZW0uRHJh @@ -1314,7 +1323,7 @@ AADIQQs= - + AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0 dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABlTeXN0ZW0uRHJh @@ -1322,7 +1331,7 @@ AADIQQs= - + AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0 dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABlTeXN0ZW0uRHJh @@ -1330,7 +1339,7 @@ AADIQQs= - + AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0 dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABlTeXN0ZW0uRHJh @@ -1338,7 +1347,7 @@ AADIQQs= - + AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0 dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABlTeXN0ZW0uRHJh @@ -1346,7 +1355,7 @@ AADIQQs= - + AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0 dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABlTeXN0ZW0uRHJh @@ -1354,7 +1363,7 @@ AADIQQs= - + AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0 dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABlTeXN0ZW0uRHJh @@ -1362,7 +1371,7 @@ AADIQQs= - + AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0 dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABlTeXN0ZW0uRHJh @@ -1370,7 +1379,7 @@ AADIQQs= - + AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0 dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABlTeXN0ZW0uRHJh @@ -1378,7 +1387,7 @@ AADIQQs= - + AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0 dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABlTeXN0ZW0uRHJh @@ -1386,7 +1395,7 @@ AADIQQs= - + AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0 dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABlTeXN0ZW0uRHJh @@ -1394,7 +1403,7 @@ AADIQQs= - + AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0 dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABlTeXN0ZW0uRHJh @@ -1402,7 +1411,7 @@ AADIQQs= - + AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0 dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABlTeXN0ZW0uRHJh @@ -1410,7 +1419,7 @@ AADIQQs= - + AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0 dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABlTeXN0ZW0uRHJh @@ -1418,7 +1427,7 @@ AADIQQs= - + AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0 dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABlTeXN0ZW0uRHJh @@ -1426,7 +1435,7 @@ AADIQQs= - + AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0 dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABlTeXN0ZW0uRHJh @@ -1434,7 +1443,7 @@ AADIQQs= - + AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0 dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABlTeXN0ZW0uRHJh @@ -1442,7 +1451,7 @@ AADIQQs= - + AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0 dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABlTeXN0ZW0uRHJh @@ -1450,7 +1459,7 @@ AADIQQs= - + AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0 dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABlTeXN0ZW0uRHJh @@ -1458,7 +1467,7 @@ AADIQQs= - + AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0 dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABlTeXN0ZW0uRHJh @@ -1466,7 +1475,7 @@ AADIQQs= - + AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0 dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABlTeXN0ZW0uRHJh @@ -1474,7 +1483,7 @@ AADIQQs= - + AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0 dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABlTeXN0ZW0uRHJh @@ -1482,7 +1491,7 @@ AADIQQs= - + AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0 dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABlTeXN0ZW0uRHJh @@ -1490,7 +1499,7 @@ AADIQQs= - + AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0 dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABlTeXN0ZW0uRHJh @@ -1498,7 +1507,7 @@ AADIQQs= - + AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0 dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABlTeXN0ZW0uRHJh @@ -1506,7 +1515,7 @@ AADIQQs= - + AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0 dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABlTeXN0ZW0uRHJh diff --git a/Handler/Project/packages.config b/Handler/Project/packages.config index 64c82ff..25eb2d0 100644 --- a/Handler/Project/packages.config +++ b/Handler/Project/packages.config @@ -9,16 +9,8 @@ - - - - - - - - diff --git a/Handler/ResultView/DataSet1.Designer.cs b/Handler/ResultView/DataSet1.Designer.cs index b8b6cbd..064c1d2 100644 --- a/Handler/ResultView/DataSet1.Designer.cs +++ b/Handler/ResultView/DataSet1.Designer.cs @@ -24,12 +24,12 @@ namespace ResultView { [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 global::System.Data.SchemaSerializationMode _schemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public DataSet1() { this.BeginInit(); this.InitClass(); @@ -40,7 +40,7 @@ namespace ResultView { } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] protected DataSet1(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) : base(info, context, false) { if ((this.IsBinarySerialized(info, context) == true)) { @@ -54,8 +54,8 @@ namespace ResultView { 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"])); } this.DataSetName = ds.DataSetName; this.Prefix = ds.Prefix; @@ -76,17 +76,17 @@ namespace ResultView { } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + [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; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] [global::System.ComponentModel.BrowsableAttribute(true)] [global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Visible)] public override global::System.Data.SchemaSerializationMode SchemaSerializationMode { @@ -99,7 +99,7 @@ namespace ResultView { } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] [global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Hidden)] public new global::System.Data.DataTableCollection Tables { get { @@ -108,7 +108,7 @@ namespace ResultView { } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] [global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Hidden)] public new global::System.Data.DataRelationCollection Relations { get { @@ -117,7 +117,7 @@ namespace ResultView { } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] protected override void InitializeDerivedDataSet() { this.BeginInit(); this.InitClass(); @@ -125,7 +125,7 @@ namespace ResultView { } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public override global::System.Data.DataSet Clone() { DataSet1 cln = ((DataSet1)(base.Clone())); cln.InitVars(); @@ -134,26 +134,26 @@ namespace ResultView { } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] protected override bool ShouldSerializeTables() { return false; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] protected override bool ShouldSerializeRelations() { return false; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] protected override void ReadXmlSerializable(global::System.Xml.XmlReader reader) { if ((this.DetermineSchemaSerializationMode(reader) == global::System.Data.SchemaSerializationMode.IncludeSchema)) { 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"])); } this.DataSetName = ds.DataSetName; this.Prefix = ds.Prefix; @@ -171,7 +171,7 @@ namespace ResultView { } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] protected override global::System.Xml.Schema.XmlSchema GetSchemaSerializable() { global::System.IO.MemoryStream stream = new global::System.IO.MemoryStream(); this.WriteXmlSchema(new global::System.Xml.XmlTextWriter(stream, null)); @@ -180,42 +180,42 @@ namespace ResultView { } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] internal void InitVars() { this.InitVars(true); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + [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(); } } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] private void InitClass() { this.DataSetName = "DataSet1"; this.Prefix = ""; 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.tableK4EE_Component_Reel_Result = new K4EE_Component_Reel_ResultDataTable(); + base.Tables.Add(this.tableK4EE_Component_Reel_Result); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] - private bool ShouldSerializeComponent_Reel_Result() { + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] + private bool ShouldSerializeK4EE_Component_Reel_Result() { return false; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] private void SchemaChanged(object sender, global::System.ComponentModel.CollectionChangeEventArgs e) { if ((e.Action == global::System.ComponentModel.CollectionChangeAction.Remove)) { this.InitVars(); @@ -223,7 +223,7 @@ namespace ResultView { } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedDataSetSchema(global::System.Xml.Schema.XmlSchemaSet xs) { DataSet1 ds = new DataSet1(); global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType(); @@ -269,15 +269,15 @@ namespace ResultView { return type; } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] - public delegate void Component_Reel_ResultRowChangeEventHandler(object sender, Component_Reel_ResultRowChangeEvent e); + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] + public delegate void K4EE_Component_Reel_ResultRowChangeEventHandler(object sender, K4EE_Component_Reel_ResultRowChangeEvent e); /// ///Represents the strongly named DataTable class. /// [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; @@ -330,17 +330,17 @@ namespace ResultView { private global::System.Data.DataColumn columnqtymax; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] - public Component_Reel_ResultDataTable() { - this.TableName = "Component_Reel_Result"; + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] + public K4EE_Component_Reel_ResultDataTable() { + this.TableName = "K4EE_Component_Reel_Result"; this.BeginInit(); this.InitClass(); this.EndInit(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] - internal Component_Reel_ResultDataTable(global::System.Data.DataTable table) { + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] + internal K4EE_Component_Reel_ResultDataTable(global::System.Data.DataTable table) { this.TableName = table.TableName; if ((table.CaseSensitive != table.DataSet.CaseSensitive)) { this.CaseSensitive = table.CaseSensitive; @@ -356,14 +356,14 @@ namespace ResultView { } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] - protected Component_Reel_ResultDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) : + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] + protected K4EE_Component_Reel_ResultDataTable(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", "16.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public global::System.Data.DataColumn idxColumn { get { return this.columnidx; @@ -371,7 +371,7 @@ namespace ResultView { } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public global::System.Data.DataColumn STIMEColumn { get { return this.columnSTIME; @@ -379,7 +379,7 @@ namespace ResultView { } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public global::System.Data.DataColumn ETIMEColumn { get { return this.columnETIME; @@ -387,7 +387,7 @@ namespace ResultView { } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public global::System.Data.DataColumn PDATEColumn { get { return this.columnPDATE; @@ -395,7 +395,7 @@ namespace ResultView { } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public global::System.Data.DataColumn JTYPEColumn { get { return this.columnJTYPE; @@ -403,7 +403,7 @@ namespace ResultView { } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public global::System.Data.DataColumn JGUIDColumn { get { return this.columnJGUID; @@ -411,7 +411,7 @@ namespace ResultView { } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public global::System.Data.DataColumn SIDColumn { get { return this.columnSID; @@ -419,7 +419,7 @@ namespace ResultView { } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public global::System.Data.DataColumn SID0Column { get { return this.columnSID0; @@ -427,7 +427,7 @@ namespace ResultView { } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public global::System.Data.DataColumn RIDColumn { get { return this.columnRID; @@ -435,7 +435,7 @@ namespace ResultView { } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public global::System.Data.DataColumn RID0Column { get { return this.columnRID0; @@ -443,7 +443,7 @@ namespace ResultView { } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public global::System.Data.DataColumn RSNColumn { get { return this.columnRSN; @@ -451,7 +451,7 @@ namespace ResultView { } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public global::System.Data.DataColumn QRColumn { get { return this.columnQR; @@ -459,7 +459,7 @@ namespace ResultView { } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public global::System.Data.DataColumn ZPLColumn { get { return this.columnZPL; @@ -467,7 +467,7 @@ namespace ResultView { } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public global::System.Data.DataColumn POSColumn { get { return this.columnPOS; @@ -475,7 +475,7 @@ namespace ResultView { } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public global::System.Data.DataColumn LOCColumn { get { return this.columnLOC; @@ -483,7 +483,7 @@ namespace ResultView { } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public global::System.Data.DataColumn ANGLEColumn { get { return this.columnANGLE; @@ -491,7 +491,7 @@ namespace ResultView { } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public global::System.Data.DataColumn QTYColumn { get { return this.columnQTY; @@ -499,7 +499,7 @@ namespace ResultView { } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public global::System.Data.DataColumn QTY0Column { get { return this.columnQTY0; @@ -507,7 +507,7 @@ namespace ResultView { } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public global::System.Data.DataColumn VNAMEColumn { get { return this.columnVNAME; @@ -515,7 +515,7 @@ namespace ResultView { } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public global::System.Data.DataColumn PRNATTACHColumn { get { return this.columnPRNATTACH; @@ -523,7 +523,7 @@ namespace ResultView { } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public global::System.Data.DataColumn PRNVALIDColumn { get { return this.columnPRNVALID; @@ -531,7 +531,7 @@ namespace ResultView { } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public global::System.Data.DataColumn wdateColumn { get { return this.columnwdate; @@ -539,7 +539,7 @@ namespace ResultView { } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public global::System.Data.DataColumn VLOTColumn { get { return this.columnVLOT; @@ -547,7 +547,7 @@ namespace ResultView { } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public global::System.Data.DataColumn BATCHColumn { get { return this.columnBATCH; @@ -555,7 +555,7 @@ namespace ResultView { } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public global::System.Data.DataColumn qtymaxColumn { get { return this.columnqtymax; @@ -563,7 +563,7 @@ namespace ResultView { } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] [global::System.ComponentModel.Browsable(false)] public int Count { get { @@ -572,34 +572,34 @@ namespace ResultView { } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] - public Component_Reel_ResultRow this[int index] { + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] + 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", "16.0.0.0")] - public event Component_Reel_ResultRowChangeEventHandler Component_Reel_ResultRowChanging; + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] + public event K4EE_Component_Reel_ResultRowChangeEventHandler K4EE_Component_Reel_ResultRowChanging; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] - public event Component_Reel_ResultRowChangeEventHandler Component_Reel_ResultRowChanged; + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] + public event K4EE_Component_Reel_ResultRowChangeEventHandler K4EE_Component_Reel_ResultRowChanged; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] - public event Component_Reel_ResultRowChangeEventHandler Component_Reel_ResultRowDeleting; + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] + public event K4EE_Component_Reel_ResultRowChangeEventHandler K4EE_Component_Reel_ResultRowDeleting; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] - public event Component_Reel_ResultRowChangeEventHandler Component_Reel_ResultRowDeleted; + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] + public event K4EE_Component_Reel_ResultRowChangeEventHandler K4EE_Component_Reel_ResultRowDeleted; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] - public void AddComponent_Reel_ResultRow(Component_Reel_ResultRow row) { + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] + 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", "16.0.0.0")] - public Component_Reel_ResultRow AddComponent_Reel_ResultRow( + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] + public K4EE_Component_Reel_ResultRow AddK4EE_Component_Reel_ResultRow( System.DateTime STIME, System.DateTime ETIME, string PDATE, @@ -624,7 +624,7 @@ namespace ResultView { string VLOT, string BATCH, int qtymax) { - 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, @@ -651,34 +651,34 @@ namespace ResultView { VLOT, BATCH, qtymax}; - 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", "16.0.0.0")] - public Component_Reel_ResultRow FindByidx(int idx) { - return ((Component_Reel_ResultRow)(this.Rows.Find(new object[] { + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] + 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", "16.0.0.0")] + [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; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + [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()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] internal void InitVars() { this.columnidx = base.Columns["idx"]; this.columnSTIME = base.Columns["STIME"]; @@ -708,7 +708,7 @@ namespace ResultView { } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + [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); @@ -788,67 +788,67 @@ namespace ResultView { } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] - public Component_Reel_ResultRow NewComponent_Reel_ResultRow() { - return ((Component_Reel_ResultRow)(this.NewRow())); + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] + 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", "16.0.0.0")] + [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", "16.0.0.0")] + [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", "16.0.0.0")] + [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)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + [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)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + [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)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + [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", "16.0.0.0")] - public void RemoveComponent_Reel_ResultRow(Component_Reel_ResultRow row) { + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] + public void RemoveK4EE_Component_Reel_ResultRow(K4EE_Component_Reel_ResultRow row) { this.Rows.Remove(row); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + [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(); @@ -870,7 +870,7 @@ namespace ResultView { 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(); @@ -914,694 +914,694 @@ namespace ResultView { /// ///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", "16.0.0.0")] - internal Component_Reel_ResultRow(global::System.Data.DataRowBuilder rb) : + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] + 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", "16.0.0.0")] + [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; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + [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; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] 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; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public string PDATE { get { if (this.IsPDATENull()) { 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; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public string JTYPE { get { if (this.IsJTYPENull()) { 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; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public string JGUID { get { if (this.IsJGUIDNull()) { 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; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public string SID { get { if (this.IsSIDNull()) { 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; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public string SID0 { get { if (this.IsSID0Null()) { 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; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public string RID { get { if (this.IsRIDNull()) { 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; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public string RID0 { get { if (this.IsRID0Null()) { 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; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public string RSN { get { if (this.IsRSNNull()) { 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; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public string QR { get { if (this.IsQRNull()) { 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; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public string ZPL { get { if (this.IsZPLNull()) { 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; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public string POS { get { if (this.IsPOSNull()) { 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; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public string LOC { get { if (this.IsLOCNull()) { 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; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public double ANGLE { get { if (this.IsANGLENull()) { return -1D; } 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; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public int QTY { get { if (this.IsQTYNull()) { return -1; } 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; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public int QTY0 { get { if (this.IsQTY0Null()) { return -1; } 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; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public string VNAME { get { if (this.IsVNAMENull()) { 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; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public bool PRNATTACH { get { if (this.IsPRNATTACHNull()) { 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; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public bool PRNVALID { get { if (this.IsPRNVALIDNull()) { 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; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + [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; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public string VLOT { get { if (this.IsVLOTNull()) { 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; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public string BATCH { get { if (this.IsBATCHNull()) { 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; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public int qtymax { get { try { - return ((int)(this[this.tableComponent_Reel_Result.qtymaxColumn])); + return ((int)(this[this.tableK4EE_Component_Reel_Result.qtymaxColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("\'Component_Reel_Result\' 테이블의 \'qtymax\' 열의 값이 DBNull입니다.", e); + throw new global::System.Data.StrongTypingException("\'K4EE_Component_Reel_Result\' 테이블의 \'qtymax\' 열의 값이 DBNull입니다.", e); } } set { - this[this.tableComponent_Reel_Result.qtymaxColumn] = value; + this[this.tableK4EE_Component_Reel_Result.qtymaxColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + [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", "16.0.0.0")] + [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", "16.0.0.0")] + [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", "16.0.0.0")] + [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", "16.0.0.0")] + [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", "16.0.0.0")] + [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", "16.0.0.0")] + [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", "16.0.0.0")] + [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", "16.0.0.0")] + [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", "16.0.0.0")] + [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", "16.0.0.0")] + [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", "16.0.0.0")] + [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", "16.0.0.0")] + [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", "16.0.0.0")] + [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", "16.0.0.0")] + [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", "16.0.0.0")] + [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", "16.0.0.0")] + [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", "16.0.0.0")] + [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", "16.0.0.0")] + [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", "16.0.0.0")] + [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", "16.0.0.0")] + [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", "16.0.0.0")] + [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", "16.0.0.0")] + [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", "16.0.0.0")] + [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", "16.0.0.0")] + [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", "16.0.0.0")] + [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", "16.0.0.0")] + [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", "16.0.0.0")] + [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", "16.0.0.0")] + [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", "16.0.0.0")] + [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", "16.0.0.0")] + [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", "16.0.0.0")] + [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", "16.0.0.0")] + [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", "16.0.0.0")] + [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", "16.0.0.0")] + [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", "16.0.0.0")] + [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", "16.0.0.0")] + [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", "16.0.0.0")] + [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", "16.0.0.0")] + [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", "16.0.0.0")] + [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", "16.0.0.0")] + [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", "16.0.0.0")] + [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", "16.0.0.0")] + [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", "16.0.0.0")] + [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; } } /// ///Row event argument class /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] - public class Component_Reel_ResultRowChangeEvent : global::System.EventArgs { + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] + 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", "16.0.0.0")] - public Component_Reel_ResultRowChangeEvent(Component_Reel_ResultRow row, global::System.Data.DataRowAction action) { + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] + 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", "16.0.0.0")] - public Component_Reel_ResultRow Row { + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] + public K4EE_Component_Reel_ResultRow Row { get { return this.eventRow; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public global::System.Data.DataRowAction Action { get { return this.eventAction; @@ -1622,7 +1622,7 @@ namespace ResultView.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; @@ -1635,13 +1635,13 @@ namespace ResultView.DataSet1TableAdapters { private bool _clearBeforeFill; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] - public Component_Reel_ResultTableAdapter() { + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] + public K4EE_Component_Reel_ResultTableAdapter() { this.ClearBeforeFill = true; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + [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)) { @@ -1652,7 +1652,7 @@ namespace ResultView.DataSet1TableAdapters { } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + [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)) { @@ -1680,7 +1680,7 @@ namespace ResultView.DataSet1TableAdapters { } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] internal global::System.Data.SqlClient.SqlTransaction Transaction { get { return this._transaction; @@ -1706,7 +1706,7 @@ namespace ResultView.DataSet1TableAdapters { } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + [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)) { @@ -1717,7 +1717,7 @@ namespace ResultView.DataSet1TableAdapters { } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public bool ClearBeforeFill { get { return this._clearBeforeFill; @@ -1728,12 +1728,12 @@ namespace ResultView.DataSet1TableAdapters { } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + [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_Result"; + tableMapping.DataSetTable = "K4EE_Component_Reel_Result"; tableMapping.ColumnMappings.Add("idx", "idx"); tableMapping.ColumnMappings.Add("STIME", "STIME"); tableMapping.ColumnMappings.Add("ETIME", "ETIME"); @@ -1759,32 +1759,33 @@ namespace ResultView.DataSet1TableAdapters { tableMapping.ColumnMappings.Add("VLOT", "VLOT"); tableMapping.ColumnMappings.Add("BATCH", "BATCH"); tableMapping.ColumnMappings.Add("-1", "qtymax"); + tableMapping.ColumnMappings.Add("qtymax", "qtymax"); 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_Result] WHERE (([idx] = @Original_idx) AND ([STIME] =" + - " @Original_STIME) AND ((@IsNull_ETIME = 1 AND [ETIME] IS NULL) OR ([ETIME] = @Or" + - "iginal_ETIME)) AND ((@IsNull_PDATE = 1 AND [PDATE] IS NULL) OR ([PDATE] = @Origi" + - "nal_PDATE)) AND ((@IsNull_JTYPE = 1 AND [JTYPE] IS NULL) OR ([JTYPE] = @Original" + - "_JTYPE)) AND ((@IsNull_JGUID = 1 AND [JGUID] IS NULL) OR ([JGUID] = @Original_JG" + - "UID)) AND ((@IsNull_SID = 1 AND [SID] IS NULL) OR ([SID] = @Original_SID)) AND (" + - "(@IsNull_SID0 = 1 AND [SID0] IS NULL) OR ([SID0] = @Original_SID0)) AND ((@IsNul" + - "l_RID = 1 AND [RID] IS NULL) OR ([RID] = @Original_RID)) AND ((@IsNull_RID0 = 1 " + - "AND [RID0] IS NULL) OR ([RID0] = @Original_RID0)) AND ((@IsNull_RSN = 1 AND [RSN" + - "] IS NULL) OR ([RSN] = @Original_RSN)) AND ((@IsNull_QR = 1 AND [QR] IS NULL) OR" + - " ([QR] = @Original_QR)) AND ((@IsNull_ZPL = 1 AND [ZPL] IS NULL) OR ([ZPL] = @Or" + - "iginal_ZPL)) AND ((@IsNull_POS = 1 AND [POS] IS NULL) OR ([POS] = @Original_POS)" + - ") AND ((@IsNull_LOC = 1 AND [LOC] IS NULL) OR ([LOC] = @Original_LOC)) AND ((@Is" + - "Null_ANGLE = 1 AND [ANGLE] IS NULL) OR ([ANGLE] = @Original_ANGLE)) AND ((@IsNul" + - "l_QTY = 1 AND [QTY] IS NULL) OR ([QTY] = @Original_QTY)) AND ((@IsNull_QTY0 = 1 " + - "AND [QTY0] IS NULL) OR ([QTY0] = @Original_QTY0)) AND ((@IsNull_VNAME = 1 AND [V" + - "NAME] IS NULL) OR ([VNAME] = @Original_VNAME)) AND ((@IsNull_PRNATTACH = 1 AND [" + - "PRNATTACH] IS NULL) OR ([PRNATTACH] = @Original_PRNATTACH)) AND ((@IsNull_PRNVAL" + - "ID = 1 AND [PRNVALID] IS NULL) OR ([PRNVALID] = @Original_PRNVALID)) AND ([wdate" + - "] = @Original_wdate) AND ((@IsNull_VLOT = 1 AND [VLOT] IS NULL) OR ([VLOT] = @Or" + - "iginal_VLOT)) AND ((@IsNull_BATCH = 1 AND [BATCH] IS NULL) OR ([BATCH] = @Origin" + - "al_BATCH)) AND ((@IsNull_qtymax = 1 AND [qtymax] IS NULL) OR ([qtymax] = @Origin" + - "al_qtymax)))"; + this._adapter.DeleteCommand.CommandText = "DELETE FROM [K4EE_Component_Reel_Result] WHERE (([idx] = @Original_idx) AND ([STI" + + "ME] = @Original_STIME) AND ((@IsNull_ETIME = 1 AND [ETIME] IS NULL) OR ([ETIME] " + + "= @Original_ETIME)) AND ((@IsNull_PDATE = 1 AND [PDATE] IS NULL) OR ([PDATE] = @" + + "Original_PDATE)) AND ((@IsNull_JTYPE = 1 AND [JTYPE] IS NULL) OR ([JTYPE] = @Ori" + + "ginal_JTYPE)) AND ((@IsNull_JGUID = 1 AND [JGUID] IS NULL) OR ([JGUID] = @Origin" + + "al_JGUID)) AND ((@IsNull_SID = 1 AND [SID] IS NULL) OR ([SID] = @Original_SID)) " + + "AND ((@IsNull_SID0 = 1 AND [SID0] IS NULL) OR ([SID0] = @Original_SID0)) AND ((@" + + "IsNull_RID = 1 AND [RID] IS NULL) OR ([RID] = @Original_RID)) AND ((@IsNull_RID0" + + " = 1 AND [RID0] IS NULL) OR ([RID0] = @Original_RID0)) AND ((@IsNull_RSN = 1 AND" + + " [RSN] IS NULL) OR ([RSN] = @Original_RSN)) AND ((@IsNull_QR = 1 AND [QR] IS NUL" + + "L) OR ([QR] = @Original_QR)) AND ((@IsNull_ZPL = 1 AND [ZPL] IS NULL) OR ([ZPL] " + + "= @Original_ZPL)) AND ((@IsNull_POS = 1 AND [POS] IS NULL) OR ([POS] = @Original" + + "_POS)) AND ((@IsNull_LOC = 1 AND [LOC] IS NULL) OR ([LOC] = @Original_LOC)) AND " + + "((@IsNull_ANGLE = 1 AND [ANGLE] IS NULL) OR ([ANGLE] = @Original_ANGLE)) AND ((@" + + "IsNull_QTY = 1 AND [QTY] IS NULL) OR ([QTY] = @Original_QTY)) AND ((@IsNull_QTY0" + + " = 1 AND [QTY0] IS NULL) OR ([QTY0] = @Original_QTY0)) AND ((@IsNull_VNAME = 1 A" + + "ND [VNAME] IS NULL) OR ([VNAME] = @Original_VNAME)) AND ((@IsNull_PRNATTACH = 1 " + + "AND [PRNATTACH] IS NULL) OR ([PRNATTACH] = @Original_PRNATTACH)) AND ((@IsNull_P" + + "RNVALID = 1 AND [PRNVALID] IS NULL) OR ([PRNVALID] = @Original_PRNVALID)) AND ([" + + "wdate] = @Original_wdate) AND ((@IsNull_VLOT = 1 AND [VLOT] IS NULL) OR ([VLOT] " + + "= @Original_VLOT)) AND ((@IsNull_BATCH = 1 AND [BATCH] IS NULL) OR ([BATCH] = @O" + + "riginal_BATCH)) AND ((@IsNull_qtymax = 1 AND [qtymax] IS NULL) OR ([qtymax] = @O" + + "riginal_qtymax)))"; 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("@Original_STIME", global::System.Data.SqlDbType.DateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "STIME", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); @@ -1835,66 +1836,66 @@ namespace ResultView.DataSet1TableAdapters { this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_qtymax", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "qtymax", 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_Result] ([STIME], [ETIME], [PDATE], [JTYPE], [JGUID], [SID], [SID0], [RID], [RID0], [RSN], [QR], [ZPL], [POS], [LOC], [ANGLE], [QTY], [QTY0], [VNAME], [PRNATTACH], [PRNVALID], [wdate], [VLOT], [BATCH], [qtymax]) VALUES (@STIME, @ETIME, @PDATE, @JTYPE, @JGUID, @SID, @SID0, @RID, @RID0, @RSN, @QR, @ZPL, @POS, @LOC, @ANGLE, @QTY, @QTY0, @VNAME, @PRNATTACH, @PRNVALID, @wdate, @VLOT, @BATCH, @qtymax); + this._adapter.InsertCommand.CommandText = @"INSERT INTO [K4EE_Component_Reel_Result] ([STIME], [ETIME], [PDATE], [JTYPE], [JGUID], [SID], [SID0], [RID], [RID0], [RSN], [QR], [ZPL], [POS], [LOC], [ANGLE], [QTY], [QTY0], [VNAME], [PRNATTACH], [PRNVALID], [wdate], [VLOT], [BATCH], [qtymax]) VALUES (@STIME, @ETIME, @PDATE, @JTYPE, @JGUID, @SID, @SID0, @RID, @RID0, @RSN, @QR, @ZPL, @POS, @LOC, @ANGLE, @QTY, @QTY0, @VNAME, @PRNATTACH, @PRNVALID, @wdate, @VLOT, @BATCH, @qtymax); SELECT idx, STIME, ETIME, PDATE, JTYPE, JGUID, SID, SID0, RID, RID0, RSN, QR, ZPL, POS, LOC, ANGLE, QTY, QTY0, VNAME, PRNATTACH, PRNVALID, wdate, VLOT, BATCH, qtymax FROM Component_Reel_Result WHERE (idx = SCOPE_IDENTITY()) ORDER BY wdate DESC"; this._adapter.InsertCommand.CommandType = global::System.Data.CommandType.Text; - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@STIME", global::System.Data.SqlDbType.DateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "STIME", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ETIME", global::System.Data.SqlDbType.DateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ETIME", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@PDATE", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "PDATE", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@JTYPE", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "JTYPE", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@JGUID", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "JGUID", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - 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("@SID0", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "SID0", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@RID", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "RID", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@RID0", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "RID0", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@RSN", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "RSN", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@QR", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "QR", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ZPL", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ZPL", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@POS", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "POS", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@LOC", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "LOC", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ANGLE", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ANGLE", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@QTY", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "QTY", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@QTY0", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "QTY0", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@VNAME", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "VNAME", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@PRNATTACH", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "PRNATTACH", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@PRNVALID", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "PRNVALID", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@wdate", global::System.Data.SqlDbType.DateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "wdate", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@VLOT", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "VLOT", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@BATCH", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BATCH", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@qtymax", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "qtymax", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.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, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ETIME", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 0, 0, "ETIME", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@PDATE", global::System.Data.SqlDbType.VarChar, 10, global::System.Data.ParameterDirection.Input, 0, 0, "PDATE", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@JTYPE", global::System.Data.SqlDbType.VarChar, 10, global::System.Data.ParameterDirection.Input, 0, 0, "JTYPE", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.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._adapter.InsertCommand.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._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@SID0", global::System.Data.SqlDbType.VarChar, 20, global::System.Data.ParameterDirection.Input, 0, 0, "SID0", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@RID", global::System.Data.SqlDbType.VarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, "RID", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@RID0", global::System.Data.SqlDbType.VarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, "RID0", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@RSN", global::System.Data.SqlDbType.VarChar, 10, global::System.Data.ParameterDirection.Input, 0, 0, "RSN", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@QR", global::System.Data.SqlDbType.VarChar, 100, global::System.Data.ParameterDirection.Input, 0, 0, "QR", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ZPL", global::System.Data.SqlDbType.VarChar, 1000, global::System.Data.ParameterDirection.Input, 0, 0, "ZPL", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@POS", global::System.Data.SqlDbType.VarChar, 10, global::System.Data.ParameterDirection.Input, 0, 0, "POS", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@LOC", global::System.Data.SqlDbType.VarChar, 1, global::System.Data.ParameterDirection.Input, 0, 0, "LOC", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ANGLE", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 0, 0, "ANGLE", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@QTY", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 0, 0, "QTY", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@QTY0", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 0, 0, "QTY0", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@VNAME", global::System.Data.SqlDbType.VarChar, 100, global::System.Data.ParameterDirection.Input, 0, 0, "VNAME", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@PRNATTACH", global::System.Data.SqlDbType.Bit, 1, global::System.Data.ParameterDirection.Input, 0, 0, "PRNATTACH", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@PRNVALID", global::System.Data.SqlDbType.Bit, 1, global::System.Data.ParameterDirection.Input, 0, 0, "PRNVALID", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@wdate", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 0, 0, "wdate", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.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._adapter.InsertCommand.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._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@qtymax", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 0, 0, "qtymax", 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_Result] SET [STIME] = @STIME, [ETIME] = @ETIME, [PDATE] = " + - "@PDATE, [JTYPE] = @JTYPE, [JGUID] = @JGUID, [SID] = @SID, [SID0] = @SID0, [RID] " + - "= @RID, [RID0] = @RID0, [RSN] = @RSN, [QR] = @QR, [ZPL] = @ZPL, [POS] = @POS, [L" + - "OC] = @LOC, [ANGLE] = @ANGLE, [QTY] = @QTY, [QTY0] = @QTY0, [VNAME] = @VNAME, [P" + - "RNATTACH] = @PRNATTACH, [PRNVALID] = @PRNVALID, [wdate] = @wdate, [VLOT] = @VLOT" + - ", [BATCH] = @BATCH, [qtymax] = @qtymax WHERE (([idx] = @Original_idx) AND ([STIM" + - "E] = @Original_STIME) AND ((@IsNull_ETIME = 1 AND [ETIME] IS NULL) OR ([ETIME] =" + - " @Original_ETIME)) AND ((@IsNull_PDATE = 1 AND [PDATE] IS NULL) OR ([PDATE] = @O" + - "riginal_PDATE)) AND ((@IsNull_JTYPE = 1 AND [JTYPE] IS NULL) OR ([JTYPE] = @Orig" + - "inal_JTYPE)) AND ((@IsNull_JGUID = 1 AND [JGUID] IS NULL) OR ([JGUID] = @Origina" + - "l_JGUID)) AND ((@IsNull_SID = 1 AND [SID] IS NULL) OR ([SID] = @Original_SID)) A" + - "ND ((@IsNull_SID0 = 1 AND [SID0] IS NULL) OR ([SID0] = @Original_SID0)) AND ((@I" + - "sNull_RID = 1 AND [RID] IS NULL) OR ([RID] = @Original_RID)) AND ((@IsNull_RID0 " + - "= 1 AND [RID0] IS NULL) OR ([RID0] = @Original_RID0)) AND ((@IsNull_RSN = 1 AND " + - "[RSN] IS NULL) OR ([RSN] = @Original_RSN)) AND ((@IsNull_QR = 1 AND [QR] IS NULL" + - ") OR ([QR] = @Original_QR)) AND ((@IsNull_ZPL = 1 AND [ZPL] IS NULL) OR ([ZPL] =" + - " @Original_ZPL)) AND ((@IsNull_POS = 1 AND [POS] IS NULL) OR ([POS] = @Original_" + - "POS)) AND ((@IsNull_LOC = 1 AND [LOC] IS NULL) OR ([LOC] = @Original_LOC)) AND (" + - "(@IsNull_ANGLE = 1 AND [ANGLE] IS NULL) OR ([ANGLE] = @Original_ANGLE)) AND ((@I" + - "sNull_QTY = 1 AND [QTY] IS NULL) OR ([QTY] = @Original_QTY)) AND ((@IsNull_QTY0 " + - "= 1 AND [QTY0] IS NULL) OR ([QTY0] = @Original_QTY0)) AND ((@IsNull_VNAME = 1 AN" + - "D [VNAME] IS NULL) OR ([VNAME] = @Original_VNAME)) AND ((@IsNull_PRNATTACH = 1 A" + - "ND [PRNATTACH] IS NULL) OR ([PRNATTACH] = @Original_PRNATTACH)) AND ((@IsNull_PR" + - "NVALID = 1 AND [PRNVALID] IS NULL) OR ([PRNVALID] = @Original_PRNVALID)) AND ([w" + - "date] = @Original_wdate) AND ((@IsNull_VLOT = 1 AND [VLOT] IS NULL) OR ([VLOT] =" + - " @Original_VLOT)) AND ((@IsNull_BATCH = 1 AND [BATCH] IS NULL) OR ([BATCH] = @Or" + - "iginal_BATCH)) AND ((@IsNull_qtymax = 1 AND [qtymax] IS NULL) OR ([qtymax] = @Or" + - "iginal_qtymax)));\r\nSELECT idx, STIME, ETIME, PDATE, JTYPE, JGUID, SID, SID0, RID" + - ", RID0, RSN, QR, ZPL, POS, LOC, ANGLE, QTY, QTY0, VNAME, PRNATTACH, PRNVALID, wd" + - "ate, VLOT, BATCH, qtymax FROM Component_Reel_Result WHERE (idx = @idx) ORDER BY " + - "wdate DESC"; + this._adapter.UpdateCommand.CommandText = "UPDATE [K4EE_Component_Reel_Result] SET [STIME] = @STIME, [ETIME] = @ETIME, [PDAT" + + "E] = @PDATE, [JTYPE] = @JTYPE, [JGUID] = @JGUID, [SID] = @SID, [SID0] = @SID0, [" + + "RID] = @RID, [RID0] = @RID0, [RSN] = @RSN, [QR] = @QR, [ZPL] = @ZPL, [POS] = @PO" + + "S, [LOC] = @LOC, [ANGLE] = @ANGLE, [QTY] = @QTY, [QTY0] = @QTY0, [VNAME] = @VNAM" + + "E, [PRNATTACH] = @PRNATTACH, [PRNVALID] = @PRNVALID, [wdate] = @wdate, [VLOT] = " + + "@VLOT, [BATCH] = @BATCH, [qtymax] = @qtymax WHERE (([idx] = @Original_idx) AND (" + + "[STIME] = @Original_STIME) AND ((@IsNull_ETIME = 1 AND [ETIME] IS NULL) OR ([ETI" + + "ME] = @Original_ETIME)) AND ((@IsNull_PDATE = 1 AND [PDATE] IS NULL) OR ([PDATE]" + + " = @Original_PDATE)) AND ((@IsNull_JTYPE = 1 AND [JTYPE] IS NULL) OR ([JTYPE] = " + + "@Original_JTYPE)) AND ((@IsNull_JGUID = 1 AND [JGUID] IS NULL) OR ([JGUID] = @Or" + + "iginal_JGUID)) AND ((@IsNull_SID = 1 AND [SID] IS NULL) OR ([SID] = @Original_SI" + + "D)) AND ((@IsNull_SID0 = 1 AND [SID0] IS NULL) OR ([SID0] = @Original_SID0)) AND" + + " ((@IsNull_RID = 1 AND [RID] IS NULL) OR ([RID] = @Original_RID)) AND ((@IsNull_" + + "RID0 = 1 AND [RID0] IS NULL) OR ([RID0] = @Original_RID0)) AND ((@IsNull_RSN = 1" + + " AND [RSN] IS NULL) OR ([RSN] = @Original_RSN)) AND ((@IsNull_QR = 1 AND [QR] IS" + + " NULL) OR ([QR] = @Original_QR)) AND ((@IsNull_ZPL = 1 AND [ZPL] IS NULL) OR ([Z" + + "PL] = @Original_ZPL)) AND ((@IsNull_POS = 1 AND [POS] IS NULL) OR ([POS] = @Orig" + + "inal_POS)) AND ((@IsNull_LOC = 1 AND [LOC] IS NULL) OR ([LOC] = @Original_LOC)) " + + "AND ((@IsNull_ANGLE = 1 AND [ANGLE] IS NULL) OR ([ANGLE] = @Original_ANGLE)) AND" + + " ((@IsNull_QTY = 1 AND [QTY] IS NULL) OR ([QTY] = @Original_QTY)) AND ((@IsNull_" + + "QTY0 = 1 AND [QTY0] IS NULL) OR ([QTY0] = @Original_QTY0)) AND ((@IsNull_VNAME =" + + " 1 AND [VNAME] IS NULL) OR ([VNAME] = @Original_VNAME)) AND ((@IsNull_PRNATTACH " + + "= 1 AND [PRNATTACH] IS NULL) OR ([PRNATTACH] = @Original_PRNATTACH)) AND ((@IsNu" + + "ll_PRNVALID = 1 AND [PRNVALID] IS NULL) OR ([PRNVALID] = @Original_PRNVALID)) AN" + + "D ([wdate] = @Original_wdate) AND ((@IsNull_VLOT = 1 AND [VLOT] IS NULL) OR ([VL" + + "OT] = @Original_VLOT)) AND ((@IsNull_BATCH = 1 AND [BATCH] IS NULL) OR ([BATCH] " + + "= @Original_BATCH)) AND ((@IsNull_qtymax = 1 AND [qtymax] IS NULL) OR ([qtymax] " + + "= @Original_qtymax)));\r\nSELECT idx, STIME, ETIME, PDATE, JTYPE, JGUID, SID, SID0" + + ", RID, RID0, RSN, QR, ZPL, POS, LOC, ANGLE, QTY, QTY0, VNAME, PRNATTACH, PRNVALI" + + "D, wdate, VLOT, BATCH, qtymax FROM K4EE_Component_Reel_Result WITH (nolock) WHER" + + "E (idx = @idx) ORDER BY wdate DESC"; this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.Text; this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@STIME", global::System.Data.SqlDbType.DateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "STIME", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ETIME", global::System.Data.SqlDbType.DateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ETIME", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); @@ -1971,20 +1972,20 @@ SELECT idx, STIME, ETIME, PDATE, JTYPE, JGUID, SID, SID0, RID, RID0, RSN, QR, ZP } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + [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::ResultView.Properties.Settings.Default.cs; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + [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, STIME, ETIME, PDATE, JTYPE, JGUID, SID, SID0, RID, RID0, RSN, QR, ZPL, POS, LOC, ANGLE, QTY, QTY0, VNAME, PRNATTACH, PRNVALID, wdate, VLOT, BATCH, qtymax -FROM Component_Reel_Result +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[0].CommandType = global::System.Data.CommandType.Text; @@ -1995,13 +1996,13 @@ ORDER BY wdate DESC"; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + [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 mc, string sd, string ed, string search) { + public virtual int Fill(DataSet1.K4EE_Component_Reel_ResultDataTable dataTable, string mc, string sd, string ed, string search) { this.Adapter.SelectCommand = this.CommandCollection[0]; if ((mc == null)) { - this.Adapter.SelectCommand.Parameters[0].Value = global::System.DBNull.Value; + throw new global::System.ArgumentNullException("mc"); } else { this.Adapter.SelectCommand.Parameters[0].Value = ((string)(mc)); @@ -2032,13 +2033,13 @@ ORDER BY wdate DESC"; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + [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 mc, string sd, string ed, string search) { + public virtual DataSet1.K4EE_Component_Reel_ResultDataTable GetData(string mc, string sd, string ed, string search) { this.Adapter.SelectCommand = this.CommandCollection[0]; if ((mc == null)) { - this.Adapter.SelectCommand.Parameters[0].Value = global::System.DBNull.Value; + throw new global::System.ArgumentNullException("mc"); } else { this.Adapter.SelectCommand.Parameters[0].Value = ((string)(mc)); @@ -2061,27 +2062,27 @@ 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; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + [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); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + [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()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + [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[] { @@ -2089,14 +2090,14 @@ ORDER BY wdate DESC"; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + [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", "16.0.0.0")] + [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( @@ -2321,7 +2322,7 @@ ORDER BY wdate DESC"; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + [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( @@ -2500,7 +2501,7 @@ ORDER BY wdate DESC"; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + [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( @@ -2885,7 +2886,7 @@ ORDER BY wdate DESC"; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + [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( @@ -2954,14 +2955,14 @@ ORDER BY wdate DESC"; private UpdateOrderOption _updateOrder; - private Component_Reel_ResultTableAdapter _component_Reel_ResultTableAdapter; + private K4EE_Component_Reel_ResultTableAdapter _k4EE_Component_Reel_ResultTableAdapter; private bool _backupDataSetBeforeUpdate; private global::System.Data.IDbConnection _connection; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public UpdateOrderOption UpdateOrder { get { return this._updateOrder; @@ -2972,21 +2973,21 @@ ORDER BY wdate DESC"; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + [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_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; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public bool BackupDataSetBeforeUpdate { get { return this._backupDataSetBeforeUpdate; @@ -2997,16 +2998,16 @@ ORDER BY wdate DESC"; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] [global::System.ComponentModel.Browsable(false)] public global::System.Data.IDbConnection Connection { get { 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; } return null; } @@ -3016,12 +3017,12 @@ ORDER BY wdate DESC"; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] [global::System.ComponentModel.Browsable(false)] public int TableAdapterInstanceCount { get { int count = 0; - if ((this._component_Reel_ResultTableAdapter != null)) { + if ((this._k4EE_Component_Reel_ResultTableAdapter != null)) { count = (count + 1); } return count; @@ -3032,15 +3033,15 @@ ORDER BY wdate DESC"; ///Update rows in top-down order. /// [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + [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_ResultTableAdapter != null)) { - global::System.Data.DataRow[] updatedRows = dataSet.Component_Reel_Result.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_ResultTableAdapter.Update(updatedRows)); + result = (result + this._k4EE_Component_Reel_ResultTableAdapter.Update(updatedRows)); allChangedRows.AddRange(updatedRows); } } @@ -3051,14 +3052,14 @@ ORDER BY wdate DESC"; ///Insert rows in top-down order. /// [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + [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_ResultTableAdapter != null)) { - global::System.Data.DataRow[] addedRows = dataSet.Component_Reel_Result.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_ResultTableAdapter.Update(addedRows)); + result = (result + this._k4EE_Component_Reel_ResultTableAdapter.Update(addedRows)); allAddedRows.AddRange(addedRows); } } @@ -3069,14 +3070,14 @@ ORDER BY wdate DESC"; ///Delete rows in bottom-up order. /// [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + [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_ResultTableAdapter != null)) { - global::System.Data.DataRow[] deletedRows = dataSet.Component_Reel_Result.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_ResultTableAdapter.Update(deletedRows)); + result = (result + this._k4EE_Component_Reel_ResultTableAdapter.Update(deletedRows)); allChangedRows.AddRange(deletedRows); } } @@ -3087,7 +3088,7 @@ ORDER BY wdate DESC"; ///Remove inserted rows that become updated rows after calling TableAdapter.Update(inserted rows) first /// [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] private global::System.Data.DataRow[] GetRealUpdatedRows(global::System.Data.DataRow[] updatedRows, global::System.Collections.Generic.List allAddedRows) { if (((updatedRows == null) || (updatedRows.Length < 1))) { @@ -3111,7 +3112,7 @@ ORDER BY wdate DESC"; ///Update all changes to the dataset. /// [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public virtual int UpdateAll(DataSet1 dataSet) { if ((dataSet == null)) { throw new global::System.ArgumentNullException("dataSet"); @@ -3119,8 +3120,8 @@ ORDER BY wdate DESC"; 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에는 동일한 연결 문자열을 사용해야 합니다."); } global::System.Data.IDbConnection workConnection = this.Connection; @@ -3154,13 +3155,13 @@ ORDER BY wdate DESC"; 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); } } // @@ -3221,9 +3222,9 @@ ORDER BY wdate DESC"; 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 ((0 < adaptersWithAcceptChangesDuringUpdate.Count)) { global::System.Data.Common.DataAdapter[] adapters = new System.Data.Common.DataAdapter[adaptersWithAcceptChangesDuringUpdate.Count]; @@ -3238,13 +3239,13 @@ ORDER BY wdate DESC"; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] protected virtual void SortSelfReferenceRows(global::System.Data.DataRow[] rows, global::System.Data.DataRelation relation, bool childFirst) { global::System.Array.Sort(rows, new SelfReferenceComparer(relation, childFirst)); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] protected virtual bool MatchTableAdapterConnection(global::System.Data.IDbConnection inputConnection) { if ((this._connection != null)) { return true; @@ -3262,7 +3263,7 @@ ORDER BY wdate DESC"; /// ///Update Order Option /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public enum UpdateOrderOption { InsertUpdateDelete = 0, @@ -3273,7 +3274,7 @@ ORDER BY wdate DESC"; /// ///Used to sort self-referenced table's rows /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] private class SelfReferenceComparer : object, global::System.Collections.Generic.IComparer { private global::System.Data.DataRelation _relation; @@ -3281,7 +3282,7 @@ ORDER BY wdate DESC"; private int _childFirst; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] internal SelfReferenceComparer(global::System.Data.DataRelation relation, bool childFirst) { this._relation = relation; if (childFirst) { @@ -3293,7 +3294,7 @@ ORDER BY wdate DESC"; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] private global::System.Data.DataRow GetRoot(global::System.Data.DataRow row, out int distance) { global::System.Diagnostics.Debug.Assert((row != null)); global::System.Data.DataRow root = row; @@ -3332,7 +3333,7 @@ ORDER BY wdate DESC"; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] public int Compare(global::System.Data.DataRow row1, global::System.Data.DataRow row2) { if (object.ReferenceEquals(row1, row2)) { return 0; diff --git a/Handler/ResultView/DataSet1.xsd b/Handler/ResultView/DataSet1.xsd index 82deb60..b386b59 100644 --- a/Handler/ResultView/DataSet1.xsd +++ b/Handler/ResultView/DataSet1.xsd @@ -7,12 +7,12 @@ - + - + - DELETE FROM [Component_Reel_Result] WHERE (([idx] = @Original_idx) AND ([STIME] = @Original_STIME) AND ((@IsNull_ETIME = 1 AND [ETIME] IS NULL) OR ([ETIME] = @Original_ETIME)) AND ((@IsNull_PDATE = 1 AND [PDATE] IS NULL) OR ([PDATE] = @Original_PDATE)) AND ((@IsNull_JTYPE = 1 AND [JTYPE] IS NULL) OR ([JTYPE] = @Original_JTYPE)) AND ((@IsNull_JGUID = 1 AND [JGUID] IS NULL) OR ([JGUID] = @Original_JGUID)) AND ((@IsNull_SID = 1 AND [SID] IS NULL) OR ([SID] = @Original_SID)) AND ((@IsNull_SID0 = 1 AND [SID0] IS NULL) OR ([SID0] = @Original_SID0)) AND ((@IsNull_RID = 1 AND [RID] IS NULL) OR ([RID] = @Original_RID)) AND ((@IsNull_RID0 = 1 AND [RID0] IS NULL) OR ([RID0] = @Original_RID0)) AND ((@IsNull_RSN = 1 AND [RSN] IS NULL) OR ([RSN] = @Original_RSN)) AND ((@IsNull_QR = 1 AND [QR] IS NULL) OR ([QR] = @Original_QR)) AND ((@IsNull_ZPL = 1 AND [ZPL] IS NULL) OR ([ZPL] = @Original_ZPL)) AND ((@IsNull_POS = 1 AND [POS] IS NULL) OR ([POS] = @Original_POS)) AND ((@IsNull_LOC = 1 AND [LOC] IS NULL) OR ([LOC] = @Original_LOC)) AND ((@IsNull_ANGLE = 1 AND [ANGLE] IS NULL) OR ([ANGLE] = @Original_ANGLE)) AND ((@IsNull_QTY = 1 AND [QTY] IS NULL) OR ([QTY] = @Original_QTY)) AND ((@IsNull_QTY0 = 1 AND [QTY0] IS NULL) OR ([QTY0] = @Original_QTY0)) AND ((@IsNull_VNAME = 1 AND [VNAME] IS NULL) OR ([VNAME] = @Original_VNAME)) AND ((@IsNull_PRNATTACH = 1 AND [PRNATTACH] IS NULL) OR ([PRNATTACH] = @Original_PRNATTACH)) AND ((@IsNull_PRNVALID = 1 AND [PRNVALID] IS NULL) OR ([PRNVALID] = @Original_PRNVALID)) AND ([wdate] = @Original_wdate) AND ((@IsNull_VLOT = 1 AND [VLOT] IS NULL) OR ([VLOT] = @Original_VLOT)) AND ((@IsNull_BATCH = 1 AND [BATCH] IS NULL) OR ([BATCH] = @Original_BATCH)) AND ((@IsNull_qtymax = 1 AND [qtymax] IS NULL) OR ([qtymax] = @Original_qtymax))) + DELETE FROM [K4EE_Component_Reel_Result] WHERE (([idx] = @Original_idx) AND ([STIME] = @Original_STIME) AND ((@IsNull_ETIME = 1 AND [ETIME] IS NULL) OR ([ETIME] = @Original_ETIME)) AND ((@IsNull_PDATE = 1 AND [PDATE] IS NULL) OR ([PDATE] = @Original_PDATE)) AND ((@IsNull_JTYPE = 1 AND [JTYPE] IS NULL) OR ([JTYPE] = @Original_JTYPE)) AND ((@IsNull_JGUID = 1 AND [JGUID] IS NULL) OR ([JGUID] = @Original_JGUID)) AND ((@IsNull_SID = 1 AND [SID] IS NULL) OR ([SID] = @Original_SID)) AND ((@IsNull_SID0 = 1 AND [SID0] IS NULL) OR ([SID0] = @Original_SID0)) AND ((@IsNull_RID = 1 AND [RID] IS NULL) OR ([RID] = @Original_RID)) AND ((@IsNull_RID0 = 1 AND [RID0] IS NULL) OR ([RID0] = @Original_RID0)) AND ((@IsNull_RSN = 1 AND [RSN] IS NULL) OR ([RSN] = @Original_RSN)) AND ((@IsNull_QR = 1 AND [QR] IS NULL) OR ([QR] = @Original_QR)) AND ((@IsNull_ZPL = 1 AND [ZPL] IS NULL) OR ([ZPL] = @Original_ZPL)) AND ((@IsNull_POS = 1 AND [POS] IS NULL) OR ([POS] = @Original_POS)) AND ((@IsNull_LOC = 1 AND [LOC] IS NULL) OR ([LOC] = @Original_LOC)) AND ((@IsNull_ANGLE = 1 AND [ANGLE] IS NULL) OR ([ANGLE] = @Original_ANGLE)) AND ((@IsNull_QTY = 1 AND [QTY] IS NULL) OR ([QTY] = @Original_QTY)) AND ((@IsNull_QTY0 = 1 AND [QTY0] IS NULL) OR ([QTY0] = @Original_QTY0)) AND ((@IsNull_VNAME = 1 AND [VNAME] IS NULL) OR ([VNAME] = @Original_VNAME)) AND ((@IsNull_PRNATTACH = 1 AND [PRNATTACH] IS NULL) OR ([PRNATTACH] = @Original_PRNATTACH)) AND ((@IsNull_PRNVALID = 1 AND [PRNVALID] IS NULL) OR ([PRNVALID] = @Original_PRNVALID)) AND ([wdate] = @Original_wdate) AND ((@IsNull_VLOT = 1 AND [VLOT] IS NULL) OR ([VLOT] = @Original_VLOT)) AND ((@IsNull_BATCH = 1 AND [BATCH] IS NULL) OR ([BATCH] = @Original_BATCH)) AND ((@IsNull_qtymax = 1 AND [qtymax] IS NULL) OR ([qtymax] = @Original_qtymax))) @@ -65,45 +65,45 @@ - - INSERT INTO [Component_Reel_Result] ([STIME], [ETIME], [PDATE], [JTYPE], [JGUID], [SID], [SID0], [RID], [RID0], [RSN], [QR], [ZPL], [POS], [LOC], [ANGLE], [QTY], [QTY0], [VNAME], [PRNATTACH], [PRNVALID], [wdate], [VLOT], [BATCH], [qtymax]) VALUES (@STIME, @ETIME, @PDATE, @JTYPE, @JGUID, @SID, @SID0, @RID, @RID0, @RSN, @QR, @ZPL, @POS, @LOC, @ANGLE, @QTY, @QTY0, @VNAME, @PRNATTACH, @PRNVALID, @wdate, @VLOT, @BATCH, @qtymax); -SELECT idx, STIME, ETIME, PDATE, JTYPE, JGUID, SID, SID0, RID, RID0, RSN, QR, ZPL, POS, LOC, ANGLE, QTY, QTY0, VNAME, PRNATTACH, PRNVALID, wdate, VLOT, BATCH, qtymax FROM Component_Reel_Result WHERE (idx = SCOPE_IDENTITY()) ORDER BY wdate DESC + + INSERT INTO [K4EE_Component_Reel_Result] ([STIME], [ETIME], [PDATE], [JTYPE], [JGUID], [SID], [SID0], [RID], [RID0], [RSN], [QR], [ZPL], [POS], [LOC], [ANGLE], [QTY], [QTY0], [VNAME], [PRNATTACH], [PRNVALID], [wdate], [VLOT], [BATCH], [qtymax]) VALUES (@STIME, @ETIME, @PDATE, @JTYPE, @JGUID, @SID, @SID0, @RID, @RID0, @RSN, @QR, @ZPL, @POS, @LOC, @ANGLE, @QTY, @QTY0, @VNAME, @PRNATTACH, @PRNVALID, @wdate, @VLOT, @BATCH, @qtymax); +SELECT idx, STIME, ETIME, PDATE, JTYPE, JGUID, SID, SID0, RID, RID0, RSN, QR, ZPL, POS, LOC, ANGLE, QTY, QTY0, VNAME, PRNATTACH, PRNVALID, wdate, VLOT, BATCH, qtymax FROM K4EE_Component_Reel_Result WHERE (idx = SCOPE_IDENTITY()) ORDER BY wdate DESC - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + SELECT idx, STIME, ETIME, PDATE, JTYPE, JGUID, SID, SID0, RID, RID0, RSN, QR, ZPL, POS, LOC, ANGLE, QTY, QTY0, VNAME, PRNATTACH, PRNVALID, wdate, VLOT, BATCH, qtymax -FROM Component_Reel_Result +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 - + @@ -112,8 +112,8 @@ ORDER BY wdate DESC - UPDATE [Component_Reel_Result] SET [STIME] = @STIME, [ETIME] = @ETIME, [PDATE] = @PDATE, [JTYPE] = @JTYPE, [JGUID] = @JGUID, [SID] = @SID, [SID0] = @SID0, [RID] = @RID, [RID0] = @RID0, [RSN] = @RSN, [QR] = @QR, [ZPL] = @ZPL, [POS] = @POS, [LOC] = @LOC, [ANGLE] = @ANGLE, [QTY] = @QTY, [QTY0] = @QTY0, [VNAME] = @VNAME, [PRNATTACH] = @PRNATTACH, [PRNVALID] = @PRNVALID, [wdate] = @wdate, [VLOT] = @VLOT, [BATCH] = @BATCH, [qtymax] = @qtymax WHERE (([idx] = @Original_idx) AND ([STIME] = @Original_STIME) AND ((@IsNull_ETIME = 1 AND [ETIME] IS NULL) OR ([ETIME] = @Original_ETIME)) AND ((@IsNull_PDATE = 1 AND [PDATE] IS NULL) OR ([PDATE] = @Original_PDATE)) AND ((@IsNull_JTYPE = 1 AND [JTYPE] IS NULL) OR ([JTYPE] = @Original_JTYPE)) AND ((@IsNull_JGUID = 1 AND [JGUID] IS NULL) OR ([JGUID] = @Original_JGUID)) AND ((@IsNull_SID = 1 AND [SID] IS NULL) OR ([SID] = @Original_SID)) AND ((@IsNull_SID0 = 1 AND [SID0] IS NULL) OR ([SID0] = @Original_SID0)) AND ((@IsNull_RID = 1 AND [RID] IS NULL) OR ([RID] = @Original_RID)) AND ((@IsNull_RID0 = 1 AND [RID0] IS NULL) OR ([RID0] = @Original_RID0)) AND ((@IsNull_RSN = 1 AND [RSN] IS NULL) OR ([RSN] = @Original_RSN)) AND ((@IsNull_QR = 1 AND [QR] IS NULL) OR ([QR] = @Original_QR)) AND ((@IsNull_ZPL = 1 AND [ZPL] IS NULL) OR ([ZPL] = @Original_ZPL)) AND ((@IsNull_POS = 1 AND [POS] IS NULL) OR ([POS] = @Original_POS)) AND ((@IsNull_LOC = 1 AND [LOC] IS NULL) OR ([LOC] = @Original_LOC)) AND ((@IsNull_ANGLE = 1 AND [ANGLE] IS NULL) OR ([ANGLE] = @Original_ANGLE)) AND ((@IsNull_QTY = 1 AND [QTY] IS NULL) OR ([QTY] = @Original_QTY)) AND ((@IsNull_QTY0 = 1 AND [QTY0] IS NULL) OR ([QTY0] = @Original_QTY0)) AND ((@IsNull_VNAME = 1 AND [VNAME] IS NULL) OR ([VNAME] = @Original_VNAME)) AND ((@IsNull_PRNATTACH = 1 AND [PRNATTACH] IS NULL) OR ([PRNATTACH] = @Original_PRNATTACH)) AND ((@IsNull_PRNVALID = 1 AND [PRNVALID] IS NULL) OR ([PRNVALID] = @Original_PRNVALID)) AND ([wdate] = @Original_wdate) AND ((@IsNull_VLOT = 1 AND [VLOT] IS NULL) OR ([VLOT] = @Original_VLOT)) AND ((@IsNull_BATCH = 1 AND [BATCH] IS NULL) OR ([BATCH] = @Original_BATCH)) AND ((@IsNull_qtymax = 1 AND [qtymax] IS NULL) OR ([qtymax] = @Original_qtymax))); -SELECT idx, STIME, ETIME, PDATE, JTYPE, JGUID, SID, SID0, RID, RID0, RSN, QR, ZPL, POS, LOC, ANGLE, QTY, QTY0, VNAME, PRNATTACH, PRNVALID, wdate, VLOT, BATCH, qtymax FROM Component_Reel_Result WHERE (idx = @idx) ORDER BY wdate DESC + UPDATE [K4EE_Component_Reel_Result] SET [STIME] = @STIME, [ETIME] = @ETIME, [PDATE] = @PDATE, [JTYPE] = @JTYPE, [JGUID] = @JGUID, [SID] = @SID, [SID0] = @SID0, [RID] = @RID, [RID0] = @RID0, [RSN] = @RSN, [QR] = @QR, [ZPL] = @ZPL, [POS] = @POS, [LOC] = @LOC, [ANGLE] = @ANGLE, [QTY] = @QTY, [QTY0] = @QTY0, [VNAME] = @VNAME, [PRNATTACH] = @PRNATTACH, [PRNVALID] = @PRNVALID, [wdate] = @wdate, [VLOT] = @VLOT, [BATCH] = @BATCH, [qtymax] = @qtymax WHERE (([idx] = @Original_idx) AND ([STIME] = @Original_STIME) AND ((@IsNull_ETIME = 1 AND [ETIME] IS NULL) OR ([ETIME] = @Original_ETIME)) AND ((@IsNull_PDATE = 1 AND [PDATE] IS NULL) OR ([PDATE] = @Original_PDATE)) AND ((@IsNull_JTYPE = 1 AND [JTYPE] IS NULL) OR ([JTYPE] = @Original_JTYPE)) AND ((@IsNull_JGUID = 1 AND [JGUID] IS NULL) OR ([JGUID] = @Original_JGUID)) AND ((@IsNull_SID = 1 AND [SID] IS NULL) OR ([SID] = @Original_SID)) AND ((@IsNull_SID0 = 1 AND [SID0] IS NULL) OR ([SID0] = @Original_SID0)) AND ((@IsNull_RID = 1 AND [RID] IS NULL) OR ([RID] = @Original_RID)) AND ((@IsNull_RID0 = 1 AND [RID0] IS NULL) OR ([RID0] = @Original_RID0)) AND ((@IsNull_RSN = 1 AND [RSN] IS NULL) OR ([RSN] = @Original_RSN)) AND ((@IsNull_QR = 1 AND [QR] IS NULL) OR ([QR] = @Original_QR)) AND ((@IsNull_ZPL = 1 AND [ZPL] IS NULL) OR ([ZPL] = @Original_ZPL)) AND ((@IsNull_POS = 1 AND [POS] IS NULL) OR ([POS] = @Original_POS)) AND ((@IsNull_LOC = 1 AND [LOC] IS NULL) OR ([LOC] = @Original_LOC)) AND ((@IsNull_ANGLE = 1 AND [ANGLE] IS NULL) OR ([ANGLE] = @Original_ANGLE)) AND ((@IsNull_QTY = 1 AND [QTY] IS NULL) OR ([QTY] = @Original_QTY)) AND ((@IsNull_QTY0 = 1 AND [QTY0] IS NULL) OR ([QTY0] = @Original_QTY0)) AND ((@IsNull_VNAME = 1 AND [VNAME] IS NULL) OR ([VNAME] = @Original_VNAME)) AND ((@IsNull_PRNATTACH = 1 AND [PRNATTACH] IS NULL) OR ([PRNATTACH] = @Original_PRNATTACH)) AND ((@IsNull_PRNVALID = 1 AND [PRNVALID] IS NULL) OR ([PRNVALID] = @Original_PRNVALID)) AND ([wdate] = @Original_wdate) AND ((@IsNull_VLOT = 1 AND [VLOT] IS NULL) OR ([VLOT] = @Original_VLOT)) AND ((@IsNull_BATCH = 1 AND [BATCH] IS NULL) OR ([BATCH] = @Original_BATCH)) AND ((@IsNull_qtymax = 1 AND [qtymax] IS NULL) OR ([qtymax] = @Original_qtymax))); +SELECT idx, STIME, ETIME, PDATE, JTYPE, JGUID, SID, SID0, RID, RID0, RSN, QR, ZPL, POS, LOC, ANGLE, QTY, QTY0, VNAME, PRNATTACH, PRNVALID, wdate, VLOT, BATCH, qtymax FROM K4EE_Component_Reel_Result WITH (nolock) WHERE (idx = @idx) ORDER BY wdate DESC @@ -186,7 +186,7 @@ SELECT idx, STIME, ETIME, PDATE, JTYPE, JGUID, SID, SID0, RID, RID0, RSN, QR, ZP - + @@ -218,6 +218,7 @@ SELECT idx, STIME, ETIME, PDATE, JTYPE, JGUID, SID, SID0, RID, RID0, RSN, QR, ZP + @@ -226,134 +227,134 @@ SELECT idx, STIME, ETIME, PDATE, JTYPE, JGUID, SID, SID0, RID, RID0, RSN, QR, ZP - + - + - - - - + + + + - + - + - + - + - + - + - + - + - + - + - + - - - - + + + + - - - - + + + + - + - + - + diff --git a/Handler/ResultView/DataSet1.xss b/Handler/ResultView/DataSet1.xss index 8b1680f..3a9258a 100644 --- a/Handler/ResultView/DataSet1.xss +++ b/Handler/ResultView/DataSet1.xss @@ -4,9 +4,9 @@ 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/ResultView/Properties/Settings.Designer.cs b/Handler/ResultView/Properties/Settings.Designer.cs index 730051e..79ef921 100644 --- a/Handler/ResultView/Properties/Settings.Designer.cs +++ b/Handler/ResultView/Properties/Settings.Designer.cs @@ -12,7 +12,7 @@ namespace ResultView.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()))); @@ -123,9 +123,8 @@ namespace ResultView.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/Handler/ResultView/Properties/Settings.settings b/Handler/ResultView/Properties/Settings.settings index 0f088ff..dfb29a0 100644 --- a/Handler/ResultView/Properties/Settings.settings +++ b/Handler/ResultView/Properties/Settings.settings @@ -84,10 +84,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 \ No newline at end of file diff --git a/Handler/ResultView/ResultView.csproj b/Handler/ResultView/ResultView.csproj index e271997..cb466f4 100644 --- a/Handler/ResultView/ResultView.csproj +++ b/Handler/ResultView/ResultView.csproj @@ -35,6 +35,9 @@ false + + ..\DLL\arControl.Net4.dll + False ..\DLL\ArLog.Net4.dll diff --git a/Handler/ResultView/app.config b/Handler/ResultView/app.config index deb162c..5519129 100644 --- a/Handler/ResultView/app.config +++ b/Handler/ResultView/app.config @@ -6,7 +6,7 @@ - diff --git a/Handler/Sub/Setting/Common.cs b/Handler/Sub/Setting/Common.cs index 39054af..a1a4653 100644 --- a/Handler/Sub/Setting/Common.cs +++ b/Handler/Sub/Setting/Common.cs @@ -226,29 +226,11 @@ namespace AR #region "function" [Editor(typeof(MyUITypeEditor), typeof(UITypeEditor))] public Boolean Force_JobEndBuzzer { get; set; } - - //[Browsable(false)] - //public Boolean Enable_ConveryorMode { get; set; } - - - [Browsable(false)] - public Boolean Disable_safty_F0 { get; set; } - [Browsable(false)] - public Boolean Disable_safty_F1 { get; set; } - [Browsable(false)] - public Boolean Disable_safty_F2 { get; set; } - [Browsable(false)] - public Boolean Disable_safty_R0 { get; set; } - [Browsable(false)] - public Boolean Disable_safty_R1 { get; set; } - [Browsable(false)] - public Boolean Disable_safty_R2 { get; set; } + [Browsable(false)] public Boolean Disable_Buzzer { get; set; } - - [Browsable(false)] public Boolean Enable_Magnet0 { get; set; } diff --git a/Handler/Sub/Setting/System_Setting.cs b/Handler/Sub/Setting/System_Setting.cs index ef085c5..f96c607 100644 --- a/Handler/Sub/Setting/System_Setting.cs +++ b/Handler/Sub/Setting/System_Setting.cs @@ -47,6 +47,25 @@ namespace AR #endregion + [Category("Door Safty"),DisplayName("Disable Front - Left")] + + public Boolean Disable_safty_F0 { get; set; } + [Category("Door Safty"), DisplayName("Disable Front - Center")] + + public Boolean Disable_safty_F1 { get; set; } + [Category("Door Safty"), DisplayName("Disable Front - Right")] + + public Boolean Disable_safty_F2 { get; set; } + [Category("Door Safty"), DisplayName("Disable Rear - Left")] + + public Boolean Disable_safty_R0 { get; set; } + [Category("Door Safty"), DisplayName("Disable Rear - Center")] + + public Boolean Disable_safty_R1 { get; set; } + [Category("Door Safty"), DisplayName("Disable Rear - Right")] + + public Boolean Disable_safty_R2 { get; set; } + public SystemSetting() { this.filename = UTIL.CurrentPath + "system.xml"; diff --git a/Handler/Sub/UIControl/HMI.cs b/Handler/Sub/UIControl/HMI.cs index 0537a5f..9efbe0e 100644 --- a/Handler/Sub/UIControl/HMI.cs +++ b/Handler/Sub/UIControl/HMI.cs @@ -67,8 +67,6 @@ namespace UIControl public int ConveyorRunPoint = 1; //컨베어 모터 이동시 이동 화살표의 위치값(내부 타이머에의해 증가함) public double arMcLengthW = 1460; public double arMcLengthH = 1350;// - public Boolean arJoystickOn = false; - public int arJoystickGroup = 0; public bool CVLeftBusy = false; public bool CVLeftReady = false; public bool CVRightBusy = false; @@ -867,30 +865,6 @@ namespace UIControl if (this.Scean == eScean.Nomal) Scean_Normal(e.Graphics); else if (this.Scean == eScean.MotHome) Scean_MotHome(e.Graphics); else if (this.Scean == eScean.xmove) Scean_XMove(e.Graphics); - - - - //조이스틱표시 - if (arJoystickOn) - { - var joyname = string.Empty; - if (arJoystickGroup == 0) joyname = "PICKER X/Z"; - else if (arJoystickGroup == 1) joyname = "LEFT Y/Z"; - else if (arJoystickGroup == 2) joyname = "RIGHT Y/Z"; - else if (arJoystickGroup == 3) joyname = "THETA"; - else joyname = arJoystickGroup.ToString(); - - - var joystr = "JOYSTICK(" + joyname + ")"; - var joyfsize = e.Graphics.MeasureString(joystr, this.Font); - var joyrect = new Rectangle(0, 0, (int)(joyfsize.Width * 1.1), (int)(joyfsize.Height * 1.1)); - e.Graphics.FillRectangle(Brushes.Black, joyrect); - e.Graphics.DrawString(joystr, this.Font, - Brushes.Gold, - joyrect, - new StringFormat { Alignment = StringAlignment.Center, LineAlignment = StringAlignment.Center }); - e.Graphics.DrawRect(joyrect, Color.Black, 3); - } } /// diff --git a/Handler/run_claude.bat b/Handler/run_claude.bat new file mode 100644 index 0000000..b38a8f4 --- /dev/null +++ b/Handler/run_claude.bat @@ -0,0 +1 @@ +claude --dangerously-skip-permissions diff --git a/SID Information/DataSet1.Designer.cs b/SID Information/DataSet1.Designer.cs index 048ec6f..cf7335c 100644 --- a/SID Information/DataSet1.Designer.cs +++ b/SID Information/DataSet1.Designer.cs @@ -2799,93 +2799,93 @@ namespace SIDConvInfoEditorII.DataSet1TableAdapters { 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_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)))"; + this._adapter.DeleteCommand.CommandText = @"DELETE FROM [K4EE_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)))"; 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("@Original_idx", global::System.Data.SqlDbType.Int, 4, 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_MC", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "MC", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_MC", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "MC", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - 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("@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("@Original_MC", global::System.Data.SqlDbType.VarChar, 20, global::System.Data.ParameterDirection.Input, 0, 0, "MC", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_SID", global::System.Data.SqlDbType.VarChar, 50, 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, 10, 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("@Original_PartNo", global::System.Data.SqlDbType.VarChar, 100, 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_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("@Original_CustName", global::System.Data.SqlDbType.VarChar, 100, 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_VenderName", global::System.Data.SqlDbType.VarChar, 100, 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("@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.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Remark", global::System.Data.SqlDbType.VarChar, 100, global::System.Data.ParameterDirection.Input, 0, 0, "Remark", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_MFG", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "MFG", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_MFG", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "MFG", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_MFG", global::System.Data.SqlDbType.VarChar, 20, global::System.Data.ParameterDirection.Input, 0, 0, "MFG", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_wdate", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "wdate", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_wdate", global::System.Data.SqlDbType.DateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "wdate", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_wdate", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 0, 0, "wdate", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_qtymax", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "qtymax", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_qtymax", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "qtymax", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_qtymax", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 0, 0, "qtymax", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_batch", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "batch", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_batch", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "batch", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_batch", global::System.Data.SqlDbType.VarChar, 100, global::System.Data.ParameterDirection.Input, 0, 0, "batch", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_VenderLot", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "VenderLot", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_VenderLot", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "VenderLot", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_VenderLot", global::System.Data.SqlDbType.VarChar, 1000, global::System.Data.ParameterDirection.Input, 0, 0, "VenderLot", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_attach", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "attach", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_attach", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "attach", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_attach", global::System.Data.SqlDbType.VarChar, 10, global::System.Data.ParameterDirection.Input, 0, 0, "attach", 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_SID_Information] ([MC], [SID], [CustCode], [PartNo], [CustName], [VenderName], [Remark], [MFG], [wdate], [qtymax], [batch], [VenderLot], [attach]) VALUES (@MC, @SID, @CustCode, @PartNo, @CustName, @VenderName, @Remark, @MFG, @wdate, @qtymax, @batch, @VenderLot, @attach); + this._adapter.InsertCommand.CommandText = @"INSERT INTO [K4EE_Component_Reel_SID_Information] ([MC], [SID], [CustCode], [PartNo], [CustName], [VenderName], [Remark], [MFG], [wdate], [qtymax], [batch], [VenderLot], [attach]) VALUES (@MC, @SID, @CustCode, @PartNo, @CustName, @VenderName, @Remark, @MFG, @wdate, @qtymax, @batch, @VenderLot, @attach); SELECT idx, MC, SID, CustCode, PartNo, CustName, VenderName, Remark, MFG, wdate, qtymax, batch, VenderLot, attach FROM Component_Reel_SID_Information WHERE (idx = SCOPE_IDENTITY()) ORDER BY SID"; this._adapter.InsertCommand.CommandType = global::System.Data.CommandType.Text; - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@MC", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "MC", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - 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("@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("@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("@Remark", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Remark", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@MFG", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "MFG", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@wdate", global::System.Data.SqlDbType.DateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "wdate", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@qtymax", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "qtymax", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@batch", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "batch", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@VenderLot", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "VenderLot", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@attach", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "attach", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.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._adapter.InsertCommand.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._adapter.InsertCommand.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, "", "", "")); + this._adapter.InsertCommand.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._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@CustName", global::System.Data.SqlDbType.VarChar, 100, 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, 100, 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("@Remark", global::System.Data.SqlDbType.VarChar, 100, global::System.Data.ParameterDirection.Input, 0, 0, "Remark", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@MFG", global::System.Data.SqlDbType.VarChar, 20, global::System.Data.ParameterDirection.Input, 0, 0, "MFG", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@wdate", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 0, 0, "wdate", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@qtymax", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 0, 0, "qtymax", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.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._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@VenderLot", global::System.Data.SqlDbType.VarChar, 1000, global::System.Data.ParameterDirection.Input, 0, 0, "VenderLot", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@attach", global::System.Data.SqlDbType.VarChar, 10, global::System.Data.ParameterDirection.Input, 0, 0, "attach", 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_SID_Information] SET [MC] = @MC, [SID] = @SID, [CustCode] = @CustCode, [PartNo] = @PartNo, [CustName] = @CustName, [VenderName] = @VenderName, [Remark] = @Remark, [MFG] = @MFG, [wdate] = @wdate, [qtymax] = @qtymax, [batch] = @batch, [VenderLot] = @VenderLot, [attach] = @attach 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))); + this._adapter.UpdateCommand.CommandText = @"UPDATE [K4EE_Component_Reel_SID_Information] SET [MC] = @MC, [SID] = @SID, [CustCode] = @CustCode, [PartNo] = @PartNo, [CustName] = @CustName, [VenderName] = @VenderName, [Remark] = @Remark, [MFG] = @MFG, [wdate] = @wdate, [qtymax] = @qtymax, [batch] = @batch, [VenderLot] = @VenderLot, [attach] = @attach 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))); SELECT idx, MC, SID, CustCode, PartNo, CustName, VenderName, Remark, MFG, wdate, qtymax, batch, VenderLot, attach FROM Component_Reel_SID_Information WHERE (idx = @idx) ORDER BY SID"; this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.Text; - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@MC", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "MC", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - 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("@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("@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("@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("@MFG", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "MFG", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@wdate", global::System.Data.SqlDbType.DateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "wdate", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@qtymax", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "qtymax", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@batch", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "batch", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@VenderLot", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "VenderLot", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@attach", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "attach", 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("@MC", global::System.Data.SqlDbType.VarChar, 20, global::System.Data.ParameterDirection.Input, 0, 0, "MC", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.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._adapter.UpdateCommand.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, "", "", "")); + this._adapter.UpdateCommand.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._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@CustName", global::System.Data.SqlDbType.VarChar, 100, 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, 100, 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("@Remark", global::System.Data.SqlDbType.VarChar, 100, 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("@MFG", global::System.Data.SqlDbType.VarChar, 20, global::System.Data.ParameterDirection.Input, 0, 0, "MFG", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@wdate", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 0, 0, "wdate", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@qtymax", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 0, 0, "qtymax", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.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._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@VenderLot", global::System.Data.SqlDbType.VarChar, 1000, global::System.Data.ParameterDirection.Input, 0, 0, "VenderLot", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@attach", global::System.Data.SqlDbType.VarChar, 10, global::System.Data.ParameterDirection.Input, 0, 0, "attach", 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, 4, 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_MC", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "MC", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_MC", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "MC", global::System.Data.DataRowVersion.Original, 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("@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("@Original_MC", global::System.Data.SqlDbType.VarChar, 20, global::System.Data.ParameterDirection.Input, 0, 0, "MC", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_SID", global::System.Data.SqlDbType.VarChar, 50, 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, 10, 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("@Original_PartNo", global::System.Data.SqlDbType.VarChar, 100, 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_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("@Original_CustName", global::System.Data.SqlDbType.VarChar, 100, 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_VenderName", global::System.Data.SqlDbType.VarChar, 100, 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("@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("@Original_Remark", global::System.Data.SqlDbType.VarChar, 100, 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("@IsNull_MFG", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "MFG", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_MFG", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "MFG", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_MFG", global::System.Data.SqlDbType.VarChar, 20, global::System.Data.ParameterDirection.Input, 0, 0, "MFG", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_wdate", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "wdate", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_wdate", global::System.Data.SqlDbType.DateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "wdate", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_wdate", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 0, 0, "wdate", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_qtymax", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "qtymax", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_qtymax", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "qtymax", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_qtymax", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 0, 0, "qtymax", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_batch", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "batch", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_batch", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "batch", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_batch", global::System.Data.SqlDbType.VarChar, 100, global::System.Data.ParameterDirection.Input, 0, 0, "batch", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_VenderLot", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "VenderLot", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_VenderLot", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "VenderLot", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_VenderLot", global::System.Data.SqlDbType.VarChar, 1000, global::System.Data.ParameterDirection.Input, 0, 0, "VenderLot", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_attach", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "attach", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_attach", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "attach", 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, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_attach", global::System.Data.SqlDbType.VarChar, 10, global::System.Data.ParameterDirection.Input, 0, 0, "attach", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@idx", global::System.Data.SqlDbType.Variant, 1024, global::System.Data.ParameterDirection.Input, 0, 0, "idx", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] @@ -3025,7 +3025,7 @@ SELECT idx, MC, SID, CustCode, PartNo, CustName, VenderName, Remark, MFG, wdate, this.Adapter.DeleteCommand.Parameters[4].Value = ((string)(Original_CustCode)); } if ((Original_PartNo == null)) { - throw new global::System.ArgumentNullException("Original_PartNo"); + this.Adapter.DeleteCommand.Parameters[5].Value = global::System.DBNull.Value; } else { this.Adapter.DeleteCommand.Parameters[5].Value = ((string)(Original_PartNo)); @@ -3142,7 +3142,7 @@ SELECT idx, MC, SID, CustCode, PartNo, CustName, VenderName, Remark, MFG, wdate, this.Adapter.InsertCommand.Parameters[2].Value = ((string)(CustCode)); } if ((PartNo == null)) { - throw new global::System.ArgumentNullException("PartNo"); + this.Adapter.InsertCommand.Parameters[3].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[3].Value = ((string)(PartNo)); @@ -3249,7 +3249,7 @@ SELECT idx, MC, SID, CustCode, PartNo, CustName, VenderName, Remark, MFG, wdate, string Original_batch, string Original_VenderLot, string Original_attach, - int idx) { + object idx) { if ((MC == null)) { this.Adapter.UpdateCommand.Parameters[0].Value = global::System.DBNull.Value; } @@ -3269,7 +3269,7 @@ SELECT idx, MC, SID, CustCode, PartNo, CustName, VenderName, Remark, MFG, wdate, this.Adapter.UpdateCommand.Parameters[2].Value = ((string)(CustCode)); } if ((PartNo == null)) { - throw new global::System.ArgumentNullException("PartNo"); + this.Adapter.UpdateCommand.Parameters[3].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[3].Value = ((string)(PartNo)); @@ -3350,7 +3350,7 @@ SELECT idx, MC, SID, CustCode, PartNo, CustName, VenderName, Remark, MFG, wdate, this.Adapter.UpdateCommand.Parameters[17].Value = ((string)(Original_CustCode)); } if ((Original_PartNo == null)) { - throw new global::System.ArgumentNullException("Original_PartNo"); + this.Adapter.UpdateCommand.Parameters[18].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[18].Value = ((string)(Original_PartNo)); @@ -3427,7 +3427,12 @@ SELECT idx, MC, SID, CustCode, PartNo, CustName, VenderName, Remark, MFG, wdate, this.Adapter.UpdateCommand.Parameters[35].Value = ((object)(0)); this.Adapter.UpdateCommand.Parameters[36].Value = ((string)(Original_attach)); } - this.Adapter.UpdateCommand.Parameters[37].Value = ((int)(idx)); + if ((idx == null)) { + throw new global::System.ArgumentNullException("idx"); + } + else { + this.Adapter.UpdateCommand.Parameters[37].Value = ((object)(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)) { @@ -3444,41 +3449,6 @@ 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")] - [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Update, true)] - public virtual int Update( - string MC, - string SID, - string CustCode, - string PartNo, - string CustName, - string VenderName, - string Remark, - string MFG, - global::System.Nullable wdate, - global::System.Nullable qtymax, - string batch, - string VenderLot, - string attach, - int Original_idx, - string Original_MC, - string Original_SID, - string Original_CustCode, - string Original_PartNo, - string Original_CustName, - string Original_VenderName, - string Original_Remark, - string Original_MFG, - global::System.Nullable Original_wdate, - global::System.Nullable Original_qtymax, - string Original_batch, - string Original_VenderLot, - string Original_attach) { - return this.Update(MC, SID, CustCode, PartNo, CustName, VenderName, Remark, MFG, wdate, qtymax, batch, VenderLot, attach, Original_idx, Original_MC, Original_SID, Original_CustCode, Original_PartNo, Original_CustName, Original_VenderName, Original_Remark, Original_MFG, Original_wdate, Original_qtymax, Original_batch, Original_VenderLot, Original_attach, Original_idx); - } - [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")] @@ -3758,132 +3728,132 @@ SELECT idx, MC, SID, CustCode, PartNo, CustName, VenderName, Remark, MFG, wdate, 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_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)))"; + this._adapter.DeleteCommand.CommandText = @"DELETE FROM [K4EE_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)))"; 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("@Original_idx", global::System.Data.SqlDbType.Int, 4, 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_MC", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "MC", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_MC", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "MC", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_MC", global::System.Data.SqlDbType.VarChar, 20, global::System.Data.ParameterDirection.Input, 0, 0, "MC", 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("@Original_Chk", global::System.Data.SqlDbType.Bit, 1, 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("@Original_SIDFrom", global::System.Data.SqlDbType.VarChar, 20, 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("@Original_SIDTo", global::System.Data.SqlDbType.VarChar, 20, 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.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Remark", global::System.Data.SqlDbType.VarChar, 100, global::System.Data.ParameterDirection.Input, 0, 0, "Remark", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_wdate", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "wdate", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_wdate", global::System.Data.SqlDbType.DateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "wdate", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_wdate", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 0, 0, "wdate", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_CustCode", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "CustCode", global::System.Data.DataRowVersion.Original, true, 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("@Original_CustCode", global::System.Data.SqlDbType.VarChar, 10, 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_PartNo", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "PartNo", global::System.Data.DataRowVersion.Original, true, 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("@Original_PartNo", global::System.Data.SqlDbType.VarChar, 100, 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_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("@Original_CustName", global::System.Data.SqlDbType.VarChar, 100, 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_VenderName", global::System.Data.SqlDbType.VarChar, 100, 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("@IsNull_VenderLot", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "VenderLot", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_VenderLot", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "VenderLot", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_VenderLot", global::System.Data.SqlDbType.VarChar, 1000, global::System.Data.ParameterDirection.Input, 0, 0, "VenderLot", 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("@Original_PrintPosition", global::System.Data.SqlDbType.VarChar, 10, 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_MFG", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "MFG", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_MFG", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "MFG", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_MFG", global::System.Data.SqlDbType.VarChar, 20, global::System.Data.ParameterDirection.Input, 0, 0, "MFG", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_qtymax", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "qtymax", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_qtymax", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "qtymax", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_qtymax", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 0, 0, "qtymax", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_batch", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "batch", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_batch", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "batch", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_batch", global::System.Data.SqlDbType.VarChar, 100, global::System.Data.ParameterDirection.Input, 0, 0, "batch", 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_SID_Convert] ([MC], [Chk], [SIDFrom], [SIDTo], [Remark], [wdate], [CustCode], [PartNo], [CustName], [VenderName], [VenderLot], [PrintPosition], [MFG], [qtymax], [batch]) VALUES (@MC, @Chk, @SIDFrom, @SIDTo, @Remark, @wdate, @CustCode, @PartNo, @CustName, @VenderName, @VenderLot, @PrintPosition, @MFG, @qtymax, @batch); + this._adapter.InsertCommand.CommandText = @"INSERT INTO [K4EE_Component_Reel_SID_Convert] ([MC], [Chk], [SIDFrom], [SIDTo], [Remark], [wdate], [CustCode], [PartNo], [CustName], [VenderName], [VenderLot], [PrintPosition], [MFG], [qtymax], [batch]) VALUES (@MC, @Chk, @SIDFrom, @SIDTo, @Remark, @wdate, @CustCode, @PartNo, @CustName, @VenderName, @VenderLot, @PrintPosition, @MFG, @qtymax, @batch); SELECT idx, MC, Chk, SIDFrom, SIDTo, Remark, wdate, CustCode, PartNo, CustName, VenderName, VenderLot, PrintPosition, MFG, qtymax, batch FROM Component_Reel_SID_Convert WHERE (idx = SCOPE_IDENTITY()) ORDER BY SIDFrom"; this._adapter.InsertCommand.CommandType = global::System.Data.CommandType.Text; - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@MC", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "MC", 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.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@wdate", global::System.Data.SqlDbType.DateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "wdate", 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("@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("@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("@VenderLot", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "VenderLot", 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("@MFG", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "MFG", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@qtymax", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "qtymax", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@batch", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "batch", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.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._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Chk", global::System.Data.SqlDbType.Bit, 1, 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, 20, 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, 20, 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, 100, global::System.Data.ParameterDirection.Input, 0, 0, "Remark", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@wdate", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 0, 0, "wdate", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.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, "", "", "")); + this._adapter.InsertCommand.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._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@CustName", global::System.Data.SqlDbType.VarChar, 100, 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, 100, 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("@VenderLot", global::System.Data.SqlDbType.VarChar, 1000, global::System.Data.ParameterDirection.Input, 0, 0, "VenderLot", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@PrintPosition", global::System.Data.SqlDbType.VarChar, 10, 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("@MFG", global::System.Data.SqlDbType.VarChar, 20, global::System.Data.ParameterDirection.Input, 0, 0, "MFG", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@qtymax", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 0, 0, "qtymax", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.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._adapter.UpdateCommand = new global::System.Data.SqlClient.SqlCommand(); this._adapter.UpdateCommand.Connection = this.Connection; - this._adapter.UpdateCommand.CommandText = "UPDATE [Component_Reel_SID_Convert] SET [MC] = @MC, [Chk] = @Chk, [SIDFrom] = @SI" + - "DFrom, [SIDTo] = @SIDTo, [Remark] = @Remark, [wdate] = @wdate, [CustCode] = @Cus" + - "tCode, [PartNo] = @PartNo, [CustName] = @CustName, [VenderName] = @VenderName, [" + - "VenderLot] = @VenderLot, [PrintPosition] = @PrintPosition, [MFG] = @MFG, [qtymax" + - "] = @qtymax, [batch] = @batch 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 NU" + - "LL) OR ([SIDFrom] = @Original_SIDFrom)) AND ((@IsNull_SIDTo = 1 AND [SIDTo] IS N" + - "ULL) OR ([SIDTo] = @Original_SIDTo)) AND ((@IsNull_Remark = 1 AND [Remark] IS NU" + - "LL) OR ([Remark] = @Original_Remark)) AND ((@IsNull_wdate = 1 AND [wdate] IS NUL" + - "L) 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 [Cus" + - "tName] IS NULL) OR ([CustName] = @Original_CustName)) AND ((@IsNull_VenderName =" + - " 1 AND [VenderName] IS NULL) OR ([VenderName] = @Original_VenderName)) AND ((@Is" + - "Null_VenderLot = 1 AND [VenderLot] IS NULL) OR ([VenderLot] = @Original_VenderLo" + - "t)) AND ((@IsNull_PrintPosition = 1 AND [PrintPosition] IS NULL) OR ([PrintPosit" + - "ion] = @Original_PrintPosition)) AND ((@IsNull_MFG = 1 AND [MFG] IS NULL) OR ([M" + - "FG] = @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)));\r\nSELECT idx, MC, Chk, SIDFrom, SIDTo, Remark, wdate, CustC" + - "ode, PartNo, CustName, VenderName, VenderLot, PrintPosition, MFG, qtymax, batch " + - "FROM Component_Reel_SID_Convert WHERE (idx = @idx) ORDER BY SIDFrom"; + this._adapter.UpdateCommand.CommandText = "UPDATE [K4EE_Component_Reel_SID_Convert] SET [MC] = @MC, [Chk] = @Chk, [SIDFrom] " + + "= @SIDFrom, [SIDTo] = @SIDTo, [Remark] = @Remark, [wdate] = @wdate, [CustCode] =" + + " @CustCode, [PartNo] = @PartNo, [CustName] = @CustName, [VenderName] = @VenderNa" + + "me, [VenderLot] = @VenderLot, [PrintPosition] = @PrintPosition, [MFG] = @MFG, [q" + + "tymax] = @qtymax, [batch] = @batch WHERE (([idx] = @Original_idx) AND ((@IsNull_" + + "MC = 1 AND [MC] IS NULL) OR ([MC] = @Original_MC)) AND ((@IsNull_Chk = 1 AND [Ch" + + "k] 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] I" + + "S NULL) OR ([wdate] = @Original_wdate)) AND ((@IsNull_CustCode = 1 AND [CustCode" + + "] IS NULL) OR ([CustCode] = @Original_CustCode)) AND ((@IsNull_PartNo = 1 AND [P" + + "artNo] IS NULL) OR ([PartNo] = @Original_PartNo)) AND ((@IsNull_CustName = 1 AND" + + " [CustName] IS NULL) OR ([CustName] = @Original_CustName)) AND ((@IsNull_VenderN" + + "ame = 1 AND [VenderName] IS NULL) OR ([VenderName] = @Original_VenderName)) AND " + + "((@IsNull_VenderLot = 1 AND [VenderLot] IS NULL) OR ([VenderLot] = @Original_Ven" + + "derLot)) AND ((@IsNull_PrintPosition = 1 AND [PrintPosition] IS NULL) OR ([Print" + + "Position] = @Original_PrintPosition)) AND ((@IsNull_MFG = 1 AND [MFG] IS NULL) O" + + "R ([MFG] = @Original_MFG)) AND ((@IsNull_qtymax = 1 AND [qtymax] IS NULL) OR ([q" + + "tymax] = @Original_qtymax)) AND ((@IsNull_batch = 1 AND [batch] IS NULL) OR ([ba" + + "tch] = @Original_batch)));\r\nSELECT idx, MC, Chk, SIDFrom, SIDTo, Remark, wdate, " + + "CustCode, PartNo, CustName, VenderName, VenderLot, PrintPosition, MFG, qtymax, b" + + "atch FROM Component_Reel_SID_Convert WHERE (idx = @idx) ORDER BY SIDFrom"; this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.Text; - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@MC", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "MC", 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("@wdate", global::System.Data.SqlDbType.DateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "wdate", 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("@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("@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("@VenderLot", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "VenderLot", 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("@MFG", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "MFG", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@qtymax", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "qtymax", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@batch", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "batch", 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("@MC", global::System.Data.SqlDbType.VarChar, 20, global::System.Data.ParameterDirection.Input, 0, 0, "MC", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Chk", global::System.Data.SqlDbType.Bit, 1, 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, 20, 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, 20, 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, 100, 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("@wdate", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 0, 0, "wdate", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.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, "", "", "")); + this._adapter.UpdateCommand.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._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@CustName", global::System.Data.SqlDbType.VarChar, 100, 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, 100, 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("@VenderLot", global::System.Data.SqlDbType.VarChar, 1000, global::System.Data.ParameterDirection.Input, 0, 0, "VenderLot", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@PrintPosition", global::System.Data.SqlDbType.VarChar, 10, 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("@MFG", global::System.Data.SqlDbType.VarChar, 20, global::System.Data.ParameterDirection.Input, 0, 0, "MFG", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@qtymax", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 0, 0, "qtymax", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.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._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_idx", global::System.Data.SqlDbType.Int, 4, 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_MC", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "MC", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_MC", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "MC", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_MC", global::System.Data.SqlDbType.VarChar, 20, global::System.Data.ParameterDirection.Input, 0, 0, "MC", 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("@Original_Chk", global::System.Data.SqlDbType.Bit, 1, 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("@Original_SIDFrom", global::System.Data.SqlDbType.VarChar, 20, 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("@Original_SIDTo", global::System.Data.SqlDbType.VarChar, 20, 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("@Original_Remark", global::System.Data.SqlDbType.VarChar, 100, 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("@IsNull_wdate", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "wdate", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_wdate", global::System.Data.SqlDbType.DateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "wdate", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_wdate", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 0, 0, "wdate", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_CustCode", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "CustCode", global::System.Data.DataRowVersion.Original, true, 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("@Original_CustCode", global::System.Data.SqlDbType.VarChar, 10, 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_PartNo", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "PartNo", global::System.Data.DataRowVersion.Original, true, 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("@Original_PartNo", global::System.Data.SqlDbType.VarChar, 100, 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_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("@Original_CustName", global::System.Data.SqlDbType.VarChar, 100, 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_VenderName", global::System.Data.SqlDbType.VarChar, 100, 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("@IsNull_VenderLot", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "VenderLot", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_VenderLot", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "VenderLot", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_VenderLot", global::System.Data.SqlDbType.VarChar, 1000, global::System.Data.ParameterDirection.Input, 0, 0, "VenderLot", 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("@Original_PrintPosition", global::System.Data.SqlDbType.VarChar, 10, 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_MFG", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "MFG", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_MFG", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "MFG", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_MFG", global::System.Data.SqlDbType.VarChar, 20, global::System.Data.ParameterDirection.Input, 0, 0, "MFG", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_qtymax", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "qtymax", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_qtymax", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "qtymax", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_qtymax", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 0, 0, "qtymax", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_batch", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "batch", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_batch", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "batch", 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, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_batch", global::System.Data.SqlDbType.VarChar, 100, global::System.Data.ParameterDirection.Input, 0, 0, "batch", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@idx", global::System.Data.SqlDbType.Variant, 1024, global::System.Data.ParameterDirection.Input, 0, 0, "idx", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] @@ -4267,7 +4237,7 @@ SELECT idx, MC, Chk, SIDFrom, SIDTo, Remark, wdate, CustCode, PartNo, CustName, string Original_MFG, global::System.Nullable Original_qtymax, string Original_batch, - int idx) { + object idx) { if ((MC == null)) { this.Adapter.UpdateCommand.Parameters[0].Value = global::System.DBNull.Value; } @@ -4479,7 +4449,12 @@ SELECT idx, MC, Chk, SIDFrom, SIDTo, Remark, wdate, CustCode, PartNo, CustName, this.Adapter.UpdateCommand.Parameters[44].Value = ((object)(0)); this.Adapter.UpdateCommand.Parameters[45].Value = ((string)(Original_batch)); } - this.Adapter.UpdateCommand.Parameters[46].Value = ((int)(idx)); + if ((idx == null)) { + throw new global::System.ArgumentNullException("idx"); + } + else { + this.Adapter.UpdateCommand.Parameters[46].Value = ((object)(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)) { @@ -4496,45 +4471,6 @@ 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")] - [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Update, true)] - public virtual int Update( - string MC, - global::System.Nullable Chk, - string SIDFrom, - string SIDTo, - string Remark, - global::System.Nullable wdate, - string CustCode, - string PartNo, - string CustName, - string VenderName, - string VenderLot, - string PrintPosition, - string MFG, - global::System.Nullable qtymax, - string batch, - int Original_idx, - string Original_MC, - global::System.Nullable Original_Chk, - string Original_SIDFrom, - string Original_SIDTo, - string Original_Remark, - global::System.Nullable Original_wdate, - string Original_CustCode, - string Original_PartNo, - string Original_CustName, - string Original_VenderName, - string Original_VenderLot, - string Original_PrintPosition, - string Original_MFG, - global::System.Nullable Original_qtymax, - string Original_batch) { - return this.Update(MC, Chk, SIDFrom, SIDTo, Remark, wdate, CustCode, PartNo, CustName, VenderName, VenderLot, PrintPosition, MFG, qtymax, batch, Original_idx, Original_MC, Original_Chk, Original_SIDFrom, Original_SIDTo, Original_Remark, Original_wdate, Original_CustCode, Original_PartNo, Original_CustName, Original_VenderName, Original_VenderLot, Original_PrintPosition, Original_MFG, Original_qtymax, Original_batch, Original_idx); - } - [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")] @@ -4689,49 +4625,49 @@ SELECT idx, MC, Chk, SIDFrom, SIDTo, Remark, wdate, CustCode, PartNo, CustName, 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_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)))"; + this._adapter.DeleteCommand.CommandText = @"DELETE FROM [K4EE_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)))"; 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("@Original_idx", global::System.Data.SqlDbType.Int, 4, 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_MC", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "MC", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_MC", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "MC", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - 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_MC", global::System.Data.SqlDbType.VarChar, 20, global::System.Data.ParameterDirection.Input, 0, 0, "MC", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_SID", global::System.Data.SqlDbType.VarChar, 50, 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("@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("@Original_PrintPosition", global::System.Data.SqlDbType.VarChar, 10, 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.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Remark", global::System.Data.SqlDbType.VarChar, 100, global::System.Data.ParameterDirection.Input, 0, 0, "Remark", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_wdate", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "wdate", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_wdate", global::System.Data.SqlDbType.DateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "wdate", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_wdate", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 0, 0, "wdate", 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_Print_Information] ([MC], [SID], [PrintPosition], [Remark], [wdate]) VALUES (@MC, @SID, @PrintPosition, @Remark, @wdate); + this._adapter.InsertCommand.CommandText = @"INSERT INTO [K4EE_Component_Reel_Print_Information] ([MC], [SID], [PrintPosition], [Remark], [wdate]) VALUES (@MC, @SID, @PrintPosition, @Remark, @wdate); SELECT idx, MC, SID, PrintPosition, Remark, wdate FROM Component_Reel_Print_Information WHERE (idx = SCOPE_IDENTITY())"; this._adapter.InsertCommand.CommandType = global::System.Data.CommandType.Text; - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@MC", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "MC", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - 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("@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.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@wdate", global::System.Data.SqlDbType.DateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "wdate", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.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._adapter.InsertCommand.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._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@PrintPosition", global::System.Data.SqlDbType.VarChar, 10, 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, 100, global::System.Data.ParameterDirection.Input, 0, 0, "Remark", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@wdate", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 0, 0, "wdate", 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_Print_Information] SET [MC] = @MC, [SID] = @SID, [PrintPosition] = @PrintPosition, [Remark] = @Remark, [wdate] = @wdate 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))); + this._adapter.UpdateCommand.CommandText = @"UPDATE [K4EE_Component_Reel_Print_Information] SET [MC] = @MC, [SID] = @SID, [PrintPosition] = @PrintPosition, [Remark] = @Remark, [wdate] = @wdate 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))); SELECT idx, MC, SID, PrintPosition, Remark, wdate FROM Component_Reel_Print_Information WHERE (idx = @idx)"; this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.Text; - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@MC", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "MC", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - 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("@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("@wdate", global::System.Data.SqlDbType.DateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "wdate", 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("@MC", global::System.Data.SqlDbType.VarChar, 20, global::System.Data.ParameterDirection.Input, 0, 0, "MC", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.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._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@PrintPosition", global::System.Data.SqlDbType.VarChar, 10, 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, 100, 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("@wdate", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 0, 0, "wdate", 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, 4, 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_MC", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "MC", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_MC", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "MC", global::System.Data.DataRowVersion.Original, 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_MC", global::System.Data.SqlDbType.VarChar, 20, global::System.Data.ParameterDirection.Input, 0, 0, "MC", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_SID", global::System.Data.SqlDbType.VarChar, 50, 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("@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("@Original_PrintPosition", global::System.Data.SqlDbType.VarChar, 10, 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, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Remark", global::System.Data.SqlDbType.VarChar, 100, 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("@IsNull_wdate", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "wdate", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_wdate", global::System.Data.SqlDbType.DateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "wdate", 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, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_wdate", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 0, 0, "wdate", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@idx", global::System.Data.SqlDbType.Variant, 1024, global::System.Data.ParameterDirection.Input, 0, 0, "idx", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] @@ -4933,7 +4869,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.Update, true)] - public virtual int Update(string MC, string SID, string PrintPosition, string Remark, global::System.Nullable wdate, int Original_idx, string Original_MC, string Original_SID, string Original_PrintPosition, string Original_Remark, global::System.Nullable Original_wdate, int idx) { + public virtual int Update(string MC, string SID, string PrintPosition, string Remark, global::System.Nullable wdate, int Original_idx, string Original_MC, string Original_SID, string Original_PrintPosition, string Original_Remark, global::System.Nullable Original_wdate, object idx) { if ((MC == null)) { this.Adapter.UpdateCommand.Parameters[0].Value = global::System.DBNull.Value; } @@ -5003,7 +4939,12 @@ SELECT idx, MC, SID, PrintPosition, Remark, wdate FROM Component_Reel_Print_Info this.Adapter.UpdateCommand.Parameters[13].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[14].Value = global::System.DBNull.Value; } - this.Adapter.UpdateCommand.Parameters[15].Value = ((int)(idx)); + if ((idx == null)) { + throw new global::System.ArgumentNullException("idx"); + } + else { + this.Adapter.UpdateCommand.Parameters[15].Value = ((object)(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)) { @@ -5019,14 +4960,6 @@ 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")] - [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Update, true)] - public virtual int Update(string MC, string SID, string PrintPosition, string Remark, global::System.Nullable wdate, int Original_idx, string Original_MC, string Original_SID, string Original_PrintPosition, string Original_Remark, global::System.Nullable Original_wdate) { - return this.Update(MC, SID, PrintPosition, Remark, wdate, Original_idx, Original_MC, Original_SID, Original_PrintPosition, Original_Remark, Original_wdate, Original_idx); - } } /// diff --git a/SID Information/DataSet1.xsd b/SID Information/DataSet1.xsd index f1fee1b..e1f1f50 100644 --- a/SID Information/DataSet1.xsd +++ b/SID Information/DataSet1.xsd @@ -11,54 +11,54 @@ - - 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))) + + DELETE FROM [K4EE_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))) - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + - - INSERT INTO [Component_Reel_SID_Information] ([MC], [SID], [CustCode], [PartNo], [CustName], [VenderName], [Remark], [MFG], [wdate], [qtymax], [batch], [VenderLot], [attach]) VALUES (@MC, @SID, @CustCode, @PartNo, @CustName, @VenderName, @Remark, @MFG, @wdate, @qtymax, @batch, @VenderLot, @attach); + + INSERT INTO [K4EE_Component_Reel_SID_Information] ([MC], [SID], [CustCode], [PartNo], [CustName], [VenderName], [Remark], [MFG], [wdate], [qtymax], [batch], [VenderLot], [attach]) VALUES (@MC, @SID, @CustCode, @PartNo, @CustName, @VenderName, @Remark, @MFG, @wdate, @qtymax, @batch, @VenderLot, @attach); SELECT idx, MC, SID, CustCode, PartNo, CustName, VenderName, Remark, MFG, wdate, qtymax, batch, VenderLot, attach FROM Component_Reel_SID_Information WHERE (idx = SCOPE_IDENTITY()) ORDER BY SID - - - - - - - - - - - - - + + + + + + + + + + + + + @@ -74,48 +74,48 @@ ORDER BY SID - - UPDATE [Component_Reel_SID_Information] SET [MC] = @MC, [SID] = @SID, [CustCode] = @CustCode, [PartNo] = @PartNo, [CustName] = @CustName, [VenderName] = @VenderName, [Remark] = @Remark, [MFG] = @MFG, [wdate] = @wdate, [qtymax] = @qtymax, [batch] = @batch, [VenderLot] = @VenderLot, [attach] = @attach 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))); + + UPDATE [K4EE_Component_Reel_SID_Information] SET [MC] = @MC, [SID] = @SID, [CustCode] = @CustCode, [PartNo] = @PartNo, [CustName] = @CustName, [VenderName] = @VenderName, [Remark] = @Remark, [MFG] = @MFG, [wdate] = @wdate, [qtymax] = @qtymax, [batch] = @batch, [VenderLot] = @VenderLot, [attach] = @attach 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))); SELECT idx, MC, SID, CustCode, PartNo, CustName, VenderName, Remark, MFG, wdate, qtymax, batch, VenderLot, attach FROM Component_Reel_SID_Information WHERE (idx = @idx) ORDER BY SID - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -194,63 +194,63 @@ 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))) + + DELETE FROM [K4EE_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))) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - INSERT INTO [Component_Reel_SID_Convert] ([MC], [Chk], [SIDFrom], [SIDTo], [Remark], [wdate], [CustCode], [PartNo], [CustName], [VenderName], [VenderLot], [PrintPosition], [MFG], [qtymax], [batch]) VALUES (@MC, @Chk, @SIDFrom, @SIDTo, @Remark, @wdate, @CustCode, @PartNo, @CustName, @VenderName, @VenderLot, @PrintPosition, @MFG, @qtymax, @batch); + + INSERT INTO [K4EE_Component_Reel_SID_Convert] ([MC], [Chk], [SIDFrom], [SIDTo], [Remark], [wdate], [CustCode], [PartNo], [CustName], [VenderName], [VenderLot], [PrintPosition], [MFG], [qtymax], [batch]) VALUES (@MC, @Chk, @SIDFrom, @SIDTo, @Remark, @wdate, @CustCode, @PartNo, @CustName, @VenderName, @VenderLot, @PrintPosition, @MFG, @qtymax, @batch); SELECT idx, MC, Chk, SIDFrom, SIDTo, Remark, wdate, CustCode, PartNo, CustName, VenderName, VenderLot, PrintPosition, MFG, qtymax, batch FROM Component_Reel_SID_Convert WHERE (idx = SCOPE_IDENTITY()) ORDER BY SIDFrom - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + @@ -263,57 +263,57 @@ ORDER BY SIDFrom - - UPDATE [Component_Reel_SID_Convert] SET [MC] = @MC, [Chk] = @Chk, [SIDFrom] = @SIDFrom, [SIDTo] = @SIDTo, [Remark] = @Remark, [wdate] = @wdate, [CustCode] = @CustCode, [PartNo] = @PartNo, [CustName] = @CustName, [VenderName] = @VenderName, [VenderLot] = @VenderLot, [PrintPosition] = @PrintPosition, [MFG] = @MFG, [qtymax] = @qtymax, [batch] = @batch 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))); + + UPDATE [K4EE_Component_Reel_SID_Convert] SET [MC] = @MC, [Chk] = @Chk, [SIDFrom] = @SIDFrom, [SIDTo] = @SIDTo, [Remark] = @Remark, [wdate] = @wdate, [CustCode] = @CustCode, [PartNo] = @PartNo, [CustName] = @CustName, [VenderName] = @VenderName, [VenderLot] = @VenderLot, [PrintPosition] = @PrintPosition, [MFG] = @MFG, [qtymax] = @qtymax, [batch] = @batch 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))); SELECT idx, MC, Chk, SIDFrom, SIDTo, Remark, wdate, CustCode, PartNo, CustName, VenderName, VenderLot, PrintPosition, MFG, qtymax, batch FROM Component_Reel_SID_Convert WHERE (idx = @idx) ORDER BY SIDFrom - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -352,32 +352,32 @@ 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))) + + DELETE FROM [K4EE_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))) - - - - - - - - - - + + + + + + + + + + - - INSERT INTO [Component_Reel_Print_Information] ([MC], [SID], [PrintPosition], [Remark], [wdate]) VALUES (@MC, @SID, @PrintPosition, @Remark, @wdate); + + INSERT INTO [K4EE_Component_Reel_Print_Information] ([MC], [SID], [PrintPosition], [Remark], [wdate]) VALUES (@MC, @SID, @PrintPosition, @Remark, @wdate); SELECT idx, MC, SID, PrintPosition, Remark, wdate FROM Component_Reel_Print_Information WHERE (idx = SCOPE_IDENTITY()) - - - - - + + + + + @@ -392,26 +392,26 @@ WHERE (MC = @mc) - - UPDATE [Component_Reel_Print_Information] SET [MC] = @MC, [SID] = @SID, [PrintPosition] = @PrintPosition, [Remark] = @Remark, [wdate] = @wdate 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))); + + UPDATE [K4EE_Component_Reel_Print_Information] SET [MC] = @MC, [SID] = @SID, [PrintPosition] = @PrintPosition, [Remark] = @Remark, [wdate] = @wdate 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))); SELECT idx, MC, SID, PrintPosition, Remark, wdate FROM Component_Reel_Print_Information WHERE (idx = @idx) - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + @@ -438,7 +438,7 @@ 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 - + @@ -524,7 +524,7 @@ 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,7 +554,7 @@ 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,7 +647,7 @@ SELECT idx, MC, SID, PrintPosition, Remark, wdate FROM Component_Reel_Print_Info - + diff --git a/SID Information/Properties/Settings.Designer.cs b/SID Information/Properties/Settings.Designer.cs index 63b2829..82ed97f 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.14.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "15.9.0.0")] internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); @@ -23,17 +23,6 @@ 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=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"])); - } - } - [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("K9OE1zaaQEPD8jE33YK1vDdDS4JBz1DB")] @@ -57,5 +46,16 @@ namespace SIDConvInfoEditorII.Properties { this["libxl"] = value; } } + + [global::System.Configuration.ApplicationScopedSettingAttribute()] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Configuration.SpecialSettingAttribute(global::System.Configuration.SpecialSetting.ConnectionString)] + [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 b3df0a1..2b30249 100644 --- a/SID Information/Properties/Settings.settings +++ b/SID Information/Properties/Settings.settings @@ -2,19 +2,19 @@ - - <?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=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=10.201.11.21,50150;Initial Catalog=WMS;Persist Security Info=True;User ID=wmsadm;Password=78#4AmWnh1!!;Encrypt=False;TrustServerCertificate=True - K9OE1zaaQEPD8jE33YK1vDdDS4JBz1DB Amkor Technology/windows-242f240302c3e50d6cb1686ba2q4k0o9 + + <?xml version="1.0" encoding="utf-16"?> +<SerializableConnectionString xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> + <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=10.201.11.21,50150;Initial Catalog=WMS;Persist Security Info=True;User ID=wmsadm;Password=78#4AmWnh1!!;Encrypt=False;TrustServerCertificate=True + \ No newline at end of file