浏览代码

设备网络界面配置

章政 7 年之前
父节点
当前提交
2fd6d107d5
共有 3 个文件被更改,包括 187 次插入74 次删除
  1. 178 15
      UAS_DeviceMonitor/Main.Designer.cs
  2. 9 0
      UAS_DeviceMonitor/Main.cs
  3. 0 59
      UAS_DeviceMonitor/Main.resx

+ 178 - 15
UAS_DeviceMonitor/Main.Designer.cs

@@ -76,8 +76,20 @@ namespace UAS_DeviceMonitor
             this.dc_name = new DevExpress.XtraGrid.Columns.GridColumn();
             this.dc_command = new DevExpress.XtraGrid.Columns.GridColumn();
             this.PageDeviceNetSetting = new DevExpress.XtraTab.XtraTabPage();
-            this.GridDeviceNetSetting = new DevExpress.XtraGrid.GridControl();
-            this.GridViewDeviceNetSetting = new DevExpress.XtraGrid.Views.Grid.GridView();
+            this.ButtonDeleteNetConfig = new UAS_DeviceMonitor.CustomerControl.Button.ButtonDeleteRow();
+            this.ButtonAddNetConfig = new UAS_DeviceMonitor.CustomerControl.Button.ButtonAddRow();
+            this.ButtonSaveNetConfig = new UAS_DeviceMonitor.CustomerControl.Button.ButtonSaveGrid();
+            this.GridDeviceNetSetting = new UAS_DeviceMonitor.CustomerControl.AutoDataGridControl.AutoDataGridControl();
+            this.GridViewDeviceNetSetting = new UAS_DeviceMonitor.CustomerControl.GridViewWithSerialNum.GridViewWithSerialNum();
+            this.NetSettingCheckedColumn = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.dnc_id = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.dnc_decode = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.dnc_getway = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.dnc_upperip = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.dnc_port = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.dnc_mac = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.dnc_ip = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.dnc_type = new DevExpress.XtraGrid.Columns.GridColumn();
             this.PagePollingSetting = new DevExpress.XtraTab.XtraTabPage();
             this.ButtonDeleteCommandSet = new UAS_DeviceMonitor.CustomerControl.Button.ButtonDeleteRow();
             this.ButtonNewCommandSet = new UAS_DeviceMonitor.CustomerControl.Button.ButtonAddRow();
@@ -121,11 +133,11 @@ namespace UAS_DeviceMonitor
             this.pl_dccode = new DevExpress.XtraGrid.Columns.GridColumn();
             this.pl_remark = new DevExpress.XtraGrid.Columns.GridColumn();
             this.PageDeviceStatus = new DevExpress.XtraTab.XtraTabPage();
-            this.GridDeviceStatus = new DevExpress.XtraGrid.GridControl();
-            this.GridViewDeviceStatus = new DevExpress.XtraGrid.Views.Grid.GridView();
+            this.GridDeviceStatus = new UAS_DeviceMonitor.CustomerControl.AutoDataGridControl.AutoDataGridControl();
+            this.GridViewDeviceStatus = new UAS_DeviceMonitor.CustomerControl.GridViewWithSerialNum.GridViewWithSerialNum();
             this.PageWorkCenterStatus = new DevExpress.XtraTab.XtraTabPage();
-            this.GridWorkCenterStatus = new DevExpress.XtraGrid.GridControl();
-            this.GridViewWorkCenterStatus = new DevExpress.XtraGrid.Views.Grid.GridView();
+            this.GridWorkCenterStatus = new UAS_DeviceMonitor.CustomerControl.AutoDataGridControl.AutoDataGridControl();
+            this.GridViewWorkCenterStatus = new UAS_DeviceMonitor.CustomerControl.GridViewWithSerialNum.GridViewWithSerialNum();
             ((System.ComponentModel.ISupportInitialize)(this.RibbonNav)).BeginInit();
             ((System.ComponentModel.ISupportInitialize)(this.MainTabControl)).BeginInit();
             this.MainTabControl.SuspendLayout();
