| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328 |
- namespace Ips.Sps.Tools.SignalMerges
- {
- partial class SignalMergeMainCtrl
- {
- /// <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();
- DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions2 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
- DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject5 = new DevExpress.Utils.SerializableAppearanceObject();
- DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject6 = new DevExpress.Utils.SerializableAppearanceObject();
- DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject7 = new DevExpress.Utils.SerializableAppearanceObject();
- DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject8 = new DevExpress.Utils.SerializableAppearanceObject();
- bsMain = new BindingSource(components);
- dataLayoutControl1 = new DevExpress.XtraDataLayout.DataLayoutControl();
- btnSigMerge = new DevExpress.XtraEditors.SimpleButton();
- grdMain = new DevExpress.XtraGrid.GridControl();
- gvMain = new DevExpress.XtraGrid.Views.Grid.GridView();
- colFileName = new DevExpress.XtraGrid.Columns.GridColumn();
- inFileEdit = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
- colFfc = new DevExpress.XtraGrid.Columns.GridColumn();
- ffcEdit = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
- InFsButtonEdit = new DevExpress.XtraEditors.ButtonEdit();
- OutFsButtonEdit = new DevExpress.XtraEditors.ButtonEdit();
- OutFileButtonEdit = new DevExpress.XtraEditors.ButtonEdit();
- Root = new DevExpress.XtraLayout.LayoutControlGroup();
- layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
- ItemForInFs = new DevExpress.XtraLayout.LayoutControlItem();
- layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
- ItemForOutFs = new DevExpress.XtraLayout.LayoutControlItem();
- ItemForOutFile = new DevExpress.XtraLayout.LayoutControlItem();
- layoutControlItem2 = 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)inFileEdit).BeginInit();
- ((System.ComponentModel.ISupportInitialize)ffcEdit).BeginInit();
- ((System.ComponentModel.ISupportInitialize)InFsButtonEdit.Properties).BeginInit();
- ((System.ComponentModel.ISupportInitialize)OutFsButtonEdit.Properties).BeginInit();
- ((System.ComponentModel.ISupportInitialize)OutFileButtonEdit.Properties).BeginInit();
- ((System.ComponentModel.ISupportInitialize)Root).BeginInit();
- ((System.ComponentModel.ISupportInitialize)layoutControlGroup1).BeginInit();
- ((System.ComponentModel.ISupportInitialize)ItemForInFs).BeginInit();
- ((System.ComponentModel.ISupportInitialize)layoutControlItem1).BeginInit();
- ((System.ComponentModel.ISupportInitialize)ItemForOutFs).BeginInit();
- ((System.ComponentModel.ISupportInitialize)ItemForOutFile).BeginInit();
- ((System.ComponentModel.ISupportInitialize)layoutControlItem2).BeginInit();
- ((System.ComponentModel.ISupportInitialize)dxError).BeginInit();
- SuspendLayout();
- //
- // bsMain
- //
- bsMain.DataSource = typeof(SignalMergeViewModel);
- //
- // dataLayoutControl1
- //
- dataLayoutControl1.Controls.Add(btnSigMerge);
- dataLayoutControl1.Controls.Add(grdMain);
- dataLayoutControl1.Controls.Add(InFsButtonEdit);
- dataLayoutControl1.Controls.Add(OutFsButtonEdit);
- dataLayoutControl1.Controls.Add(OutFileButtonEdit);
- dataLayoutControl1.DataSource = bsMain;
- dataLayoutControl1.Dock = DockStyle.Fill;
- dataLayoutControl1.Location = new Point(0, 0);
- dataLayoutControl1.Name = "dataLayoutControl1";
- dataLayoutControl1.Root = Root;
- dataLayoutControl1.Size = new Size(738, 514);
- dataLayoutControl1.TabIndex = 0;
- dataLayoutControl1.Text = "dataLayoutControl1";
- //
- // btnSigMerge
- //
- btnSigMerge.Location = new Point(674, 12);
- btnSigMerge.Name = "btnSigMerge";
- btnSigMerge.Size = new Size(52, 22);
- btnSigMerge.StyleController = dataLayoutControl1;
- btnSigMerge.TabIndex = 5;
- btnSigMerge.Text = "合并";
- btnSigMerge.Click += btnSigMerge_Click;
- //
- // grdMain
- //
- grdMain.DataMember = "MergeItems";
- grdMain.DataSource = bsMain;
- grdMain.Location = new Point(12, 38);
- grdMain.MainView = gvMain;
- grdMain.Name = "grdMain";
- grdMain.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { inFileEdit, ffcEdit });
- grdMain.Size = new Size(714, 464);
- grdMain.TabIndex = 4;
- grdMain.UseEmbeddedNavigator = true;
- grdMain.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { gvMain });
- //
- // gvMain
- //
- gvMain.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { colFileName, colFfc });
- gvMain.GridControl = grdMain;
- gvMain.Name = "gvMain";
- gvMain.OptionsView.NewItemRowPosition = DevExpress.XtraGrid.Views.Grid.NewItemRowPosition.Bottom;
- gvMain.OptionsView.ShowGroupPanel = false;
- //
- // colFileName
- //
- colFileName.ColumnEdit = inFileEdit;
- colFileName.FieldName = "FileName";
- colFileName.Name = "colFileName";
- colFileName.Visible = true;
- colFileName.VisibleIndex = 0;
- colFileName.Width = 575;
- //
- // inFileEdit
- //
- inFileEdit.AutoHeight = false;
- inFileEdit.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton() });
- inFileEdit.Name = "inFileEdit";
- inFileEdit.ButtonClick += inFileEdit_ButtonClick;
- //
- // colFfc
- //
- colFfc.ColumnEdit = ffcEdit;
- colFfc.FieldName = "Ffc";
- colFfc.Name = "colFfc";
- colFfc.Visible = true;
- colFfc.VisibleIndex = 1;
- colFfc.Width = 232;
- //
- // ffcEdit
- //
- ffcEdit.AutoHeight = false;
- ffcEdit.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "MHz", -1, false, true, false, editorButtonImageOptions2, new DevExpress.Utils.KeyShortcut(Keys.None), serializableAppearanceObject5, serializableAppearanceObject6, serializableAppearanceObject7, serializableAppearanceObject8, "", null, null, DevExpress.Utils.ToolTipAnchor.Default) });
- ffcEdit.Name = "ffcEdit";
- //
- // InFsButtonEdit
- //
- InFsButtonEdit.DataBindings.Add(new Binding("EditValue", bsMain, "InFs", true, DataSourceUpdateMode.OnPropertyChanged));
- InFsButtonEdit.Location = new Point(84, 12);
- InFsButtonEdit.Name = "InFsButtonEdit";
- InFsButtonEdit.Properties.Appearance.Options.UseTextOptions = true;
- InFsButtonEdit.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
- InFsButtonEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton() });
- InFsButtonEdit.Properties.Mask.EditMask = "F";
- InFsButtonEdit.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
- InFsButtonEdit.Properties.Mask.UseMaskAsDisplayFormat = true;
- InFsButtonEdit.Size = new Size(119, 20);
- InFsButtonEdit.StyleController = dataLayoutControl1;
- InFsButtonEdit.TabIndex = 0;
- //
- // OutFsButtonEdit
- //
- OutFsButtonEdit.DataBindings.Add(new Binding("EditValue", bsMain, "OutFs", true, DataSourceUpdateMode.OnPropertyChanged));
- OutFsButtonEdit.Location = new Point(279, 12);
- OutFsButtonEdit.Name = "OutFsButtonEdit";
- OutFsButtonEdit.Properties.Appearance.Options.UseTextOptions = true;
- OutFsButtonEdit.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
- OutFsButtonEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton() });
- OutFsButtonEdit.Properties.Mask.EditMask = "F";
- OutFsButtonEdit.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
- OutFsButtonEdit.Properties.Mask.UseMaskAsDisplayFormat = true;
- OutFsButtonEdit.Size = new Size(127, 20);
- OutFsButtonEdit.StyleController = dataLayoutControl1;
- OutFsButtonEdit.TabIndex = 2;
- //
- // OutFileButtonEdit
- //
- OutFileButtonEdit.DataBindings.Add(new Binding("EditValue", bsMain, "OutFile", true, DataSourceUpdateMode.OnPropertyChanged));
- OutFileButtonEdit.Location = new Point(482, 12);
- OutFileButtonEdit.Name = "OutFileButtonEdit";
- OutFileButtonEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton() });
- OutFileButtonEdit.Size = new Size(188, 20);
- OutFileButtonEdit.StyleController = dataLayoutControl1;
- OutFileButtonEdit.TabIndex = 3;
- OutFileButtonEdit.ButtonClick += OutFileButtonEdit_ButtonClick;
- //
- // 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(738, 514);
- Root.TextVisible = false;
- //
- // layoutControlGroup1
- //
- layoutControlGroup1.AllowDrawBackground = false;
- layoutControlGroup1.GroupBordersVisible = false;
- layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { ItemForInFs, layoutControlItem1, ItemForOutFs, ItemForOutFile, layoutControlItem2 });
- layoutControlGroup1.Location = new Point(0, 0);
- layoutControlGroup1.Name = "autoGeneratedGroup0";
- layoutControlGroup1.Size = new Size(718, 494);
- //
- // ItemForInFs
- //
- ItemForInFs.Control = InFsButtonEdit;
- ItemForInFs.Location = new Point(0, 0);
- ItemForInFs.MaxSize = new Size(195, 24);
- ItemForInFs.MinSize = new Size(195, 24);
- ItemForInFs.Name = "ItemForInFs";
- ItemForInFs.Size = new Size(195, 26);
- ItemForInFs.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
- ItemForInFs.Text = "输入采样率";
- ItemForInFs.TextSize = new Size(60, 14);
- //
- // layoutControlItem1
- //
- layoutControlItem1.Control = grdMain;
- layoutControlItem1.Location = new Point(0, 26);
- layoutControlItem1.Name = "layoutControlItem1";
- layoutControlItem1.Size = new Size(718, 468);
- layoutControlItem1.TextSize = new Size(0, 0);
- layoutControlItem1.TextVisible = false;
- //
- // ItemForOutFs
- //
- ItemForOutFs.Control = OutFsButtonEdit;
- ItemForOutFs.Location = new Point(195, 0);
- ItemForOutFs.MaxSize = new Size(203, 24);
- ItemForOutFs.MinSize = new Size(203, 24);
- ItemForOutFs.Name = "ItemForOutFs";
- ItemForOutFs.Size = new Size(203, 26);
- ItemForOutFs.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
- ItemForOutFs.Text = "输出采样率";
- ItemForOutFs.TextSize = new Size(60, 14);
- //
- // ItemForOutFile
- //
- ItemForOutFile.Control = OutFileButtonEdit;
- ItemForOutFile.Location = new Point(398, 0);
- ItemForOutFile.Name = "ItemForOutFile";
- ItemForOutFile.Size = new Size(264, 26);
- ItemForOutFile.Text = "输出文件";
- ItemForOutFile.TextSize = new Size(60, 14);
- //
- // layoutControlItem2
- //
- layoutControlItem2.Control = btnSigMerge;
- layoutControlItem2.Location = new Point(662, 0);
- layoutControlItem2.MaxSize = new Size(56, 26);
- layoutControlItem2.MinSize = new Size(56, 26);
- layoutControlItem2.Name = "layoutControlItem2";
- layoutControlItem2.Size = new Size(56, 26);
- layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
- layoutControlItem2.TextSize = new Size(0, 0);
- layoutControlItem2.TextVisible = false;
- //
- // dxError
- //
- dxError.ContainerControl = this;
- //
- // SignalMergeMainCtrl
- //
- AutoScaleDimensions = new SizeF(7F, 14F);
- AutoScaleMode = AutoScaleMode.Font;
- Controls.Add(dataLayoutControl1);
- Name = "SignalMergeMainCtrl";
- Size = new Size(738, 514);
- Load += SignalMergeMainCtrl_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)inFileEdit).EndInit();
- ((System.ComponentModel.ISupportInitialize)ffcEdit).EndInit();
- ((System.ComponentModel.ISupportInitialize)InFsButtonEdit.Properties).EndInit();
- ((System.ComponentModel.ISupportInitialize)OutFsButtonEdit.Properties).EndInit();
- ((System.ComponentModel.ISupportInitialize)OutFileButtonEdit.Properties).EndInit();
- ((System.ComponentModel.ISupportInitialize)Root).EndInit();
- ((System.ComponentModel.ISupportInitialize)layoutControlGroup1).EndInit();
- ((System.ComponentModel.ISupportInitialize)ItemForInFs).EndInit();
- ((System.ComponentModel.ISupportInitialize)layoutControlItem1).EndInit();
- ((System.ComponentModel.ISupportInitialize)ItemForOutFs).EndInit();
- ((System.ComponentModel.ISupportInitialize)ItemForOutFile).EndInit();
- ((System.ComponentModel.ISupportInitialize)layoutControlItem2).EndInit();
- ((System.ComponentModel.ISupportInitialize)dxError).EndInit();
- ResumeLayout(false);
- }
- #endregion
- private BindingSource bsMain;
- private DevExpress.XtraDataLayout.DataLayoutControl dataLayoutControl1;
- private DevExpress.XtraGrid.GridControl grdMain;
- private DevExpress.XtraGrid.Views.Grid.GridView gvMain;
- private DevExpress.XtraEditors.ButtonEdit InFsButtonEdit;
- private DevExpress.XtraEditors.ButtonEdit OutFsButtonEdit;
- private DevExpress.XtraEditors.ButtonEdit OutFileButtonEdit;
- private DevExpress.XtraLayout.LayoutControlGroup Root;
- private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
- private DevExpress.XtraLayout.LayoutControlItem ItemForInFs;
- private DevExpress.XtraLayout.LayoutControlItem ItemForOutFs;
- private DevExpress.XtraLayout.LayoutControlItem ItemForOutFile;
- private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
- private DevExpress.XtraGrid.Columns.GridColumn colFileName;
- private DevExpress.XtraGrid.Columns.GridColumn colFfc;
- private DevExpress.XtraEditors.SimpleButton btnSigMerge;
- private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
- private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit inFileEdit;
- private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit ffcEdit;
- private DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider dxError;
- }
- }
|