namespace XzXdDw.App.UserControl
{
partial class CtrlUserCheck
{
///
/// 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()
{
DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions1 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject();
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject2 = new DevExpress.Utils.SerializableAppearanceObject();
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject3 = new DevExpress.Utils.SerializableAppearanceObject();
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject4 = new DevExpress.Utils.SerializableAppearanceObject();
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();
this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
this.gridUserCheckRes = new DevExpress.XtraGrid.GridControl();
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
this.btnDo = new DevExpress.XtraEditors.SimpleButton();
this.txtF1 = new DevExpress.XtraEditors.ButtonEdit();
this.txtFs = new DevExpress.XtraEditors.ButtonEdit();
this.txtSampleCount = new DevExpress.XtraEditors.ButtonEdit();
this.txtValue = new DevExpress.XtraEditors.TextEdit();
this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem11 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
this.layoutControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.gridUserCheckRes)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtF1.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtFs.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtSampleCount.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtValue.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
this.SuspendLayout();
//
// layoutControl1
//
this.layoutControl1.Controls.Add(this.gridUserCheckRes);
this.layoutControl1.Controls.Add(this.btnDo);
this.layoutControl1.Controls.Add(this.txtF1);
this.layoutControl1.Controls.Add(this.txtFs);
this.layoutControl1.Controls.Add(this.txtSampleCount);
this.layoutControl1.Controls.Add(this.txtValue);
this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.layoutControl1.Location = new System.Drawing.Point(0, 0);
this.layoutControl1.Name = "layoutControl1";
this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(1270, 277, 650, 400);
this.layoutControl1.Root = this.Root;
this.layoutControl1.Size = new System.Drawing.Size(919, 566);
this.layoutControl1.TabIndex = 6;
this.layoutControl1.Text = "layoutControl1";
//
// gridUserCheckRes
//
this.gridUserCheckRes.Location = new System.Drawing.Point(7, 51);
this.gridUserCheckRes.MainView = this.gridView1;
this.gridUserCheckRes.Name = "gridUserCheckRes";
this.gridUserCheckRes.Size = new System.Drawing.Size(905, 508);
this.gridUserCheckRes.TabIndex = 3;
this.gridUserCheckRes.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.gridView1});
//
// gridView1
//
this.gridView1.GridControl = this.gridUserCheckRes;
this.gridView1.Name = "gridView1";
//
// btnDo
//
this.btnDo.Location = new System.Drawing.Point(808, 24);
this.btnDo.Name = "btnDo";
this.btnDo.Size = new System.Drawing.Size(104, 23);
this.btnDo.StyleController = this.layoutControl1;
this.btnDo.TabIndex = 11;
this.btnDo.Text = "执行";
this.btnDo.Click += new System.EventHandler(this.btnDo_Click);
//
// txtF1
//
this.txtF1.Location = new System.Drawing.Point(7, 25);
this.txtF1.Name = "txtF1";
this.txtF1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton()});
this.txtF1.Properties.NullValuePrompt = "文件1(支持拖拽)";
this.txtF1.Size = new System.Drawing.Size(317, 22);
this.txtF1.StyleController = this.layoutControl1;
this.txtF1.TabIndex = 8;
//
// txtFs
//
this.txtFs.Location = new System.Drawing.Point(328, 25);
this.txtFs.Name = "txtFs";
this.txtFs.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.True;
this.txtFs.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "M", -1, false, true, false, editorButtonImageOptions1, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject1, serializableAppearanceObject2, serializableAppearanceObject3, serializableAppearanceObject4, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)});
this.txtFs.Size = new System.Drawing.Size(156, 22);
this.txtFs.StyleController = this.layoutControl1;
this.txtFs.TabIndex = 4;
//
// txtSampleCount
//
this.txtSampleCount.Location = new System.Drawing.Point(488, 25);
this.txtSampleCount.Name = "txtSampleCount";
this.txtSampleCount.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.True;
this.txtSampleCount.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "个", -1, false, true, false, editorButtonImageOptions2, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject5, serializableAppearanceObject6, serializableAppearanceObject7, serializableAppearanceObject8, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)});
this.txtSampleCount.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
this.txtSampleCount.Properties.MaskSettings.Set("MaskManagerSignature", "allowNull=False");
this.txtSampleCount.Properties.MaskSettings.Set("mask", "f0");
this.txtSampleCount.Properties.NullValuePrompt = "0或空值表示全部样点";
this.txtSampleCount.Size = new System.Drawing.Size(156, 22);
this.txtSampleCount.StyleController = this.layoutControl1;
this.txtSampleCount.TabIndex = 4;
//
// txtValue
//
this.txtValue.Location = new System.Drawing.Point(648, 25);
this.txtValue.Name = "txtValue";
this.txtValue.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.True;
this.txtValue.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
this.txtValue.Properties.MaskSettings.Set("MaskManagerSignature", "allowNull=False");
this.txtValue.Properties.MaskSettings.Set("mask", "f0");
this.txtValue.Properties.NullValuePrompt = "0或空值表示全部样点";
this.txtValue.Size = new System.Drawing.Size(156, 22);
this.txtValue.StyleController = this.layoutControl1;
this.txtValue.TabIndex = 4;
//
// Root
//
this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
this.Root.GroupBordersVisible = false;
this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
this.layoutControlItem3,
this.layoutControlItem9,
this.layoutControlItem11,
this.layoutControlItem6,
this.layoutControlItem1,
this.layoutControlItem2});
this.Root.Name = "Root";
this.Root.Padding = new DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5);
this.Root.Size = new System.Drawing.Size(919, 566);
this.Root.TextVisible = false;
//
// layoutControlItem3
//
this.layoutControlItem3.Control = this.txtFs;
this.layoutControlItem3.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
this.layoutControlItem3.CustomizationFormText = "采样率";
this.layoutControlItem3.Location = new System.Drawing.Point(321, 0);
this.layoutControlItem3.MaxSize = new System.Drawing.Size(160, 44);
this.layoutControlItem3.MinSize = new System.Drawing.Size(160, 44);
this.layoutControlItem3.Name = "layoutControlItem3";
this.layoutControlItem3.Size = new System.Drawing.Size(160, 44);
this.layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
this.layoutControlItem3.Text = "采样率";
this.layoutControlItem3.TextLocation = DevExpress.Utils.Locations.Top;
this.layoutControlItem3.TextSize = new System.Drawing.Size(36, 14);
//
// layoutControlItem9
//
this.layoutControlItem9.Control = this.txtSampleCount;
this.layoutControlItem9.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
this.layoutControlItem9.CustomizationFormText = "layoutControlItem1";
this.layoutControlItem9.Location = new System.Drawing.Point(481, 0);
this.layoutControlItem9.MaxSize = new System.Drawing.Size(160, 0);
this.layoutControlItem9.MinSize = new System.Drawing.Size(160, 44);
this.layoutControlItem9.Name = "layoutControlItem9";
this.layoutControlItem9.Size = new System.Drawing.Size(160, 44);
this.layoutControlItem9.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
this.layoutControlItem9.Text = "样点数";
this.layoutControlItem9.TextLocation = DevExpress.Utils.Locations.Top;
this.layoutControlItem9.TextSize = new System.Drawing.Size(36, 14);
//
// layoutControlItem11
//
this.layoutControlItem11.Control = this.btnDo;
this.layoutControlItem11.Location = new System.Drawing.Point(801, 0);
this.layoutControlItem11.MaxSize = new System.Drawing.Size(108, 44);
this.layoutControlItem11.MinSize = new System.Drawing.Size(108, 44);
this.layoutControlItem11.Name = "layoutControlItem11";
this.layoutControlItem11.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 19, 2);
this.layoutControlItem11.Size = new System.Drawing.Size(108, 44);
this.layoutControlItem11.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
this.layoutControlItem11.TextSize = new System.Drawing.Size(0, 0);
this.layoutControlItem11.TextVisible = false;
//
// layoutControlItem6
//
this.layoutControlItem6.Control = this.gridUserCheckRes;
this.layoutControlItem6.Location = new System.Drawing.Point(0, 44);
this.layoutControlItem6.Name = "layoutControlItem6";
this.layoutControlItem6.Size = new System.Drawing.Size(909, 512);
this.layoutControlItem6.TextSize = new System.Drawing.Size(0, 0);
this.layoutControlItem6.TextVisible = false;
//
// layoutControlItem1
//
this.layoutControlItem1.Control = this.txtF1;
this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
this.layoutControlItem1.Name = "layoutControlItem1";
this.layoutControlItem1.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 20, 2);
this.layoutControlItem1.Size = new System.Drawing.Size(321, 44);
this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
this.layoutControlItem1.TextVisible = false;
//
// layoutControlItem2
//
this.layoutControlItem2.Control = this.txtValue;
this.layoutControlItem2.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
this.layoutControlItem2.CustomizationFormText = "layoutControlItem1";
this.layoutControlItem2.Location = new System.Drawing.Point(641, 0);
this.layoutControlItem2.MaxSize = new System.Drawing.Size(160, 0);
this.layoutControlItem2.MinSize = new System.Drawing.Size(160, 25);
this.layoutControlItem2.Name = "layoutControlItem2";
this.layoutControlItem2.Size = new System.Drawing.Size(160, 44);
this.layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
this.layoutControlItem2.Text = "均值";
this.layoutControlItem2.TextLocation = DevExpress.Utils.Locations.Top;
this.layoutControlItem2.TextSize = new System.Drawing.Size(36, 14);
this.layoutControlItem2.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
//
// CtrlUserCheck
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.layoutControl1);
this.Name = "CtrlUserCheck";
this.Size = new System.Drawing.Size(919, 566);
this.Load += new System.EventHandler(this.CtrlUserCheck_Load);
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
this.layoutControl1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.gridUserCheckRes)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtF1.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtFs.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtSampleCount.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtValue.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraLayout.LayoutControl layoutControl1;
private DevExpress.XtraGrid.GridControl gridUserCheckRes;
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
private DevExpress.XtraEditors.SimpleButton btnDo;
private DevExpress.XtraEditors.ButtonEdit txtF1;
private DevExpress.XtraEditors.ButtonEdit txtFs;
private DevExpress.XtraEditors.ButtonEdit txtSampleCount;
private DevExpress.XtraLayout.LayoutControlGroup Root;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem9;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem11;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
private DevExpress.XtraEditors.TextEdit txtValue;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
}
}