|
|
@@ -33,16 +33,16 @@ namespace UAS_DeviceMonitor.Device.Infomation
|
|
|
this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
|
|
|
this.dnc_type = new UAS_DeviceMonitor.CustomerControl.ValueLabel.ValueLabel();
|
|
|
this.dnc_upperip = new UAS_DeviceMonitor.CustomerControl.ValueLabel.ValueLabel();
|
|
|
- this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
|
|
|
- this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
|
|
|
+ this.dnc_type_label = new DevExpress.XtraEditors.LabelControl();
|
|
|
+ this.dnc_upperip_label = new DevExpress.XtraEditors.LabelControl();
|
|
|
this.dnc_mac = new UAS_DeviceMonitor.CustomerControl.ValueLabel.ValueLabel();
|
|
|
this.dnc_gateway = new UAS_DeviceMonitor.CustomerControl.ValueLabel.ValueLabel();
|
|
|
- this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
|
|
|
+ this.dnc_mac_label = new DevExpress.XtraEditors.LabelControl();
|
|
|
this.dnc_port = new UAS_DeviceMonitor.CustomerControl.ValueLabel.ValueLabel();
|
|
|
- this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
|
|
|
+ this.dnc_gateway_label = new DevExpress.XtraEditors.LabelControl();
|
|
|
this.dnc_ip = new UAS_DeviceMonitor.CustomerControl.ValueLabel.ValueLabel();
|
|
|
- this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
|
|
|
- this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
|
|
|
+ this.dnc_port_label = new DevExpress.XtraEditors.LabelControl();
|
|
|
+ this.dnc_ip_label = new DevExpress.XtraEditors.LabelControl();
|
|
|
this.GridDeviceDetailInfo = new DevExpress.XtraGrid.GridControl();
|
|
|
this.GridViewDeviceDetailInfo = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|
|
this.DC_CODE = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
|
@@ -60,16 +60,16 @@ namespace UAS_DeviceMonitor.Device.Infomation
|
|
|
//
|
|
|
this.groupControl1.Controls.Add(this.dnc_type);
|
|
|
this.groupControl1.Controls.Add(this.dnc_upperip);
|
|
|
- this.groupControl1.Controls.Add(this.labelControl6);
|
|
|
- this.groupControl1.Controls.Add(this.labelControl5);
|
|
|
+ this.groupControl1.Controls.Add(this.dnc_type_label);
|
|
|
+ this.groupControl1.Controls.Add(this.dnc_upperip_label);
|
|
|
this.groupControl1.Controls.Add(this.dnc_mac);
|
|
|
this.groupControl1.Controls.Add(this.dnc_gateway);
|
|
|
- this.groupControl1.Controls.Add(this.labelControl4);
|
|
|
+ this.groupControl1.Controls.Add(this.dnc_mac_label);
|
|
|
this.groupControl1.Controls.Add(this.dnc_port);
|
|
|
- this.groupControl1.Controls.Add(this.labelControl3);
|
|
|
+ this.groupControl1.Controls.Add(this.dnc_gateway_label);
|
|
|
this.groupControl1.Controls.Add(this.dnc_ip);
|
|
|
- this.groupControl1.Controls.Add(this.labelControl2);
|
|
|
- this.groupControl1.Controls.Add(this.labelControl1);
|
|
|
+ this.groupControl1.Controls.Add(this.dnc_port_label);
|
|
|
+ this.groupControl1.Controls.Add(this.dnc_ip_label);
|
|
|
this.groupControl1.Location = new System.Drawing.Point(12, 12);
|
|
|
this.groupControl1.Name = "groupControl1";
|
|
|
this.groupControl1.Size = new System.Drawing.Size(286, 349);
|
|
|
@@ -87,33 +87,33 @@ namespace UAS_DeviceMonitor.Device.Infomation
|
|
|
// dnc_upperip
|
|
|
//
|
|
|
this.dnc_upperip.Appearance.Font = new System.Drawing.Font("黑体", 12F);
|
|
|
- this.dnc_upperip.Location = new System.Drawing.Point(71, 173);
|
|
|
+ this.dnc_upperip.Location = new System.Drawing.Point(71, 171);
|
|
|
this.dnc_upperip.Name = "dnc_upperip";
|
|
|
this.dnc_upperip.Size = new System.Drawing.Size(0, 16);
|
|
|
this.dnc_upperip.TabIndex = 22;
|
|
|
//
|
|
|
- // labelControl6
|
|
|
+ // dnc_type_label
|
|
|
//
|
|
|
- this.labelControl6.Appearance.Font = new System.Drawing.Font("黑体", 12F);
|
|
|
- this.labelControl6.Location = new System.Drawing.Point(13, 204);
|
|
|
- this.labelControl6.Name = "labelControl6";
|
|
|
- this.labelControl6.Size = new System.Drawing.Size(32, 16);
|
|
|
- this.labelControl6.TabIndex = 21;
|
|
|
- this.labelControl6.Text = "类型";
|
|
|
+ this.dnc_type_label.Appearance.Font = new System.Drawing.Font("黑体", 12F);
|
|
|
+ this.dnc_type_label.Location = new System.Drawing.Point(13, 204);
|
|
|
+ this.dnc_type_label.Name = "dnc_type_label";
|
|
|
+ this.dnc_type_label.Size = new System.Drawing.Size(32, 16);
|
|
|
+ this.dnc_type_label.TabIndex = 21;
|
|
|
+ this.dnc_type_label.Text = "类型";
|
|
|
//
|
|
|
- // labelControl5
|
|
|
+ // dnc_upperip_label
|
|
|
//
|
|
|
- this.labelControl5.Appearance.Font = new System.Drawing.Font("黑体", 12F);
|
|
|
- this.labelControl5.Location = new System.Drawing.Point(13, 171);
|
|
|
- this.labelControl5.Name = "labelControl5";
|
|
|
- this.labelControl5.Size = new System.Drawing.Size(48, 16);
|
|
|
- this.labelControl5.TabIndex = 20;
|
|
|
- this.labelControl5.Text = "上级IP";
|
|
|
+ this.dnc_upperip_label.Appearance.Font = new System.Drawing.Font("黑体", 12F);
|
|
|
+ this.dnc_upperip_label.Location = new System.Drawing.Point(13, 171);
|
|
|
+ this.dnc_upperip_label.Name = "dnc_upperip_label";
|
|
|
+ this.dnc_upperip_label.Size = new System.Drawing.Size(48, 16);
|
|
|
+ this.dnc_upperip_label.TabIndex = 20;
|
|
|
+ this.dnc_upperip_label.Text = "上级IP";
|
|
|
//
|
|
|
// dnc_mac
|
|
|
//
|
|
|
this.dnc_mac.Appearance.Font = new System.Drawing.Font("黑体", 12F);
|
|
|
- this.dnc_mac.Location = new System.Drawing.Point(71, 137);
|
|
|
+ this.dnc_mac.Location = new System.Drawing.Point(71, 140);
|
|
|
this.dnc_mac.Name = "dnc_mac";
|
|
|
this.dnc_mac.Size = new System.Drawing.Size(0, 16);
|
|
|
this.dnc_mac.TabIndex = 19;
|
|
|
@@ -126,14 +126,14 @@ namespace UAS_DeviceMonitor.Device.Infomation
|
|
|
this.dnc_gateway.Size = new System.Drawing.Size(0, 16);
|
|
|
this.dnc_gateway.TabIndex = 18;
|
|
|
//
|
|
|
- // labelControl4
|
|
|
+ // dnc_mac_label
|
|
|
//
|
|
|
- this.labelControl4.Appearance.Font = new System.Drawing.Font("黑体", 12F);
|
|
|
- this.labelControl4.Location = new System.Drawing.Point(13, 140);
|
|
|
- this.labelControl4.Name = "labelControl4";
|
|
|
- this.labelControl4.Size = new System.Drawing.Size(24, 16);
|
|
|
- this.labelControl4.TabIndex = 6;
|
|
|
- this.labelControl4.Text = "MAC";
|
|
|
+ this.dnc_mac_label.Appearance.Font = new System.Drawing.Font("黑体", 12F);
|
|
|
+ this.dnc_mac_label.Location = new System.Drawing.Point(13, 140);
|
|
|
+ this.dnc_mac_label.Name = "dnc_mac_label";
|
|
|
+ this.dnc_mac_label.Size = new System.Drawing.Size(24, 16);
|
|
|
+ this.dnc_mac_label.TabIndex = 6;
|
|
|
+ this.dnc_mac_label.Text = "MAC";
|
|
|
//
|
|
|
// dnc_port
|
|
|
//
|
|
|
@@ -143,14 +143,14 @@ namespace UAS_DeviceMonitor.Device.Infomation
|
|
|
this.dnc_port.Size = new System.Drawing.Size(0, 16);
|
|
|
this.dnc_port.TabIndex = 17;
|
|
|
//
|
|
|
- // labelControl3
|
|
|
+ // dnc_gateway_label
|
|
|
//
|
|
|
- this.labelControl3.Appearance.Font = new System.Drawing.Font("黑体", 12F);
|
|
|
- this.labelControl3.Location = new System.Drawing.Point(13, 106);
|
|
|
- this.labelControl3.Name = "labelControl3";
|
|
|
- this.labelControl3.Size = new System.Drawing.Size(32, 16);
|
|
|
- this.labelControl3.TabIndex = 5;
|
|
|
- this.labelControl3.Text = "网关";
|
|
|
+ this.dnc_gateway_label.Appearance.Font = new System.Drawing.Font("黑体", 12F);
|
|
|
+ this.dnc_gateway_label.Location = new System.Drawing.Point(13, 106);
|
|
|
+ this.dnc_gateway_label.Name = "dnc_gateway_label";
|
|
|
+ this.dnc_gateway_label.Size = new System.Drawing.Size(32, 16);
|
|
|
+ this.dnc_gateway_label.TabIndex = 5;
|
|
|
+ this.dnc_gateway_label.Text = "网关";
|
|
|
//
|
|
|
// dnc_ip
|
|
|
//
|
|
|
@@ -160,23 +160,23 @@ namespace UAS_DeviceMonitor.Device.Infomation
|
|
|
this.dnc_ip.Size = new System.Drawing.Size(0, 16);
|
|
|
this.dnc_ip.TabIndex = 16;
|
|
|
//
|
|
|
- // labelControl2
|
|
|
+ // dnc_port_label
|
|
|
//
|
|
|
- this.labelControl2.Appearance.Font = new System.Drawing.Font("黑体", 12F);
|
|
|
- this.labelControl2.Location = new System.Drawing.Point(13, 74);
|
|
|
- this.labelControl2.Name = "labelControl2";
|
|
|
- this.labelControl2.Size = new System.Drawing.Size(32, 16);
|
|
|
- this.labelControl2.TabIndex = 4;
|
|
|
- this.labelControl2.Text = "端口";
|
|
|
+ this.dnc_port_label.Appearance.Font = new System.Drawing.Font("黑体", 12F);
|
|
|
+ this.dnc_port_label.Location = new System.Drawing.Point(13, 74);
|
|
|
+ this.dnc_port_label.Name = "dnc_port_label";
|
|
|
+ this.dnc_port_label.Size = new System.Drawing.Size(32, 16);
|
|
|
+ this.dnc_port_label.TabIndex = 4;
|
|
|
+ this.dnc_port_label.Text = "端口";
|
|
|
//
|
|
|
- // labelControl1
|
|
|
+ // dnc_ip_label
|
|
|
//
|
|
|
- this.labelControl1.Appearance.Font = new System.Drawing.Font("黑体", 12F);
|
|
|
- this.labelControl1.Location = new System.Drawing.Point(13, 41);
|
|
|
- this.labelControl1.Name = "labelControl1";
|
|
|
- this.labelControl1.Size = new System.Drawing.Size(16, 16);
|
|
|
- this.labelControl1.TabIndex = 0;
|
|
|
- this.labelControl1.Text = "IP";
|
|
|
+ this.dnc_ip_label.Appearance.Font = new System.Drawing.Font("黑体", 12F);
|
|
|
+ this.dnc_ip_label.Location = new System.Drawing.Point(13, 41);
|
|
|
+ this.dnc_ip_label.Name = "dnc_ip_label";
|
|
|
+ this.dnc_ip_label.Size = new System.Drawing.Size(16, 16);
|
|
|
+ this.dnc_ip_label.TabIndex = 0;
|
|
|
+ this.dnc_ip_label.Text = "IP";
|
|
|
//
|
|
|
// GridDeviceDetailInfo
|
|
|
//
|
|
|
@@ -222,8 +222,8 @@ namespace UAS_DeviceMonitor.Device.Infomation
|
|
|
this.DPC_ENABLE.Caption = "是否启用";
|
|
|
this.DPC_ENABLE.ColumnEdit = this.repositoryItemCheckEdit1;
|
|
|
this.DPC_ENABLE.FieldName = "DPC_ENABLE";
|
|
|
- this.DPC_ENABLE.OptionsColumn.AllowEdit = false;
|
|
|
this.DPC_ENABLE.Name = "DPC_ENABLE";
|
|
|
+ this.DPC_ENABLE.OptionsColumn.AllowEdit = false;
|
|
|
this.DPC_ENABLE.Visible = true;
|
|
|
this.DPC_ENABLE.VisibleIndex = 2;
|
|
|
//
|
|
|
@@ -263,18 +263,18 @@ namespace UAS_DeviceMonitor.Device.Infomation
|
|
|
#endregion
|
|
|
|
|
|
private DevExpress.XtraEditors.GroupControl groupControl1;
|
|
|
- private DevExpress.XtraEditors.LabelControl labelControl4;
|
|
|
- private DevExpress.XtraEditors.LabelControl labelControl3;
|
|
|
- private DevExpress.XtraEditors.LabelControl labelControl2;
|
|
|
- private DevExpress.XtraEditors.LabelControl labelControl1;
|
|
|
+ private DevExpress.XtraEditors.LabelControl dnc_mac_label;
|
|
|
+ private DevExpress.XtraEditors.LabelControl dnc_gateway_label;
|
|
|
+ private DevExpress.XtraEditors.LabelControl dnc_port_label;
|
|
|
+ private DevExpress.XtraEditors.LabelControl dnc_ip_label;
|
|
|
private ValueLabel dnc_mac;
|
|
|
private ValueLabel dnc_gateway;
|
|
|
private ValueLabel dnc_port;
|
|
|
private ValueLabel dnc_ip;
|
|
|
private DevExpress.XtraGrid.GridControl GridDeviceDetailInfo;
|
|
|
private DevExpress.XtraGrid.Views.Grid.GridView GridViewDeviceDetailInfo;
|
|
|
- private DevExpress.XtraEditors.LabelControl labelControl5;
|
|
|
- private DevExpress.XtraEditors.LabelControl labelControl6;
|
|
|
+ private DevExpress.XtraEditors.LabelControl dnc_upperip_label;
|
|
|
+ private DevExpress.XtraEditors.LabelControl dnc_type_label;
|
|
|
private ValueLabel dnc_type;
|
|
|
private ValueLabel dnc_upperip;
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn DC_CODE;
|