| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385 |
- namespace Ips.Sps.Sigs
- {
- partial class SigListForm
- {
- /// <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.bmgMain = new DevExpress.XtraBars.BarManager(this.components);
- this.bar1 = new DevExpress.XtraBars.Bar();
- this.btnAdd = new DevExpress.XtraBars.BarButtonItem();
- this.btnEdit = new DevExpress.XtraBars.BarButtonItem();
- this.btnDelete = new DevExpress.XtraBars.BarButtonItem();
- this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
- this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
- this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
- this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
- this.bsSigList = new DevExpress.Xpo.XPBindingSource(this.components);
- this.grdSigList = new DevExpress.XtraGrid.GridControl();
- 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.emtListEdit = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
- this.xpcEmt = new DevExpress.Xpo.XPCollection(this.components);
- this.colAdjaSatIds = new DevExpress.XtraGrid.Columns.GridColumn();
- this.satListEdit = new DevExpress.XtraEditors.Repository.RepositoryItemCheckedComboBoxEdit();
- this.xpcSat = new DevExpress.Xpo.XPCollection(this.components);
- this.colMainSatId = new DevExpress.XtraGrid.Columns.GridColumn();
- this.mainSatEdit = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
- this.colSigRangText = new DevExpress.XtraGrid.Columns.GridColumn();
- ((System.ComponentModel.ISupportInitialize)(this.bmgMain)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.bsSigList)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.grdSigList)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.gvSigList)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.emtListEdit)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.xpcEmt)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.satListEdit)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.xpcSat)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.mainSatEdit)).BeginInit();
- this.SuspendLayout();
- //
- // bmgMain
- //
- this.bmgMain.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
- this.bar1});
- this.bmgMain.DockControls.Add(this.barDockControlTop);
- this.bmgMain.DockControls.Add(this.barDockControlBottom);
- this.bmgMain.DockControls.Add(this.barDockControlLeft);
- this.bmgMain.DockControls.Add(this.barDockControlRight);
- this.bmgMain.Form = this;
- this.bmgMain.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
- this.btnAdd,
- this.btnEdit,
- this.btnDelete});
- this.bmgMain.MaxItemId = 3;
- //
- // bar1
- //
- this.bar1.BarName = "Tools";
- this.bar1.DockCol = 0;
- this.bar1.DockRow = 0;
- this.bar1.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
- this.bar1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
- new DevExpress.XtraBars.LinkPersistInfo(this.btnAdd),
- new DevExpress.XtraBars.LinkPersistInfo(this.btnEdit),
- new DevExpress.XtraBars.LinkPersistInfo(this.btnDelete)});
- this.bar1.OptionsBar.AllowQuickCustomization = false;
- this.bar1.OptionsBar.DrawBorder = false;
- this.bar1.OptionsBar.DrawDragBorder = false;
- this.bar1.OptionsBar.UseWholeRow = true;
- this.bar1.Text = "Tools";
- //
- // btnAdd
- //
- this.btnAdd.Caption = "添加";
- this.btnAdd.Id = 0;
- this.btnAdd.ImageOptions.ImageUri.Uri = "icon%20builder/actions_add";
- this.btnAdd.Name = "btnAdd";
- this.btnAdd.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
- this.btnAdd.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnAdd_ItemClick);
- //
- // btnEdit
- //
- this.btnEdit.Caption = "编辑";
- this.btnEdit.Id = 1;
- this.btnEdit.ImageOptions.ImageUri.Uri = "icon%20builder/actions_edit";
- this.btnEdit.Name = "btnEdit";
- this.btnEdit.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
- this.btnEdit.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnEdit_ItemClick);
- //
- // btnDelete
- //
- this.btnDelete.Caption = "删除";
- this.btnDelete.Id = 2;
- this.btnDelete.ImageOptions.ImageUri.Uri = "icon%20builder/actions_delete";
- this.btnDelete.Name = "btnDelete";
- this.btnDelete.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
- this.btnDelete.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnDelete_ItemClick);
- //
- // barDockControlTop
- //
- this.barDockControlTop.CausesValidation = false;
- this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
- this.barDockControlTop.Location = new System.Drawing.Point(0, 0);
- this.barDockControlTop.Manager = this.bmgMain;
- this.barDockControlTop.Size = new System.Drawing.Size(797, 24);
- //
- // barDockControlBottom
- //
- this.barDockControlBottom.CausesValidation = false;
- this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.barDockControlBottom.Location = new System.Drawing.Point(0, 413);
- this.barDockControlBottom.Manager = this.bmgMain;
- this.barDockControlBottom.Size = new System.Drawing.Size(797, 0);
- //
- // barDockControlLeft
- //
- this.barDockControlLeft.CausesValidation = false;
- this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
- this.barDockControlLeft.Location = new System.Drawing.Point(0, 24);
- this.barDockControlLeft.Manager = this.bmgMain;
- this.barDockControlLeft.Size = new System.Drawing.Size(0, 389);
- //
- // barDockControlRight
- //
- this.barDockControlRight.CausesValidation = false;
- this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
- this.barDockControlRight.Location = new System.Drawing.Point(797, 24);
- this.barDockControlRight.Manager = this.bmgMain;
- this.barDockControlRight.Size = new System.Drawing.Size(0, 389);
- //
- // bsSigList
- //
- this.bsSigList.ObjectType = typeof(Ips.Sps.Sigs.Signal);
- //
- // grdSigList
- //
- this.grdSigList.DataSource = this.bsSigList;
- this.grdSigList.Dock = System.Windows.Forms.DockStyle.Fill;
- this.grdSigList.Location = new System.Drawing.Point(0, 24);
- this.grdSigList.MainView = this.gvSigList;
- this.grdSigList.MenuManager = this.bmgMain;
- this.grdSigList.Name = "grdSigList";
- this.grdSigList.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
- this.emtListEdit,
- this.satListEdit,
- this.mainSatEdit});
- this.grdSigList.ShowOnlyPredefinedDetails = true;
- this.grdSigList.Size = new System.Drawing.Size(797, 389);
- this.grdSigList.TabIndex = 4;
- this.grdSigList.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
- this.gvSigList});
- //
- // 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.colAdjaSatIds,
- this.colMainSatId,
- this.colSigRangText});
- this.gvSigList.GridControl = this.grdSigList;
- this.gvSigList.Name = "gvSigList";
- this.gvSigList.OptionsBehavior.Editable = false;
- this.gvSigList.OptionsSelection.MultiSelect = true;
- this.gvSigList.OptionsView.ShowGroupPanel = false;
- this.gvSigList.RowClick += new DevExpress.XtraGrid.Views.Grid.RowClickEventHandler(this.gvSigList_RowClick);
- 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 = 0;
- this.colSigCategory.Width = 68;
- //
- // colSigType
- //
- this.colSigType.FieldName = "SigType";
- this.colSigType.Name = "colSigType";
- this.colSigType.Visible = true;
- this.colSigType.VisibleIndex = 1;
- this.colSigType.Width = 69;
- //
- // colSigFreq
- //
- this.colSigFreq.FieldName = "SigFreq";
- this.colSigFreq.Name = "colSigFreq";
- this.colSigFreq.Visible = true;
- this.colSigFreq.VisibleIndex = 2;
- this.colSigFreq.Width = 67;
- //
- // colBandWidth
- //
- this.colBandWidth.FieldName = "BandWidth";
- this.colBandWidth.Name = "colBandWidth";
- this.colBandWidth.Visible = true;
- this.colBandWidth.VisibleIndex = 3;
- this.colBandWidth.Width = 60;
- //
- // colSigLen
- //
- this.colSigLen.FieldName = "SigLen";
- this.colSigLen.Name = "colSigLen";
- this.colSigLen.Visible = true;
- this.colSigLen.VisibleIndex = 4;
- this.colSigLen.Width = 53;
- //
- // colEmtId
- //
- this.colEmtId.ColumnEdit = this.emtListEdit;
- this.colEmtId.FieldName = "EmtId";
- this.colEmtId.Name = "colEmtId";
- this.colEmtId.Visible = true;
- this.colEmtId.VisibleIndex = 5;
- this.colEmtId.Width = 66;
- //
- // emtListEdit
- //
- this.emtListEdit.AutoHeight = false;
- this.emtListEdit.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
- new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
- this.emtListEdit.DataSource = this.xpcEmt;
- this.emtListEdit.DisplayMember = "Name";
- this.emtListEdit.Name = "emtListEdit";
- this.emtListEdit.NullText = "未知";
- this.emtListEdit.ValueMember = "Oid";
- //
- // xpcEmt
- //
- this.xpcEmt.CriteriaString = "[Enable] = True";
- this.xpcEmt.ObjectType = typeof(Ips.Sps.Emts.Emt);
- //
- // colAdjaSatIds
- //
- this.colAdjaSatIds.ColumnEdit = this.satListEdit;
- this.colAdjaSatIds.FieldName = "AdjaSatIds";
- this.colAdjaSatIds.Name = "colAdjaSatIds";
- this.colAdjaSatIds.Visible = true;
- this.colAdjaSatIds.VisibleIndex = 7;
- this.colAdjaSatIds.Width = 196;
- //
- // satListEdit
- //
- this.satListEdit.AutoHeight = false;
- this.satListEdit.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
- new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
- this.satListEdit.DataSource = this.xpcSat;
- this.satListEdit.DisplayMember = "Name";
- this.satListEdit.Name = "satListEdit";
- this.satListEdit.NullText = "未知";
- this.satListEdit.ValueMember = "Oid";
- //
- // xpcSat
- //
- this.xpcSat.CriteriaString = "[Enable] = True";
- this.xpcSat.ObjectType = typeof(Ips.Sps.Sats.Sat);
- //
- // colMainSatId
- //
- this.colMainSatId.ColumnEdit = this.mainSatEdit;
- this.colMainSatId.FieldName = "MainSatId";
- this.colMainSatId.Name = "colMainSatId";
- this.colMainSatId.Visible = true;
- this.colMainSatId.VisibleIndex = 6;
- this.colMainSatId.Width = 80;
- //
- // mainSatEdit
- //
- this.mainSatEdit.AutoHeight = false;
- this.mainSatEdit.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
- new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
- this.mainSatEdit.DataSource = this.xpcSat;
- this.mainSatEdit.DisplayMember = "This";
- this.mainSatEdit.Name = "mainSatEdit";
- this.mainSatEdit.NullText = "未知";
- this.mainSatEdit.ValueMember = "Oid";
- //
- // colSigRangText
- //
- this.colSigRangText.FieldName = "SigRangText";
- this.colSigRangText.Name = "colSigRangText";
- this.colSigRangText.Visible = true;
- this.colSigRangText.VisibleIndex = 8;
- this.colSigRangText.Width = 148;
- //
- // SigListForm
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(797, 413);
- this.Controls.Add(this.grdSigList);
- this.Controls.Add(this.barDockControlLeft);
- this.Controls.Add(this.barDockControlRight);
- this.Controls.Add(this.barDockControlBottom);
- this.Controls.Add(this.barDockControlTop);
- this.Name = "SigListForm";
- this.Text = "信号管理";
- this.Load += new System.EventHandler(this.SigListForm_Load);
- ((System.ComponentModel.ISupportInitialize)(this.bmgMain)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.bsSigList)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.grdSigList)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.gvSigList)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.emtListEdit)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.xpcEmt)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.satListEdit)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.xpcSat)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.mainSatEdit)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private DevExpress.XtraBars.BarManager bmgMain;
- private DevExpress.XtraBars.Bar bar1;
- private DevExpress.XtraBars.BarDockControl barDockControlTop;
- private DevExpress.XtraBars.BarDockControl barDockControlBottom;
- private DevExpress.XtraBars.BarDockControl barDockControlLeft;
- private DevExpress.XtraBars.BarDockControl barDockControlRight;
- private DevExpress.Xpo.XPBindingSource bsSigList;
- private DevExpress.XtraBars.BarButtonItem btnAdd;
- private DevExpress.XtraBars.BarButtonItem btnEdit;
- private DevExpress.XtraBars.BarButtonItem btnDelete;
- private DevExpress.XtraGrid.GridControl grdSigList;
- private DevExpress.XtraGrid.Views.Grid.GridView gvSigList;
- 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 colAdjaSatIds;
- private DevExpress.XtraGrid.Columns.GridColumn colMainSatId;
- private DevExpress.XtraGrid.Columns.GridColumn colSigRangText;
- private DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit emtListEdit;
- private DevExpress.XtraEditors.Repository.RepositoryItemCheckedComboBoxEdit satListEdit;
- private DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit mainSatEdit;
- private DevExpress.Xpo.XPCollection xpcEmt;
- private DevExpress.Xpo.XPCollection xpcSat;
- }
- }
|