@@ -589,31 +601,158 @@ namespace UAS_DeviceMonitor
             // 
             // PageDeviceNetSetting
             // 
+            this.PageDeviceNetSetting.Controls.Add(this.ButtonDeleteNetConfig);
+            this.PageDeviceNetSetting.Controls.Add(this.ButtonAddNetConfig);
+            this.PageDeviceNetSetting.Controls.Add(this.ButtonSaveNetConfig);
             this.PageDeviceNetSetting.Controls.Add(this.GridDeviceNetSetting);
             this.PageDeviceNetSetting.Name = "PageDeviceNetSetting";
             this.PageDeviceNetSetting.PageVisible = false;
             this.PageDeviceNetSetting.Size = new System.Drawing.Size(1027, 577);
             // 
+            // ButtonDeleteNetConfig
+            // 
+            this.ButtonDeleteNetConfig.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
+            this.ButtonDeleteNetConfig.Grid = null;
+            this.ButtonDeleteNetConfig.Location = new System.Drawing.Point(813, 548);
+            this.ButtonDeleteNetConfig.Name = "ButtonDeleteNetConfig";
+            this.ButtonDeleteNetConfig.Size = new System.Drawing.Size(64, 23);
+            this.ButtonDeleteNetConfig.TabIndex = 12;
+            this.ButtonDeleteNetConfig.Text = "删除";
+            // 
+            // ButtonAddNetConfig
+            // 
+            this.ButtonAddNetConfig.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
+            this.ButtonAddNetConfig.Grid = null;
+            this.ButtonAddNetConfig.Location = new System.Drawing.Point(883, 548);
+            this.ButtonAddNetConfig.Name = "ButtonAddNetConfig";
+            this.ButtonAddNetConfig.Size = new System.Drawing.Size(64, 23);
+            this.ButtonAddNetConfig.TabIndex = 11;
+            this.ButtonAddNetConfig.Text = "新增";
+            // 
+            // ButtonSaveNetConfig
+            // 
+            this.ButtonSaveNetConfig.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
+            this.ButtonSaveNetConfig.Grid = null;
+            this.ButtonSaveNetConfig.HandlerOtherFirst = false;
+            this.ButtonSaveNetConfig.Location = new System.Drawing.Point(953, 548);
+            this.ButtonSaveNetConfig.Name = "ButtonSaveNetConfig";
+            this.ButtonSaveNetConfig.Size = new System.Drawing.Size(64, 23);
+            this.ButtonSaveNetConfig.TabIndex = 10;
+            this.ButtonSaveNetConfig.Text = "保存";
+            // 
             // GridDeviceNetSetting
             // 
             this.GridDeviceNetSetting.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
             | System.Windows.Forms.AnchorStyles.Left) 
             | System.Windows.Forms.AnchorStyles.Right)));
+            this.GridDeviceNetSetting.Condition = null;
+            this.GridDeviceNetSetting.GetDataSQL = null;
+            this.GridDeviceNetSetting.ID = null;
+            this.GridDeviceNetSetting.InsertSQL = null;
             this.GridDeviceNetSetting.Location = new System.Drawing.Point(0, 2);
             this.GridDeviceNetSetting.MainView = this.GridViewDeviceNetSetting;
             this.GridDeviceNetSetting.MenuManager = this.RibbonNav;
             this.GridDeviceNetSetting.Name = "GridDeviceNetSetting";
-            this.GridDeviceNetSetting.Size = new System.Drawing.Size(1024, 572);
+            this.GridDeviceNetSetting.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
+            this.dpc_enableCheckEdit});
+            this.GridDeviceNetSetting.RowCount = 0;
+            this.GridDeviceNetSetting.Size = new System.Drawing.Size(1024, 540);
             this.GridDeviceNetSetting.TabIndex = 0;
