|
|
@@ -34,6 +34,12 @@ namespace UAS_DeviceMonitor
|
|
|
private void InitializeComponent()
|
|
|
{
|
|
|
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();
|
|
|
@@ -132,6 +138,8 @@ 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.GalleryDeviceStatus = new DevExpress.XtraBars.Ribbon.GalleryControl();
|
|
|
+ this.galleryControlClient1 = new DevExpress.XtraBars.Ribbon.GalleryControlClient();
|
|
|
this.PageWorkCenterStatus = new DevExpress.XtraTab.XtraTabPage();
|
|
|
this.GridWorkCenterStatus = new UAS_DeviceMonitor.CustomerControl.AutoDataGridControl.AutoDataGridControl();
|
|
|
this.GridViewWorkCenterStatus = new UAS_DeviceMonitor.CustomerControl.GridViewWithSerialNum.GridViewWithSerialNum();
|
|
|
@@ -160,6 +168,9 @@ namespace UAS_DeviceMonitor
|
|
|
this.PagePolling.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.GridPolling)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.GridViewPolling)).BeginInit();
|
|
|
+ this.PageDeviceStatus.SuspendLayout();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.GalleryDeviceStatus)).BeginInit();
|
|
|
+ this.GalleryDeviceStatus.SuspendLayout();
|
|
|
this.PageWorkCenterStatus.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.GridWorkCenterStatus)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.GridViewWorkCenterStatus)).BeginInit();
|
|
|
@@ -1182,11 +1193,57 @@ namespace UAS_DeviceMonitor
|
|
|
//
|
|
|
// PageDeviceStatus
|
|
|
//
|
|
|
+ this.PageDeviceStatus.Controls.Add(this.GalleryDeviceStatus);
|
|
|
this.PageDeviceStatus.Name = "PageDeviceStatus";
|
|
|
this.PageDeviceStatus.PageVisible = false;
|
|
|
this.PageDeviceStatus.Size = new System.Drawing.Size(1027, 577);
|
|
|
this.PageDeviceStatus.Text = "xtraTabPage1";
|
|
|
//
|
|
|
+ // GalleryDeviceStatus
|
|
|
+ //
|
|
|
+ this.GalleryDeviceStatus.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.GalleryDeviceStatus.Controls.Add(this.galleryControlClient1);
|
|
|
+ this.GalleryDeviceStatus.DesignGalleryGroupIndex = 0;
|
|
|
+ this.GalleryDeviceStatus.DesignGalleryItemIndex = 0;
|
|
|
+ //
|
|
|
+ //
|
|
|
+ //
|
|
|
+ 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);
|
|
|
+ this.GalleryDeviceStatus.Gallery.ShowItemText = true;
|
|
|
+ this.GalleryDeviceStatus.Location = new System.Drawing.Point(0, 31);
|
|
|
+ this.GalleryDeviceStatus.Name = "GalleryDeviceStatus";
|
|
|
+ this.GalleryDeviceStatus.Size = new System.Drawing.Size(1027, 546);
|
|
|
+ this.GalleryDeviceStatus.TabIndex = 0;
|
|
|
+ this.GalleryDeviceStatus.Text = "galleryControl1";
|
|
|
+ //
|
|
|
+ // galleryControlClient1
|
|
|
+ //
|
|
|
+ this.galleryControlClient1.GalleryControl = this.GalleryDeviceStatus;
|
|
|
+ this.galleryControlClient1.Location = new System.Drawing.Point(2, 2);
|
|
|
+ this.galleryControlClient1.Size = new System.Drawing.Size(1006, 542);
|
|
|
+ //
|
|
|
// PageWorkCenterStatus
|
|
|
//
|
|
|
this.PageWorkCenterStatus.Controls.Add(this.GridWorkCenterStatus);
|
|
|
@@ -1263,6 +1320,9 @@ namespace UAS_DeviceMonitor
|
|
|
this.PagePolling.ResumeLayout(false);
|
|
|
((System.ComponentModel.ISupportInitialize)(this.GridPolling)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.GridViewPolling)).EndInit();
|
|
|
+ this.PageDeviceStatus.ResumeLayout(false);
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.GalleryDeviceStatus)).EndInit();
|
|
|
+ this.GalleryDeviceStatus.ResumeLayout(false);
|
|
|
this.PageWorkCenterStatus.ResumeLayout(false);
|
|
|
((System.ComponentModel.ISupportInitialize)(this.GridWorkCenterStatus)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.GridViewWorkCenterStatus)).EndInit();
|
|
|
@@ -1374,5 +1434,7 @@ namespace UAS_DeviceMonitor
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn dc_sendcoding;
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn dc_receivecoding;
|
|
|
private DevExpress.XtraEditors.Repository.RepositoryItemComboBox CommandSetRepositoryItemComboBox1;
|
|
|
+ private DevExpress.XtraBars.Ribbon.GalleryControl GalleryDeviceStatus;
|
|
|
+ private DevExpress.XtraBars.Ribbon.GalleryControlClient galleryControlClient1;
|
|
|
}
|
|
|
}
|