|
|
@@ -270,7 +270,7 @@ namespace UAS_PLCDataReader
|
|
|
this.RibbonNav.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
|
|
|
this.DeviceInf,
|
|
|
this.DeviceCommandSetting});
|
|
|
- this.RibbonNav.Size = new System.Drawing.Size(1033, 128);
|
|
|
+ this.RibbonNav.Size = new System.Drawing.Size(1040, 128);
|
|
|
//
|
|
|
// ButtonDeviceList
|
|
|
//
|
|
|
@@ -400,7 +400,7 @@ namespace UAS_PLCDataReader
|
|
|
this.MainTabControl.Name = "MainTabControl";
|
|
|
this.MainTabControl.SelectedTabPage = this.PageDeviceList;
|
|
|
this.MainTabControl.ShowTabHeader = DevExpress.Utils.DefaultBoolean.False;
|
|
|
- this.MainTabControl.Size = new System.Drawing.Size(1033, 583);
|
|
|
+ this.MainTabControl.Size = new System.Drawing.Size(1040, 584);
|
|
|
this.MainTabControl.TabIndex = 3;
|
|
|
this.MainTabControl.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
|
|
|
this.PageDeviceList,
|
|
|
@@ -427,7 +427,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(1027, 577);
|
|
|
+ this.PageDeviceList.Size = new System.Drawing.Size(1034, 578);
|
|
|
this.PageDeviceList.Text = "xtraTabPage1";
|
|
|
this.PageDeviceList.VisibleChanged += new System.EventHandler(this.PageDeviceList_VisibleChanged);
|
|
|
//
|
|
|
@@ -435,7 +435,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(811, 4);
|
|
|
+ this.ButtonAddDevice.Location = new System.Drawing.Point(818, 4);
|
|
|
this.ButtonAddDevice.Name = "ButtonAddDevice";
|
|
|
this.ButtonAddDevice.Size = new System.Drawing.Size(64, 23);
|
|
|
this.ButtonAddDevice.TabIndex = 16;
|
|
|
@@ -445,7 +445,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(951, 4);
|
|
|
+ this.ButtonDeleteDevice.Location = new System.Drawing.Point(958, 4);
|
|
|
this.ButtonDeleteDevice.Name = "ButtonDeleteDevice";
|
|
|
this.ButtonDeleteDevice.Size = new System.Drawing.Size(64, 23);
|
|
|
this.ButtonDeleteDevice.TabIndex = 15;
|
|
|
@@ -456,7 +456,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(881, 4);
|
|
|
+ this.ButtonSaveDevice.Location = new System.Drawing.Point(888, 4);
|
|
|
this.ButtonSaveDevice.Name = "ButtonSaveDevice";
|
|
|
this.ButtonSaveDevice.Size = new System.Drawing.Size(64, 23);
|
|
|
this.ButtonSaveDevice.TabIndex = 14;
|
|
|
@@ -579,7 +579,7 @@ namespace UAS_PLCDataReader
|
|
|
this.GridDeviceList.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
|
|
|
this.DataItemRepositoryItemComboBox1});
|
|
|
this.GridDeviceList.RowCount = 0;
|
|
|
- this.GridDeviceList.Size = new System.Drawing.Size(1027, 546);
|
|
|
+ this.GridDeviceList.Size = new System.Drawing.Size(1034, 547);
|
|
|
this.GridDeviceList.TabIndex = 0;
|
|
|
this.GridDeviceList.TableName = null;
|
|
|
this.GridDeviceList.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
|
|
@@ -1944,7 +1944,7 @@ namespace UAS_PLCDataReader
|
|
|
this.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(128)))));
|
|
|
this.Appearance.Options.UseForeColor = true;
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
|
|
- this.ClientSize = new System.Drawing.Size(1033, 711);
|
|
|
+ this.ClientSize = new System.Drawing.Size(1040, 712);
|
|
|
this.Controls.Add(this.MainTabControl);
|
|
|
this.Controls.Add(this.RibbonNav);
|
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|