+            this.GridDeviceNetSetting.TableName = null;
             this.GridDeviceNetSetting.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
             this.GridViewDeviceNetSetting});
             // 
             // GridViewDeviceNetSetting
             // 
+            this.GridViewDeviceNetSetting.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
+            this.NetSettingCheckedColumn,
+            this.dnc_id,
+            this.dnc_decode,
+            this.dnc_getway,
+            this.dnc_upperip,
+            this.dnc_port,
+            this.dnc_mac,
+            this.dnc_ip,
+            this.dnc_type});
             this.GridViewDeviceNetSetting.GridControl = this.GridDeviceNetSetting;
+            this.GridViewDeviceNetSetting.IndicatorWidth = 30;
             this.GridViewDeviceNetSetting.Name = "GridViewDeviceNetSetting";
             this.GridViewDeviceNetSetting.OptionsView.ShowGroupPanel = false;
             // 
+            // NetSettingCheckedColumn
+            // 
+            this.NetSettingCheckedColumn.Caption = " ";
+            this.NetSettingCheckedColumn.ColumnEdit = this.dpc_enableCheckEdit;
+            this.NetSettingCheckedColumn.FieldName = "CHECKEDCOLUMN";
+            this.NetSettingCheckedColumn.Name = "NetSettingCheckedColumn";
+            this.NetSettingCheckedColumn.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
+            this.NetSettingCheckedColumn.OptionsFilter.AllowFilter = false;
+            this.NetSettingCheckedColumn.Tag = "0";
+            this.NetSettingCheckedColumn.Visible = true;
+            this.NetSettingCheckedColumn.VisibleIndex = 0;
+            // 
+            // dnc_id
+            // 
+            this.dnc_id.Caption = "ID";
+            this.dnc_id.FieldName = "DNC_ID";
+            this.dnc_id.Name = "dnc_id";
+            // 
+            // dnc_decode
+            // 
+            this.dnc_decode.Caption = "设备编号";
+            this.dnc_decode.FieldName = "DNC_DECODE";
+            this.dnc_decode.Name = "dnc_decode";
+            this.dnc_decode.Visible = true;
+            this.dnc_decode.VisibleIndex = 1;
+            // 
+            // dnc_getway
+            // 
+            this.dnc_getway.Caption = "网关";
+            this.dnc_getway.FieldName = "DNC_GATEWAY";
+            this.dnc_getway.Name = "dnc_getway";
+            this.dnc_getway.Visible = true;
+            this.dnc_getway.VisibleIndex = 2;
+            // 
+            // dnc_upperip
+            // 
+            this.dnc_upperip.Caption = "上级IP";
+            this.dnc_upperip.FieldName = "DNC_UPPERIP";
+            this.dnc_upperip.Name = "dnc_upperip";
+            this.dnc_upperip.Visible = true;
+            this.dnc_upperip.VisibleIndex = 3;
+            // 
+            // dnc_port
+            // 
+            this.dnc_port.Caption = "端口";
+            this.dnc_port.FieldName = "DNC_PORT";
+            this.dnc_port.Name = "dnc_port";
+            this.dnc_port.Visible = true;
+            this.dnc_port.VisibleIndex = 4;
+            // 
+            // dnc_mac
+            // 
+            this.dnc_mac.Caption = "MAC";
+            this.dnc_mac.FieldName = "DNC_MAC";
+            this.dnc_mac.Name = "dnc_mac";
+            this.dnc_mac.Visible = true;
+            this.dnc_mac.VisibleIndex = 5;
+            // 
+            // dnc_ip
+            // 
+            this.dnc_ip.Caption = "IP";
+            this.dnc_ip.FieldName = "DNC_IP";
+            this.dnc_ip.Name = "dnc_ip";
+            this.dnc_ip.Visible = true;
+            this.dnc_ip.VisibleIndex = 6;
+            // 
+            // dnc_type
+            // 
+            this.dnc_type.Caption = "类型";
+            this.dnc_type.FieldName = "DNC_TYPE";
+            this.dnc_type.Name = "dnc_type";
+            this.dnc_type.Visible = true;
+            this.dnc_type.VisibleIndex = 7;
+            // 
             // PagePollingSetting
             // 
             this.PagePollingSetting.Controls.Add(this.ButtonDeleteCommandSet);
