|
@@ -264,6 +264,7 @@ namespace UAS_DeviceMonitor
|
|
|
//
|
|
//
|
|
|
// GridDeviceList
|
|
// GridDeviceList
|
|
|
//
|
|
//
|
|
|
|
|
+ this.GridDeviceList.Condition = null;
|
|
|
this.GridDeviceList.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.GridDeviceList.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
this.GridDeviceList.GetDataSQL = null;
|
|
this.GridDeviceList.GetDataSQL = null;
|
|
|
this.GridDeviceList.ID = null;
|
|
this.GridDeviceList.ID = null;
|
|
@@ -401,13 +402,17 @@ namespace UAS_DeviceMonitor
|
|
|
//
|
|
//
|
|
|
// Brand
|
|
// Brand
|
|
|
//
|
|
//
|
|
|
- this.Brand.Location = new System.Drawing.Point(47, 6);
|
|
|
|
|
|
|
+ this.Brand.Location = new System.Drawing.Point(47, 4);
|
|
|
this.Brand.MenuManager = this.RibbonNav;
|
|
this.Brand.MenuManager = this.RibbonNav;
|
|
|
this.Brand.Name = "Brand";
|
|
this.Brand.Name = "Brand";
|
|
|
|
|
+ this.Brand.Properties.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
|
|
+ this.Brand.Properties.Appearance.Options.UseFont = true;
|
|
|
this.Brand.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
this.Brand.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
|
- this.Brand.Size = new System.Drawing.Size(100, 20);
|
|
|
|
|
|
|
+ this.Brand.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
|
|
|
|
|
+ this.Brand.Size = new System.Drawing.Size(100, 24);
|
|
|
this.Brand.TabIndex = 4;
|
|
this.Brand.TabIndex = 4;
|
|
|
|
|
+ this.Brand.SelectedIndexChanged += new System.EventHandler(this.Brand_SelectedIndexChanged);
|
|
|
//
|
|
//
|
|
|
// ButtonNewCommand
|
|
// ButtonNewCommand
|
|
|
//
|
|
//
|
|
@@ -434,6 +439,7 @@ namespace UAS_DeviceMonitor
|
|
|
this.GridCommandSetting.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
this.GridCommandSetting.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
+ this.GridCommandSetting.Condition = null;
|
|
|
this.GridCommandSetting.GetDataSQL = null;
|
|
this.GridCommandSetting.GetDataSQL = null;
|
|
|
this.GridCommandSetting.ID = null;
|
|
this.GridCommandSetting.ID = null;
|
|
|
this.GridCommandSetting.InsertSQL = null;
|
|
this.GridCommandSetting.InsertSQL = null;
|
|
@@ -518,6 +524,7 @@ namespace UAS_DeviceMonitor
|
|
|
this.GridPollingSetting.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
this.GridPollingSetting.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
+ this.GridPollingSetting.Condition = null;
|
|
|
this.GridPollingSetting.GetDataSQL = null;
|
|
this.GridPollingSetting.GetDataSQL = null;
|
|
|
this.GridPollingSetting.ID = null;
|
|
this.GridPollingSetting.ID = null;
|
|
|
this.GridPollingSetting.InsertSQL = null;
|
|
this.GridPollingSetting.InsertSQL = null;
|
|
@@ -651,6 +658,7 @@ namespace UAS_DeviceMonitor
|
|
|
//
|
|
//
|
|
|
// GridPolling
|
|
// GridPolling
|
|
|
//
|
|
//
|
|
|
|
|
+ this.GridPolling.Condition = null;
|
|
|
this.GridPolling.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.GridPolling.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
this.GridPolling.GetDataSQL = null;
|
|
this.GridPolling.GetDataSQL = null;
|
|
|
this.GridPolling.ID = null;
|
|
this.GridPolling.ID = null;
|