123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286 |
- using UAS_PLCDataReader.CustomerControl.ValueLabel;
- namespace UAS_PLCDataReader.Device.Infomation
- {
- partial class DeviceDetailInfo
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
- this.dnc_type = new UAS_PLCDataReader.CustomerControl.ValueLabel.ValueLabel();
- this.dnc_upperip = new UAS_PLCDataReader.CustomerControl.ValueLabel.ValueLabel();
- this.dnc_type_label = new DevExpress.XtraEditors.LabelControl();
- this.dnc_upperip_label = new DevExpress.XtraEditors.LabelControl();
- this.dnc_mac = new UAS_PLCDataReader.CustomerControl.ValueLabel.ValueLabel();
- this.dnc_gateway = new UAS_PLCDataReader.CustomerControl.ValueLabel.ValueLabel();
- this.dnc_mac_label = new DevExpress.XtraEditors.LabelControl();
- this.dnc_port = new UAS_PLCDataReader.CustomerControl.ValueLabel.ValueLabel();
- this.dnc_gateway_label = new DevExpress.XtraEditors.LabelControl();
- this.dnc_ip = new UAS_PLCDataReader.CustomerControl.ValueLabel.ValueLabel();
- 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();
- this.DC_NAME = new DevExpress.XtraGrid.Columns.GridColumn();
- this.DPC_ENABLE = new DevExpress.XtraGrid.Columns.GridColumn();
- this.repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
- ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
- this.groupControl1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.GridDeviceDetailInfo)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.GridViewDeviceDetailInfo)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit();
- this.SuspendLayout();
- //
- // groupControl1
- //
- this.groupControl1.Controls.Add(this.dnc_type);
- this.groupControl1.Controls.Add(this.dnc_upperip);
- 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.dnc_mac_label);
- this.groupControl1.Controls.Add(this.dnc_port);
- this.groupControl1.Controls.Add(this.dnc_gateway_label);
- this.groupControl1.Controls.Add(this.dnc_ip);
- 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);
- this.groupControl1.TabIndex = 0;
- this.groupControl1.Text = "设备联网信息";
- //
- // dnc_type
- //
- this.dnc_type.Appearance.Font = new System.Drawing.Font("黑体", 12F);
- this.dnc_type.Location = new System.Drawing.Point(79, 164);
- this.dnc_type.Name = "dnc_type";
- this.dnc_type.Size = new System.Drawing.Size(0, 16);
- this.dnc_type.TabIndex = 23;
- //
- // dnc_upperip
- //
- this.dnc_upperip.Appearance.Font = new System.Drawing.Font("黑体", 12F);
- this.dnc_upperip.Location = new System.Drawing.Point(79, 194);
- this.dnc_upperip.Name = "dnc_upperip";
- this.dnc_upperip.Size = new System.Drawing.Size(0, 16);
- this.dnc_upperip.TabIndex = 22;
- //
- // dnc_type_label
- //
- this.dnc_type_label.Appearance.Font = new System.Drawing.Font("黑体", 12F);
- this.dnc_type_label.Location = new System.Drawing.Point(13, 164);
- 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 = "类型";
- //
- // dnc_upperip_label
- //
- this.dnc_upperip_label.Appearance.Font = new System.Drawing.Font("黑体", 12F);
- this.dnc_upperip_label.Location = new System.Drawing.Point(13, 194);
- 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(79, 71);
- this.dnc_mac.Name = "dnc_mac";
- this.dnc_mac.Size = new System.Drawing.Size(0, 16);
- this.dnc_mac.TabIndex = 19;
- //
- // dnc_gateway
- //
- this.dnc_gateway.Appearance.Font = new System.Drawing.Font("黑体", 12F);
- this.dnc_gateway.Location = new System.Drawing.Point(79, 132);
- this.dnc_gateway.Name = "dnc_gateway";
- this.dnc_gateway.Size = new System.Drawing.Size(0, 16);
- this.dnc_gateway.TabIndex = 18;
- //
- // dnc_mac_label
- //
- this.dnc_mac_label.Appearance.Font = new System.Drawing.Font("黑体", 12F);
- this.dnc_mac_label.Location = new System.Drawing.Point(13, 71);
- 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
- //
- this.dnc_port.Appearance.Font = new System.Drawing.Font("黑体", 12F);
- this.dnc_port.Location = new System.Drawing.Point(79, 100);
- this.dnc_port.Name = "dnc_port";
- this.dnc_port.Size = new System.Drawing.Size(0, 16);
- this.dnc_port.TabIndex = 17;
- //
- // dnc_gateway_label
- //
- this.dnc_gateway_label.Appearance.Font = new System.Drawing.Font("黑体", 12F);
- this.dnc_gateway_label.Location = new System.Drawing.Point(13, 132);
- 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
- //
- this.dnc_ip.Appearance.Font = new System.Drawing.Font("黑体", 12F);
- this.dnc_ip.Location = new System.Drawing.Point(79, 41);
- this.dnc_ip.Name = "dnc_ip";
- this.dnc_ip.Size = new System.Drawing.Size(0, 16);
- this.dnc_ip.TabIndex = 16;
- //
- // dnc_port_label
- //
- this.dnc_port_label.Appearance.Font = new System.Drawing.Font("黑体", 12F);
- this.dnc_port_label.Location = new System.Drawing.Point(13, 100);
- 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 = "端口";
- //
- // dnc_ip_label
- //
- 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
- //
- this.GridDeviceDetailInfo.Location = new System.Drawing.Point(310, 12);
- this.GridDeviceDetailInfo.MainView = this.GridViewDeviceDetailInfo;
- this.GridDeviceDetailInfo.Name = "GridDeviceDetailInfo";
- this.GridDeviceDetailInfo.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
- this.repositoryItemCheckEdit1});
- this.GridDeviceDetailInfo.Size = new System.Drawing.Size(431, 349);
- this.GridDeviceDetailInfo.TabIndex = 2;
- this.GridDeviceDetailInfo.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
- this.GridViewDeviceDetailInfo});
- //
- // GridViewDeviceDetailInfo
- //
- this.GridViewDeviceDetailInfo.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
- this.DC_CODE,
- this.DC_NAME,
- this.DPC_ENABLE});
- this.GridViewDeviceDetailInfo.GridControl = this.GridDeviceDetailInfo;
- this.GridViewDeviceDetailInfo.Name = "GridViewDeviceDetailInfo";
- //
- // DC_CODE
- //
- this.DC_CODE.Caption = "指令编号";
- this.DC_CODE.FieldName = "DC_CODE";
- this.DC_CODE.Name = "DC_CODE";
- this.DC_CODE.OptionsColumn.AllowEdit = false;
- this.DC_CODE.Visible = true;
- this.DC_CODE.VisibleIndex = 0;
- //
- // DC_NAME
- //
- this.DC_NAME.Caption = "指令名称";
- this.DC_NAME.FieldName = "DC_NAME";
- this.DC_NAME.Name = "DC_NAME";
- this.DC_NAME.OptionsColumn.AllowEdit = false;
- this.DC_NAME.Visible = true;
- this.DC_NAME.VisibleIndex = 1;
- //
- // DPC_ENABLE
- //
- this.DPC_ENABLE.Caption = "是否启用";
- this.DPC_ENABLE.ColumnEdit = this.repositoryItemCheckEdit1;
- this.DPC_ENABLE.FieldName = "DPC_ENABLE";
- this.DPC_ENABLE.Name = "DPC_ENABLE";
- this.DPC_ENABLE.OptionsColumn.AllowEdit = false;
- this.DPC_ENABLE.Visible = true;
- this.DPC_ENABLE.VisibleIndex = 2;
- //
- // repositoryItemCheckEdit1
- //
- this.repositoryItemCheckEdit1.AutoHeight = false;
- this.repositoryItemCheckEdit1.Name = "repositoryItemCheckEdit1";
- this.repositoryItemCheckEdit1.NullStyle = DevExpress.XtraEditors.Controls.StyleIndeterminate.Unchecked;
- this.repositoryItemCheckEdit1.NullText = "0";
- this.repositoryItemCheckEdit1.ValueChecked = "-1";
- this.repositoryItemCheckEdit1.ValueUnchecked = "0";
- //
- // DeviceDetailInfo
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(747, 373);
- this.Controls.Add(this.GridDeviceDetailInfo);
- this.Controls.Add(this.groupControl1);
- this.FormBorderEffect = DevExpress.XtraEditors.FormBorderEffect.None;
- this.KeyPreview = true;
- this.MaximizeBox = false;
- this.Name = "DeviceDetailInfo";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
- this.Text = " ";
- this.Load += new System.EventHandler(this.DeviceDetailInfo_Load);
- this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.DeviceDetailInfo_KeyDown);
- ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
- this.groupControl1.ResumeLayout(false);
- this.groupControl1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.GridDeviceDetailInfo)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.GridViewDeviceDetailInfo)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private DevExpress.XtraEditors.GroupControl groupControl1;
- 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 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;
- private DevExpress.XtraGrid.Columns.GridColumn DC_NAME;
- private DevExpress.XtraGrid.Columns.GridColumn DPC_ENABLE;
- private DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit repositoryItemCheckEdit1;
- }
- }
|