@@ -742,8 +881,6 @@ namespace UAS_DeviceMonitor
             this.dpc_enableCheckEdit.AutoHeight = false;
             this.dpc_enableCheckEdit.Name = "dpc_enableCheckEdit";
             this.dpc_enableCheckEdit.NullStyle = DevExpress.XtraEditors.Controls.StyleIndeterminate.Unchecked;
-            this.dpc_enableCheckEdit.PictureChecked = ((System.Drawing.Image)(resources.GetObject("dpc_enableCheckEdit.PictureChecked")));
-            this.dpc_enableCheckEdit.PictureUnchecked = ((System.Drawing.Image)(resources.GetObject("dpc_enableCheckEdit.PictureUnchecked")));
             this.dpc_enableCheckEdit.ValueChecked = "-1";
             this.dpc_enableCheckEdit.ValueUnchecked = "0";
             // 
@@ -1069,18 +1206,25 @@ namespace UAS_DeviceMonitor
             this.GridDeviceStatus.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
             | System.Windows.Forms.AnchorStyles.Left) 
             | System.Windows.Forms.AnchorStyles.Right)));
+            this.GridDeviceStatus.Condition = null;
+            this.GridDeviceStatus.GetDataSQL = null;
+            this.GridDeviceStatus.ID = null;
+            this.GridDeviceStatus.InsertSQL = null;
             this.GridDeviceStatus.Location = new System.Drawing.Point(3, 0);
             this.GridDeviceStatus.MainView = this.GridViewDeviceStatus;
             this.GridDeviceStatus.MenuManager = this.RibbonNav;
             this.GridDeviceStatus.Name = "GridDeviceStatus";
+            this.GridDeviceStatus.RowCount = 0;
             this.GridDeviceStatus.Size = new System.Drawing.Size(1024, 577);
             this.GridDeviceStatus.TabIndex = 0;
+            this.GridDeviceStatus.TableName = null;
             this.GridDeviceStatus.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
             this.GridViewDeviceStatus});
             // 
             // GridViewDeviceStatus
             // 
             this.GridViewDeviceStatus.GridControl = this.GridDeviceStatus;
+            this.GridViewDeviceStatus.IndicatorWidth = 30;
             this.GridViewDeviceStatus.Name = "GridViewDeviceStatus";
             this.GridViewDeviceStatus.OptionsView.ShowGroupPanel = false;
             // 
@@ -1097,18 +1241,25 @@ namespace UAS_DeviceMonitor
             this.GridWorkCenterStatus.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
             | System.Windows.Forms.AnchorStyles.Left) 
             | System.Windows.Forms.AnchorStyles.Right)));
+            this.GridWorkCenterStatus.Condition = null;
+            this.GridWorkCenterStatus.GetDataSQL = null;
+            this.GridWorkCenterStatus.ID = null;
+            this.GridWorkCenterStatus.InsertSQL = null;
             this.GridWorkCenterStatus.Location = new System.Drawing.Point(0, 0);
             this.GridWorkCenterStatus.MainView = this.GridViewWorkCenterStatus;
             this.GridWorkCenterStatus.MenuManager = this.RibbonNav;
             this.GridWorkCenterStatus.Name = "GridWorkCenterStatus";
+            this.GridWorkCenterStatus.RowCount = 0;
             this.GridWorkCenterStatus.Size = new System.Drawing.Size(1024, 574);
             this.GridWorkCenterStatus.TabIndex = 0;
+            this.GridWorkCenterStatus.TableName = null;
             this.GridWorkCenterStatus.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
             this.GridViewWorkCenterStatus});
             // 
             // GridViewWorkCenterStatus
             // 
             this.GridViewWorkCenterStatus.GridControl = this.GridWorkCenterStatus;
