|
@@ -453,11 +453,13 @@ namespace UAS_DeviceMonitor
|
|
|
//
|
|
//
|
|
|
this.ButtonSaveCommand.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.ButtonSaveCommand.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
this.ButtonSaveCommand.Grid = null;
|
|
this.ButtonSaveCommand.Grid = null;
|
|
|
|
|
+ this.ButtonSaveCommand.HandlerOtherFirst = true;
|
|
|
this.ButtonSaveCommand.Location = new System.Drawing.Point(956, 551);
|
|
this.ButtonSaveCommand.Location = new System.Drawing.Point(956, 551);
|
|
|
this.ButtonSaveCommand.Name = "ButtonSaveCommand";
|
|
this.ButtonSaveCommand.Name = "ButtonSaveCommand";
|
|
|
this.ButtonSaveCommand.Size = new System.Drawing.Size(64, 23);
|
|
this.ButtonSaveCommand.Size = new System.Drawing.Size(64, 23);
|
|
|
this.ButtonSaveCommand.TabIndex = 2;
|
|
this.ButtonSaveCommand.TabIndex = 2;
|
|
|
this.ButtonSaveCommand.Text = "保存";
|
|
this.ButtonSaveCommand.Text = "保存";
|
|
|
|
|
+ this.ButtonSaveCommand.Click += new System.EventHandler(this.ButtonSaveCommand_Click);
|
|
|
//
|
|
//
|
|
|
// GridCommandSetting
|
|
// GridCommandSetting
|
|
|
//
|
|
//
|
|
@@ -593,6 +595,7 @@ namespace UAS_DeviceMonitor
|
|
|
//
|
|
//
|
|
|
this.ButtonSaveCommandSet.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.ButtonSaveCommandSet.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
this.ButtonSaveCommandSet.Grid = null;
|
|
this.ButtonSaveCommandSet.Grid = null;
|
|
|
|
|
+ this.ButtonSaveCommandSet.HandlerOtherFirst = false;
|
|
|
this.ButtonSaveCommandSet.Location = new System.Drawing.Point(956, 549);
|
|
this.ButtonSaveCommandSet.Location = new System.Drawing.Point(956, 549);
|
|
|
this.ButtonSaveCommandSet.Name = "ButtonSaveCommandSet";
|
|
this.ButtonSaveCommandSet.Name = "ButtonSaveCommandSet";
|
|
|
this.ButtonSaveCommandSet.Size = new System.Drawing.Size(64, 23);
|
|
this.ButtonSaveCommandSet.Size = new System.Drawing.Size(64, 23);
|
|
@@ -793,6 +796,7 @@ namespace UAS_DeviceMonitor
|
|
|
//
|
|
//
|
|
|
this.ButtonSavePolling.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.ButtonSavePolling.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
this.ButtonSavePolling.Grid = null;
|
|
this.ButtonSavePolling.Grid = null;
|
|
|
|
|
+ this.ButtonSavePolling.HandlerOtherFirst = false;
|
|
|
this.ButtonSavePolling.Location = new System.Drawing.Point(949, 551);
|
|
this.ButtonSavePolling.Location = new System.Drawing.Point(949, 551);
|
|
|
this.ButtonSavePolling.Name = "ButtonSavePolling";
|
|
this.ButtonSavePolling.Name = "ButtonSavePolling";
|
|
|
this.ButtonSavePolling.Size = new System.Drawing.Size(64, 23);
|
|
this.ButtonSavePolling.Size = new System.Drawing.Size(64, 23);
|