namespace DW5S.App.EditForms { partial class SampleEditor { /// /// 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 Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); 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(); DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions3 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions(); DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject9 = new DevExpress.Utils.SerializableAppearanceObject(); DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject10 = new DevExpress.Utils.SerializableAppearanceObject(); DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject11 = new DevExpress.Utils.SerializableAppearanceObject(); DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject12 = new DevExpress.Utils.SerializableAppearanceObject(); this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); this.btnOk = new DevExpress.XtraEditors.SimpleButton(); this.btnCancel = new DevExpress.XtraEditors.SimpleButton(); this.txtSampleName = new DevExpress.XtraEditors.ButtonEdit(); this.txtStartSec = new DevExpress.XtraEditors.ButtonEdit(); this.txtFsHz = new DevExpress.XtraEditors.ButtonEdit(); this.txtEndSec = new DevExpress.XtraEditors.ButtonEdit(); this.txtSampleFile = new DevExpress.XtraEditors.ButtonEdit(); this.txtRmark = new DevExpress.XtraEditors.ButtonEdit(); this.searchLookRef = new DevExpress.XtraEditors.SearchLookUpEdit(); this.searchLookUpEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView(); this.Root = new DevExpress.XtraLayout.LayoutControlGroup(); this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem(); this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem(); this.layoutControlItem10 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem11 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem(); this.dxErrorProvider = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(this.components); this.txtRefSig = new DevExpress.XtraEditors.SearchLookUpEdit(); this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView(); ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit(); this.layoutControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.txtSampleName.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtStartSec.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtFsHz.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtEndSec.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtSampleFile.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtRmark.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.searchLookRef.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.searchLookUpEdit1View)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dxErrorProvider)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtRefSig.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit(); this.SuspendLayout(); // // layoutControl1 // this.layoutControl1.Controls.Add(this.btnOk); this.layoutControl1.Controls.Add(this.btnCancel); this.layoutControl1.Controls.Add(this.txtSampleName); this.layoutControl1.Controls.Add(this.txtStartSec); this.layoutControl1.Controls.Add(this.txtFsHz); this.layoutControl1.Controls.Add(this.txtEndSec); this.layoutControl1.Controls.Add(this.txtSampleFile); this.layoutControl1.Controls.Add(this.txtRmark); this.layoutControl1.Controls.Add(this.searchLookRef); this.layoutControl1.Controls.Add(this.txtRefSig); 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(831, 101, 650, 400); this.layoutControl1.Root = this.Root; this.layoutControl1.Size = new System.Drawing.Size(417, 350); this.layoutControl1.TabIndex = 0; this.layoutControl1.Text = "layoutControl1"; // // btnOk // this.btnOk.Location = new System.Drawing.Point(316, 305); this.btnOk.Name = "btnOk"; this.btnOk.Size = new System.Drawing.Size(79, 23); this.btnOk.StyleController = this.layoutControl1; this.btnOk.TabIndex = 10; this.btnOk.Text = "确定"; this.btnOk.Click += new System.EventHandler(this.btnOk_Click); // // btnCancel // this.btnCancel.Location = new System.Drawing.Point(227, 305); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(85, 23); this.btnCancel.StyleController = this.layoutControl1; this.btnCancel.TabIndex = 9; this.btnCancel.Text = "取消"; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // txtSampleName // this.txtSampleName.Location = new System.Drawing.Point(22, 49); this.txtSampleName.MaximumSize = new System.Drawing.Size(0, 22); this.txtSampleName.MinimumSize = new System.Drawing.Size(0, 22); this.txtSampleName.Name = "txtSampleName"; this.txtSampleName.Size = new System.Drawing.Size(180, 22); this.txtSampleName.StyleController = this.layoutControl1; this.txtSampleName.TabIndex = 0; // // txtStartSec // this.txtStartSec.EditValue = ""; this.txtStartSec.Location = new System.Drawing.Point(22, 161); this.txtStartSec.MaximumSize = new System.Drawing.Size(0, 22); this.txtStartSec.MinimumSize = new System.Drawing.Size(0, 22); this.txtStartSec.Name = "txtStartSec"; this.txtStartSec.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.True; this.txtStartSec.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "s", -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.txtStartSec.Size = new System.Drawing.Size(180, 22); this.txtStartSec.StyleController = this.layoutControl1; this.txtStartSec.TabIndex = 4; // // txtFsHz // this.txtFsHz.Location = new System.Drawing.Point(214, 102); this.txtFsHz.MaximumSize = new System.Drawing.Size(0, 22); this.txtFsHz.MinimumSize = new System.Drawing.Size(0, 22); this.txtFsHz.Name = "txtFsHz"; this.txtFsHz.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "Hz", -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.txtFsHz.Size = new System.Drawing.Size(181, 22); this.txtFsHz.StyleController = this.layoutControl1; this.txtFsHz.TabIndex = 12; // // txtEndSec // this.txtEndSec.EditValue = ""; this.txtEndSec.Location = new System.Drawing.Point(214, 161); this.txtEndSec.MaximumSize = new System.Drawing.Size(0, 22); this.txtEndSec.MinimumSize = new System.Drawing.Size(0, 22); this.txtEndSec.Name = "txtEndSec"; this.txtEndSec.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.True; this.txtEndSec.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "s", -1, false, true, false, editorButtonImageOptions3, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject9, serializableAppearanceObject10, serializableAppearanceObject11, serializableAppearanceObject12, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)}); this.txtEndSec.Size = new System.Drawing.Size(181, 22); this.txtEndSec.StyleController = this.layoutControl1; this.txtEndSec.TabIndex = 4; // // txtSampleFile // this.txtSampleFile.Location = new System.Drawing.Point(22, 215); this.txtSampleFile.MaximumSize = new System.Drawing.Size(0, 22); this.txtSampleFile.MinimumSize = new System.Drawing.Size(0, 22); this.txtSampleFile.Name = "txtSampleFile"; this.txtSampleFile.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton()}); this.txtSampleFile.Size = new System.Drawing.Size(373, 22); this.txtSampleFile.StyleController = this.layoutControl1; this.txtSampleFile.TabIndex = 14; this.txtSampleFile.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.btnSampleFile_ButtonClick); // // txtRmark // this.txtRmark.Location = new System.Drawing.Point(22, 269); this.txtRmark.MaximumSize = new System.Drawing.Size(0, 22); this.txtRmark.MinimumSize = new System.Drawing.Size(0, 22); this.txtRmark.Name = "txtRmark"; this.txtRmark.Size = new System.Drawing.Size(373, 22); this.txtRmark.StyleController = this.layoutControl1; this.txtRmark.TabIndex = 15; // // searchLookRef // this.searchLookRef.Location = new System.Drawing.Point(214, 49); this.searchLookRef.MaximumSize = new System.Drawing.Size(0, 22); this.searchLookRef.MinimumSize = new System.Drawing.Size(0, 22); this.searchLookRef.Name = "searchLookRef"; this.searchLookRef.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.searchLookRef.Properties.NullText = ""; this.searchLookRef.Properties.PopupSizeable = false; this.searchLookRef.Properties.PopupView = this.searchLookUpEdit1View; this.searchLookRef.Size = new System.Drawing.Size(181, 22); this.searchLookRef.StyleController = this.layoutControl1; this.searchLookRef.TabIndex = 16; // // searchLookUpEdit1View // this.searchLookUpEdit1View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus; this.searchLookUpEdit1View.Name = "searchLookUpEdit1View"; this.searchLookUpEdit1View.OptionsSelection.EnableAppearanceFocusedCell = false; this.searchLookUpEdit1View.OptionsView.ShowGroupPanel = false; // // Root // this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; this.Root.GroupBordersVisible = false; this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { this.layoutControlItem2, this.layoutControlItem4, this.layoutControlItem5, this.layoutControlItem7, this.emptySpaceItem1, this.layoutControlItem10, this.layoutControlItem11, this.layoutControlItem9, this.layoutControlItem3, this.layoutControlItem1, this.layoutControlItem8}); this.Root.Name = "Root"; this.Root.Padding = new DevExpress.XtraLayout.Utils.Padding(20, 20, 20, 20); this.Root.Size = new System.Drawing.Size(417, 350); this.Root.TextVisible = false; // // layoutControlItem2 // this.layoutControlItem2.Control = this.txtSampleName; this.layoutControlItem2.Location = new System.Drawing.Point(0, 0); this.layoutControlItem2.MaxSize = new System.Drawing.Size(0, 54); this.layoutControlItem2.MinSize = new System.Drawing.Size(54, 54); this.layoutControlItem2.Name = "layoutControlItem2"; this.layoutControlItem2.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 10, 12, 2); this.layoutControlItem2.Size = new System.Drawing.Size(192, 54); this.layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.layoutControlItem2.Text = "样本名称"; this.layoutControlItem2.TextLocation = DevExpress.Utils.Locations.Top; this.layoutControlItem2.TextSize = new System.Drawing.Size(48, 14); // // layoutControlItem4 // this.layoutControlItem4.Control = this.btnCancel; this.layoutControlItem4.Location = new System.Drawing.Point(205, 273); this.layoutControlItem4.MaxSize = new System.Drawing.Size(89, 37); this.layoutControlItem4.MinSize = new System.Drawing.Size(89, 37); this.layoutControlItem4.Name = "layoutControlItem4"; this.layoutControlItem4.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 12, 2); this.layoutControlItem4.Size = new System.Drawing.Size(89, 37); this.layoutControlItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem4.TextVisible = false; // // layoutControlItem5 // this.layoutControlItem5.Control = this.btnOk; this.layoutControlItem5.Location = new System.Drawing.Point(294, 273); this.layoutControlItem5.MaxSize = new System.Drawing.Size(83, 37); this.layoutControlItem5.MinSize = new System.Drawing.Size(83, 37); this.layoutControlItem5.Name = "layoutControlItem5"; this.layoutControlItem5.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 12, 2); this.layoutControlItem5.Size = new System.Drawing.Size(83, 37); this.layoutControlItem5.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem5.TextVisible = false; // // layoutControlItem7 // this.layoutControlItem7.Control = this.txtStartSec; this.layoutControlItem7.ControlAlignment = System.Drawing.ContentAlignment.TopLeft; this.layoutControlItem7.CustomizationFormText = "门限"; this.layoutControlItem7.Location = new System.Drawing.Point(0, 112); this.layoutControlItem7.MaxSize = new System.Drawing.Size(0, 54); this.layoutControlItem7.MinSize = new System.Drawing.Size(54, 54); this.layoutControlItem7.Name = "layoutControlItem7"; this.layoutControlItem7.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 10, 12, 2); this.layoutControlItem7.Size = new System.Drawing.Size(192, 54); this.layoutControlItem7.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.layoutControlItem7.Text = "开始秒数"; this.layoutControlItem7.TextLocation = DevExpress.Utils.Locations.Top; this.layoutControlItem7.TextSize = new System.Drawing.Size(48, 14); // // emptySpaceItem1 // this.emptySpaceItem1.AllowHotTrack = false; this.emptySpaceItem1.Location = new System.Drawing.Point(0, 273); this.emptySpaceItem1.Name = "emptySpaceItem1"; this.emptySpaceItem1.Size = new System.Drawing.Size(205, 37); this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0); // // layoutControlItem10 // this.layoutControlItem10.Control = this.txtSampleFile; this.layoutControlItem10.Location = new System.Drawing.Point(0, 166); this.layoutControlItem10.MaxSize = new System.Drawing.Size(0, 53); this.layoutControlItem10.MinSize = new System.Drawing.Size(54, 53); this.layoutControlItem10.Name = "layoutControlItem10"; this.layoutControlItem10.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 12, 2); this.layoutControlItem10.Size = new System.Drawing.Size(377, 53); this.layoutControlItem10.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.layoutControlItem10.Text = "样本文件"; this.layoutControlItem10.TextLocation = DevExpress.Utils.Locations.Top; this.layoutControlItem10.TextSize = new System.Drawing.Size(48, 14); // // layoutControlItem11 // this.layoutControlItem11.Control = this.txtRmark; this.layoutControlItem11.Location = new System.Drawing.Point(0, 219); this.layoutControlItem11.Name = "layoutControlItem11"; this.layoutControlItem11.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 5, 2); this.layoutControlItem11.Size = new System.Drawing.Size(377, 54); this.layoutControlItem11.Text = "备注"; this.layoutControlItem11.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.CustomSize; this.layoutControlItem11.TextLocation = DevExpress.Utils.Locations.Top; this.layoutControlItem11.TextSize = new System.Drawing.Size(50, 20); this.layoutControlItem11.TextToControlDistance = 5; // // layoutControlItem9 // this.layoutControlItem9.Control = this.txtEndSec; this.layoutControlItem9.ControlAlignment = System.Drawing.ContentAlignment.TopLeft; this.layoutControlItem9.CustomizationFormText = "门限"; this.layoutControlItem9.Location = new System.Drawing.Point(192, 112); this.layoutControlItem9.MaxSize = new System.Drawing.Size(0, 54); this.layoutControlItem9.MinSize = new System.Drawing.Size(54, 54); this.layoutControlItem9.Name = "layoutControlItem9"; this.layoutControlItem9.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 12, 2); this.layoutControlItem9.Size = new System.Drawing.Size(185, 54); this.layoutControlItem9.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.layoutControlItem9.Text = "结束秒数"; this.layoutControlItem9.TextLocation = DevExpress.Utils.Locations.Top; this.layoutControlItem9.TextSize = new System.Drawing.Size(48, 14); // // layoutControlItem3 // this.layoutControlItem3.Control = this.searchLookRef; this.layoutControlItem3.Location = new System.Drawing.Point(192, 0); this.layoutControlItem3.Name = "layoutControlItem3"; this.layoutControlItem3.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 12, 2); this.layoutControlItem3.Size = new System.Drawing.Size(185, 53); this.layoutControlItem3.Text = "参考站"; this.layoutControlItem3.TextLocation = DevExpress.Utils.Locations.Top; this.layoutControlItem3.TextSize = new System.Drawing.Size(48, 14); // // layoutControlItem1 // this.layoutControlItem1.Control = this.txtFsHz; this.layoutControlItem1.ControlAlignment = System.Drawing.ContentAlignment.TopLeft; this.layoutControlItem1.CustomizationFormText = "信号带宽"; this.layoutControlItem1.Location = new System.Drawing.Point(192, 53); this.layoutControlItem1.MinSize = new System.Drawing.Size(50, 25); this.layoutControlItem1.Name = "layoutControlItem1"; this.layoutControlItem1.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 12, 2); this.layoutControlItem1.Size = new System.Drawing.Size(185, 59); this.layoutControlItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.layoutControlItem1.Text = "采样率"; this.layoutControlItem1.TextLocation = DevExpress.Utils.Locations.Top; this.layoutControlItem1.TextSize = new System.Drawing.Size(48, 14); // // layoutControlItem8 // this.layoutControlItem8.Control = this.txtRefSig; this.layoutControlItem8.Location = new System.Drawing.Point(0, 54); this.layoutControlItem8.MinSize = new System.Drawing.Size(50, 25); this.layoutControlItem8.Name = "layoutControlItem8"; this.layoutControlItem8.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 10, 12, 2); this.layoutControlItem8.Size = new System.Drawing.Size(192, 58); this.layoutControlItem8.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.layoutControlItem8.Text = "参考信号"; this.layoutControlItem8.TextLocation = DevExpress.Utils.Locations.Top; this.layoutControlItem8.TextSize = new System.Drawing.Size(48, 14); // // dxErrorProvider // this.dxErrorProvider.ContainerControl = this; // // txtRefSig // this.txtRefSig.Location = new System.Drawing.Point(22, 103); this.txtRefSig.MaximumSize = new System.Drawing.Size(0, 22); this.txtRefSig.MinimumSize = new System.Drawing.Size(0, 22); this.txtRefSig.Name = "txtRefSig"; this.txtRefSig.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.txtRefSig.Properties.NullText = ""; this.txtRefSig.Properties.PopupView = this.gridView1; this.txtRefSig.Size = new System.Drawing.Size(180, 20); this.txtRefSig.StyleController = this.layoutControl1; this.txtRefSig.TabIndex = 12; // // gridView1 // this.gridView1.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus; this.gridView1.Name = "gridView1"; this.gridView1.OptionsSelection.EnableAppearanceFocusedCell = false; this.gridView1.OptionsView.ShowGroupPanel = false; // // SampleEditor // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(417, 350); this.Controls.Add(this.layoutControl1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.Name = "SampleEditor"; this.Text = "SampleEditor"; this.Load += new System.EventHandler(this.SampleEditor_Load); ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit(); this.layoutControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.txtSampleName.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtStartSec.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtFsHz.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtEndSec.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtSampleFile.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtRmark.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.searchLookRef.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.searchLookUpEdit1View)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dxErrorProvider)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtRefSig.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraLayout.LayoutControl layoutControl1; private DevExpress.XtraLayout.LayoutControlGroup Root; private DevExpress.XtraEditors.SimpleButton btnOk; private DevExpress.XtraEditors.SimpleButton btnCancel; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5; private DevExpress.XtraEditors.ButtonEdit txtSampleName; private DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider dxErrorProvider; private DevExpress.XtraEditors.ButtonEdit txtStartSec; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8; private DevExpress.XtraEditors.ButtonEdit txtFsHz; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1; private DevExpress.XtraEditors.ButtonEdit txtEndSec; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem9; private DevExpress.XtraEditors.ButtonEdit txtSampleFile; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem10; private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1; private DevExpress.XtraEditors.ButtonEdit txtRmark; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem11; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3; private DevExpress.XtraEditors.SearchLookUpEdit searchLookRef; private DevExpress.XtraGrid.Views.Grid.GridView searchLookUpEdit1View; private DevExpress.XtraEditors.SearchLookUpEdit txtRefSig; private DevExpress.XtraGrid.Views.Grid.GridView gridView1; } }