+            this.GridViewWorkCenterStatus.IndicatorWidth = 30;
             this.GridViewWorkCenterStatus.Name = "GridViewWorkCenterStatus";
             this.GridViewWorkCenterStatus.OptionsView.ShowGroupPanel = false;
             // 
@@ -1249,13 +1400,25 @@ namespace UAS_DeviceMonitor
         private DevExpress.XtraGrid.Columns.GridColumn gridColumn5;
         private DevExpress.XtraBars.BarButtonItem ButtonDeviceStatus;
         private DevExpress.XtraBars.BarButtonItem ButtonWorkCenterStatus;
-        private DevExpress.XtraGrid.GridControl GridDeviceNetSetting;
-        private DevExpress.XtraGrid.Views.Grid.GridView GridViewDeviceNetSetting;
+        private AutoDataGridControl GridDeviceNetSetting;
+        private GridViewWithSerialNum GridViewDeviceNetSetting;
         private DevExpress.XtraTab.XtraTabPage PageDeviceStatus;
         private DevExpress.XtraTab.XtraTabPage PageWorkCenterStatus;
-        private DevExpress.XtraGrid.GridControl GridDeviceStatus;
-        private DevExpress.XtraGrid.Views.Grid.GridView GridViewDeviceStatus;
-        private DevExpress.XtraGrid.GridControl GridWorkCenterStatus;
-        private DevExpress.XtraGrid.Views.Grid.GridView GridViewWorkCenterStatus;
+        private AutoDataGridControl GridDeviceStatus;
+        private GridViewWithSerialNum GridViewDeviceStatus;
+        private AutoDataGridControl GridWorkCenterStatus;
+        private GridViewWithSerialNum GridViewWorkCenterStatus;
+        private DevExpress.XtraGrid.Columns.GridColumn dnc_id;
+        private DevExpress.XtraGrid.Columns.GridColumn dnc_decode;
+        private DevExpress.XtraGrid.Columns.GridColumn dnc_getway;
+        private DevExpress.XtraGrid.Columns.GridColumn dnc_upperip;
+        private DevExpress.XtraGrid.Columns.GridColumn dnc_port;
+        private DevExpress.XtraGrid.Columns.GridColumn dnc_mac;
+        private DevExpress.XtraGrid.Columns.GridColumn dnc_ip;
+        private DevExpress.XtraGrid.Columns.GridColumn dnc_type;
+        private CustomerControl.Button.ButtonDeleteRow ButtonDeleteNetConfig;
+        private CustomerControl.Button.ButtonAddRow ButtonAddNetConfig;
+        private CustomerControl.Button.ButtonSaveGrid ButtonSaveNetConfig;
+        private DevExpress.XtraGrid.Columns.GridColumn NetSettingCheckedColumn;
     }
 }

+ 9 - 0
UAS_DeviceMonitor/Main.cs

@@ -64,6 +64,15 @@ namespace UAS_DeviceMonitor
             ButtonSaveCommand.Grid = GridCommandSetting;
             ButtonDeleteCommand.Grid = GridCommandSetting;
 
+            //设备联网配置界面
+            GridDeviceNetSetting.GetDataSQL = "SELECT 0 CHECKEDCOLUMN,DNC_ID,DNC_DECODE,DNC_GATEWAY,DNC_UPPERIP,DNC_PORT,DNC_MAC,DNC_IP,DNC_TYPE FROM DEVICENETCONFIG order by DNC_ID";
+            GridDeviceNetSetting.ID = "dnc_id";
+            GridDeviceNetSetting.TableName = "DEVICENETCONFIG";
+            GridDeviceNetSetting.InsertSQL = "insert into DEVICENETCONFIG(DNC_ID,DNC_DECODE,DNC_GATEWAY,DNC_UPPERIP,DNC_PORT,DNC_MAC,DNC_IP,DNC_TYPE) values(DEVICENETCONFIG_SEQ.NEXTVAL,:DNC_DECODE,:DNC_GATEWAY,:DNC_UPPERIP,:DNC_PORT,:DNC_MAC,:DNC_IP,:DNC_TYPE)";
+            ButtonDeleteNetConfig.Grid = GridDeviceNetSetting;
+            ButtonAddNetConfig.Grid = GridDeviceNetSetting;
+            ButtonSaveNetConfig.Grid = GridDeviceNetSetting;
+
             Ptime = new Dictionary<int, PollingTimer>();
         }
         #endregion

