Browse Source

修改按钮挂靠位置

章政 7 years ago
parent
commit
e5485e0875
1 changed files with 3 additions and 2 deletions
  1. 3 2
      UAS_DeviceMonitor/Main.Designer.cs

+ 3 - 2
UAS_DeviceMonitor/Main.Designer.cs

@@ -610,6 +610,7 @@ namespace UAS_DeviceMonitor
             // 
             // ButtonPausePolling
             // 
+            this.ButtonPausePolling.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
             this.ButtonPausePolling.Location = new System.Drawing.Point(734, 549);
             this.ButtonPausePolling.Name = "ButtonPausePolling";
             this.ButtonPausePolling.Size = new System.Drawing.Size(75, 23);
@@ -619,6 +620,7 @@ namespace UAS_DeviceMonitor
             // 
             // ButtonStartPolling
             // 
+            this.ButtonStartPolling.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
             this.ButtonStartPolling.Location = new System.Drawing.Point(653, 549);
             this.ButtonStartPolling.Name = "ButtonStartPolling";
             this.ButtonStartPolling.Size = new System.Drawing.Size(75, 23);
@@ -642,8 +644,7 @@ namespace UAS_DeviceMonitor
             this.GridPollingSetting.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
             this.dpc_enableCheckEdit,
             this.PollingSetItemLookUpEdit,
-            this.PollSettingItemColorEdit
-            });
+            this.PollSettingItemColorEdit});
             this.GridPollingSetting.RowCount = 0;
             this.GridPollingSetting.Size = new System.Drawing.Size(1027, 544);
             this.GridPollingSetting.TabIndex = 0;