namespace Ips.Adc.WadTool { partial class MainWin { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainWin)); lcMain = new DevExpress.XtraLayout.LayoutControl(); btnStopAd = new DevExpress.XtraEditors.SimpleButton(); txtStartPos = new DevExpress.XtraEditors.TextEdit(); txtResZqTime = new DevExpress.XtraEditors.DateEdit(); txtResZqs = new DevExpress.XtraEditors.SpinEdit(); logCtrl1 = new Library.DxpLib.LogCtrl(); btnStartAd = new DevExpress.XtraEditors.SimpleButton(); txtMutil = new DevExpress.XtraEditors.SpinEdit(); txtZqTimeNs = new DevExpress.XtraEditors.SpinEdit(); txtZqTime = new DevExpress.XtraEditors.DateEdit(); txtZqs = new DevExpress.XtraEditors.SpinEdit(); txtResZqTimeNs = new DevExpress.XtraEditors.SpinEdit(); Root = new DevExpress.XtraLayout.LayoutControlGroup(); layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem(); layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup(); layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem(); layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem(); layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup(); layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem(); layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem(); layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem(); layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem(); layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem(); emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem(); layoutControlItem10 = new DevExpress.XtraLayout.LayoutControlItem(); layoutControlItem11 = new DevExpress.XtraLayout.LayoutControlItem(); ((System.ComponentModel.ISupportInitialize)lcMain).BeginInit(); lcMain.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)txtStartPos.Properties).BeginInit(); ((System.ComponentModel.ISupportInitialize)txtResZqTime.Properties).BeginInit(); ((System.ComponentModel.ISupportInitialize)txtResZqTime.Properties.CalendarTimeProperties).BeginInit(); ((System.ComponentModel.ISupportInitialize)txtResZqs.Properties).BeginInit(); ((System.ComponentModel.ISupportInitialize)txtMutil.Properties).BeginInit(); ((System.ComponentModel.ISupportInitialize)txtZqTimeNs.Properties).BeginInit(); ((System.ComponentModel.ISupportInitialize)txtZqTime.Properties).BeginInit(); ((System.ComponentModel.ISupportInitialize)txtZqTime.Properties.CalendarTimeProperties).BeginInit(); ((System.ComponentModel.ISupportInitialize)txtZqs.Properties).BeginInit(); ((System.ComponentModel.ISupportInitialize)txtResZqTimeNs.Properties).BeginInit(); ((System.ComponentModel.ISupportInitialize)Root).BeginInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem6).BeginInit(); ((System.ComponentModel.ISupportInitialize)layoutControlGroup1).BeginInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem1).BeginInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem2).BeginInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem3).BeginInit(); ((System.ComponentModel.ISupportInitialize)layoutControlGroup2).BeginInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem7).BeginInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem8).BeginInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem9).BeginInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem4).BeginInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem5).BeginInit(); ((System.ComponentModel.ISupportInitialize)emptySpaceItem1).BeginInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem10).BeginInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem11).BeginInit(); SuspendLayout(); // // lcMain // lcMain.Controls.Add(btnStopAd); lcMain.Controls.Add(txtStartPos); lcMain.Controls.Add(txtResZqTime); lcMain.Controls.Add(txtResZqs); lcMain.Controls.Add(logCtrl1); lcMain.Controls.Add(btnStartAd); lcMain.Controls.Add(txtMutil); lcMain.Controls.Add(txtZqTimeNs); lcMain.Controls.Add(txtZqTime); lcMain.Controls.Add(txtZqs); lcMain.Controls.Add(txtResZqTimeNs); lcMain.Dock = DockStyle.Fill; lcMain.Location = new Point(0, 0); lcMain.Name = "lcMain"; lcMain.Root = Root; lcMain.Size = new Size(838, 569); lcMain.TabIndex = 0; lcMain.Text = "layoutControl1"; // // btnStopAd // btnStopAd.Location = new Point(745, 126); btnStopAd.Name = "btnStopAd"; btnStopAd.Size = new Size(81, 22); btnStopAd.StyleController = lcMain; btnStopAd.TabIndex = 11; btnStopAd.Text = "停止采集"; btnStopAd.Click += btnStopAd_Click; // // txtStartPos // txtStartPos.Location = new Point(72, 126); txtStartPos.Name = "txtStartPos"; txtStartPos.Properties.ReadOnly = true; txtStartPos.Size = new Size(132, 20); txtStartPos.StyleController = lcMain; txtStartPos.TabIndex = 10; // // txtResZqTime // txtResZqTime.EditValue = null; txtResZqTime.Location = new Point(218, 96); txtResZqTime.Name = "txtResZqTime"; txtResZqTime.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); txtResZqTime.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); txtResZqTime.Size = new Size(186, 20); txtResZqTime.StyleController = lcMain; txtResZqTime.TabIndex = 5; // // txtResZqs // txtResZqs.EditValue = new decimal(new int[] { 0, 0, 0, 0 }); txtResZqs.Location = new Point(78, 96); txtResZqs.Name = "txtResZqs"; txtResZqs.Properties.Appearance.Options.UseTextOptions = true; txtResZqs.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near; txtResZqs.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); txtResZqs.Properties.IsFloatValue = false; txtResZqs.Properties.MaskSettings.Set("mask", "N00"); txtResZqs.Size = new Size(76, 20); txtResZqs.StyleController = lcMain; txtResZqs.TabIndex = 4; txtResZqs.EditValueChanged += txtResZqs_EditValueChanged; // // logCtrl1 // logCtrl1.AutoMoveToLastLine = true; logCtrl1.Location = new Point(12, 152); logCtrl1.MinLevel = Library.Basic.LogType.Info; logCtrl1.Name = "logCtrl1"; logCtrl1.Size = new Size(814, 405); logCtrl1.TabIndex = 9; // // btnStartAd // btnStartAd.Location = new Point(660, 126); btnStartAd.Name = "btnStartAd"; btnStartAd.Size = new Size(81, 22); btnStartAd.StyleController = lcMain; btnStartAd.TabIndex = 8; btnStartAd.Text = "开始采集"; btnStartAd.Click += btnStartAd_Click; // // txtMutil // txtMutil.EditValue = new decimal(new int[] { 0, 0, 0, 0 }); txtMutil.Location = new Point(589, 126); txtMutil.Name = "txtMutil"; txtMutil.Properties.Appearance.Options.UseTextOptions = true; txtMutil.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near; txtMutil.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); txtMutil.Size = new Size(67, 20); txtMutil.StyleController = lcMain; txtMutil.TabIndex = 7; // // txtZqTimeNs // txtZqTimeNs.EditValue = new decimal(new int[] { 0, 0, 0, 0 }); txtZqTimeNs.Location = new Point(468, 39); txtZqTimeNs.Name = "txtZqTimeNs"; txtZqTimeNs.Properties.Appearance.Options.UseTextOptions = true; txtZqTimeNs.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near; txtZqTimeNs.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); txtZqTimeNs.Properties.IsFloatValue = false; txtZqTimeNs.Properties.MaskSettings.Set("mask", "N00"); txtZqTimeNs.Size = new Size(352, 20); txtZqTimeNs.StyleController = lcMain; txtZqTimeNs.TabIndex = 3; // // txtZqTime // txtZqTime.EditValue = new DateTime(2023, 4, 2, 13, 3, 6, 0); txtZqTime.Location = new Point(218, 39); txtZqTime.Name = "txtZqTime"; txtZqTime.Properties.Appearance.Options.UseTextOptions = true; txtZqTime.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near; txtZqTime.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); txtZqTime.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); txtZqTime.Size = new Size(186, 20); txtZqTime.StyleController = lcMain; txtZqTime.TabIndex = 2; // // txtZqs // txtZqs.EditValue = new decimal(new int[] { 0, 0, 0, 0 }); txtZqs.Location = new Point(78, 39); txtZqs.Name = "txtZqs"; txtZqs.Properties.Appearance.Options.UseTextOptions = true; txtZqs.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near; txtZqs.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); txtZqs.Properties.IsFloatValue = false; txtZqs.Properties.MaskSettings.Set("mask", "N00"); txtZqs.Size = new Size(76, 20); txtZqs.StyleController = lcMain; txtZqs.TabIndex = 0; // // txtResZqTimeNs // txtResZqTimeNs.EditValue = new decimal(new int[] { 0, 0, 0, 0 }); txtResZqTimeNs.Location = new Point(468, 96); txtResZqTimeNs.Name = "txtResZqTimeNs"; txtResZqTimeNs.Properties.Appearance.Options.UseTextOptions = true; txtResZqTimeNs.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near; txtResZqTimeNs.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); txtResZqTimeNs.Properties.EditValueChangedFiringMode = DevExpress.XtraEditors.Controls.EditValueChangedFiringMode.Default; txtResZqTimeNs.Properties.IsFloatValue = false; txtResZqTimeNs.Properties.MaskSettings.Set("mask", "N00"); txtResZqTimeNs.Size = new Size(352, 20); txtResZqTimeNs.StyleController = lcMain; txtResZqTimeNs.TabIndex = 6; // // Root // Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; Root.GroupBordersVisible = false; Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem6, layoutControlGroup1, layoutControlGroup2, layoutControlItem4, layoutControlItem5, emptySpaceItem1, layoutControlItem10, layoutControlItem11 }); Root.Name = "Root"; Root.Size = new Size(838, 569); Root.TextVisible = false; // // layoutControlItem6 // layoutControlItem6.Control = logCtrl1; layoutControlItem6.Location = new Point(0, 140); layoutControlItem6.Name = "layoutControlItem6"; layoutControlItem6.Size = new Size(818, 409); layoutControlItem6.TextSize = new Size(0, 0); layoutControlItem6.TextVisible = false; // // layoutControlGroup1 // layoutControlGroup1.GroupStyle = DevExpress.Utils.GroupStyle.Light; layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem1, layoutControlItem2, layoutControlItem3 }); layoutControlGroup1.Location = new Point(0, 0); layoutControlGroup1.Name = "layoutControlGroup1"; layoutControlGroup1.Padding = new DevExpress.XtraLayout.Utils.Padding(3, 3, 3, 3); layoutControlGroup1.Size = new Size(818, 57); layoutControlGroup1.Text = "已知周期"; // // layoutControlItem1 // layoutControlItem1.Control = txtZqs; layoutControlItem1.Location = new Point(0, 0); layoutControlItem1.MaxSize = new Size(140, 24); layoutControlItem1.MinSize = new Size(140, 24); layoutControlItem1.Name = "layoutControlItem1"; layoutControlItem1.Size = new Size(140, 24); layoutControlItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; layoutControlItem1.Text = "已知周期"; layoutControlItem1.TextSize = new Size(48, 14); // // layoutControlItem2 // layoutControlItem2.Control = txtZqTime; layoutControlItem2.Location = new Point(140, 0); layoutControlItem2.MaxSize = new Size(250, 24); layoutControlItem2.MinSize = new Size(250, 24); layoutControlItem2.Name = "layoutControlItem2"; layoutControlItem2.Size = new Size(250, 24); layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; layoutControlItem2.Text = "周期时间"; layoutControlItem2.TextSize = new Size(48, 14); // // layoutControlItem3 // layoutControlItem3.Control = txtZqTimeNs; layoutControlItem3.Location = new Point(390, 0); layoutControlItem3.Name = "layoutControlItem3"; layoutControlItem3.Size = new Size(416, 24); layoutControlItem3.Text = "纳秒数"; layoutControlItem3.TextSize = new Size(48, 14); // // layoutControlGroup2 // layoutControlGroup2.GroupStyle = DevExpress.Utils.GroupStyle.Light; layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem7, layoutControlItem8, layoutControlItem9 }); layoutControlGroup2.Location = new Point(0, 57); layoutControlGroup2.Name = "layoutControlGroup2"; layoutControlGroup2.Padding = new DevExpress.XtraLayout.Utils.Padding(3, 3, 3, 3); layoutControlGroup2.Size = new Size(818, 57); layoutControlGroup2.Text = "采集周期"; // // layoutControlItem7 // layoutControlItem7.Control = txtResZqs; layoutControlItem7.Location = new Point(0, 0); layoutControlItem7.MaxSize = new Size(140, 24); layoutControlItem7.MinSize = new Size(140, 24); layoutControlItem7.Name = "layoutControlItem7"; layoutControlItem7.Size = new Size(140, 24); layoutControlItem7.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; layoutControlItem7.Text = "采集周期"; layoutControlItem7.TextSize = new Size(48, 14); // // layoutControlItem8 // layoutControlItem8.Control = txtResZqTime; layoutControlItem8.Location = new Point(140, 0); layoutControlItem8.MaxSize = new Size(250, 24); layoutControlItem8.MinSize = new Size(250, 24); layoutControlItem8.Name = "layoutControlItem8"; layoutControlItem8.Size = new Size(250, 24); layoutControlItem8.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; layoutControlItem8.Text = "周期时间"; layoutControlItem8.TextSize = new Size(48, 14); // // layoutControlItem9 // layoutControlItem9.Control = txtResZqTimeNs; layoutControlItem9.Location = new Point(390, 0); layoutControlItem9.Name = "layoutControlItem9"; layoutControlItem9.Size = new Size(416, 24); layoutControlItem9.Text = "纳秒数"; layoutControlItem9.TextSize = new Size(48, 14); // // layoutControlItem4 // layoutControlItem4.Control = txtMutil; layoutControlItem4.Location = new Point(517, 114); layoutControlItem4.MaxSize = new Size(131, 24); layoutControlItem4.MinSize = new Size(131, 24); layoutControlItem4.Name = "layoutControlItem4"; layoutControlItem4.Size = new Size(131, 26); layoutControlItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; layoutControlItem4.Text = "抽取倍数"; layoutControlItem4.TextSize = new Size(48, 14); // // layoutControlItem5 // layoutControlItem5.Control = btnStartAd; layoutControlItem5.Location = new Point(648, 114); layoutControlItem5.MaxSize = new Size(85, 26); layoutControlItem5.MinSize = new Size(85, 26); layoutControlItem5.Name = "layoutControlItem5"; layoutControlItem5.Size = new Size(85, 26); layoutControlItem5.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; layoutControlItem5.TextSize = new Size(0, 0); layoutControlItem5.TextVisible = false; // // emptySpaceItem1 // emptySpaceItem1.AllowHotTrack = false; emptySpaceItem1.Location = new Point(196, 114); emptySpaceItem1.Name = "emptySpaceItem1"; emptySpaceItem1.Size = new Size(321, 26); emptySpaceItem1.TextSize = new Size(0, 0); // // layoutControlItem10 // layoutControlItem10.Control = txtStartPos; layoutControlItem10.Location = new Point(0, 114); layoutControlItem10.MaxSize = new Size(196, 24); layoutControlItem10.MinSize = new Size(196, 24); layoutControlItem10.Name = "layoutControlItem10"; layoutControlItem10.Size = new Size(196, 26); layoutControlItem10.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; layoutControlItem10.Text = "起始样点"; layoutControlItem10.TextSize = new Size(48, 14); // // layoutControlItem11 // layoutControlItem11.Control = btnStopAd; layoutControlItem11.Location = new Point(733, 114); layoutControlItem11.MaxSize = new Size(85, 26); layoutControlItem11.MinSize = new Size(85, 26); layoutControlItem11.Name = "layoutControlItem11"; layoutControlItem11.Size = new Size(85, 26); layoutControlItem11.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; layoutControlItem11.TextSize = new Size(0, 0); layoutControlItem11.TextVisible = false; // // MainWin // AutoScaleDimensions = new SizeF(7F, 14F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(838, 569); Controls.Add(lcMain); IconOptions.Icon = (Icon)resources.GetObject("MainWin.IconOptions.Icon"); Name = "MainWin"; StartPosition = FormStartPosition.CenterScreen; Text = "WGS采集工具"; FormClosing += MainWin_FormClosing; Load += MainWin_Load; ((System.ComponentModel.ISupportInitialize)lcMain).EndInit(); lcMain.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)txtStartPos.Properties).EndInit(); ((System.ComponentModel.ISupportInitialize)txtResZqTime.Properties.CalendarTimeProperties).EndInit(); ((System.ComponentModel.ISupportInitialize)txtResZqTime.Properties).EndInit(); ((System.ComponentModel.ISupportInitialize)txtResZqs.Properties).EndInit(); ((System.ComponentModel.ISupportInitialize)txtMutil.Properties).EndInit(); ((System.ComponentModel.ISupportInitialize)txtZqTimeNs.Properties).EndInit(); ((System.ComponentModel.ISupportInitialize)txtZqTime.Properties.CalendarTimeProperties).EndInit(); ((System.ComponentModel.ISupportInitialize)txtZqTime.Properties).EndInit(); ((System.ComponentModel.ISupportInitialize)txtZqs.Properties).EndInit(); ((System.ComponentModel.ISupportInitialize)txtResZqTimeNs.Properties).EndInit(); ((System.ComponentModel.ISupportInitialize)Root).EndInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem6).EndInit(); ((System.ComponentModel.ISupportInitialize)layoutControlGroup1).EndInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem1).EndInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem2).EndInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem3).EndInit(); ((System.ComponentModel.ISupportInitialize)layoutControlGroup2).EndInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem7).EndInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem8).EndInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem9).EndInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem4).EndInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem5).EndInit(); ((System.ComponentModel.ISupportInitialize)emptySpaceItem1).EndInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem10).EndInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem11).EndInit(); ResumeLayout(false); } #endregion private DevExpress.XtraLayout.LayoutControl lcMain; private DevExpress.XtraLayout.LayoutControlGroup Root; private DevExpress.XtraEditors.SpinEdit txtZqs; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1; private DevExpress.XtraEditors.SimpleButton btnStartAd; private DevExpress.XtraEditors.SpinEdit txtMutil; private DevExpress.XtraEditors.SpinEdit txtZqTimeNs; private DevExpress.XtraEditors.DateEdit txtZqTime; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5; private Library.DxpLib.LogCtrl logCtrl1; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6; private DevExpress.XtraEditors.SpinEdit txtResZqs; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7; private DevExpress.XtraEditors.DateEdit txtResZqTime; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem9; private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1; private DevExpress.XtraEditors.SpinEdit txtResZqTimeNs; private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1; private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup2; private DevExpress.XtraEditors.TextEdit txtStartPos; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem10; private DevExpress.XtraEditors.SimpleButton btnStopAd; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem11; } }