namespace Ips.Sps.Sigs { partial class SigSelectForm { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); this.btnCancel = new DevExpress.XtraEditors.SimpleButton(); this.btnOk = new DevExpress.XtraEditors.SimpleButton(); this.grdSigList = new DevExpress.XtraGrid.GridControl(); this.bsSigList = new DevExpress.Xpo.XPBindingSource(this.components); this.gvSigList = new DevExpress.XtraGrid.Views.Grid.GridView(); this.colOid = new DevExpress.XtraGrid.Columns.GridColumn(); this.colSigCategory = new DevExpress.XtraGrid.Columns.GridColumn(); this.colSigType = new DevExpress.XtraGrid.Columns.GridColumn(); this.colSigFreq = new DevExpress.XtraGrid.Columns.GridColumn(); this.colBandWidth = new DevExpress.XtraGrid.Columns.GridColumn(); this.colSigLen = new DevExpress.XtraGrid.Columns.GridColumn(); this.colEmtId = new DevExpress.XtraGrid.Columns.GridColumn(); this.emtIdEdit = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit(); this.xpcEmt = new DevExpress.Xpo.XPCollection(this.components); this.colMainSatId = new DevExpress.XtraGrid.Columns.GridColumn(); this.mainSatIdEdit = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit(); this.xpcSat = new DevExpress.Xpo.XPCollection(this.components); this.colAdjaSatIds = new DevExpress.XtraGrid.Columns.GridColumn(); this.adjaSatIdsEdit = new DevExpress.XtraEditors.Repository.RepositoryItemCheckedComboBoxEdit(); this.colSigRangText = new DevExpress.XtraGrid.Columns.GridColumn(); this.colRemark = new DevExpress.XtraGrid.Columns.GridColumn(); this.Root = new DevExpress.XtraLayout.LayoutControlGroup(); this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem(); this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem(); ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit(); this.layoutControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.grdSigList)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.bsSigList)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gvSigList)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.emtIdEdit)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xpcEmt)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.mainSatIdEdit)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xpcSat)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.adjaSatIdsEdit)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit(); this.SuspendLayout(); // // layoutControl1 // this.layoutControl1.Controls.Add(this.btnCancel); this.layoutControl1.Controls.Add(this.btnOk); this.layoutControl1.Controls.Add(this.grdSigList); this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.layoutControl1.Location = new System.Drawing.Point(0, 0); this.layoutControl1.Name = "layoutControl1"; this.layoutControl1.Root = this.Root; this.layoutControl1.Size = new System.Drawing.Size(931, 435); this.layoutControl1.TabIndex = 0; this.layoutControl1.Text = "layoutControl1"; // // btnCancel // this.btnCancel.Location = new System.Drawing.Point(870, 408); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(56, 22); this.btnCancel.StyleController = this.layoutControl1; this.btnCancel.TabIndex = 3; this.btnCancel.Text = "取消"; // // btnOk // this.btnOk.Location = new System.Drawing.Point(810, 408); this.btnOk.Name = "btnOk"; this.btnOk.Size = new System.Drawing.Size(56, 22); this.btnOk.StyleController = this.layoutControl1; this.btnOk.TabIndex = 2; this.btnOk.Text = "确认"; this.btnOk.Click += new System.EventHandler(this.btnOk_Click); // // grdSigList // this.grdSigList.DataSource = this.bsSigList; this.grdSigList.Location = new System.Drawing.Point(5, 5); this.grdSigList.MainView = this.gvSigList; this.grdSigList.Name = "grdSigList"; this.grdSigList.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { this.emtIdEdit, this.mainSatIdEdit, this.adjaSatIdsEdit}); this.grdSigList.Size = new System.Drawing.Size(921, 399); this.grdSigList.TabIndex = 0; this.grdSigList.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gvSigList}); // // bsSigList // this.bsSigList.DisplayableProperties = "Oid;SigCategory;SigType;SigFreq;BandWidth;SigLen;EmtId;MainSatId;AdjaSatIds;SigRa" + "ngText;Remark"; this.bsSigList.ObjectType = typeof(Ips.Sps.Sigs.Signal); // // gvSigList // this.gvSigList.Appearance.Row.Options.UseTextOptions = true; this.gvSigList.Appearance.Row.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near; this.gvSigList.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.colOid, this.colSigCategory, this.colSigType, this.colSigFreq, this.colBandWidth, this.colSigLen, this.colEmtId, this.colMainSatId, this.colAdjaSatIds, this.colSigRangText, this.colRemark}); this.gvSigList.GridControl = this.grdSigList; this.gvSigList.Name = "gvSigList"; this.gvSigList.OptionsBehavior.Editable = false; this.gvSigList.OptionsSelection.MultiSelect = true; this.gvSigList.OptionsSelection.MultiSelectMode = DevExpress.XtraGrid.Views.Grid.GridMultiSelectMode.CheckBoxRowSelect; this.gvSigList.OptionsView.ShowGroupPanel = false; this.gvSigList.CustomColumnDisplayText += new DevExpress.XtraGrid.Views.Base.CustomColumnDisplayTextEventHandler(this.gvSigList_CustomColumnDisplayText); // // colOid // this.colOid.FieldName = "Oid"; this.colOid.Name = "colOid"; // // colSigCategory // this.colSigCategory.FieldName = "SigCategory"; this.colSigCategory.Name = "colSigCategory"; this.colSigCategory.Visible = true; this.colSigCategory.VisibleIndex = 1; // // colSigType // this.colSigType.FieldName = "SigType"; this.colSigType.Name = "colSigType"; this.colSigType.Visible = true; this.colSigType.VisibleIndex = 2; // // colSigFreq // this.colSigFreq.FieldName = "SigFreq"; this.colSigFreq.Name = "colSigFreq"; this.colSigFreq.Visible = true; this.colSigFreq.VisibleIndex = 3; // // colBandWidth // this.colBandWidth.FieldName = "BandWidth"; this.colBandWidth.Name = "colBandWidth"; this.colBandWidth.Visible = true; this.colBandWidth.VisibleIndex = 4; // // colSigLen // this.colSigLen.FieldName = "SigLen"; this.colSigLen.Name = "colSigLen"; this.colSigLen.Visible = true; this.colSigLen.VisibleIndex = 5; // // colEmtId // this.colEmtId.ColumnEdit = this.emtIdEdit; this.colEmtId.FieldName = "EmtId"; this.colEmtId.Name = "colEmtId"; this.colEmtId.Visible = true; this.colEmtId.VisibleIndex = 6; // // emtIdEdit // this.emtIdEdit.AutoHeight = false; this.emtIdEdit.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.emtIdEdit.DataSource = this.xpcEmt; this.emtIdEdit.DisplayMember = "Name"; this.emtIdEdit.Name = "emtIdEdit"; this.emtIdEdit.NullText = "未知"; this.emtIdEdit.ValueMember = "Oid"; // // xpcEmt // this.xpcEmt.DisplayableProperties = "Oid;Code;Name"; this.xpcEmt.ObjectType = typeof(Ips.Sps.Emts.Emt); // // colMainSatId // this.colMainSatId.ColumnEdit = this.mainSatIdEdit; this.colMainSatId.FieldName = "MainSatId"; this.colMainSatId.Name = "colMainSatId"; this.colMainSatId.Visible = true; this.colMainSatId.VisibleIndex = 7; // // mainSatIdEdit // this.mainSatIdEdit.AutoHeight = false; this.mainSatIdEdit.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.mainSatIdEdit.DataSource = this.xpcSat; this.mainSatIdEdit.DisplayMember = "Name"; this.mainSatIdEdit.Name = "mainSatIdEdit"; this.mainSatIdEdit.NullText = "无"; this.mainSatIdEdit.ValueMember = "Oid"; // // xpcSat // this.xpcSat.DisplayableProperties = "Oid;SatNum;Name;SatType;GroupName"; this.xpcSat.ObjectType = typeof(Ips.Sps.Sats.Sat); // // colAdjaSatIds // this.colAdjaSatIds.ColumnEdit = this.adjaSatIdsEdit; this.colAdjaSatIds.FieldName = "AdjaSatIds"; this.colAdjaSatIds.Name = "colAdjaSatIds"; this.colAdjaSatIds.Visible = true; this.colAdjaSatIds.VisibleIndex = 8; // // adjaSatIdsEdit // this.adjaSatIdsEdit.AutoHeight = false; this.adjaSatIdsEdit.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.adjaSatIdsEdit.DataSource = this.xpcSat; this.adjaSatIdsEdit.DisplayMember = "Name"; this.adjaSatIdsEdit.Name = "adjaSatIdsEdit"; this.adjaSatIdsEdit.ValueMember = "Oid"; // // colSigRangText // this.colSigRangText.FieldName = "SigRangText"; this.colSigRangText.Name = "colSigRangText"; this.colSigRangText.Visible = true; this.colSigRangText.VisibleIndex = 9; // // colRemark // this.colRemark.FieldName = "Remark"; this.colRemark.Name = "colRemark"; // // Root // this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; this.Root.GroupBordersVisible = false; this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { this.layoutControlItem1, this.layoutControlItem2, this.layoutControlItem3, this.emptySpaceItem1}); this.Root.Name = "Root"; this.Root.Padding = new DevExpress.XtraLayout.Utils.Padding(3, 3, 3, 3); this.Root.Size = new System.Drawing.Size(931, 435); this.Root.TextVisible = false; // // layoutControlItem1 // this.layoutControlItem1.Control = this.grdSigList; this.layoutControlItem1.Location = new System.Drawing.Point(0, 0); this.layoutControlItem1.Name = "layoutControlItem1"; this.layoutControlItem1.Size = new System.Drawing.Size(925, 403); this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem1.TextVisible = false; // // layoutControlItem2 // this.layoutControlItem2.Control = this.btnOk; this.layoutControlItem2.Location = new System.Drawing.Point(805, 403); this.layoutControlItem2.MaxSize = new System.Drawing.Size(60, 26); this.layoutControlItem2.MinSize = new System.Drawing.Size(60, 26); this.layoutControlItem2.Name = "layoutControlItem2"; this.layoutControlItem2.Size = new System.Drawing.Size(60, 26); this.layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem2.TextVisible = false; // // layoutControlItem3 // this.layoutControlItem3.Control = this.btnCancel; this.layoutControlItem3.Location = new System.Drawing.Point(865, 403); this.layoutControlItem3.MaxSize = new System.Drawing.Size(60, 26); this.layoutControlItem3.MinSize = new System.Drawing.Size(60, 26); this.layoutControlItem3.Name = "layoutControlItem3"; this.layoutControlItem3.Size = new System.Drawing.Size(60, 26); this.layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem3.TextVisible = false; // // emptySpaceItem1 // this.emptySpaceItem1.AllowHotTrack = false; this.emptySpaceItem1.Location = new System.Drawing.Point(0, 403); this.emptySpaceItem1.Name = "emptySpaceItem1"; this.emptySpaceItem1.Size = new System.Drawing.Size(805, 26); this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0); // // SigSelectForm // this.AcceptButton = this.btnOk; this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.btnCancel; this.ClientSize = new System.Drawing.Size(931, 435); this.Controls.Add(this.layoutControl1); this.IconOptions.ShowIcon = false; this.Name = "SigSelectForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "选择信号"; this.Load += new System.EventHandler(this.SigSelectForm_Load); ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit(); this.layoutControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.grdSigList)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.bsSigList)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gvSigList)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.emtIdEdit)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xpcEmt)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.mainSatIdEdit)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xpcSat)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.adjaSatIdsEdit)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraLayout.LayoutControl layoutControl1; private DevExpress.XtraGrid.GridControl grdSigList; private DevExpress.XtraGrid.Views.Grid.GridView gvSigList; private DevExpress.XtraLayout.LayoutControlGroup Root; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1; private DevExpress.XtraEditors.SimpleButton btnCancel; private DevExpress.XtraEditors.SimpleButton btnOk; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3; private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1; private DevExpress.Xpo.XPBindingSource bsSigList; private DevExpress.XtraGrid.Columns.GridColumn colOid; private DevExpress.XtraGrid.Columns.GridColumn colSigCategory; private DevExpress.XtraGrid.Columns.GridColumn colSigType; private DevExpress.XtraGrid.Columns.GridColumn colSigFreq; private DevExpress.XtraGrid.Columns.GridColumn colBandWidth; private DevExpress.XtraGrid.Columns.GridColumn colSigLen; private DevExpress.XtraGrid.Columns.GridColumn colEmtId; private DevExpress.XtraGrid.Columns.GridColumn colMainSatId; private DevExpress.XtraGrid.Columns.GridColumn colAdjaSatIds; private DevExpress.XtraGrid.Columns.GridColumn colSigRangText; private DevExpress.XtraGrid.Columns.GridColumn colRemark; private DevExpress.Xpo.XPCollection xpcEmt; private DevExpress.Xpo.XPCollection xpcSat; private DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit emtIdEdit; private DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit mainSatIdEdit; private DevExpress.XtraEditors.Repository.RepositoryItemCheckedComboBoxEdit adjaSatIdsEdit; } }