|
@@ -36,6 +36,7 @@ namespace UAS_PLCDataReader
|
|
|
this.components = new System.ComponentModel.Container();
|
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Main));
|
|
|
this.RibbonNav = new DevExpress.XtraBars.Ribbon.RibbonControl();
|
|
|
+ this.applicationMenu1 = new DevExpress.XtraBars.Ribbon.ApplicationMenu(this.components);
|
|
|
this.ButtonDeviceList = new DevExpress.XtraBars.BarButtonItem();
|
|
|
this.ButtonDeviceNetSetting = new DevExpress.XtraBars.BarButtonItem();
|
|
|
this.ButtonCommandSet = new DevExpress.XtraBars.BarButtonItem();
|
|
@@ -120,6 +121,7 @@ namespace UAS_PLCDataReader
|
|
|
this.CommandSetRepositoryItemComboBox1 = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
|
|
|
this.dc_receivecoding = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
|
this.dc_man = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
|
+ this.dc_address = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
|
this.dc_date = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
|
this.repositoryItemDateEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
|
|
|
this.db_name = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
@@ -226,6 +228,7 @@ namespace UAS_PLCDataReader
|
|
|
this.dr_runstatus = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
|
this.dr_qty = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
|
this.dr_inqty = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
|
+ this.dr_ngqty = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
|
this.dr_value1 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
|
this.dr_value2 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
|
this.dr_value3 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
@@ -241,6 +244,7 @@ namespace UAS_PLCDataReader
|
|
|
this.TimerUpdateDevice = new System.Windows.Forms.Timer(this.components);
|
|
|
this.TimerUpdateSQL = new System.Windows.Forms.Timer(this.components);
|
|
|
((System.ComponentModel.ISupportInitialize)(this.RibbonNav)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.applicationMenu1)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.MainTabControl)).BeginInit();
|
|
|
this.MainTabControl.SuspendLayout();
|
|
|
this.PageDeviceList.SuspendLayout();
|
|
@@ -301,6 +305,7 @@ namespace UAS_PLCDataReader
|
|
|
|
|
|
|
|
|
|
|
|
+ this.RibbonNav.ApplicationButtonDropDownControl = this.applicationMenu1;
|
|
|
this.RibbonNav.ApplicationIcon = global::UAS_PLCDataReader.Properties.Resources.U_Letter_72px_1121581_easyicon_net;
|
|
|
this.RibbonNav.DrawGroupCaptions = DevExpress.Utils.DefaultBoolean.False;
|
|
|
this.RibbonNav.ExpandCollapseItem.Id = 0;
|
|
@@ -322,7 +327,12 @@ namespace UAS_PLCDataReader
|
|
|
this.RibbonNav.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
|
|
|
this.DeviceInf,
|
|
|
this.DeviceCommandSetting});
|
|
|
- this.RibbonNav.Size = new System.Drawing.Size(1040, 128);
|
|
|
+ this.RibbonNav.Size = new System.Drawing.Size(1040, 252);
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ this.applicationMenu1.Name = "applicationMenu1";
|
|
|
+ this.applicationMenu1.Ribbon = this.RibbonNav;
|
|
|
|
|
|
|
|
|
|
|
@@ -459,11 +469,11 @@ namespace UAS_PLCDataReader
|
|
|
|
|
|
|
|
|
this.MainTabControl.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
- this.MainTabControl.Location = new System.Drawing.Point(0, 128);
|
|
|
+ this.MainTabControl.Location = new System.Drawing.Point(0, 252);
|
|
|
this.MainTabControl.Name = "MainTabControl";
|
|
|
this.MainTabControl.SelectedTabPage = this.PageDeviceList;
|
|
|
this.MainTabControl.ShowTabHeader = DevExpress.Utils.DefaultBoolean.False;
|
|
|
- this.MainTabControl.Size = new System.Drawing.Size(1040, 584);
|
|
|
+ this.MainTabControl.Size = new System.Drawing.Size(1040, 460);
|
|
|
this.MainTabControl.TabIndex = 3;
|
|
|
this.MainTabControl.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
|
|
|
this.PageDeviceList,
|
|
@@ -491,7 +501,7 @@ namespace UAS_PLCDataReader
|
|
|
this.PageDeviceList.Controls.Add(this.GridDeviceList);
|
|
|
this.PageDeviceList.Name = "PageDeviceList";
|
|
|
this.PageDeviceList.PageVisible = false;
|
|
|
- this.PageDeviceList.Size = new System.Drawing.Size(1034, 578);
|
|
|
+ this.PageDeviceList.Size = new System.Drawing.Size(1028, 448);
|
|
|
this.PageDeviceList.Text = "设备主档资料";
|
|
|
this.PageDeviceList.VisibleChanged += new System.EventHandler(this.PageDeviceList_VisibleChanged);
|
|
|
|
|
@@ -499,7 +509,7 @@ namespace UAS_PLCDataReader
|
|
|
|
|
|
this.ButtonAddDevice.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
this.ButtonAddDevice.Grid = null;
|
|
|
- this.ButtonAddDevice.Location = new System.Drawing.Point(818, 4);
|
|
|
+ this.ButtonAddDevice.Location = new System.Drawing.Point(812, 4);
|
|
|
this.ButtonAddDevice.Name = "ButtonAddDevice";
|
|
|
this.ButtonAddDevice.Size = new System.Drawing.Size(64, 23);
|
|
|
this.ButtonAddDevice.TabIndex = 16;
|
|
@@ -509,7 +519,7 @@ namespace UAS_PLCDataReader
|
|
|
|
|
|
this.ButtonDeleteDevice.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
this.ButtonDeleteDevice.Grid = null;
|
|
|
- this.ButtonDeleteDevice.Location = new System.Drawing.Point(958, 4);
|
|
|
+ this.ButtonDeleteDevice.Location = new System.Drawing.Point(952, 4);
|
|
|
this.ButtonDeleteDevice.Name = "ButtonDeleteDevice";
|
|
|
this.ButtonDeleteDevice.Size = new System.Drawing.Size(64, 23);
|
|
|
this.ButtonDeleteDevice.TabIndex = 15;
|
|
@@ -520,7 +530,7 @@ namespace UAS_PLCDataReader
|
|
|
this.ButtonSaveDevice.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
this.ButtonSaveDevice.Grid = null;
|
|
|
this.ButtonSaveDevice.HandlerOtherFirst = true;
|
|
|
- this.ButtonSaveDevice.Location = new System.Drawing.Point(888, 4);
|
|
|
+ this.ButtonSaveDevice.Location = new System.Drawing.Point(882, 4);
|
|
|
this.ButtonSaveDevice.Name = "ButtonSaveDevice";
|
|
|
this.ButtonSaveDevice.Size = new System.Drawing.Size(64, 23);
|
|
|
this.ButtonSaveDevice.TabIndex = 14;
|
|
@@ -541,7 +551,7 @@ namespace UAS_PLCDataReader
|
|
|
this.ComBoxDeviceListMan.Properties.NullText = "";
|
|
|
this.ComBoxDeviceListMan.Properties.ValueMember = "EM_CODE";
|
|
|
this.ComBoxDeviceListMan.Properties.View = this.searchLookUpEdit1View;
|
|
|
- this.ComBoxDeviceListMan.Size = new System.Drawing.Size(100, 22);
|
|
|
+ this.ComBoxDeviceListMan.Size = new System.Drawing.Size(100, 34);
|
|
|
this.ComBoxDeviceListMan.TabIndex = 12;
|
|
|
this.ComBoxDeviceListMan.Visible = false;
|
|
|
|
|
@@ -576,7 +586,7 @@ namespace UAS_PLCDataReader
|
|
|
this.ComBoxDeviceListMan_label.Appearance.Font = new System.Drawing.Font("黑体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
this.ComBoxDeviceListMan_label.Location = new System.Drawing.Point(318, 8);
|
|
|
this.ComBoxDeviceListMan_label.Name = "ComBoxDeviceListMan_label";
|
|
|
- this.ComBoxDeviceListMan_label.Size = new System.Drawing.Size(32, 16);
|
|
|
+ this.ComBoxDeviceListMan_label.Size = new System.Drawing.Size(64, 33);
|
|
|
this.ComBoxDeviceListMan_label.TabIndex = 11;
|
|
|
this.ComBoxDeviceListMan_label.Text = "人员";
|
|
|
this.ComBoxDeviceListMan_label.Visible = false;
|
|
@@ -591,7 +601,7 @@ namespace UAS_PLCDataReader
|
|
|
this.ComboxDeviceListWC.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
|
this.ComboxDeviceListWC.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
|
|
|
- this.ComboxDeviceListWC.Size = new System.Drawing.Size(100, 22);
|
|
|
+ this.ComboxDeviceListWC.Size = new System.Drawing.Size(100, 36);
|
|
|
this.ComboxDeviceListWC.TabIndex = 6;
|
|
|
this.ComboxDeviceListWC.SelectedIndexChanged += new System.EventHandler(this.ComboxDeviceListWC_SelectedIndexChanged);
|
|
|
|
|
@@ -605,7 +615,7 @@ namespace UAS_PLCDataReader
|
|
|
this.ComboxDeviceListLC.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
|
this.ComboxDeviceListLC.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
|
|
|
- this.ComboxDeviceListLC.Size = new System.Drawing.Size(100, 22);
|
|
|
+ this.ComboxDeviceListLC.Size = new System.Drawing.Size(100, 36);
|
|
|
this.ComboxDeviceListLC.TabIndex = 7;
|
|
|
this.ComboxDeviceListLC.SelectedIndexChanged += new System.EventHandler(this.ComboxDeviceListLC_SelectedIndexChanged);
|
|
|
|
|
@@ -614,7 +624,7 @@ namespace UAS_PLCDataReader
|
|
|
this.ComboxDeviceListLC_label.Appearance.Font = new System.Drawing.Font("黑体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
this.ComboxDeviceListLC_label.Location = new System.Drawing.Point(161, 8);
|
|
|
this.ComboxDeviceListLC_label.Name = "ComboxDeviceListLC_label";
|
|
|
- this.ComboxDeviceListLC_label.Size = new System.Drawing.Size(32, 16);
|
|
|
+ this.ComboxDeviceListLC_label.Size = new System.Drawing.Size(64, 33);
|
|
|
this.ComboxDeviceListLC_label.TabIndex = 9;
|
|
|
this.ComboxDeviceListLC_label.Text = "线别";
|
|
|
|
|
@@ -623,7 +633,7 @@ namespace UAS_PLCDataReader
|
|
|
this.ComboxDeviceListWC_label.Appearance.Font = new System.Drawing.Font("黑体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
this.ComboxDeviceListWC_label.Location = new System.Drawing.Point(10, 8);
|
|
|
this.ComboxDeviceListWC_label.Name = "ComboxDeviceListWC_label";
|
|
|
- this.ComboxDeviceListWC_label.Size = new System.Drawing.Size(32, 16);
|
|
|
+ this.ComboxDeviceListWC_label.Size = new System.Drawing.Size(64, 33);
|
|
|
this.ComboxDeviceListWC_label.TabIndex = 8;
|
|
|
this.ComboxDeviceListWC_label.Text = "车间";
|
|
|
|
|
@@ -644,7 +654,7 @@ namespace UAS_PLCDataReader
|
|
|
this.DataItemRepositoryItemComboBox1,
|
|
|
this.DeviceItemSearchLookUpEdit});
|
|
|
this.GridDeviceList.RowCount = 0;
|
|
|
- this.GridDeviceList.Size = new System.Drawing.Size(1034, 547);
|
|
|
+ this.GridDeviceList.Size = new System.Drawing.Size(1028, 417);
|
|
|
this.GridDeviceList.TabIndex = 0;
|
|
|
this.GridDeviceList.TableName = null;
|
|
|
this.GridDeviceList.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
|
@@ -950,7 +960,7 @@ namespace UAS_PLCDataReader
|
|
|
this.PageCommandSet.Controls.Add(this.GridCommandSetting);
|
|
|
this.PageCommandSet.Name = "PageCommandSet";
|
|
|
this.PageCommandSet.PageVisible = false;
|
|
|
- this.PageCommandSet.Size = new System.Drawing.Size(1034, 578);
|
|
|
+ this.PageCommandSet.Size = new System.Drawing.Size(1028, 448);
|
|
|
this.PageCommandSet.Text = "设备指令设置";
|
|
|
this.PageCommandSet.VisibleChanged += new System.EventHandler(this.PageCommandSet_VisibleChanged);
|
|
|
|
|
@@ -958,7 +968,7 @@ namespace UAS_PLCDataReader
|
|
|
|
|
|
this.ButtonDeleteCommand.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
this.ButtonDeleteCommand.Grid = null;
|
|
|
- this.ButtonDeleteCommand.Location = new System.Drawing.Point(952, 5);
|
|
|
+ this.ButtonDeleteCommand.Location = new System.Drawing.Point(946, 5);
|
|
|
this.ButtonDeleteCommand.Name = "ButtonDeleteCommand";
|
|
|
this.ButtonDeleteCommand.Size = new System.Drawing.Size(64, 23);
|
|
|
this.ButtonDeleteCommand.TabIndex = 6;
|
|
@@ -969,7 +979,7 @@ namespace UAS_PLCDataReader
|
|
|
this.Brand_label.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
this.Brand_label.Location = new System.Drawing.Point(8, 5);
|
|
|
this.Brand_label.Name = "Brand_label";
|
|
|
- this.Brand_label.Size = new System.Drawing.Size(32, 21);
|
|
|
+ this.Brand_label.Size = new System.Drawing.Size(64, 41);
|
|
|
this.Brand_label.TabIndex = 5;
|
|
|
this.Brand_label.Text = "品牌";
|
|
|
|
|
@@ -983,7 +993,7 @@ namespace UAS_PLCDataReader
|
|
|
this.Brand.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
|
this.Brand.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
|
|
|
- this.Brand.Size = new System.Drawing.Size(100, 24);
|
|
|
+ this.Brand.Size = new System.Drawing.Size(100, 38);
|
|
|
this.Brand.TabIndex = 4;
|
|
|
this.Brand.SelectedIndexChanged += new System.EventHandler(this.Brand_SelectedIndexChanged);
|
|
|
|
|
@@ -991,7 +1001,7 @@ namespace UAS_PLCDataReader
|
|
|
|
|
|
this.ButtonNewCommand.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
this.ButtonNewCommand.Grid = null;
|
|
|
- this.ButtonNewCommand.Location = new System.Drawing.Point(812, 5);
|
|
|
+ this.ButtonNewCommand.Location = new System.Drawing.Point(806, 5);
|
|
|
this.ButtonNewCommand.Name = "ButtonNewCommand";
|
|
|
this.ButtonNewCommand.Size = new System.Drawing.Size(64, 23);
|
|
|
this.ButtonNewCommand.TabIndex = 3;
|
|
@@ -1002,7 +1012,7 @@ namespace UAS_PLCDataReader
|
|
|
this.ButtonSaveCommand.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
this.ButtonSaveCommand.Grid = null;
|
|
|
this.ButtonSaveCommand.HandlerOtherFirst = true;
|
|
|
- this.ButtonSaveCommand.Location = new System.Drawing.Point(882, 5);
|
|
|
+ this.ButtonSaveCommand.Location = new System.Drawing.Point(876, 5);
|
|
|
this.ButtonSaveCommand.Name = "ButtonSaveCommand";
|
|
|
this.ButtonSaveCommand.Size = new System.Drawing.Size(64, 23);
|
|
|
this.ButtonSaveCommand.TabIndex = 2;
|
|
@@ -1027,7 +1037,7 @@ namespace UAS_PLCDataReader
|
|
|
this.CommandSetRepositoryItemComboBox1,
|
|
|
this.repositoryItemDateEdit1});
|
|
|
this.GridCommandSetting.RowCount = 0;
|
|
|
- this.GridCommandSetting.Size = new System.Drawing.Size(1034, 547);
|
|
|
+ this.GridCommandSetting.Size = new System.Drawing.Size(1028, 417);
|
|
|
this.GridCommandSetting.TabIndex = 1;
|
|
|
this.GridCommandSetting.TableName = null;
|
|
|
this.GridCommandSetting.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
|
@@ -1048,6 +1058,7 @@ namespace UAS_PLCDataReader
|
|
|
this.dc_sendcoding,
|
|
|
this.dc_receivecoding,
|
|
|
this.dc_man,
|
|
|
+ this.dc_address,
|
|
|
this.dc_date,
|
|
|
this.db_name});
|
|
|
this.GridViewCommandSet.GridControl = this.GridCommandSetting;
|
|
@@ -1173,6 +1184,14 @@ namespace UAS_PLCDataReader
|
|
|
this.dc_man.VisibleIndex = 8;
|
|
|
this.dc_man.Width = 126;
|
|
|
|
|
|
+
|
|
|
+
|
|
|
+ this.dc_address.Caption = "占据地址";
|
|
|
+ this.dc_address.FieldName = "DC_ADDRESS";
|
|
|
+ this.dc_address.Name = "dc_address";
|
|
|
+ this.dc_address.Visible = true;
|
|
|
+ this.dc_address.VisibleIndex = 10;
|
|
|
+
|
|
|
|
|
|
|
|
|
this.dc_date.Caption = "维护时间";
|
|
@@ -1211,14 +1230,14 @@ namespace UAS_PLCDataReader
|
|
|
this.PageDeviceNetSetting.Controls.Add(this.GridDeviceNetSetting);
|
|
|
this.PageDeviceNetSetting.Name = "PageDeviceNetSetting";
|
|
|
this.PageDeviceNetSetting.PageVisible = false;
|
|
|
- this.PageDeviceNetSetting.Size = new System.Drawing.Size(1034, 578);
|
|
|
+ this.PageDeviceNetSetting.Size = new System.Drawing.Size(1028, 448);
|
|
|
this.PageDeviceNetSetting.Text = "设备网络配置";
|
|
|
|
|
|
|
|
|
|
|
|
this.ButtonDeleteNetConfig.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
this.ButtonDeleteNetConfig.Grid = null;
|
|
|
- this.ButtonDeleteNetConfig.Location = new System.Drawing.Point(949, 7);
|
|
|
+ this.ButtonDeleteNetConfig.Location = new System.Drawing.Point(943, 7);
|
|
|
this.ButtonDeleteNetConfig.Name = "ButtonDeleteNetConfig";
|
|
|
this.ButtonDeleteNetConfig.Size = new System.Drawing.Size(64, 23);
|
|
|
this.ButtonDeleteNetConfig.TabIndex = 12;
|
|
@@ -1228,7 +1247,7 @@ namespace UAS_PLCDataReader
|
|
|
|
|
|
this.ButtonAddNetConfig.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
this.ButtonAddNetConfig.Grid = null;
|
|
|
- this.ButtonAddNetConfig.Location = new System.Drawing.Point(809, 7);
|
|
|
+ this.ButtonAddNetConfig.Location = new System.Drawing.Point(803, 7);
|
|
|
this.ButtonAddNetConfig.Name = "ButtonAddNetConfig";
|
|
|
this.ButtonAddNetConfig.Size = new System.Drawing.Size(64, 23);
|
|
|
this.ButtonAddNetConfig.TabIndex = 11;
|
|
@@ -1239,7 +1258,7 @@ namespace UAS_PLCDataReader
|
|
|
this.ButtonSaveNetConfig.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
this.ButtonSaveNetConfig.Grid = null;
|
|
|
this.ButtonSaveNetConfig.HandlerOtherFirst = false;
|
|
|
- this.ButtonSaveNetConfig.Location = new System.Drawing.Point(879, 7);
|
|
|
+ this.ButtonSaveNetConfig.Location = new System.Drawing.Point(873, 7);
|
|
|
this.ButtonSaveNetConfig.Name = "ButtonSaveNetConfig";
|
|
|
this.ButtonSaveNetConfig.Size = new System.Drawing.Size(64, 23);
|
|
|
this.ButtonSaveNetConfig.TabIndex = 10;
|
|
@@ -1261,7 +1280,7 @@ namespace UAS_PLCDataReader
|
|
|
this.GridDeviceNetSetting.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
|
|
|
this.dpc_enableCheckEdit});
|
|
|
this.GridDeviceNetSetting.RowCount = 0;
|
|
|
- this.GridDeviceNetSetting.Size = new System.Drawing.Size(1031, 544);
|
|
|
+ this.GridDeviceNetSetting.Size = new System.Drawing.Size(1025, 414);
|
|
|
this.GridDeviceNetSetting.TabIndex = 0;
|
|
|
this.GridDeviceNetSetting.TableName = null;
|
|
|
this.GridDeviceNetSetting.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
|
@@ -1371,7 +1390,7 @@ namespace UAS_PLCDataReader
|
|
|
this.PagePollingSetting.Controls.Add(this.GridPollingSetting);
|
|
|
this.PagePollingSetting.Name = "PagePollingSetting";
|
|
|
this.PagePollingSetting.PageVisible = false;
|
|
|
- this.PagePollingSetting.Size = new System.Drawing.Size(1034, 578);
|
|
|
+ this.PagePollingSetting.Size = new System.Drawing.Size(1028, 448);
|
|
|
this.PagePollingSetting.Text = "设备轮询配置";
|
|
|
this.PagePollingSetting.VisibleChanged += new System.EventHandler(this.PagePollingSetting_VisibleChanged);
|
|
|
|
|
@@ -1379,7 +1398,7 @@ namespace UAS_PLCDataReader
|
|
|
|
|
|
this.ButtonDeleteCommandSet.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
this.ButtonDeleteCommandSet.Grid = null;
|
|
|
- this.ButtonDeleteCommandSet.Location = new System.Drawing.Point(957, 6);
|
|
|
+ this.ButtonDeleteCommandSet.Location = new System.Drawing.Point(951, 6);
|
|
|
this.ButtonDeleteCommandSet.Name = "ButtonDeleteCommandSet";
|
|
|
this.ButtonDeleteCommandSet.Size = new System.Drawing.Size(64, 23);
|
|
|
this.ButtonDeleteCommandSet.TabIndex = 9;
|
|
@@ -1389,7 +1408,7 @@ namespace UAS_PLCDataReader
|
|
|
|
|
|
this.ButtonNewCommandSet.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
this.ButtonNewCommandSet.Grid = null;
|
|
|
- this.ButtonNewCommandSet.Location = new System.Drawing.Point(817, 6);
|
|
|
+ this.ButtonNewCommandSet.Location = new System.Drawing.Point(811, 6);
|
|
|
this.ButtonNewCommandSet.Name = "ButtonNewCommandSet";
|
|
|
this.ButtonNewCommandSet.Size = new System.Drawing.Size(64, 23);
|
|
|
this.ButtonNewCommandSet.TabIndex = 8;
|
|
@@ -1400,7 +1419,7 @@ namespace UAS_PLCDataReader
|
|
|
this.ButtonSaveCommandSet.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
this.ButtonSaveCommandSet.Grid = null;
|
|
|
this.ButtonSaveCommandSet.HandlerOtherFirst = true;
|
|
|
- this.ButtonSaveCommandSet.Location = new System.Drawing.Point(887, 6);
|
|
|
+ this.ButtonSaveCommandSet.Location = new System.Drawing.Point(881, 6);
|
|
|
this.ButtonSaveCommandSet.Name = "ButtonSaveCommandSet";
|
|
|
this.ButtonSaveCommandSet.Size = new System.Drawing.Size(64, 23);
|
|
|
this.ButtonSaveCommandSet.TabIndex = 7;
|
|
@@ -1410,7 +1429,7 @@ namespace UAS_PLCDataReader
|
|
|
|
|
|
|
|
|
this.ButtonPausePolling.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
- this.ButtonPausePolling.Location = new System.Drawing.Point(736, 6);
|
|
|
+ this.ButtonPausePolling.Location = new System.Drawing.Point(730, 6);
|
|
|
this.ButtonPausePolling.Name = "ButtonPausePolling";
|
|
|
this.ButtonPausePolling.Size = new System.Drawing.Size(75, 23);
|
|
|
this.ButtonPausePolling.TabIndex = 2;
|
|
@@ -1420,7 +1439,7 @@ namespace UAS_PLCDataReader
|
|
|
|
|
|
|
|
|
this.ButtonStartPolling.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
- this.ButtonStartPolling.Location = new System.Drawing.Point(655, 6);
|
|
|
+ this.ButtonStartPolling.Location = new System.Drawing.Point(649, 6);
|
|
|
this.ButtonStartPolling.Name = "ButtonStartPolling";
|
|
|
this.ButtonStartPolling.Size = new System.Drawing.Size(75, 23);
|
|
|
this.ButtonStartPolling.TabIndex = 1;
|
|
@@ -1446,7 +1465,7 @@ namespace UAS_PLCDataReader
|
|
|
this.PollSettingItemSearchLookUpEdit,
|
|
|
this.PollSettingDeviceSearchLookUpEdit});
|
|
|
this.GridPollingSetting.RowCount = 0;
|
|
|
- this.GridPollingSetting.Size = new System.Drawing.Size(1034, 544);
|
|
|
+ this.GridPollingSetting.Size = new System.Drawing.Size(1028, 414);
|
|
|
this.GridPollingSetting.TabIndex = 0;
|
|
|
this.GridPollingSetting.TableName = null;
|
|
|
this.GridPollingSetting.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
|
@@ -1668,14 +1687,14 @@ namespace UAS_PLCDataReader
|
|
|
this.PagePolling.Controls.Add(this.GridPolling);
|
|
|
this.PagePolling.Name = "PagePolling";
|
|
|
this.PagePolling.PageVisible = false;
|
|
|
- this.PagePolling.Size = new System.Drawing.Size(1034, 578);
|
|
|
+ this.PagePolling.Size = new System.Drawing.Size(1028, 448);
|
|
|
this.PagePolling.Text = "xtraTabPage1";
|
|
|
|
|
|
|
|
|
|
|
|
this.ButtonAddPolling.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
this.ButtonAddPolling.Grid = null;
|
|
|
- this.ButtonAddPolling.Location = new System.Drawing.Point(885, 552);
|
|
|
+ this.ButtonAddPolling.Location = new System.Drawing.Point(879, 422);
|
|
|
this.ButtonAddPolling.Name = "ButtonAddPolling";
|
|
|
this.ButtonAddPolling.Size = new System.Drawing.Size(64, 23);
|
|
|
this.ButtonAddPolling.TabIndex = 9;
|
|
@@ -1685,7 +1704,7 @@ namespace UAS_PLCDataReader
|
|
|
|
|
|
this.ButtonDeletePolling.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
this.ButtonDeletePolling.Grid = null;
|
|
|
- this.ButtonDeletePolling.Location = new System.Drawing.Point(814, 552);
|
|
|
+ this.ButtonDeletePolling.Location = new System.Drawing.Point(808, 422);
|
|
|
this.ButtonDeletePolling.Name = "ButtonDeletePolling";
|
|
|
this.ButtonDeletePolling.Size = new System.Drawing.Size(64, 23);
|
|
|
this.ButtonDeletePolling.TabIndex = 8;
|
|
@@ -1696,7 +1715,7 @@ namespace UAS_PLCDataReader
|
|
|
this.ButtonSavePolling.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
this.ButtonSavePolling.Grid = null;
|
|
|
this.ButtonSavePolling.HandlerOtherFirst = false;
|
|
|
- this.ButtonSavePolling.Location = new System.Drawing.Point(956, 552);
|
|
|
+ this.ButtonSavePolling.Location = new System.Drawing.Point(950, 422);
|
|
|
this.ButtonSavePolling.Name = "ButtonSavePolling";
|
|
|
this.ButtonSavePolling.Size = new System.Drawing.Size(64, 23);
|
|
|
this.ButtonSavePolling.TabIndex = 7;
|
|
@@ -1718,7 +1737,7 @@ namespace UAS_PLCDataReader
|
|
|
this.GridPolling.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
|
|
|
this.dpc_enableCheckEdit});
|
|
|
this.GridPolling.RowCount = 0;
|
|
|
- this.GridPolling.Size = new System.Drawing.Size(1034, 550);
|
|
|
+ this.GridPolling.Size = new System.Drawing.Size(1028, 420);
|
|
|
this.GridPolling.TabIndex = 0;
|
|
|
this.GridPolling.TableName = null;
|
|
|
this.GridPolling.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
|
@@ -1811,7 +1830,7 @@ namespace UAS_PLCDataReader
|
|
|
this.PageDeviceStatus.Controls.Add(this.PanelDeviceStatus);
|
|
|
this.PageDeviceStatus.Name = "PageDeviceStatus";
|
|
|
this.PageDeviceStatus.PageVisible = false;
|
|
|
- this.PageDeviceStatus.Size = new System.Drawing.Size(1034, 578);
|
|
|
+ this.PageDeviceStatus.Size = new System.Drawing.Size(1028, 448);
|
|
|
this.PageDeviceStatus.Text = "设备状态查看";
|
|
|
this.PageDeviceStatus.VisibleChanged += new System.EventHandler(this.PageDeviceStatus_VisibleChanged);
|
|
|
|
|
@@ -1825,7 +1844,7 @@ namespace UAS_PLCDataReader
|
|
|
this.ComboxDeviceDepartment.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
|
this.ComboxDeviceDepartment.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
|
|
|
- this.ComboxDeviceDepartment.Size = new System.Drawing.Size(100, 22);
|
|
|
+ this.ComboxDeviceDepartment.Size = new System.Drawing.Size(100, 36);
|
|
|
this.ComboxDeviceDepartment.TabIndex = 6;
|
|
|
this.ComboxDeviceDepartment.SelectedIndexChanged += new System.EventHandler(this.ComboxDeviceStatusLC_SelectedIndexChanged);
|
|
|
|
|
@@ -1839,7 +1858,7 @@ namespace UAS_PLCDataReader
|
|
|
this.ComboxDeviceFloor.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
|
this.ComboxDeviceFloor.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
|
|
|
- this.ComboxDeviceFloor.Size = new System.Drawing.Size(100, 22);
|
|
|
+ this.ComboxDeviceFloor.Size = new System.Drawing.Size(100, 36);
|
|
|
this.ComboxDeviceFloor.TabIndex = 7;
|
|
|
this.ComboxDeviceFloor.SelectedIndexChanged += new System.EventHandler(this.ComboxDeviceStatusLC_SelectedIndexChanged);
|
|
|
|
|
@@ -1848,7 +1867,7 @@ namespace UAS_PLCDataReader
|
|
|
this.label_ComboxDeviceFloor.Appearance.Font = new System.Drawing.Font("黑体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
this.label_ComboxDeviceFloor.Location = new System.Drawing.Point(477, 13);
|
|
|
this.label_ComboxDeviceFloor.Name = "label_ComboxDeviceFloor";
|
|
|
- this.label_ComboxDeviceFloor.Size = new System.Drawing.Size(32, 16);
|
|
|
+ this.label_ComboxDeviceFloor.Size = new System.Drawing.Size(64, 33);
|
|
|
this.label_ComboxDeviceFloor.TabIndex = 9;
|
|
|
this.label_ComboxDeviceFloor.Text = "楼层";
|
|
|
|
|
@@ -1857,7 +1876,7 @@ namespace UAS_PLCDataReader
|
|
|
this.label_ComboxDeviceDepartment.Appearance.Font = new System.Drawing.Font("黑体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
this.label_ComboxDeviceDepartment.Location = new System.Drawing.Point(326, 13);
|
|
|
this.label_ComboxDeviceDepartment.Name = "label_ComboxDeviceDepartment";
|
|
|
- this.label_ComboxDeviceDepartment.Size = new System.Drawing.Size(32, 16);
|
|
|
+ this.label_ComboxDeviceDepartment.Size = new System.Drawing.Size(64, 33);
|
|
|
this.label_ComboxDeviceDepartment.TabIndex = 8;
|
|
|
this.label_ComboxDeviceDepartment.Text = "部门";
|
|
|
|
|
@@ -1871,7 +1890,7 @@ namespace UAS_PLCDataReader
|
|
|
this.ComboxDeviceStatusWC.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
|
this.ComboxDeviceStatusWC.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
|
|
|
- this.ComboxDeviceStatusWC.Size = new System.Drawing.Size(100, 22);
|
|
|
+ this.ComboxDeviceStatusWC.Size = new System.Drawing.Size(100, 36);
|
|
|
this.ComboxDeviceStatusWC.TabIndex = 0;
|
|
|
this.ComboxDeviceStatusWC.SelectedIndexChanged += new System.EventHandler(this.ComboxDeviceStatusWC_SelectedIndexChanged);
|
|
|
|
|
@@ -1885,7 +1904,7 @@ namespace UAS_PLCDataReader
|
|
|
this.ComboxDeviceStatusLC.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
|
this.ComboxDeviceStatusLC.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
|
|
|
- this.ComboxDeviceStatusLC.Size = new System.Drawing.Size(100, 22);
|
|
|
+ this.ComboxDeviceStatusLC.Size = new System.Drawing.Size(100, 36);
|
|
|
this.ComboxDeviceStatusLC.TabIndex = 0;
|
|
|
this.ComboxDeviceStatusLC.SelectedIndexChanged += new System.EventHandler(this.ComboxDeviceStatusLC_SelectedIndexChanged);
|
|
|
|
|
@@ -1897,7 +1916,7 @@ namespace UAS_PLCDataReader
|
|
|
this.CheckEditDeviceStatusEnable.Properties.Appearance.Font = new System.Drawing.Font("黑体", 10F);
|
|
|
this.CheckEditDeviceStatusEnable.Properties.Appearance.Options.UseFont = true;
|
|
|
this.CheckEditDeviceStatusEnable.Properties.Caption = "只显示已启用设备";
|
|
|
- this.CheckEditDeviceStatusEnable.Size = new System.Drawing.Size(142, 19);
|
|
|
+ this.CheckEditDeviceStatusEnable.Size = new System.Drawing.Size(142, 34);
|
|
|
this.CheckEditDeviceStatusEnable.TabIndex = 5;
|
|
|
this.CheckEditDeviceStatusEnable.CheckedChanged += new System.EventHandler(this.CheckEditDeviceStatusEnable_CheckedChanged);
|
|
|
|
|
@@ -1906,7 +1925,7 @@ namespace UAS_PLCDataReader
|
|
|
this.ComboxDeviceStatusLC_label.Appearance.Font = new System.Drawing.Font("黑体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
this.ComboxDeviceStatusLC_label.Location = new System.Drawing.Point(173, 13);
|
|
|
this.ComboxDeviceStatusLC_label.Name = "ComboxDeviceStatusLC_label";
|
|
|
- this.ComboxDeviceStatusLC_label.Size = new System.Drawing.Size(32, 16);
|
|
|
+ this.ComboxDeviceStatusLC_label.Size = new System.Drawing.Size(64, 33);
|
|
|
this.ComboxDeviceStatusLC_label.TabIndex = 4;
|
|
|
this.ComboxDeviceStatusLC_label.Text = "线别";
|
|
|
|
|
@@ -1915,7 +1934,7 @@ namespace UAS_PLCDataReader
|
|
|
this.ComboxDeviceStatusWC_label.Appearance.Font = new System.Drawing.Font("黑体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
this.ComboxDeviceStatusWC_label.Location = new System.Drawing.Point(22, 13);
|
|
|
this.ComboxDeviceStatusWC_label.Name = "ComboxDeviceStatusWC_label";
|
|
|
- this.ComboxDeviceStatusWC_label.Size = new System.Drawing.Size(32, 16);
|
|
|
+ this.ComboxDeviceStatusWC_label.Size = new System.Drawing.Size(64, 33);
|
|
|
this.ComboxDeviceStatusWC_label.TabIndex = 2;
|
|
|
this.ComboxDeviceStatusWC_label.Text = "车间";
|
|
|
|
|
@@ -1926,7 +1945,7 @@ namespace UAS_PLCDataReader
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
this.PanelDeviceStatus.Location = new System.Drawing.Point(0, 35);
|
|
|
this.PanelDeviceStatus.Name = "PanelDeviceStatus";
|
|
|
- this.PanelDeviceStatus.Size = new System.Drawing.Size(1034, 543);
|
|
|
+ this.PanelDeviceStatus.Size = new System.Drawing.Size(1028, 413);
|
|
|
this.PanelDeviceStatus.TabIndex = 0;
|
|
|
|
|
|
|
|
@@ -1934,7 +1953,7 @@ namespace UAS_PLCDataReader
|
|
|
this.PageWorkCenterStatus.Controls.Add(this.GridWorkCenterStatus);
|
|
|
this.PageWorkCenterStatus.Name = "PageWorkCenterStatus";
|
|
|
this.PageWorkCenterStatus.PageVisible = false;
|
|
|
- this.PageWorkCenterStatus.Size = new System.Drawing.Size(1034, 578);
|
|
|
+ this.PageWorkCenterStatus.Size = new System.Drawing.Size(1028, 448);
|
|
|
this.PageWorkCenterStatus.Text = "设备工作中心";
|
|
|
|
|
|
|
|
@@ -1951,7 +1970,7 @@ namespace UAS_PLCDataReader
|
|
|
this.GridWorkCenterStatus.MenuManager = this.RibbonNav;
|
|
|
this.GridWorkCenterStatus.Name = "GridWorkCenterStatus";
|
|
|
this.GridWorkCenterStatus.RowCount = 0;
|
|
|
- this.GridWorkCenterStatus.Size = new System.Drawing.Size(1031, 575);
|
|
|
+ this.GridWorkCenterStatus.Size = new System.Drawing.Size(1025, 445);
|
|
|
this.GridWorkCenterStatus.TabIndex = 0;
|
|
|
this.GridWorkCenterStatus.TableName = null;
|
|
|
this.GridWorkCenterStatus.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
|
@@ -1972,7 +1991,7 @@ namespace UAS_PLCDataReader
|
|
|
this.PageDeviceRunLog.Controls.Add(this.GridDeviceRunLog);
|
|
|
this.PageDeviceRunLog.Name = "PageDeviceRunLog";
|
|
|
this.PageDeviceRunLog.PageVisible = false;
|
|
|
- this.PageDeviceRunLog.Size = new System.Drawing.Size(1034, 578);
|
|
|
+ this.PageDeviceRunLog.Size = new System.Drawing.Size(1028, 448);
|
|
|
this.PageDeviceRunLog.Text = "设备运行日志";
|
|
|
|
|
|
|
|
@@ -1989,7 +2008,7 @@ namespace UAS_PLCDataReader
|
|
|
this.TextDrrDeCode.Location = new System.Drawing.Point(64, 5);
|
|
|
this.TextDrrDeCode.MenuManager = this.RibbonNav;
|
|
|
this.TextDrrDeCode.Name = "TextDrrDeCode";
|
|
|
- this.TextDrrDeCode.Size = new System.Drawing.Size(100, 20);
|
|
|
+ this.TextDrrDeCode.Size = new System.Drawing.Size(100, 36);
|
|
|
this.TextDrrDeCode.TabIndex = 2;
|
|
|
|
|
|
|
|
@@ -1997,7 +2016,7 @@ namespace UAS_PLCDataReader
|
|
|
this.LabelDrrDeCode.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
this.LabelDrrDeCode.Location = new System.Drawing.Point(10, 7);
|
|
|
this.LabelDrrDeCode.Name = "LabelDrrDeCode";
|
|
|
- this.LabelDrrDeCode.Size = new System.Drawing.Size(48, 17);
|
|
|
+ this.LabelDrrDeCode.Size = new System.Drawing.Size(96, 31);
|
|
|
this.LabelDrrDeCode.TabIndex = 1;
|
|
|
this.LabelDrrDeCode.Text = "设备编号";
|
|
|
|
|
@@ -2015,7 +2034,7 @@ namespace UAS_PLCDataReader
|
|
|
this.GridDeviceRunLog.MenuManager = this.RibbonNav;
|
|
|
this.GridDeviceRunLog.Name = "GridDeviceRunLog";
|
|
|
this.GridDeviceRunLog.RowCount = 0;
|
|
|
- this.GridDeviceRunLog.Size = new System.Drawing.Size(1035, 554);
|
|
|
+ this.GridDeviceRunLog.Size = new System.Drawing.Size(1029, 424);
|
|
|
this.GridDeviceRunLog.TabIndex = 0;
|
|
|
this.GridDeviceRunLog.TableName = null;
|
|
|
this.GridDeviceRunLog.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
|
@@ -2125,7 +2144,7 @@ namespace UAS_PLCDataReader
|
|
|
this.PageClientParam.Controls.Add(this.label1);
|
|
|
this.PageClientParam.Name = "PageClientParam";
|
|
|
this.PageClientParam.PageVisible = false;
|
|
|
- this.PageClientParam.Size = new System.Drawing.Size(1034, 578);
|
|
|
+ this.PageClientParam.Size = new System.Drawing.Size(1028, 448);
|
|
|
this.PageClientParam.Text = "客户端参数设置";
|
|
|
this.PageClientParam.VisibleChanged += new System.EventHandler(this.PageClientParam_VisibleChanged);
|
|
|
|
|
@@ -2135,7 +2154,7 @@ namespace UAS_PLCDataReader
|
|
|
this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
this.label2.Location = new System.Drawing.Point(28, 78);
|
|
|
this.label2.Name = "label2";
|
|
|
- this.label2.Size = new System.Drawing.Size(106, 21);
|
|
|
+ this.label2.Size = new System.Drawing.Size(210, 41);
|
|
|
this.label2.TabIndex = 6;
|
|
|
this.label2.Text = "立即更新参数";
|
|
|
|
|
@@ -2145,7 +2164,7 @@ namespace UAS_PLCDataReader
|
|
|
this.CheckOUTQTY.MenuManager = this.RibbonNav;
|
|
|
this.CheckOUTQTY.Name = "CheckOUTQTY";
|
|
|
this.CheckOUTQTY.Properties.Caption = "产出";
|
|
|
- this.CheckOUTQTY.Size = new System.Drawing.Size(75, 19);
|
|
|
+ this.CheckOUTQTY.Size = new System.Drawing.Size(75, 34);
|
|
|
this.CheckOUTQTY.TabIndex = 5;
|
|
|
|
|
|
|
|
@@ -2154,7 +2173,7 @@ namespace UAS_PLCDataReader
|
|
|
this.CheckPARAM.MenuManager = this.RibbonNav;
|
|
|
this.CheckPARAM.Name = "CheckPARAM";
|
|
|
this.CheckPARAM.Properties.Caption = "其他参数";
|
|
|
- this.CheckPARAM.Size = new System.Drawing.Size(75, 19);
|
|
|
+ this.CheckPARAM.Size = new System.Drawing.Size(75, 34);
|
|
|
this.CheckPARAM.TabIndex = 4;
|
|
|
|
|
|
|
|
@@ -2163,7 +2182,7 @@ namespace UAS_PLCDataReader
|
|
|
this.CheckINQTY.MenuManager = this.RibbonNav;
|
|
|
this.CheckINQTY.Name = "CheckINQTY";
|
|
|
this.CheckINQTY.Properties.Caption = "投入";
|
|
|
- this.CheckINQTY.Size = new System.Drawing.Size(75, 19);
|
|
|
+ this.CheckINQTY.Size = new System.Drawing.Size(75, 34);
|
|
|
this.CheckINQTY.TabIndex = 3;
|
|
|
|
|
|
|
|
@@ -2179,7 +2198,7 @@ namespace UAS_PLCDataReader
|
|
|
|
|
|
this.UpdateTimeSpan.Location = new System.Drawing.Point(140, 30);
|
|
|
this.UpdateTimeSpan.Name = "UpdateTimeSpan";
|
|
|
- this.UpdateTimeSpan.Size = new System.Drawing.Size(53, 22);
|
|
|
+ this.UpdateTimeSpan.Size = new System.Drawing.Size(53, 36);
|
|
|
this.UpdateTimeSpan.TabIndex = 1;
|
|
|
|
|
|
|
|
@@ -2188,7 +2207,7 @@ namespace UAS_PLCDataReader
|
|
|
this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
this.label1.Location = new System.Drawing.Point(28, 30);
|
|
|
this.label1.Name = "label1";
|
|
|
- this.label1.Size = new System.Drawing.Size(106, 21);
|
|
|
+ this.label1.Size = new System.Drawing.Size(210, 41);
|
|
|
this.label1.TabIndex = 0;
|
|
|
this.label1.Text = "数据上传时间";
|
|
|
|
|
@@ -2198,14 +2217,14 @@ namespace UAS_PLCDataReader
|
|
|
this.PageDeviceData.Controls.Add(this.GridDeviceData);
|
|
|
this.PageDeviceData.Name = "PageDeviceData";
|
|
|
this.PageDeviceData.PageVisible = false;
|
|
|
- this.PageDeviceData.Size = new System.Drawing.Size(1034, 578);
|
|
|
+ this.PageDeviceData.Size = new System.Drawing.Size(1028, 448);
|
|
|
this.PageDeviceData.Text = "设备运行数据";
|
|
|
|
|
|
|
|
|
|
|
|
this.ButtonRefreshDeviceData.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
this.ButtonRefreshDeviceData.Grid = null;
|
|
|
- this.ButtonRefreshDeviceData.Location = new System.Drawing.Point(954, 4);
|
|
|
+ this.ButtonRefreshDeviceData.Location = new System.Drawing.Point(948, 4);
|
|
|
this.ButtonRefreshDeviceData.Name = "ButtonRefreshDeviceData";
|
|
|
this.ButtonRefreshDeviceData.Size = new System.Drawing.Size(64, 23);
|
|
|
this.ButtonRefreshDeviceData.TabIndex = 7;
|
|
@@ -2226,7 +2245,7 @@ namespace UAS_PLCDataReader
|
|
|
this.GridDeviceData.MenuManager = this.RibbonNav;
|
|
|
this.GridDeviceData.Name = "GridDeviceData";
|
|
|
this.GridDeviceData.RowCount = 0;
|
|
|
- this.GridDeviceData.Size = new System.Drawing.Size(1034, 546);
|
|
|
+ this.GridDeviceData.Size = new System.Drawing.Size(1028, 416);
|
|
|
this.GridDeviceData.TabIndex = 0;
|
|
|
this.GridDeviceData.TableName = null;
|
|
|
this.GridDeviceData.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
|
@@ -2240,6 +2259,7 @@ namespace UAS_PLCDataReader
|
|
|
this.dr_runstatus,
|
|
|
this.dr_qty,
|
|
|
this.dr_inqty,
|
|
|
+ this.dr_ngqty,
|
|
|
this.dr_value1,
|
|
|
this.dr_value2,
|
|
|
this.dr_value3,
|
|
@@ -2300,13 +2320,21 @@ namespace UAS_PLCDataReader
|
|
|
this.dr_inqty.Visible = true;
|
|
|
this.dr_inqty.VisibleIndex = 4;
|
|
|
|
|
|
+
|
|
|
+
|
|
|
+ this.dr_ngqty.Caption = "总不良";
|
|
|
+ this.dr_ngqty.FieldName = "DR_NGQTY";
|
|
|
+ this.dr_ngqty.Name = "dr_ngqty";
|
|
|
+ this.dr_ngqty.Visible = true;
|
|
|
+ this.dr_ngqty.VisibleIndex = 5;
|
|
|
+
|
|
|
|
|
|
|
|
|
this.dr_value1.Caption = "参数1";
|
|
|
this.dr_value1.FieldName = "DR_VALUE1";
|
|
|
this.dr_value1.Name = "dr_value1";
|
|
|
this.dr_value1.Visible = true;
|
|
|
- this.dr_value1.VisibleIndex = 5;
|
|
|
+ this.dr_value1.VisibleIndex = 6;
|
|
|
|
|
|
|
|
|
|
|
@@ -2314,7 +2342,7 @@ namespace UAS_PLCDataReader
|
|
|
this.dr_value2.FieldName = "DR_VALUE2";
|
|
|
this.dr_value2.Name = "dr_value2";
|
|
|
this.dr_value2.Visible = true;
|
|
|
- this.dr_value2.VisibleIndex = 6;
|
|
|
+ this.dr_value2.VisibleIndex = 7;
|
|
|
|
|
|
|
|
|
|
|
@@ -2322,7 +2350,7 @@ namespace UAS_PLCDataReader
|
|
|
this.dr_value3.FieldName = "DR_VALUE3";
|
|
|
this.dr_value3.Name = "dr_value3";
|
|
|
this.dr_value3.Visible = true;
|
|
|
- this.dr_value3.VisibleIndex = 7;
|
|
|
+ this.dr_value3.VisibleIndex = 8;
|
|
|
|
|
|
|
|
|
|
|
@@ -2330,7 +2358,7 @@ namespace UAS_PLCDataReader
|
|
|
this.dr_value4.FieldName = "DR_VALUE4";
|
|
|
this.dr_value4.Name = "dr_value4";
|
|
|
this.dr_value4.Visible = true;
|
|
|
- this.dr_value4.VisibleIndex = 8;
|
|
|
+ this.dr_value4.VisibleIndex = 9;
|
|
|
|
|
|
|
|
|
|
|
@@ -2338,7 +2366,7 @@ namespace UAS_PLCDataReader
|
|
|
this.dr_value5.FieldName = "DR_VALUE5";
|
|
|
this.dr_value5.Name = "dr_value5";
|
|
|
this.dr_value5.Visible = true;
|
|
|
- this.dr_value5.VisibleIndex = 9;
|
|
|
+ this.dr_value5.VisibleIndex = 10;
|
|
|
|
|
|
|
|
|
|
|
@@ -2346,7 +2374,7 @@ namespace UAS_PLCDataReader
|
|
|
this.dr_value6.FieldName = "DR_VALUE6";
|
|
|
this.dr_value6.Name = "dr_value6";
|
|
|
this.dr_value6.Visible = true;
|
|
|
- this.dr_value6.VisibleIndex = 10;
|
|
|
+ this.dr_value6.VisibleIndex = 11;
|
|
|
|
|
|
|
|
|
|
|
@@ -2354,7 +2382,7 @@ namespace UAS_PLCDataReader
|
|
|
this.dr_value7.FieldName = "DR_VALUE7";
|
|
|
this.dr_value7.Name = "dr_value7";
|
|
|
this.dr_value7.Visible = true;
|
|
|
- this.dr_value7.VisibleIndex = 11;
|
|
|
+ this.dr_value7.VisibleIndex = 12;
|
|
|
|
|
|
|
|
|
|
|
@@ -2362,7 +2390,7 @@ namespace UAS_PLCDataReader
|
|
|
this.dr_value8.FieldName = "DR_VALUE8";
|
|
|
this.dr_value8.Name = "dr_value8";
|
|
|
this.dr_value8.Visible = true;
|
|
|
- this.dr_value8.VisibleIndex = 12;
|
|
|
+ this.dr_value8.VisibleIndex = 13;
|
|
|
|
|
|
|
|
|
|
|
@@ -2370,7 +2398,7 @@ namespace UAS_PLCDataReader
|
|
|
this.dr_value9.FieldName = "DR_VALUE9";
|
|
|
this.dr_value9.Name = "dr_value9";
|
|
|
this.dr_value9.Visible = true;
|
|
|
- this.dr_value9.VisibleIndex = 13;
|
|
|
+ this.dr_value9.VisibleIndex = 14;
|
|
|
|
|
|
|
|
|
|
|
@@ -2378,7 +2406,7 @@ namespace UAS_PLCDataReader
|
|
|
this.dr_value10.FieldName = "DR_VALUE10";
|
|
|
this.dr_value10.Name = "dr_value10";
|
|
|
this.dr_value10.Visible = true;
|
|
|
- this.dr_value10.VisibleIndex = 14;
|
|
|
+ this.dr_value10.VisibleIndex = 15;
|
|
|
|
|
|
|
|
|
|
|
@@ -2417,6 +2445,7 @@ namespace UAS_PLCDataReader
|
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Main_FormClosing);
|
|
|
this.Load += new System.EventHandler(this.Main_Load);
|
|
|
((System.ComponentModel.ISupportInitialize)(this.RibbonNav)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.applicationMenu1)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.MainTabControl)).EndInit();
|
|
|
this.MainTabControl.ResumeLayout(false);
|
|
|
this.PageDeviceList.ResumeLayout(false);
|
|
@@ -2690,5 +2719,8 @@ namespace UAS_PLCDataReader
|
|
|
private CheckEdit CheckPARAM;
|
|
|
private CheckEdit CheckINQTY;
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn dc_ifng;
|
|
|
+ private DevExpress.XtraGrid.Columns.GridColumn dc_address;
|
|
|
+ private DevExpress.XtraBars.Ribbon.ApplicationMenu applicationMenu1;
|
|
|
+ private DevExpress.XtraGrid.Columns.GridColumn dr_ngqty;
|
|
|
}
|
|
|
}
|