|
|
@@ -35,11 +35,6 @@ namespace UAS_DeviceMonitor
|
|
|
{
|
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Main));
|
|
|
DevExpress.XtraBars.Ribbon.GalleryItemGroup galleryItemGroup1 = new DevExpress.XtraBars.Ribbon.GalleryItemGroup();
|
|
|
- DevExpress.XtraBars.Ribbon.GalleryItem galleryItem1 = new DevExpress.XtraBars.Ribbon.GalleryItem();
|
|
|
- DevExpress.Utils.SuperToolTip superToolTip1 = new DevExpress.Utils.SuperToolTip();
|
|
|
- DevExpress.Utils.ToolTipTitleItem toolTipTitleItem1 = new DevExpress.Utils.ToolTipTitleItem();
|
|
|
- DevExpress.Utils.ToolTipItem toolTipItem1 = new DevExpress.Utils.ToolTipItem();
|
|
|
- DevExpress.Utils.ToolTipTitleItem toolTipTitleItem2 = new DevExpress.Utils.ToolTipTitleItem();
|
|
|
this.RibbonNav = new DevExpress.XtraBars.Ribbon.RibbonControl();
|
|
|
this.ButtonDeviceList = new DevExpress.XtraBars.BarButtonItem();
|
|
|
this.ButtonDeviceNetSetting = new DevExpress.XtraBars.BarButtonItem();
|
|
|
@@ -1021,6 +1016,7 @@ namespace UAS_DeviceMonitor
|
|
|
this.dpc_status.Caption = "状态";
|
|
|
this.dpc_status.FieldName = "DPC_STATUS";
|
|
|
this.dpc_status.Name = "dpc_status";
|
|
|
+ this.dpc_status.OptionsColumn.AllowEdit = false;
|
|
|
this.dpc_status.Visible = true;
|
|
|
this.dpc_status.VisibleIndex = 6;
|
|
|
this.dpc_status.Width = 90;
|
|
|
@@ -1198,6 +1194,7 @@ namespace UAS_DeviceMonitor
|
|
|
this.PageDeviceStatus.PageVisible = false;
|
|
|
this.PageDeviceStatus.Size = new System.Drawing.Size(1027, 577);
|
|
|
this.PageDeviceStatus.Text = "xtraTabPage1";
|
|
|
+ this.PageDeviceStatus.VisibleChanged += new System.EventHandler(this.PageDeviceStatus_VisibleChanged);
|
|
|
//
|
|
|
// GalleryDeviceStatus
|
|
|
//
|
|
|
@@ -1213,21 +1210,6 @@ namespace UAS_DeviceMonitor
|
|
|
galleryItemGroup1.Caption = "Group9";
|
|
|
galleryItemGroup1.CaptionAlignment = DevExpress.XtraBars.Ribbon.GalleryItemGroupCaptionAlignment.Center;
|
|
|
galleryItemGroup1.CaptionControlSize = new System.Drawing.Size(200, 200);
|
|
|
- galleryItem1.Caption = "Item27";
|
|
|
- galleryItem1.HoverImage = global::UAS_DeviceMonitor.Properties.Resources.netstatus_tx_64px_18991_easyicon_net;
|
|
|
- galleryItem1.Image = global::UAS_DeviceMonitor.Properties.Resources.devicecontrol;
|
|
|
- toolTipTitleItem1.Text = "123";
|
|
|
- toolTipItem1.LeftIndent = 6;
|
|
|
- toolTipItem1.Text = "123";
|
|
|
- toolTipTitleItem2.LeftIndent = 6;
|
|
|
- toolTipTitleItem2.Text = "123";
|
|
|
- superToolTip1.Items.Add(toolTipTitleItem1);
|
|
|
- superToolTip1.Items.Add(toolTipItem1);
|
|
|
- superToolTip1.Items.Add(toolTipTitleItem2);
|
|
|
- galleryItem1.SuperTip = superToolTip1;
|
|
|
- galleryItem1.Value = 0;
|
|
|
- galleryItemGroup1.Items.AddRange(new DevExpress.XtraBars.Ribbon.GalleryItem[] {
|
|
|
- galleryItem1});
|
|
|
this.GalleryDeviceStatus.Gallery.Groups.AddRange(new DevExpress.XtraBars.Ribbon.GalleryItemGroup[] {
|
|
|
galleryItemGroup1});
|
|
|
this.GalleryDeviceStatus.Gallery.ImageSize = new System.Drawing.Size(100, 100);
|
|
|
@@ -1236,7 +1218,7 @@ namespace UAS_DeviceMonitor
|
|
|
this.GalleryDeviceStatus.Name = "GalleryDeviceStatus";
|
|
|
this.GalleryDeviceStatus.Size = new System.Drawing.Size(1027, 546);
|
|
|
this.GalleryDeviceStatus.TabIndex = 0;
|
|
|
- this.GalleryDeviceStatus.Text = "galleryControl1";
|
|
|
+ this.GalleryDeviceStatus.Text = "GalleryDeviceStatus";
|
|
|
//
|
|
|
// galleryControlClient1
|
|
|
//
|