| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388 |
- namespace Ips.Sps.Sigs
- {
- partial class SigSelectForm
- {
- /// <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.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;
- }
- }
|