123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145 |
- namespace DW5S.App.UserControl
- {
- partial class CtrlStation
- {
- /// <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 Component 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()
- {
- DevExpress.XtraGrid.GridLevelNode gridLevelNode1 = new DevExpress.XtraGrid.GridLevelNode();
- AdChannelgView = new DevExpress.XtraGrid.Views.Grid.GridView();
- gcChNum = new DevExpress.XtraGrid.Columns.GridColumn();
- gcCenterFreq = new DevExpress.XtraGrid.Columns.GridColumn();
- gcSatInfoID = new DevExpress.XtraGrid.Columns.GridColumn();
- gcTxInfoId = new DevExpress.XtraGrid.Columns.GridColumn();
- gcEnable = new DevExpress.XtraGrid.Columns.GridColumn();
- gridStation = new DevExpress.XtraGrid.GridControl();
- Adgview = new DevExpress.XtraGrid.Views.Grid.GridView();
- ((System.ComponentModel.ISupportInitialize)AdChannelgView).BeginInit();
- ((System.ComponentModel.ISupportInitialize)gridStation).BeginInit();
- ((System.ComponentModel.ISupportInitialize)Adgview).BeginInit();
- SuspendLayout();
- //
- // AdChannelgView
- //
- AdChannelgView.Appearance.Row.Options.UseTextOptions = true;
- AdChannelgView.Appearance.Row.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
- AdChannelgView.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { gcChNum, gcCenterFreq, gcSatInfoID, gcTxInfoId, gcEnable });
- AdChannelgView.GridControl = gridStation;
- AdChannelgView.Name = "AdChannelgView";
- AdChannelgView.OptionsBehavior.Editable = false;
- AdChannelgView.OptionsView.ShowGroupPanel = false;
- //
- // gcChNum
- //
- gcChNum.Caption = "通道号";
- gcChNum.FieldName = "ChNum";
- gcChNum.Name = "gcChNum";
- gcChNum.Visible = true;
- gcChNum.VisibleIndex = 0;
- //
- // gcCenterFreq
- //
- gcCenterFreq.Caption = "中心频点(MHz)";
- gcCenterFreq.FieldName = "CenterFreq";
- gcCenterFreq.Name = "gcCenterFreq";
- gcCenterFreq.Visible = true;
- gcCenterFreq.VisibleIndex = 1;
- //
- // gcSatInfoID
- //
- gcSatInfoID.Caption = "对应卫星";
- gcSatInfoID.FieldName = "SatInfoID";
- gcSatInfoID.Name = "gcSatInfoID";
- gcSatInfoID.Visible = true;
- gcSatInfoID.VisibleIndex = 2;
- //
- // gcTxInfoId
- //
- gcTxInfoId.Caption = "对应天线";
- gcTxInfoId.FieldName = "TxInfoID";
- gcTxInfoId.Name = "gcTxInfoId";
- gcTxInfoId.Visible = true;
- gcTxInfoId.VisibleIndex = 3;
- //
- // gcEnable
- //
- gcEnable.Caption = "通道启用状态";
- gcEnable.FieldName = "Enable";
- gcEnable.Name = "gcEnable";
- gcEnable.Visible = true;
- gcEnable.VisibleIndex = 4;
- //
- // gridStation
- //
- gridStation.Dock = System.Windows.Forms.DockStyle.Fill;
- gridLevelNode1.LevelTemplate = AdChannelgView;
- gridLevelNode1.RelationName = "AdChannels";
- gridStation.LevelTree.Nodes.AddRange(new DevExpress.XtraGrid.GridLevelNode[] { gridLevelNode1 });
- gridStation.Location = new System.Drawing.Point(0, 0);
- gridStation.MainView = Adgview;
- gridStation.Name = "gridStation";
- gridStation.ShowOnlyPredefinedDetails = true;
- gridStation.Size = new System.Drawing.Size(647, 422);
- gridStation.TabIndex = 0;
- gridStation.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { Adgview, AdChannelgView });
- //
- // Adgview
- //
- Adgview.Appearance.Row.Options.UseTextOptions = true;
- Adgview.Appearance.Row.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
- Adgview.GridControl = gridStation;
- Adgview.Name = "Adgview";
- Adgview.OptionsBehavior.Editable = false;
- Adgview.OptionsSelection.MultiSelect = true;
- Adgview.OptionsView.ShowGroupPanel = false;
- Adgview.DoubleClick += gridView1_DoubleClick;
- //
- // CtrlStation
- //
- AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
- AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- Controls.Add(gridStation);
- Name = "CtrlStation";
- Size = new System.Drawing.Size(647, 422);
- Load += CtrlStation_Load;
- ((System.ComponentModel.ISupportInitialize)AdChannelgView).EndInit();
- ((System.ComponentModel.ISupportInitialize)gridStation).EndInit();
- ((System.ComponentModel.ISupportInitialize)Adgview).EndInit();
- ResumeLayout(false);
- }
- #endregion
- private DevExpress.XtraGrid.GridControl gridStation;
- private DevExpress.XtraGrid.Views.Grid.GridView Adgview;
- private DevExpress.XtraGrid.Views.Grid.GridView AdChannelgView;
- private DevExpress.XtraGrid.Columns.GridColumn gcChNum;
- private DevExpress.XtraGrid.Columns.GridColumn gcCenterFreq;
- private DevExpress.XtraGrid.Columns.GridColumn gcSatInfoID;
- private DevExpress.XtraGrid.Columns.GridColumn gcTxInfoId;
- private DevExpress.XtraGrid.Columns.GridColumn gcEnable;
- }
- }
|