123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473 |
- namespace Ips.Adc.WadTool
- {
- partial class MainWin
- {
- /// <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 Windows Form 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()
- {
- 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;
- }
- }
|