|
|
@@ -225,7 +225,6 @@ namespace UAS_DeviceMonitor
|
|
|
this.DeviceInf,
|
|
|
this.DeviceCommandSetting});
|
|
|
this.RibbonNav.Size = new System.Drawing.Size(1033, 128);
|
|
|
- this.RibbonNav.Click += new System.EventHandler(this.RibbonNav_Click);
|
|
|
//
|
|
|
// ButtonDeviceList
|
|
|
//
|
|
|
@@ -386,12 +385,13 @@ namespace UAS_DeviceMonitor
|
|
|
//
|
|
|
this.ButtonSaveDevice.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
this.ButtonSaveDevice.Grid = null;
|
|
|
- this.ButtonSaveDevice.HandlerOtherFirst = false;
|
|
|
+ this.ButtonSaveDevice.HandlerOtherFirst = true;
|
|
|
this.ButtonSaveDevice.Location = new System.Drawing.Point(865, 5);
|
|
|
this.ButtonSaveDevice.Name = "ButtonSaveDevice";
|
|
|
this.ButtonSaveDevice.Size = new System.Drawing.Size(64, 23);
|
|
|
this.ButtonSaveDevice.TabIndex = 14;
|
|
|
this.ButtonSaveDevice.Text = "保存";
|
|
|
+ this.ButtonSaveDevice.Click += new System.EventHandler(this.ButtonSaveDevice_Click);
|
|
|
//
|
|
|
// ComBoxDeviceListMan
|
|
|
//
|