namespace Ips.Sps.Tools.Xdcs
{
partial class XdcMainCtrl
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Component Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
components = new System.ComponentModel.Container();
dataLayoutControl1 = new DevExpress.XtraDataLayout.DataLayoutControl();
btnImportConfig = new DevExpress.XtraEditors.SimpleButton();
btnSaveConfig = new DevExpress.XtraEditors.SimpleButton();
btnStop = new DevExpress.XtraEditors.SimpleButton();
btnExcute = new DevExpress.XtraEditors.SimpleButton();
grdMain = new DevExpress.XtraGrid.GridControl();
bsMain = new BindingSource(components);
gvMain = new DevExpress.XtraGrid.Views.Grid.GridView();
colFfc = new DevExpress.XtraGrid.Columns.GridColumn();
colBandWidth = new DevExpress.XtraGrid.Columns.GridColumn();
colModuType = new DevExpress.XtraGrid.Columns.GridColumn();
FileInButtonEdit = new DevExpress.XtraEditors.ButtonEdit();
FsButtonEdit = new DevExpress.XtraEditors.ButtonEdit();
FileOutButtonEdit = new DevExpress.XtraEditors.ButtonEdit();
ThSpinEdit = new DevExpress.XtraEditors.SpinEdit();
Root = new DevExpress.XtraLayout.LayoutControlGroup();
layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
ItemForFileIn = new DevExpress.XtraLayout.LayoutControlItem();
ItemForFileOut = new DevExpress.XtraLayout.LayoutControlItem();
layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
ItemForFs = new DevExpress.XtraLayout.LayoutControlItem();
layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
ItemForTh = new DevExpress.XtraLayout.LayoutControlItem();
dxError = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(components);
layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
((System.ComponentModel.ISupportInitialize)dataLayoutControl1).BeginInit();
dataLayoutControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)grdMain).BeginInit();
((System.ComponentModel.ISupportInitialize)bsMain).BeginInit();
((System.ComponentModel.ISupportInitialize)gvMain).BeginInit();
((System.ComponentModel.ISupportInitialize)FileInButtonEdit.Properties).BeginInit();
((System.ComponentModel.ISupportInitialize)FsButtonEdit.Properties).BeginInit();
((System.ComponentModel.ISupportInitialize)FileOutButtonEdit.Properties).BeginInit();
((System.ComponentModel.ISupportInitialize)ThSpinEdit.Properties).BeginInit();
((System.ComponentModel.ISupportInitialize)Root).BeginInit();
((System.ComponentModel.ISupportInitialize)layoutControlGroup1).BeginInit();
((System.ComponentModel.ISupportInitialize)ItemForFileIn).BeginInit();
((System.ComponentModel.ISupportInitialize)ItemForFileOut).BeginInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem2).BeginInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem3).BeginInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem4).BeginInit();
((System.ComponentModel.ISupportInitialize)ItemForFs).BeginInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem5).BeginInit();
((System.ComponentModel.ISupportInitialize)ItemForTh).BeginInit();
((System.ComponentModel.ISupportInitialize)dxError).BeginInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem1).BeginInit();
SuspendLayout();
//
// dataLayoutControl1
//
dataLayoutControl1.Controls.Add(btnImportConfig);
dataLayoutControl1.Controls.Add(btnSaveConfig);
dataLayoutControl1.Controls.Add(btnStop);
dataLayoutControl1.Controls.Add(btnExcute);
dataLayoutControl1.Controls.Add(grdMain);
dataLayoutControl1.Controls.Add(FileInButtonEdit);
dataLayoutControl1.Controls.Add(FsButtonEdit);
dataLayoutControl1.Controls.Add(FileOutButtonEdit);
dataLayoutControl1.Controls.Add(ThSpinEdit);
dataLayoutControl1.DataSource = bsMain;
dataLayoutControl1.Dock = DockStyle.Fill;
dataLayoutControl1.Location = new Point(0, 0);
dataLayoutControl1.Name = "dataLayoutControl1";
dataLayoutControl1.Root = Root;
dataLayoutControl1.Size = new Size(910, 523);
dataLayoutControl1.TabIndex = 0;
dataLayoutControl1.Text = "dataLayoutControl1";
//
// btnImportConfig
//
btnImportConfig.Location = new Point(827, 12);
btnImportConfig.Name = "btnImportConfig";
btnImportConfig.Size = new Size(71, 22);
btnImportConfig.StyleController = dataLayoutControl1;
btnImportConfig.TabIndex = 8;
btnImportConfig.Text = "导入配置";
btnImportConfig.Click += btnImportConfig_Click;
//
// btnSaveConfig
//
btnSaveConfig.Location = new Point(752, 12);
btnSaveConfig.Name = "btnSaveConfig";
btnSaveConfig.Size = new Size(71, 22);
btnSaveConfig.StyleController = dataLayoutControl1;
btnSaveConfig.TabIndex = 7;
btnSaveConfig.Text = "保存配置";
btnSaveConfig.Click += btnSaveConfig_Click;
//
// btnStop
//
btnStop.Enabled = false;
btnStop.Location = new Point(827, 38);
btnStop.Name = "btnStop";
btnStop.Size = new Size(71, 22);
btnStop.StyleController = dataLayoutControl1;
btnStop.TabIndex = 6;
btnStop.Text = "停止";
btnStop.Click += btnStop_Click;
//
// btnExcute
//
btnExcute.Location = new Point(752, 38);
btnExcute.Name = "btnExcute";
btnExcute.Size = new Size(71, 22);
btnExcute.StyleController = dataLayoutControl1;
btnExcute.TabIndex = 5;
btnExcute.Text = "开始";
btnExcute.Click += btnExcute_Click;
//
// grdMain
//
grdMain.DataMember = "SigList";
grdMain.DataSource = bsMain;
grdMain.Location = new Point(12, 64);
grdMain.MainView = gvMain;
grdMain.Name = "grdMain";
grdMain.Size = new Size(886, 447);
grdMain.TabIndex = 9;
grdMain.UseEmbeddedNavigator = true;
grdMain.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { gvMain });
//
// bsMain
//
bsMain.AllowNew = false;
bsMain.DataSource = typeof(XdcViewModel);
//
// gvMain
//
gvMain.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { colFfc, colBandWidth, colModuType });
gvMain.GridControl = grdMain;
gvMain.Name = "gvMain";
gvMain.OptionsView.ShowGroupPanel = false;
//
// colFfc
//
colFfc.FieldName = "Ffc";
colFfc.Name = "colFfc";
colFfc.Visible = true;
colFfc.VisibleIndex = 0;
//
// colBandWidth
//
colBandWidth.FieldName = "BandWidth";
colBandWidth.Name = "colBandWidth";
colBandWidth.Visible = true;
colBandWidth.VisibleIndex = 1;
//
// colModuType
//
colModuType.FieldName = "ModuType";
colModuType.Name = "colModuType";
colModuType.Visible = true;
colModuType.VisibleIndex = 2;
//
// FileInButtonEdit
//
FileInButtonEdit.DataBindings.Add(new Binding("EditValue", bsMain, "FileIn", true, DataSourceUpdateMode.OnPropertyChanged));
FileInButtonEdit.Location = new Point(79, 12);
FileInButtonEdit.Name = "FileInButtonEdit";
FileInButtonEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton() });
FileInButtonEdit.Size = new Size(509, 20);
FileInButtonEdit.StyleController = dataLayoutControl1;
FileInButtonEdit.TabIndex = 0;
//
// FsButtonEdit
//
FsButtonEdit.DataBindings.Add(new Binding("EditValue", bsMain, "Fs", true, DataSourceUpdateMode.OnPropertyChanged));
FsButtonEdit.Location = new Point(659, 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(89, 20);
FsButtonEdit.StyleController = dataLayoutControl1;
FsButtonEdit.TabIndex = 2;
//
// FileOutButtonEdit
//
FileOutButtonEdit.DataBindings.Add(new Binding("EditValue", bsMain, "FileOut", true, DataSourceUpdateMode.OnPropertyChanged));
FileOutButtonEdit.Location = new Point(79, 38);
FileOutButtonEdit.Name = "FileOutButtonEdit";
FileOutButtonEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton() });
FileOutButtonEdit.Size = new Size(509, 20);
FileOutButtonEdit.StyleController = dataLayoutControl1;
FileOutButtonEdit.TabIndex = 5;
//
// ThSpinEdit
//
ThSpinEdit.DataBindings.Add(new Binding("EditValue", bsMain, "Th", true));
ThSpinEdit.EditValue = new decimal(new int[] { 0, 0, 0, 0 });
ThSpinEdit.Location = new Point(659, 38);
ThSpinEdit.Name = "ThSpinEdit";
ThSpinEdit.Properties.Appearance.Options.UseTextOptions = true;
ThSpinEdit.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
ThSpinEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
ThSpinEdit.Properties.EditValueChangedFiringMode = DevExpress.XtraEditors.Controls.EditValueChangedFiringMode.Default;
ThSpinEdit.Properties.IsFloatValue = false;
ThSpinEdit.Properties.Mask.UseMaskAsDisplayFormat = true;
ThSpinEdit.Properties.MaskSettings.Set("mask", "N0");
ThSpinEdit.Size = new Size(89, 20);
ThSpinEdit.StyleController = dataLayoutControl1;
ThSpinEdit.TabIndex = 6;
//
// 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(910, 523);
Root.TextVisible = false;
//
// layoutControlGroup1
//
layoutControlGroup1.AllowDrawBackground = false;
layoutControlGroup1.GroupBordersVisible = false;
layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { ItemForFileIn, ItemForFileOut, layoutControlItem2, layoutControlItem3, layoutControlItem4, ItemForFs, layoutControlItem5, ItemForTh, layoutControlItem1 });
layoutControlGroup1.Location = new Point(0, 0);
layoutControlGroup1.Name = "autoGeneratedGroup0";
layoutControlGroup1.Size = new Size(890, 503);
//
// ItemForFileIn
//
ItemForFileIn.Control = FileInButtonEdit;
ItemForFileIn.Location = new Point(0, 0);
ItemForFileIn.Name = "ItemForFileIn";
ItemForFileIn.Size = new Size(580, 26);
ItemForFileIn.Text = "输入文件";
ItemForFileIn.TextSize = new Size(55, 14);
//
// ItemForFileOut
//
ItemForFileOut.Control = FileOutButtonEdit;
ItemForFileOut.Location = new Point(0, 26);
ItemForFileOut.Name = "ItemForFileOut";
ItemForFileOut.Size = new Size(580, 26);
ItemForFileOut.Text = "输出文件";
ItemForFileOut.TextSize = new Size(55, 14);
//
// layoutControlItem2
//
layoutControlItem2.Control = btnExcute;
layoutControlItem2.Location = new Point(740, 26);
layoutControlItem2.MaxSize = new Size(75, 26);
layoutControlItem2.MinSize = new Size(75, 26);
layoutControlItem2.Name = "layoutControlItem2";
layoutControlItem2.Size = new Size(75, 26);
layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
layoutControlItem2.TextSize = new Size(0, 0);
layoutControlItem2.TextVisible = false;
//
// layoutControlItem3
//
layoutControlItem3.Control = btnStop;
layoutControlItem3.Location = new Point(815, 26);
layoutControlItem3.MaxSize = new Size(75, 26);
layoutControlItem3.MinSize = new Size(75, 26);
layoutControlItem3.Name = "layoutControlItem3";
layoutControlItem3.Size = new Size(75, 26);
layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
layoutControlItem3.TextSize = new Size(0, 0);
layoutControlItem3.TextVisible = false;
//
// layoutControlItem4
//
layoutControlItem4.Control = btnSaveConfig;
layoutControlItem4.Location = new Point(740, 0);
layoutControlItem4.MaxSize = new Size(75, 26);
layoutControlItem4.MinSize = new Size(75, 26);
layoutControlItem4.Name = "layoutControlItem4";
layoutControlItem4.Size = new Size(75, 26);
layoutControlItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
layoutControlItem4.TextSize = new Size(0, 0);
layoutControlItem4.TextVisible = false;
//
// ItemForFs
//
ItemForFs.Control = FsButtonEdit;
ItemForFs.Location = new Point(580, 0);
ItemForFs.MaxSize = new Size(160, 24);
ItemForFs.MinSize = new Size(160, 24);
ItemForFs.Name = "ItemForFs";
ItemForFs.Size = new Size(160, 26);
ItemForFs.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
ItemForFs.Text = "采样率(M)";
ItemForFs.TextSize = new Size(55, 14);
//
// layoutControlItem5
//
layoutControlItem5.Control = btnImportConfig;
layoutControlItem5.Location = new Point(815, 0);
layoutControlItem5.MaxSize = new Size(75, 26);
layoutControlItem5.MinSize = new Size(75, 26);
layoutControlItem5.Name = "layoutControlItem5";
layoutControlItem5.Size = new Size(75, 26);
layoutControlItem5.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
layoutControlItem5.TextSize = new Size(0, 0);
layoutControlItem5.TextVisible = false;
//
// ItemForTh
//
ItemForTh.Control = ThSpinEdit;
ItemForTh.Location = new Point(580, 26);
ItemForTh.MaxSize = new Size(160, 24);
ItemForTh.MinSize = new Size(160, 24);
ItemForTh.Name = "ItemForTh";
ItemForTh.Size = new Size(160, 26);
ItemForTh.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
ItemForTh.Text = "进程数";
ItemForTh.TextSize = new Size(55, 14);
//
// dxError
//
dxError.ContainerControl = this;
//
// layoutControlItem1
//
layoutControlItem1.Control = grdMain;
layoutControlItem1.Location = new Point(0, 52);
layoutControlItem1.Name = "layoutControlItem1";
layoutControlItem1.Size = new Size(890, 451);
layoutControlItem1.TextSize = new Size(0, 0);
layoutControlItem1.TextVisible = false;
//
// XdcMainCtrl
//
AutoScaleDimensions = new SizeF(7F, 14F);
AutoScaleMode = AutoScaleMode.Font;
Controls.Add(dataLayoutControl1);
Name = "XdcMainCtrl";
Size = new Size(910, 523);
Load += XdcMainCtrl_Load;
((System.ComponentModel.ISupportInitialize)dataLayoutControl1).EndInit();
dataLayoutControl1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)grdMain).EndInit();
((System.ComponentModel.ISupportInitialize)bsMain).EndInit();
((System.ComponentModel.ISupportInitialize)gvMain).EndInit();
((System.ComponentModel.ISupportInitialize)FileInButtonEdit.Properties).EndInit();
((System.ComponentModel.ISupportInitialize)FsButtonEdit.Properties).EndInit();
((System.ComponentModel.ISupportInitialize)FileOutButtonEdit.Properties).EndInit();
((System.ComponentModel.ISupportInitialize)ThSpinEdit.Properties).EndInit();
((System.ComponentModel.ISupportInitialize)Root).EndInit();
((System.ComponentModel.ISupportInitialize)layoutControlGroup1).EndInit();
((System.ComponentModel.ISupportInitialize)ItemForFileIn).EndInit();
((System.ComponentModel.ISupportInitialize)ItemForFileOut).EndInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem2).EndInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem3).EndInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem4).EndInit();
((System.ComponentModel.ISupportInitialize)ItemForFs).EndInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem5).EndInit();
((System.ComponentModel.ISupportInitialize)ItemForTh).EndInit();
((System.ComponentModel.ISupportInitialize)dxError).EndInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem1).EndInit();
ResumeLayout(false);
}
#endregion
private DevExpress.XtraDataLayout.DataLayoutControl dataLayoutControl1;
private DevExpress.XtraLayout.LayoutControlGroup Root;
private BindingSource bsMain;
private DevExpress.XtraEditors.ButtonEdit FileInButtonEdit;
private DevExpress.XtraEditors.ButtonEdit FsButtonEdit;
private DevExpress.XtraEditors.ButtonEdit FileOutButtonEdit;
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
private DevExpress.XtraLayout.LayoutControlItem ItemForFileIn;
private DevExpress.XtraLayout.LayoutControlItem ItemForFs;
private DevExpress.XtraLayout.LayoutControlItem ItemForFileOut;
private DevExpress.XtraGrid.GridControl grdMain;
private DevExpress.XtraGrid.Views.Grid.GridView gvMain;
private DevExpress.XtraGrid.Columns.GridColumn colFfc;
private DevExpress.XtraGrid.Columns.GridColumn colBandWidth;
private DevExpress.XtraGrid.Columns.GridColumn colModuType;
private DevExpress.XtraEditors.SimpleButton btnStop;
private DevExpress.XtraEditors.SimpleButton btnExcute;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
private DevExpress.XtraEditors.SimpleButton btnSaveConfig;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
private DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider dxError;
private DevExpress.XtraEditors.SimpleButton btnImportConfig;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
private DevExpress.XtraEditors.SpinEdit ThSpinEdit;
private DevExpress.XtraLayout.LayoutControlItem ItemForTh;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
}
}