|
|
@@ -35,7 +35,6 @@ namespace UAS_DeviceMonitor
|
|
|
{
|
|
|
this.components = new System.ComponentModel.Container();
|
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Main));
|
|
|
- DevExpress.XtraBars.Ribbon.GalleryItemGroup galleryItemGroup1 = new DevExpress.XtraBars.Ribbon.GalleryItemGroup();
|
|
|
this.RibbonNav = new DevExpress.XtraBars.Ribbon.RibbonControl();
|
|
|
this.ButtonDeviceList = new DevExpress.XtraBars.BarButtonItem();
|
|
|
this.ButtonDeviceNetSetting = new DevExpress.XtraBars.BarButtonItem();
|
|
|
@@ -134,12 +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.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();
|
|
|
this.TimerDeviceStatus = new System.Windows.Forms.Timer(this.components);
|
|
|
+ this.PanelDeviceStatus = new DevExpress.XtraEditors.XtraScrollableControl();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.RibbonNav)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.MainTabControl)).BeginInit();
|
|
|
this.MainTabControl.SuspendLayout();
|
|
|
@@ -166,8 +164,6 @@ namespace UAS_DeviceMonitor
|
|
|
((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();
|
|
|
@@ -1191,43 +1187,13 @@ namespace UAS_DeviceMonitor
|
|
|
//
|
|
|
// PageDeviceStatus
|
|
|
//
|
|
|
- this.PageDeviceStatus.Controls.Add(this.GalleryDeviceStatus);
|
|
|
+ this.PageDeviceStatus.Controls.Add(this.PanelDeviceStatus);
|
|
|
this.PageDeviceStatus.Name = "PageDeviceStatus";
|
|
|
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
|
|
|
- //
|
|
|
- this.GalleryDeviceStatus.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Style3D;
|
|
|
- this.GalleryDeviceStatus.Controls.Add(this.galleryControlClient1);
|
|
|
- this.GalleryDeviceStatus.DesignGalleryGroupIndex = 0;
|
|
|
- this.GalleryDeviceStatus.DesignGalleryItemIndex = 0;
|
|
|
- this.GalleryDeviceStatus.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
- //
|
|
|
- //
|
|
|
- //
|
|
|
- galleryItemGroup1.Caption = "Group9";
|
|
|
- galleryItemGroup1.CaptionAlignment = DevExpress.XtraBars.Ribbon.GalleryItemGroupCaptionAlignment.Center;
|
|
|
- galleryItemGroup1.CaptionControlSize = new System.Drawing.Size(200, 200);
|
|
|
- galleryItemGroup1.Visible = true;
|
|
|
- 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, 0);
|
|
|
- this.GalleryDeviceStatus.Name = "GalleryDeviceStatus";
|
|
|
- this.GalleryDeviceStatus.Size = new System.Drawing.Size(1027, 577);
|
|
|
- this.GalleryDeviceStatus.TabIndex = 0;
|
|
|
- this.GalleryDeviceStatus.Text = "GalleryDeviceStatus";
|
|
|
- //
|
|
|
- // galleryControlClient1
|
|
|
- //
|
|
|
- this.galleryControlClient1.GalleryControl = this.GalleryDeviceStatus;
|
|
|
- this.galleryControlClient1.Location = new System.Drawing.Point(3, 3);
|
|
|
- this.galleryControlClient1.Size = new System.Drawing.Size(1004, 571);
|
|
|
- //
|
|
|
// PageWorkCenterStatus
|
|
|
//
|
|
|
this.PageWorkCenterStatus.Controls.Add(this.GridWorkCenterStatus);
|
|
|
@@ -1268,6 +1234,14 @@ namespace UAS_DeviceMonitor
|
|
|
this.TimerDeviceStatus.Interval = 10000;
|
|
|
this.TimerDeviceStatus.Tick += new System.EventHandler(this.TimerDeviceStatus_Tick);
|
|
|
//
|
|
|
+ // PanelDeviceStatus
|
|
|
+ //
|
|
|
+ this.PanelDeviceStatus.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
+ this.PanelDeviceStatus.Location = new System.Drawing.Point(0, 0);
|
|
|
+ this.PanelDeviceStatus.Name = "PanelDeviceStatus";
|
|
|
+ this.PanelDeviceStatus.Size = new System.Drawing.Size(1027, 577);
|
|
|
+ this.PanelDeviceStatus.TabIndex = 0;
|
|
|
+ //
|
|
|
// Main
|
|
|
//
|
|
|
this.AllowFormGlass = DevExpress.Utils.DefaultBoolean.False;
|
|
|
@@ -1282,6 +1256,7 @@ namespace UAS_DeviceMonitor
|
|
|
this.Ribbon = this.RibbonNav;
|
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
|
this.Text = "设备监控管理平台";
|
|
|
+ this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
|
|
|
this.Load += new System.EventHandler(this.Main_Load);
|
|
|
((System.ComponentModel.ISupportInitialize)(this.RibbonNav)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.MainTabControl)).EndInit();
|
|
|
@@ -1310,8 +1285,6 @@ namespace UAS_DeviceMonitor
|
|
|
((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();
|
|
|
@@ -1421,10 +1394,9 @@ 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;
|
|
|
private System.Windows.Forms.Timer TimerDeviceStatus;
|
|
|
private AutoDataGridControl GridWorkCenterStatus;
|
|
|
private GridViewWithSerialNum GridViewWorkCenterStatus;
|
|
|
+ private XtraScrollableControl PanelDeviceStatus;
|
|
|
}
|
|
|
}
|