| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358 | namespace Ips.Sps.Tools.SignalDdces{    partial class SignalDdcMainCtrl    {        /// <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()        {            components = new System.ComponentModel.Container();            bsMain = new BindingSource(components);            dataLayoutControl1 = new DevExpress.XtraDataLayout.DataLayoutControl();            btnDdc = new DevExpress.XtraEditors.SimpleButton();            grdMain = new DevExpress.XtraGrid.GridControl();            gvMain = new DevExpress.XtraGrid.Views.Grid.GridView();            colFfc = new DevExpress.XtraGrid.Columns.GridColumn();            colMutil = new DevExpress.XtraGrid.Columns.GridColumn();            FileInButtonEdit = new DevExpress.XtraEditors.ButtonEdit();            OutDirButtonEdit = new DevExpress.XtraEditors.ButtonEdit();            FsButtonEdit = new DevExpress.XtraEditors.ButtonEdit();            RealCheckEdit = new DevExpress.XtraEditors.CheckEdit();            GpuCheckEdit = new DevExpress.XtraEditors.CheckEdit();            Root = new DevExpress.XtraLayout.LayoutControlGroup();            layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();            ItemForFileIn = new DevExpress.XtraLayout.LayoutControlItem();            layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();            ItemForOutDir = new DevExpress.XtraLayout.LayoutControlItem();            ItemForFs = new DevExpress.XtraLayout.LayoutControlItem();            layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();            ItemForReal = new DevExpress.XtraLayout.LayoutControlItem();            ItemForGpu = new DevExpress.XtraLayout.LayoutControlItem();            dxError = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(components);            ((System.ComponentModel.ISupportInitialize)bsMain).BeginInit();            ((System.ComponentModel.ISupportInitialize)dataLayoutControl1).BeginInit();            dataLayoutControl1.SuspendLayout();            ((System.ComponentModel.ISupportInitialize)grdMain).BeginInit();            ((System.ComponentModel.ISupportInitialize)gvMain).BeginInit();            ((System.ComponentModel.ISupportInitialize)FileInButtonEdit.Properties).BeginInit();            ((System.ComponentModel.ISupportInitialize)OutDirButtonEdit.Properties).BeginInit();            ((System.ComponentModel.ISupportInitialize)FsButtonEdit.Properties).BeginInit();            ((System.ComponentModel.ISupportInitialize)RealCheckEdit.Properties).BeginInit();            ((System.ComponentModel.ISupportInitialize)GpuCheckEdit.Properties).BeginInit();            ((System.ComponentModel.ISupportInitialize)Root).BeginInit();            ((System.ComponentModel.ISupportInitialize)layoutControlGroup1).BeginInit();            ((System.ComponentModel.ISupportInitialize)ItemForFileIn).BeginInit();            ((System.ComponentModel.ISupportInitialize)layoutControlItem1).BeginInit();            ((System.ComponentModel.ISupportInitialize)ItemForOutDir).BeginInit();            ((System.ComponentModel.ISupportInitialize)ItemForFs).BeginInit();            ((System.ComponentModel.ISupportInitialize)layoutControlItem2).BeginInit();            ((System.ComponentModel.ISupportInitialize)ItemForReal).BeginInit();            ((System.ComponentModel.ISupportInitialize)ItemForGpu).BeginInit();            ((System.ComponentModel.ISupportInitialize)dxError).BeginInit();            SuspendLayout();            //             // bsMain            //             bsMain.DataSource = typeof(SignalDdcViewModel);            //             // dataLayoutControl1            //             dataLayoutControl1.Controls.Add(btnDdc);            dataLayoutControl1.Controls.Add(grdMain);            dataLayoutControl1.Controls.Add(FileInButtonEdit);            dataLayoutControl1.Controls.Add(OutDirButtonEdit);            dataLayoutControl1.Controls.Add(FsButtonEdit);            dataLayoutControl1.Controls.Add(RealCheckEdit);            dataLayoutControl1.Controls.Add(GpuCheckEdit);            dataLayoutControl1.DataSource = bsMain;            dataLayoutControl1.Dock = DockStyle.Fill;            dataLayoutControl1.Location = new Point(0, 0);            dataLayoutControl1.Name = "dataLayoutControl1";            dataLayoutControl1.Root = Root;            dataLayoutControl1.Size = new Size(835, 452);            dataLayoutControl1.TabIndex = 0;            dataLayoutControl1.Text = "dataLayoutControl1";            //             // btnDdc            //             btnDdc.Location = new Point(761, 12);            btnDdc.Name = "btnDdc";            btnDdc.Size = new Size(62, 22);            btnDdc.StyleController = dataLayoutControl1;            btnDdc.TabIndex = 6;            btnDdc.Text = "信道化";            btnDdc.Click += btnDdc_Click;            //             // grdMain            //             grdMain.DataMember = "DdcItems";            grdMain.DataSource = bsMain;            grdMain.Location = new Point(12, 38);            grdMain.MainView = gvMain;            grdMain.Name = "grdMain";            grdMain.Size = new Size(811, 402);            grdMain.TabIndex = 7;            grdMain.UseEmbeddedNavigator = true;            grdMain.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { gvMain });            //             // gvMain            //             gvMain.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { colFfc, colMutil });            gvMain.GridControl = grdMain;            gvMain.Name = "gvMain";            gvMain.OptionsView.NewItemRowPosition = DevExpress.XtraGrid.Views.Grid.NewItemRowPosition.Bottom;            gvMain.OptionsView.ShowGroupPanel = false;            //             // colFfc            //             colFfc.FieldName = "Ffc";            colFfc.Name = "colFfc";            colFfc.Visible = true;            colFfc.VisibleIndex = 0;            colFfc.Width = 181;            //             // colMutil            //             colMutil.FieldName = "Mutil";            colMutil.Name = "colMutil";            colMutil.Visible = true;            colMutil.VisibleIndex = 1;            colMutil.Width = 626;            //             // FileInButtonEdit            //             FileInButtonEdit.DataBindings.Add(new Binding("EditValue", bsMain, "FileIn", true, DataSourceUpdateMode.OnPropertyChanged));            FileInButtonEdit.Location = new Point(72, 12);            FileInButtonEdit.Name = "FileInButtonEdit";            FileInButtonEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton() });            FileInButtonEdit.Size = new Size(225, 20);            FileInButtonEdit.StyleController = dataLayoutControl1;            FileInButtonEdit.TabIndex = 0;            FileInButtonEdit.ButtonClick += FileInButtonEdit_ButtonClick;            //             // OutDirButtonEdit            //             OutDirButtonEdit.DataBindings.Add(new Binding("EditValue", bsMain, "OutDir", true, DataSourceUpdateMode.OnPropertyChanged));            OutDirButtonEdit.Location = new Point(361, 12);            OutDirButtonEdit.Name = "OutDirButtonEdit";            OutDirButtonEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton() });            OutDirButtonEdit.Size = new Size(94, 20);            OutDirButtonEdit.StyleController = dataLayoutControl1;            OutDirButtonEdit.TabIndex = 2;            OutDirButtonEdit.ButtonClick += OutDirButtonEdit_ButtonClick;            //             // FsButtonEdit            //             FsButtonEdit.DataBindings.Add(new Binding("EditValue", bsMain, "Fs", true, DataSourceUpdateMode.OnPropertyChanged));            FsButtonEdit.Location = new Point(519, 12);            FsButtonEdit.Name = "FsButtonEdit";            FsButtonEdit.Properties.Appearance.Options.UseTextOptions = true;            FsButtonEdit.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;            FsButtonEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton() });            FsButtonEdit.Properties.Mask.EditMask = "F";            FsButtonEdit.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;            FsButtonEdit.Properties.Mask.UseMaskAsDisplayFormat = true;            FsButtonEdit.Size = new Size(118, 20);            FsButtonEdit.StyleController = dataLayoutControl1;            FsButtonEdit.TabIndex = 3;            //             // RealCheckEdit            //             RealCheckEdit.DataBindings.Add(new Binding("EditValue", bsMain, "Real", true));            RealCheckEdit.Location = new Point(641, 12);            RealCheckEdit.Name = "RealCheckEdit";            RealCheckEdit.Properties.Caption = "实数";            RealCheckEdit.Properties.GlyphAlignment = DevExpress.Utils.HorzAlignment.Default;            RealCheckEdit.Size = new Size(56, 20);            RealCheckEdit.StyleController = dataLayoutControl1;            RealCheckEdit.TabIndex = 4;            //             // GpuCheckEdit            //             GpuCheckEdit.DataBindings.Add(new Binding("EditValue", bsMain, "Gpu", true));            GpuCheckEdit.Location = new Point(701, 12);            GpuCheckEdit.Name = "GpuCheckEdit";            GpuCheckEdit.Properties.Caption = "GPU";            GpuCheckEdit.Properties.GlyphAlignment = DevExpress.Utils.HorzAlignment.Default;            GpuCheckEdit.Size = new Size(56, 20);            GpuCheckEdit.StyleController = dataLayoutControl1;            GpuCheckEdit.TabIndex = 5;            //             // Root            //             Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;            Root.GroupBordersVisible = false;            Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlGroup1 });            Root.Name = "Root";            Root.Size = new Size(835, 452);            Root.TextVisible = false;            //             // layoutControlGroup1            //             layoutControlGroup1.AllowDrawBackground = false;            layoutControlGroup1.GroupBordersVisible = false;            layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { ItemForFileIn, layoutControlItem1, ItemForOutDir, ItemForFs, layoutControlItem2, ItemForReal, ItemForGpu });            layoutControlGroup1.Location = new Point(0, 0);            layoutControlGroup1.Name = "autoGeneratedGroup0";            layoutControlGroup1.Size = new Size(815, 432);            //             // ItemForFileIn            //             ItemForFileIn.Control = FileInButtonEdit;            ItemForFileIn.Location = new Point(0, 0);            ItemForFileIn.Name = "ItemForFileIn";            ItemForFileIn.Size = new Size(289, 26);            ItemForFileIn.Text = "输入文件";            ItemForFileIn.TextSize = new Size(48, 14);            //             // layoutControlItem1            //             layoutControlItem1.Control = grdMain;            layoutControlItem1.Location = new Point(0, 26);            layoutControlItem1.Name = "layoutControlItem1";            layoutControlItem1.Size = new Size(815, 406);            layoutControlItem1.TextSize = new Size(0, 0);            layoutControlItem1.TextVisible = false;            //             // ItemForOutDir            //             ItemForOutDir.Control = OutDirButtonEdit;            ItemForOutDir.Location = new Point(289, 0);            ItemForOutDir.Name = "ItemForOutDir";            ItemForOutDir.Size = new Size(158, 26);            ItemForOutDir.Text = "输出路径";            ItemForOutDir.TextSize = new Size(48, 14);            //             // ItemForFs            //             ItemForFs.Control = FsButtonEdit;            ItemForFs.Location = new Point(447, 0);            ItemForFs.MaxSize = new Size(182, 24);            ItemForFs.MinSize = new Size(182, 24);            ItemForFs.Name = "ItemForFs";            ItemForFs.Size = new Size(182, 26);            ItemForFs.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;            ItemForFs.Text = "采样率";            ItemForFs.TextSize = new Size(48, 14);            //             // layoutControlItem2            //             layoutControlItem2.Control = btnDdc;            layoutControlItem2.Location = new Point(749, 0);            layoutControlItem2.MaxSize = new Size(66, 26);            layoutControlItem2.MinSize = new Size(66, 26);            layoutControlItem2.Name = "layoutControlItem2";            layoutControlItem2.Size = new Size(66, 26);            layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;            layoutControlItem2.TextSize = new Size(0, 0);            layoutControlItem2.TextVisible = false;            //             // ItemForReal            //             ItemForReal.Control = RealCheckEdit;            ItemForReal.Location = new Point(629, 0);            ItemForReal.MaxSize = new Size(60, 24);            ItemForReal.MinSize = new Size(60, 24);            ItemForReal.Name = "ItemForReal";            ItemForReal.Size = new Size(60, 26);            ItemForReal.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;            ItemForReal.Text = "实数";            ItemForReal.TextSize = new Size(0, 0);            ItemForReal.TextVisible = false;            //             // ItemForGpu            //             ItemForGpu.Control = GpuCheckEdit;            ItemForGpu.Location = new Point(689, 0);            ItemForGpu.MaxSize = new Size(60, 24);            ItemForGpu.MinSize = new Size(60, 24);            ItemForGpu.Name = "ItemForGpu";            ItemForGpu.Size = new Size(60, 26);            ItemForGpu.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;            ItemForGpu.Text = "GPU";            ItemForGpu.TextSize = new Size(0, 0);            ItemForGpu.TextVisible = false;            //             // dxError            //             dxError.ContainerControl = this;            //             // SignalDdcMainCtrl            //             AutoScaleDimensions = new SizeF(7F, 14F);            AutoScaleMode = AutoScaleMode.Font;            Controls.Add(dataLayoutControl1);            Name = "SignalDdcMainCtrl";            Size = new Size(835, 452);            Load += SignalDdcMainCtrl_Load;            ((System.ComponentModel.ISupportInitialize)bsMain).EndInit();            ((System.ComponentModel.ISupportInitialize)dataLayoutControl1).EndInit();            dataLayoutControl1.ResumeLayout(false);            ((System.ComponentModel.ISupportInitialize)grdMain).EndInit();            ((System.ComponentModel.ISupportInitialize)gvMain).EndInit();            ((System.ComponentModel.ISupportInitialize)FileInButtonEdit.Properties).EndInit();            ((System.ComponentModel.ISupportInitialize)OutDirButtonEdit.Properties).EndInit();            ((System.ComponentModel.ISupportInitialize)FsButtonEdit.Properties).EndInit();            ((System.ComponentModel.ISupportInitialize)RealCheckEdit.Properties).EndInit();            ((System.ComponentModel.ISupportInitialize)GpuCheckEdit.Properties).EndInit();            ((System.ComponentModel.ISupportInitialize)Root).EndInit();            ((System.ComponentModel.ISupportInitialize)layoutControlGroup1).EndInit();            ((System.ComponentModel.ISupportInitialize)ItemForFileIn).EndInit();            ((System.ComponentModel.ISupportInitialize)layoutControlItem1).EndInit();            ((System.ComponentModel.ISupportInitialize)ItemForOutDir).EndInit();            ((System.ComponentModel.ISupportInitialize)ItemForFs).EndInit();            ((System.ComponentModel.ISupportInitialize)layoutControlItem2).EndInit();            ((System.ComponentModel.ISupportInitialize)ItemForReal).EndInit();            ((System.ComponentModel.ISupportInitialize)ItemForGpu).EndInit();            ((System.ComponentModel.ISupportInitialize)dxError).EndInit();            ResumeLayout(false);        }        #endregion        private BindingSource bsMain;        private DevExpress.XtraDataLayout.DataLayoutControl dataLayoutControl1;        private DevExpress.XtraEditors.ButtonEdit FileInButtonEdit;        private DevExpress.XtraEditors.ButtonEdit OutDirButtonEdit;        private DevExpress.XtraEditors.ButtonEdit FsButtonEdit;        private DevExpress.XtraLayout.LayoutControlGroup Root;        private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;        private DevExpress.XtraLayout.LayoutControlItem ItemForFileIn;        private DevExpress.XtraLayout.LayoutControlItem ItemForOutDir;        private DevExpress.XtraLayout.LayoutControlItem ItemForFs;        private DevExpress.XtraGrid.GridControl grdMain;        private DevExpress.XtraGrid.Views.Grid.GridView gvMain;        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;        private DevExpress.XtraEditors.SimpleButton btnDdc;        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;        private DevExpress.XtraGrid.Columns.GridColumn colFfc;        private DevExpress.XtraGrid.Columns.GridColumn colMutil;        private DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider dxError;        private DevExpress.XtraEditors.CheckEdit RealCheckEdit;        private DevExpress.XtraEditors.CheckEdit GpuCheckEdit;        private DevExpress.XtraLayout.LayoutControlItem ItemForReal;        private DevExpress.XtraLayout.LayoutControlItem ItemForGpu;    }}
 |