OSDN Git Service

8860形式のLWBBWINFの一部を反映するように変更(#25000)
[karinto/karinto.git] / Karinto / Xml / Hioki.Designer.cs
index ef79e28..eff9e86 100755 (executable)
@@ -370,8 +370,12 @@ namespace Karinto.Xml {
             \r
             private global::System.Data.DataColumn columnTrigDate;\r
             \r
+            private global::System.Data.DataColumn columnSamplePerDiv;\r
+            \r
             private global::System.Data.DataColumn columnTimePerDiv;\r
             \r
+            private global::System.Data.DataColumn columnTimePerSample;\r
+            \r
             private global::System.Data.DataColumn columnExpand;\r
             \r
             private global::System.Data.DataColumn columnTrigMode;\r
@@ -402,6 +406,8 @@ namespace Karinto.Xml {
             \r
             private global::System.Data.DataColumn columnSavedLogicUnit;\r
             \r
+            private global::System.Data.DataColumn columnSavedCalcChannel;\r
+            \r
             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\r
             public HicorderSettingsDataTable() {\r
                 this.TableName = "HicorderSettings";\r
@@ -475,6 +481,13 @@ namespace Karinto.Xml {
             }\r
             \r
             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\r
+            public global::System.Data.DataColumn SamplePerDivColumn {\r
+                get {\r
+                    return this.columnSamplePerDiv;\r
+                }\r
+            }\r
+            \r
+            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\r
             public global::System.Data.DataColumn TimePerDivColumn {\r
                 get {\r
                     return this.columnTimePerDiv;\r
@@ -482,6 +495,13 @@ namespace Karinto.Xml {
             }\r
             \r
             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\r
+            public global::System.Data.DataColumn TimePerSampleColumn {\r
+                get {\r
+                    return this.columnTimePerSample;\r
+                }\r
+            }\r
+            \r
+            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\r
             public global::System.Data.DataColumn ExpandColumn {\r
                 get {\r
                     return this.columnExpand;\r
@@ -587,6 +607,13 @@ namespace Karinto.Xml {
             }\r
             \r
             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\r
+            public global::System.Data.DataColumn SavedCalcChannelColumn {\r
+                get {\r
+                    return this.columnSavedCalcChannel;\r
+                }\r
+            }\r
+            \r
+            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\r
             [global::System.ComponentModel.Browsable(false)]\r
             public int Count {\r
                 get {\r
@@ -622,11 +649,13 @@ namespace Karinto.Xml {
                         string Shot, \r
                         int SaveDataNumber, \r
                         System.DateTime TrigDate, \r
+                        int SamplePerDiv, \r
                         decimal TimePerDiv, \r
+                        decimal TimePerSample, \r
                         int Expand, \r
                         string TrigMode, \r
                         string TrigSource, \r
-                        double PreTrig, \r
+                        string PreTrig, \r
                         System.DateTime TimerTrigStart, \r
                         System.DateTime TimerTrigStop, \r
                         System.TimeSpan TimerTrigInterval, \r
@@ -637,7 +666,8 @@ namespace Karinto.Xml {
                         string Title, \r
                         string CommentSetting, \r
                         long SavedAnalogChannel, \r
-                        int SavedLogicUnit) {\r
+                        int SavedLogicUnit, \r
+                        int SavedCalcChannel) {\r
                 HicorderSettingsRow rowHicorderSettingsRow = ((HicorderSettingsRow)(this.NewRow()));\r
                 object[] columnValuesArray = new object[] {\r
                         Model,\r
@@ -646,7 +676,9 @@ namespace Karinto.Xml {
                         Shot,\r
                         SaveDataNumber,\r
                         TrigDate,\r
+                        SamplePerDiv,\r
                         TimePerDiv,\r
+                        TimePerSample,\r
                         Expand,\r
                         TrigMode,\r
                         TrigSource,\r
@@ -661,7 +693,8 @@ namespace Karinto.Xml {
                         Title,\r
                         CommentSetting,\r
                         SavedAnalogChannel,\r
-                        SavedLogicUnit};\r
+                        SavedLogicUnit,\r
+                        SavedCalcChannel};\r
                 rowHicorderSettingsRow.ItemArray = columnValuesArray;\r
                 this.Rows.Add(rowHicorderSettingsRow);\r
                 return rowHicorderSettingsRow;\r
@@ -692,7 +725,9 @@ namespace Karinto.Xml {
                 this.columnShot = base.Columns["Shot"];\r
                 this.columnSaveDataNumber = base.Columns["SaveDataNumber"];\r
                 this.columnTrigDate = base.Columns["TrigDate"];\r
+                this.columnSamplePerDiv = base.Columns["SamplePerDiv"];\r
                 this.columnTimePerDiv = base.Columns["TimePerDiv"];\r
+                this.columnTimePerSample = base.Columns["TimePerSample"];\r
                 this.columnExpand = base.Columns["Expand"];\r
                 this.columnTrigMode = base.Columns["TrigMode"];\r
                 this.columnTrigSource = base.Columns["TrigSource"];\r
@@ -708,6 +743,7 @@ namespace Karinto.Xml {
                 this.columnCommentSetting = base.Columns["CommentSetting"];\r
                 this.columnSavedAnalogChannel = base.Columns["SavedAnalogChannel"];\r
                 this.columnSavedLogicUnit = base.Columns["SavedLogicUnit"];\r
+                this.columnSavedCalcChannel = base.Columns["SavedCalcChannel"];\r
             }\r
             \r
             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\r
@@ -724,15 +760,19 @@ namespace Karinto.Xml {
                 base.Columns.Add(this.columnSaveDataNumber);\r
                 this.columnTrigDate = new global::System.Data.DataColumn("TrigDate", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);\r
                 base.Columns.Add(this.columnTrigDate);\r
+                this.columnSamplePerDiv = new global::System.Data.DataColumn("SamplePerDiv", typeof(int), null, global::System.Data.MappingType.Element);\r
+                base.Columns.Add(this.columnSamplePerDiv);\r
                 this.columnTimePerDiv = new global::System.Data.DataColumn("TimePerDiv", typeof(decimal), null, global::System.Data.MappingType.Element);\r
                 base.Columns.Add(this.columnTimePerDiv);\r
+                this.columnTimePerSample = new global::System.Data.DataColumn("TimePerSample", typeof(decimal), null, global::System.Data.MappingType.Element);\r
+                base.Columns.Add(this.columnTimePerSample);\r
                 this.columnExpand = new global::System.Data.DataColumn("Expand", typeof(int), null, global::System.Data.MappingType.Element);\r
                 base.Columns.Add(this.columnExpand);\r
                 this.columnTrigMode = new global::System.Data.DataColumn("TrigMode", typeof(string), null, global::System.Data.MappingType.Element);\r
                 base.Columns.Add(this.columnTrigMode);\r
                 this.columnTrigSource = new global::System.Data.DataColumn("TrigSource", typeof(string), null, global::System.Data.MappingType.Element);\r
                 base.Columns.Add(this.columnTrigSource);\r
-                this.columnPreTrig = new global::System.Data.DataColumn("PreTrig", typeof(double), null, global::System.Data.MappingType.Element);\r
+                this.columnPreTrig = new global::System.Data.DataColumn("PreTrig", typeof(string), null, global::System.Data.MappingType.Element);\r
                 base.Columns.Add(this.columnPreTrig);\r
                 this.columnTimerTrigStart = new global::System.Data.DataColumn("TimerTrigStart", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);\r
                 base.Columns.Add(this.columnTimerTrigStart);\r
@@ -756,6 +796,8 @@ namespace Karinto.Xml {
                 base.Columns.Add(this.columnSavedAnalogChannel);\r
                 this.columnSavedLogicUnit = new global::System.Data.DataColumn("SavedLogicUnit", typeof(int), null, global::System.Data.MappingType.Element);\r
                 base.Columns.Add(this.columnSavedLogicUnit);\r
+                this.columnSavedCalcChannel = new global::System.Data.DataColumn("SavedCalcChannel", typeof(int), null, global::System.Data.MappingType.Element);\r
+                base.Columns.Add(this.columnSavedCalcChannel);\r
                 this.columnTimePerDiv.Caption = "Time/Div";\r
                 this.Locale = new global::System.Globalization.CultureInfo("");\r
             }\r
@@ -1728,6 +1770,26 @@ namespace Karinto.Xml {
         [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]\r
         public partial class HicorderLogicChannelDataTable : global::System.Data.DataTable, global::System.Collections.IEnumerable {\r
             \r
+            private global::System.Data.DataColumn columnUnit;\r
+            \r
+            private global::System.Data.DataColumn columnCondition;\r
+            \r
+            private global::System.Data.DataColumn columnPattern;\r
+            \r
+            private global::System.Data.DataColumn columnPatternMask;\r
+            \r
+            private global::System.Data.DataColumn columnFilter;\r
+            \r
+            private global::System.Data.DataColumn columnComment1;\r
+            \r
+            private global::System.Data.DataColumn columnComment2;\r
+            \r
+            private global::System.Data.DataColumn columnComment3;\r
+            \r
+            private global::System.Data.DataColumn columnComment4;\r
+            \r
+            private global::System.Data.DataColumn columnData;\r
+            \r
             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\r
             public HicorderLogicChannelDataTable() {\r
                 this.TableName = "HicorderLogicChannel";\r
@@ -1759,6 +1821,76 @@ namespace Karinto.Xml {
             }\r
             \r
             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\r
+            public global::System.Data.DataColumn UnitColumn {\r
+                get {\r
+                    return this.columnUnit;\r
+                }\r
+            }\r
+            \r
+            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\r
+            public global::System.Data.DataColumn ConditionColumn {\r
+                get {\r
+                    return this.columnCondition;\r
+                }\r
+            }\r
+            \r
+            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\r
+            public global::System.Data.DataColumn PatternColumn {\r
+                get {\r
+                    return this.columnPattern;\r
+                }\r
+            }\r
+            \r
+            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\r
+            public global::System.Data.DataColumn PatternMaskColumn {\r
+                get {\r
+                    return this.columnPatternMask;\r
+                }\r
+            }\r
+            \r
+            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\r
+            public global::System.Data.DataColumn FilterColumn {\r
+                get {\r
+                    return this.columnFilter;\r
+                }\r
+            }\r
+            \r
+            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\r
+            public global::System.Data.DataColumn Comment1Column {\r
+                get {\r
+                    return this.columnComment1;\r
+                }\r
+            }\r
+            \r
+            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\r
+            public global::System.Data.DataColumn Comment2Column {\r
+                get {\r
+                    return this.columnComment2;\r
+                }\r
+            }\r
+            \r
+            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\r
+            public global::System.Data.DataColumn Comment3Column {\r
+                get {\r
+                    return this.columnComment3;\r
+                }\r
+            }\r
+            \r
+            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\r
+            public global::System.Data.DataColumn Comment4Column {\r
+                get {\r
+                    return this.columnComment4;\r
+                }\r
+            }\r
+            \r
+            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\r
+            public global::System.Data.DataColumn DataColumn {\r
+                get {\r
+                    return this.columnData;\r
+                }\r
+            }\r
+            \r
+            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\r
             [global::System.ComponentModel.Browsable(false)]\r
             public int Count {\r
                 get {\r
@@ -1787,9 +1919,19 @@ namespace Karinto.Xml {
             }\r
             \r
             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\r
-            public HicorderLogicChannelRow AddHicorderLogicChannelRow() {\r
+            public HicorderLogicChannelRow AddHicorderLogicChannelRow(string Unit, string Condition, byte Pattern, byte PatternMask, string Filter, string Comment1, string Comment2, string Comment3, string Comment4, string Data) {\r
                 HicorderLogicChannelRow rowHicorderLogicChannelRow = ((HicorderLogicChannelRow)(this.NewRow()));\r
-                object[] columnValuesArray = new object[0];\r
+                object[] columnValuesArray = new object[] {\r
+                        Unit,\r
+                        Condition,\r
+                        Pattern,\r
+                        PatternMask,\r
+                        Filter,\r
+                        Comment1,\r
+                        Comment2,\r
+                        Comment3,\r
+                        Comment4,\r
+                        Data};\r
                 rowHicorderLogicChannelRow.ItemArray = columnValuesArray;\r
                 this.Rows.Add(rowHicorderLogicChannelRow);\r
                 return rowHicorderLogicChannelRow;\r
@@ -1814,10 +1956,40 @@ namespace Karinto.Xml {
             \r
             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\r
             internal void InitVars() {\r
+                this.columnUnit = base.Columns["Unit"];\r
+                this.columnCondition = base.Columns["Condition"];\r
+                this.columnPattern = base.Columns["Pattern"];\r
+                this.columnPatternMask = base.Columns["PatternMask"];\r
+                this.columnFilter = base.Columns["Filter"];\r
+                this.columnComment1 = base.Columns["Comment1"];\r
+                this.columnComment2 = base.Columns["Comment2"];\r
+                this.columnComment3 = base.Columns["Comment3"];\r
+                this.columnComment4 = base.Columns["Comment4"];\r
+                this.columnData = base.Columns["Data"];\r
             }\r
             \r
             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\r
             private void InitClass() {\r
+                this.columnUnit = new global::System.Data.DataColumn("Unit", typeof(string), null, global::System.Data.MappingType.Element);\r
+                base.Columns.Add(this.columnUnit);\r
+                this.columnCondition = new global::System.Data.DataColumn("Condition", typeof(string), null, global::System.Data.MappingType.Element);\r
+                base.Columns.Add(this.columnCondition);\r
+                this.columnPattern = new global::System.Data.DataColumn("Pattern", typeof(byte), null, global::System.Data.MappingType.Element);\r
+                base.Columns.Add(this.columnPattern);\r
+                this.columnPatternMask = new global::System.Data.DataColumn("PatternMask", typeof(byte), null, global::System.Data.MappingType.Element);\r
+                base.Columns.Add(this.columnPatternMask);\r
+                this.columnFilter = new global::System.Data.DataColumn("Filter", typeof(string), null, global::System.Data.MappingType.Element);\r
+                base.Columns.Add(this.columnFilter);\r
+                this.columnComment1 = new global::System.Data.DataColumn("Comment1", typeof(string), null, global::System.Data.MappingType.Element);\r
+                base.Columns.Add(this.columnComment1);\r
+                this.columnComment2 = new global::System.Data.DataColumn("Comment2", typeof(string), null, global::System.Data.MappingType.Element);\r
+                base.Columns.Add(this.columnComment2);\r
+                this.columnComment3 = new global::System.Data.DataColumn("Comment3", typeof(string), null, global::System.Data.MappingType.Element);\r
+                base.Columns.Add(this.columnComment3);\r
+                this.columnComment4 = new global::System.Data.DataColumn("Comment4", typeof(string), null, global::System.Data.MappingType.Element);\r
+                base.Columns.Add(this.columnComment4);\r
+                this.columnData = new global::System.Data.DataColumn("Data", typeof(string), null, global::System.Data.MappingType.Element);\r
+                base.Columns.Add(this.columnData);\r
             }\r
             \r
             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\r
@@ -2040,6 +2212,21 @@ namespace Karinto.Xml {
             }\r
             \r
             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\r
+            public int SamplePerDiv {\r
+                get {\r
+                    try {\r
+                        return ((int)(this[this.tableHicorderSettings.SamplePerDivColumn]));\r
+                    }\r
+                    catch (global::System.InvalidCastException e) {\r
+                        throw new global::System.Data.StrongTypingException("テーブル \'HicorderSettings\' にある列 \'SamplePerDiv\' の値は DBNull です。", e);\r
+                    }\r
+                }\r
+                set {\r
+                    this[this.tableHicorderSettings.SamplePerDivColumn] = value;\r
+                }\r
+            }\r
+            \r
+            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\r
             public decimal TimePerDiv {\r
                 get {\r
                     try {\r
@@ -2055,6 +2242,21 @@ namespace Karinto.Xml {
             }\r
             \r
             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\r
+            public decimal TimePerSample {\r
+                get {\r
+                    try {\r
+                        return ((decimal)(this[this.tableHicorderSettings.TimePerSampleColumn]));\r
+                    }\r
+                    catch (global::System.InvalidCastException e) {\r
+                        throw new global::System.Data.StrongTypingException("テーブル \'HicorderSettings\' にある列 \'TimePerSample\' の値は DBNull です。", e);\r
+                    }\r
+                }\r
+                set {\r
+                    this[this.tableHicorderSettings.TimePerSampleColumn] = value;\r
+                }\r
+            }\r
+            \r
+            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\r
             public int Expand {\r
                 get {\r
                     try {\r
@@ -2100,10 +2302,10 @@ namespace Karinto.Xml {
             }\r
             \r
             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\r
-            public double PreTrig {\r
+            public string PreTrig {\r
                 get {\r
                     try {\r
-                        return ((double)(this[this.tableHicorderSettings.PreTrigColumn]));\r
+                        return ((string)(this[this.tableHicorderSettings.PreTrigColumn]));\r
                     }\r
                     catch (global::System.InvalidCastException e) {\r
                         throw new global::System.Data.StrongTypingException("テーブル \'HicorderSettings\' にある列 \'PreTrig\' の値は DBNull です。", e);\r
@@ -2280,6 +2482,21 @@ namespace Karinto.Xml {
             }\r
             \r
             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\r
+            public int SavedCalcChannel {\r
+                get {\r
+                    try {\r
+                        return ((int)(this[this.tableHicorderSettings.SavedCalcChannelColumn]));\r
+                    }\r
+                    catch (global::System.InvalidCastException e) {\r
+                        throw new global::System.Data.StrongTypingException("テーブル \'HicorderSettings\' にある列 \'SavedCalcChannel\' の値は DBNull です。", e);\r
+                    }\r
+                }\r
+                set {\r
+                    this[this.tableHicorderSettings.SavedCalcChannelColumn] = value;\r
+                }\r
+            }\r
+            \r
+            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\r
             public bool IsModelNull() {\r
                 return this.IsNull(this.tableHicorderSettings.ModelColumn);\r
             }\r
@@ -2340,6 +2557,16 @@ namespace Karinto.Xml {
             }\r
             \r
             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\r
+            public bool IsSamplePerDivNull() {\r
+                return this.IsNull(this.tableHicorderSettings.SamplePerDivColumn);\r
+            }\r
+            \r
+            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\r
+            public void SetSamplePerDivNull() {\r
+                this[this.tableHicorderSettings.SamplePerDivColumn] = global::System.Convert.DBNull;\r
+            }\r
+            \r
+            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\r
             public bool IsTimePerDivNull() {\r
                 return this.IsNull(this.tableHicorderSettings.TimePerDivColumn);\r
             }\r
@@ -2350,6 +2577,16 @@ namespace Karinto.Xml {
             }\r
             \r
             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\r
+            public bool IsTimePerSampleNull() {\r
+                return this.IsNull(this.tableHicorderSettings.TimePerSampleColumn);\r
+            }\r
+            \r
+            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\r
+            public void SetTimePerSampleNull() {\r
+                this[this.tableHicorderSettings.TimePerSampleColumn] = global::System.Convert.DBNull;\r
+            }\r
+            \r
+            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\r
             public bool IsExpandNull() {\r
                 return this.IsNull(this.tableHicorderSettings.ExpandColumn);\r
             }\r
@@ -2498,6 +2735,16 @@ namespace Karinto.Xml {
             public void SetSavedLogicUnitNull() {\r
                 this[this.tableHicorderSettings.SavedLogicUnitColumn] = global::System.Convert.DBNull;\r
             }\r
+            \r
+            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\r
+            public bool IsSavedCalcChannelNull() {\r
+                return this.IsNull(this.tableHicorderSettings.SavedCalcChannelColumn);\r
+            }\r
+            \r
+            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\r
+            public void SetSavedCalcChannelNull() {\r
+                this[this.tableHicorderSettings.SavedCalcChannelColumn] = global::System.Convert.DBNull;\r
+            }\r
         }\r
         \r
         /// <summary>\r
@@ -3253,6 +3500,256 @@ namespace Karinto.Xml {
                     base(rb) {\r
                 this.tableHicorderLogicChannel = ((HicorderLogicChannelDataTable)(this.Table));\r
             }\r
+            \r
+            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\r
+            public string Unit {\r
+                get {\r
+                    try {\r
+                        return ((string)(this[this.tableHicorderLogicChannel.UnitColumn]));\r
+                    }\r
+                    catch (global::System.InvalidCastException e) {\r
+                        throw new global::System.Data.StrongTypingException("テーブル \'HicorderLogicChannel\' にある列 \'Unit\' の値は DBNull です。", e);\r
+                    }\r
+                }\r
+                set {\r
+                    this[this.tableHicorderLogicChannel.UnitColumn] = value;\r
+                }\r
+            }\r
+            \r
+            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\r
+            public string Condition {\r
+                get {\r
+                    try {\r
+                        return ((string)(this[this.tableHicorderLogicChannel.ConditionColumn]));\r
+                    }\r
+                    catch (global::System.InvalidCastException e) {\r
+                        throw new global::System.Data.StrongTypingException("テーブル \'HicorderLogicChannel\' にある列 \'Condition\' の値は DBNull です。", e);\r
+                    }\r
+                }\r
+                set {\r
+                    this[this.tableHicorderLogicChannel.ConditionColumn] = value;\r
+                }\r
+            }\r
+            \r
+            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\r
+            public byte Pattern {\r
+                get {\r
+                    try {\r
+                        return ((byte)(this[this.tableHicorderLogicChannel.PatternColumn]));\r
+                    }\r
+                    catch (global::System.InvalidCastException e) {\r
+                        throw new global::System.Data.StrongTypingException("テーブル \'HicorderLogicChannel\' にある列 \'Pattern\' の値は DBNull です。", e);\r
+                    }\r
+                }\r
+                set {\r
+                    this[this.tableHicorderLogicChannel.PatternColumn] = value;\r
+                }\r
+            }\r
+            \r
+            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\r
+            public byte PatternMask {\r
+                get {\r
+                    try {\r
+                        return ((byte)(this[this.tableHicorderLogicChannel.PatternMaskColumn]));\r
+                    }\r
+                    catch (global::System.InvalidCastException e) {\r
+                        throw new global::System.Data.StrongTypingException("テーブル \'HicorderLogicChannel\' にある列 \'PatternMask\' の値は DBNull です。", e);\r
+                    }\r
+                }\r
+                set {\r
+                    this[this.tableHicorderLogicChannel.PatternMaskColumn] = value;\r
+                }\r
+            }\r
+            \r
+            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\r
+            public string Filter {\r
+                get {\r
+                    try {\r
+                        return ((string)(this[this.tableHicorderLogicChannel.FilterColumn]));\r
+                    }\r
+                    catch (global::System.InvalidCastException e) {\r
+                        throw new global::System.Data.StrongTypingException("テーブル \'HicorderLogicChannel\' にある列 \'Filter\' の値は DBNull です。", e);\r
+                    }\r
+                }\r
+                set {\r
+                    this[this.tableHicorderLogicChannel.FilterColumn] = value;\r
+                }\r
+            }\r
+            \r
+            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\r
+            public string Comment1 {\r
+                get {\r
+                    try {\r
+                        return ((string)(this[this.tableHicorderLogicChannel.Comment1Column]));\r
+                    }\r
+                    catch (global::System.InvalidCastException e) {\r
+                        throw new global::System.Data.StrongTypingException("テーブル \'HicorderLogicChannel\' にある列 \'Comment1\' の値は DBNull です。", e);\r
+                    }\r
+                }\r
+                set {\r
+                    this[this.tableHicorderLogicChannel.Comment1Column] = value;\r
+                }\r
+            }\r
+            \r
+            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\r
+            public string Comment2 {\r
+                get {\r
+                    try {\r
+                        return ((string)(this[this.tableHicorderLogicChannel.Comment2Column]));\r
+                    }\r
+                    catch (global::System.InvalidCastException e) {\r
+                        throw new global::System.Data.StrongTypingException("テーブル \'HicorderLogicChannel\' にある列 \'Comment2\' の値は DBNull です。", e);\r
+                    }\r
+                }\r
+                set {\r
+                    this[this.tableHicorderLogicChannel.Comment2Column] = value;\r
+                }\r
+            }\r
+            \r
+            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\r
+            public string Comment3 {\r
+                get {\r
+                    try {\r
+                        return ((string)(this[this.tableHicorderLogicChannel.Comment3Column]));\r
+                    }\r
+                    catch (global::System.InvalidCastException e) {\r
+                        throw new global::System.Data.StrongTypingException("テーブル \'HicorderLogicChannel\' にある列 \'Comment3\' の値は DBNull です。", e);\r
+                    }\r
+                }\r
+                set {\r
+                    this[this.tableHicorderLogicChannel.Comment3Column] = value;\r
+                }\r
+            }\r
+            \r
+            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\r
+            public string Comment4 {\r
+                get {\r
+                    try {\r
+                        return ((string)(this[this.tableHicorderLogicChannel.Comment4Column]));\r
+                    }\r
+                    catch (global::System.InvalidCastException e) {\r
+                        throw new global::System.Data.StrongTypingException("テーブル \'HicorderLogicChannel\' にある列 \'Comment4\' の値は DBNull です。", e);\r
+                    }\r
+                }\r
+                set {\r
+                    this[this.tableHicorderLogicChannel.Comment4Column] = value;\r
+                }\r
+            }\r
+            \r
+            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\r
+            public string Data {\r
+                get {\r
+                    try {\r
+                        return ((string)(this[this.tableHicorderLogicChannel.DataColumn]));\r
+                    }\r
+                    catch (global::System.InvalidCastException e) {\r
+                        throw new global::System.Data.StrongTypingException("テーブル \'HicorderLogicChannel\' にある列 \'Data\' の値は DBNull です。", e);\r
+                    }\r
+                }\r
+                set {\r
+                    this[this.tableHicorderLogicChannel.DataColumn] = value;\r
+                }\r
+            }\r
+            \r
+            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\r
+            public bool IsUnitNull() {\r
+                return this.IsNull(this.tableHicorderLogicChannel.UnitColumn);\r
+            }\r
+            \r
+            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\r
+            public void SetUnitNull() {\r
+                this[this.tableHicorderLogicChannel.UnitColumn] = global::System.Convert.DBNull;\r
+            }\r
+            \r
+            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\r
+            public bool IsConditionNull() {\r
+                return this.IsNull(this.tableHicorderLogicChannel.ConditionColumn);\r
+            }\r
+            \r
+            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\r
+            public void SetConditionNull() {\r
+                this[this.tableHicorderLogicChannel.ConditionColumn] = global::System.Convert.DBNull;\r
+            }\r
+            \r
+            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\r
+            public bool IsPatternNull() {\r
+                return this.IsNull(this.tableHicorderLogicChannel.PatternColumn);\r
+            }\r
+            \r
+            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\r
+            public void SetPatternNull() {\r
+                this[this.tableHicorderLogicChannel.PatternColumn] = global::System.Convert.DBNull;\r
+            }\r
+            \r
+            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\r
+            public bool IsPatternMaskNull() {\r
+                return this.IsNull(this.tableHicorderLogicChannel.PatternMaskColumn);\r
+            }\r
+            \r
+            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\r
+            public void SetPatternMaskNull() {\r
+                this[this.tableHicorderLogicChannel.PatternMaskColumn] = global::System.Convert.DBNull;\r
+            }\r
+            \r
+            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\r
+            public bool IsFilterNull() {\r
+                return this.IsNull(this.tableHicorderLogicChannel.FilterColumn);\r
+            }\r
+            \r
+            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\r
+            public void SetFilterNull() {\r
+                this[this.tableHicorderLogicChannel.FilterColumn] = global::System.Convert.DBNull;\r
+            }\r
+            \r
+            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\r
+            public bool IsComment1Null() {\r
+                return this.IsNull(this.tableHicorderLogicChannel.Comment1Column);\r
+            }\r
+            \r
+            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\r
+            public void SetComment1Null() {\r
+                this[this.tableHicorderLogicChannel.Comment1Column] = global::System.Convert.DBNull;\r
+            }\r
+            \r
+            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\r
+            public bool IsComment2Null() {\r
+                return this.IsNull(this.tableHicorderLogicChannel.Comment2Column);\r
+            }\r
+            \r
+            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\r
+            public void SetComment2Null() {\r
+                this[this.tableHicorderLogicChannel.Comment2Column] = global::System.Convert.DBNull;\r
+            }\r
+            \r
+            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\r
+            public bool IsComment3Null() {\r
+                return this.IsNull(this.tableHicorderLogicChannel.Comment3Column);\r
+            }\r
+            \r
+            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\r
+            public void SetComment3Null() {\r
+                this[this.tableHicorderLogicChannel.Comment3Column] = global::System.Convert.DBNull;\r
+            }\r
+            \r
+            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\r
+            public bool IsComment4Null() {\r
+                return this.IsNull(this.tableHicorderLogicChannel.Comment4Column);\r
+            }\r
+            \r
+            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\r
+            public void SetComment4Null() {\r
+                this[this.tableHicorderLogicChannel.Comment4Column] = global::System.Convert.DBNull;\r
+            }\r
+            \r
+            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\r
+            public bool IsDataNull() {\r
+                return this.IsNull(this.tableHicorderLogicChannel.DataColumn);\r
+            }\r
+            \r
+            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\r
+            public void SetDataNull() {\r
+                this[this.tableHicorderLogicChannel.DataColumn] = global::System.Convert.DBNull;\r
+            }\r
         }\r
         \r
         /// <summary>\r