+ 0 - 59
UAS_DeviceMonitor/Main.resx

@@ -468,65 +468,6 @@
         MbrStgIBcdV77/Y96DMvlT3LotILiOAXkfQykuCmS2tytYePCSyCRRovUr0QZRM44BNa8kgRXQUFWUlU
         0IQK+NMk/6hy+EcSEeXwi1DBlwknwsrgE16G81QZ79C7EiGl8ApmlPCi8TmqgiAlPJnAEoGb3812yhZv
         Q/7XnP804u8k70qGzd6FP70Dfyb4dyh83/5/A3K8qVtfPX9uAAAAAElFTkSuQmCC
-</value>
-  </data>
-  <data name="dpc_enableCheckEdit.PictureChecked" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
-    <value>
-        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
-</value>
-  </data>
-  <data name="dpc_enableCheckEdit.PictureUnchecked" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
-    <value>
-        iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAABl0RVh0U29m
-        dHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAAPdEVYdFRpdGxlAENoZWNrQm94O5sXHjsAAAKwSURB
-        VDhPlZLZTxNRFIcrQXZQ/yXfjc++mKA+sIiJhhBlk0WWWASxLA2JC1QEQ0SDLSJQoC2VxVKCuAQXDAq1
-        7XTaTtuZTqfVn+feIkYTH2zy5dzM3N93zplUR79DRCZxmMj6D1iGZXWZvSMum/HhOoyj6+inyqFz34ib
-        oMrPxAM3euhZD9VbphUbZVlTXRa7qCW/Ez/2658kiGQyBTWhQdWSRArdJhcom80E2YbhNX4xnkhxFDUF
-        OZGErKZRVA1SJAYhEESYqhLX0DX4kglymCCH2TTqILMgEYsnObKi8cs7ewJq+hZQbXRi2rGBQEhCx50V
-        JshlgtzOe6t8NIV1p0BUVhFTEoSK95+9uNg5C8vaHqzbEs60TOOrx4f2AScT5DFBnv72Mt+Lhc2OLdT0
-        2vDY+hprm9s8PPdOwKPNIIpbZzA0vghfIIwW4+JvQfvAC9o9iSnnBzTeXYHZtYsmmursteeYeePHfbeA
-        csMiWvun4PXTd4iqaO5zMEE+E+S39DshU/eljR2U3ZjDsMuPeRp3dVfGoEtA1ZAbZVfHaHQvghEFUjSB
-        BoOdCQqYoKCx14EYfW0pqmB+eQunqXOXbRcGhwdtkx9xssKEV28/QQwr8IcUhEhQd3OBCQq5oL7bTh9O
-        gyipCEkypuybOFVvgd76BScujWHMsgRBlOALyhyRVqjpnD8QFNZ2LVB3jexxCNQlEIxgwurG8XMmVHc8
-        wZ5X4MFvIhEggRTHZb2VCYqYoOgK7R0ia7qDAoFqIBzjQa8vSOJ00BOIwSPE6J2CqutccIQLqvSzECMq
-        BNrPTwK2J4PJ0sjwigq8vMr8XmXbzMEEuaW147YLzZOoaHqGikYLzjf8wozyejPKiNK6pyghSusmUFI7
-        geLKUTtl+f8gY//Axjn6F8f+AXtHGV3GT+qTmOL/wFqMAAAAAElFTkSuQmCC
 </value>
   </data>
   <data name="$this.Icon" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">