|
@@ -58,6 +58,11 @@
|
|
|
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject22 = new DevExpress.Utils.SerializableAppearanceObject();
|
|
|
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject23 = new DevExpress.Utils.SerializableAppearanceObject();
|
|
|
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject24 = new DevExpress.Utils.SerializableAppearanceObject();
|
|
|
+ DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions7 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
|
|
|
+ DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject25 = new DevExpress.Utils.SerializableAppearanceObject();
|
|
|
+ DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject26 = new DevExpress.Utils.SerializableAppearanceObject();
|
|
|
+ DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject27 = new DevExpress.Utils.SerializableAppearanceObject();
|
|
|
+ DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject28 = new DevExpress.Utils.SerializableAppearanceObject();
|
|
|
this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
|
|
|
this.txtFileTime = new DevExpress.XtraEditors.DateEdit();
|
|
|
this.btnCalc = new DevExpress.XtraEditors.SimpleButton();
|
|
@@ -111,6 +116,8 @@
|
|
|
this.layoutItemDrawImage = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
this.layoutControlItem13 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
this.itemBand = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
+ this.txtTimeout = new DevExpress.XtraEditors.ButtonEdit();
|
|
|
+ this.layoutControlItem14 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
|
|
|
this.layoutControl1.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.txtFileTime.Properties)).BeginInit();
|
|
@@ -149,6 +156,8 @@
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutItemDrawImage)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem13)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.itemBand)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.txtTimeout.Properties)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem14)).BeginInit();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
// layoutControl1
|
|
@@ -171,13 +180,14 @@
|
|
|
this.layoutControl1.Controls.Add(this.teDfRange);
|
|
|
this.layoutControl1.Controls.Add(this.teSnr);
|
|
|
this.layoutControl1.Controls.Add(this.txtBand);
|
|
|
+ this.layoutControl1.Controls.Add(this.txtTimeout);
|
|
|
this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
this.layoutControl1.Location = new System.Drawing.Point(0, 0);
|
|
|
this.layoutControl1.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
|
|
|
this.layoutControl1.Name = "layoutControl1";
|
|
|
this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(620, 232, 1300, 800);
|
|
|
this.layoutControl1.Root = this.Root;
|
|
|
- this.layoutControl1.Size = new System.Drawing.Size(1100, 488);
|
|
|
+ this.layoutControl1.Size = new System.Drawing.Size(1315, 488);
|
|
|
this.layoutControl1.TabIndex = 0;
|
|
|
this.layoutControl1.Text = "layoutControl1";
|
|
|
//
|
|
@@ -191,13 +201,13 @@
|
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
|
this.txtFileTime.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
|
- this.txtFileTime.Size = new System.Drawing.Size(65, 20);
|
|
|
+ this.txtFileTime.Size = new System.Drawing.Size(74, 20);
|
|
|
this.txtFileTime.StyleController = this.layoutControl1;
|
|
|
this.txtFileTime.TabIndex = 20;
|
|
|
//
|
|
|
// btnCalc
|
|
|
//
|
|
|
- this.btnCalc.Location = new System.Drawing.Point(899, 31);
|
|
|
+ this.btnCalc.Location = new System.Drawing.Point(1114, 31);
|
|
|
this.btnCalc.Name = "btnCalc";
|
|
|
this.btnCalc.Size = new System.Drawing.Size(96, 22);
|
|
|
this.btnCalc.StyleController = this.layoutControl1;
|
|
@@ -207,7 +217,7 @@
|
|
|
//
|
|
|
// chkDama
|
|
|
//
|
|
|
- this.chkDama.Location = new System.Drawing.Point(799, 6);
|
|
|
+ this.chkDama.Location = new System.Drawing.Point(1014, 6);
|
|
|
this.chkDama.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
this.chkDama.Name = "chkDama";
|
|
|
this.chkDama.Properties.Caption = "DAMA";
|
|
@@ -219,7 +229,7 @@
|
|
|
//
|
|
|
// btnCheck
|
|
|
//
|
|
|
- this.btnCheck.Location = new System.Drawing.Point(799, 31);
|
|
|
+ this.btnCheck.Location = new System.Drawing.Point(1014, 31);
|
|
|
this.btnCheck.Name = "btnCheck";
|
|
|
this.btnCheck.Size = new System.Drawing.Size(96, 22);
|
|
|
this.btnCheck.StyleController = this.layoutControl1;
|
|
@@ -234,7 +244,7 @@
|
|
|
this.gcCheckCgRes.MainView = this.gridView1;
|
|
|
this.gcCheckCgRes.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
|
|
|
this.gcCheckCgRes.Name = "gcCheckCgRes";
|
|
|
- this.gcCheckCgRes.Size = new System.Drawing.Size(1090, 401);
|
|
|
+ this.gcCheckCgRes.Size = new System.Drawing.Size(1305, 401);
|
|
|
this.gcCheckCgRes.TabIndex = 12;
|
|
|
this.gcCheckCgRes.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
|
|
this.gridView1});
|
|
@@ -408,22 +418,22 @@
|
|
|
// tePos
|
|
|
//
|
|
|
this.tePos.EditValue = "0";
|
|
|
- this.tePos.Location = new System.Drawing.Point(934, 57);
|
|
|
+ this.tePos.Location = new System.Drawing.Point(982, 57);
|
|
|
this.tePos.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
|
|
|
this.tePos.Name = "tePos";
|
|
|
this.tePos.Properties.AutoHeight = false;
|
|
|
- this.tePos.Size = new System.Drawing.Size(50, 20);
|
|
|
+ this.tePos.Size = new System.Drawing.Size(69, 20);
|
|
|
this.tePos.StyleController = this.layoutControl1;
|
|
|
this.tePos.TabIndex = 10;
|
|
|
//
|
|
|
// teCount
|
|
|
//
|
|
|
this.teCount.EditValue = "0";
|
|
|
- this.teCount.Location = new System.Drawing.Point(1045, 57);
|
|
|
+ this.teCount.Location = new System.Drawing.Point(1112, 57);
|
|
|
this.teCount.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
|
|
|
this.teCount.Name = "teCount";
|
|
|
this.teCount.Properties.AutoHeight = false;
|
|
|
- this.teCount.Size = new System.Drawing.Size(50, 20);
|
|
|
+ this.teCount.Size = new System.Drawing.Size(68, 20);
|
|
|
this.teCount.StyleController = this.layoutControl1;
|
|
|
this.teCount.TabIndex = 9;
|
|
|
this.teCount.ToolTip = "0表示文件末尾,小数表示样点百分比";
|
|
@@ -436,7 +446,7 @@
|
|
|
this.btnFile1.Name = "btnFile1";
|
|
|
this.btnFile1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
|
new DevExpress.XtraEditors.Controls.EditorButton()});
|
|
|
- this.btnFile1.Size = new System.Drawing.Size(726, 20);
|
|
|
+ this.btnFile1.Size = new System.Drawing.Size(941, 20);
|
|
|
this.btnFile1.StyleController = this.layoutControl1;
|
|
|
this.btnFile1.TabIndex = 5;
|
|
|
//
|
|
@@ -448,13 +458,13 @@
|
|
|
this.btnFile2.Name = "btnFile2";
|
|
|
this.btnFile2.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
|
new DevExpress.XtraEditors.Controls.EditorButton()});
|
|
|
- this.btnFile2.Size = new System.Drawing.Size(726, 20);
|
|
|
+ this.btnFile2.Size = new System.Drawing.Size(941, 20);
|
|
|
this.btnFile2.StyleController = this.layoutControl1;
|
|
|
this.btnFile2.TabIndex = 4;
|
|
|
//
|
|
|
// ckIBS
|
|
|
//
|
|
|
- this.ckIBS.Location = new System.Drawing.Point(899, 6);
|
|
|
+ this.ckIBS.Location = new System.Drawing.Point(1114, 6);
|
|
|
this.ckIBS.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
this.ckIBS.Name = "ckIBS";
|
|
|
this.ckIBS.Properties.Caption = "IBS";
|
|
@@ -466,7 +476,7 @@
|
|
|
//
|
|
|
// ckKY
|
|
|
//
|
|
|
- this.ckKY.Location = new System.Drawing.Point(999, 6);
|
|
|
+ this.ckKY.Location = new System.Drawing.Point(1214, 6);
|
|
|
this.ckKY.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
this.ckKY.Name = "ckKY";
|
|
|
this.ckKY.Properties.Caption = "能量检测";
|
|
@@ -478,7 +488,7 @@
|
|
|
//
|
|
|
// btnDrawImage
|
|
|
//
|
|
|
- this.btnDrawImage.Location = new System.Drawing.Point(999, 31);
|
|
|
+ this.btnDrawImage.Location = new System.Drawing.Point(1214, 31);
|
|
|
this.btnDrawImage.Name = "btnDrawImage";
|
|
|
this.btnDrawImage.Size = new System.Drawing.Size(96, 22);
|
|
|
this.btnDrawImage.StyleController = this.layoutControl1;
|
|
@@ -489,33 +499,33 @@
|
|
|
// tefs
|
|
|
//
|
|
|
this.tefs.EditValue = "0.096";
|
|
|
- this.tefs.Location = new System.Drawing.Point(172, 57);
|
|
|
+ this.tefs.Location = new System.Drawing.Point(181, 57);
|
|
|
this.tefs.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
|
|
|
this.tefs.Name = "tefs";
|
|
|
this.tefs.Properties.AutoHeight = false;
|
|
|
this.tefs.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "MHz", -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.tefs.Size = new System.Drawing.Size(72, 20);
|
|
|
+ this.tefs.Size = new System.Drawing.Size(82, 20);
|
|
|
this.tefs.StyleController = this.layoutControl1;
|
|
|
this.tefs.TabIndex = 6;
|
|
|
//
|
|
|
// teCenter
|
|
|
//
|
|
|
this.teCenter.EditValue = "0";
|
|
|
- this.teCenter.Location = new System.Drawing.Point(427, 57);
|
|
|
+ this.teCenter.Location = new System.Drawing.Point(455, 57);
|
|
|
this.teCenter.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
|
|
|
this.teCenter.Name = "teCenter";
|
|
|
this.teCenter.Properties.AutoHeight = false;
|
|
|
this.teCenter.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "us", -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.teCenter.Size = new System.Drawing.Size(54, 20);
|
|
|
+ this.teCenter.Size = new System.Drawing.Size(70, 20);
|
|
|
this.teCenter.StyleController = this.layoutControl1;
|
|
|
this.teCenter.TabIndex = 7;
|
|
|
//
|
|
|
// teRange
|
|
|
//
|
|
|
this.teRange.EditValue = "40000";
|
|
|
- this.teRange.Location = new System.Drawing.Point(564, 57);
|
|
|
+ this.teRange.Location = new System.Drawing.Point(608, 57);
|
|
|
this.teRange.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
|
|
|
this.teRange.Name = "teRange";
|
|
|
this.teRange.Properties.AutoHeight = false;
|
|
@@ -528,7 +538,7 @@
|
|
|
// teDfRange
|
|
|
//
|
|
|
this.teDfRange.EditValue = "16384";
|
|
|
- this.teDfRange.Location = new System.Drawing.Point(698, 57);
|
|
|
+ this.teDfRange.Location = new System.Drawing.Point(742, 57);
|
|
|
this.teDfRange.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
|
|
|
this.teDfRange.Name = "teDfRange";
|
|
|
this.teDfRange.Properties.AutoHeight = false;
|
|
@@ -541,26 +551,26 @@
|
|
|
// teSnr
|
|
|
//
|
|
|
this.teSnr.EditValue = "14";
|
|
|
- this.teSnr.Location = new System.Drawing.Point(822, 57);
|
|
|
+ this.teSnr.Location = new System.Drawing.Point(866, 57);
|
|
|
this.teSnr.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
|
|
|
this.teSnr.Name = "teSnr";
|
|
|
this.teSnr.Properties.AutoHeight = false;
|
|
|
this.teSnr.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "dB", -1, false, true, false, editorButtonImageOptions5, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject17, serializableAppearanceObject18, serializableAppearanceObject19, serializableAppearanceObject20, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)});
|
|
|
- this.teSnr.Size = new System.Drawing.Size(52, 20);
|
|
|
+ this.teSnr.Size = new System.Drawing.Size(56, 20);
|
|
|
this.teSnr.StyleController = this.layoutControl1;
|
|
|
this.teSnr.TabIndex = 14;
|
|
|
//
|
|
|
// txtBand
|
|
|
//
|
|
|
this.txtBand.EditValue = "25";
|
|
|
- this.txtBand.Location = new System.Drawing.Point(305, 57);
|
|
|
+ this.txtBand.Location = new System.Drawing.Point(324, 57);
|
|
|
this.txtBand.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
|
|
|
this.txtBand.Name = "txtBand";
|
|
|
this.txtBand.Properties.AutoHeight = false;
|
|
|
this.txtBand.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "KHz", -1, false, true, false, editorButtonImageOptions6, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject21, serializableAppearanceObject22, serializableAppearanceObject23, serializableAppearanceObject24, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)});
|
|
|
- this.txtBand.Size = new System.Drawing.Size(61, 21);
|
|
|
+ this.txtBand.Size = new System.Drawing.Size(70, 21);
|
|
|
this.txtBand.StyleController = this.layoutControl1;
|
|
|
this.txtBand.TabIndex = 6;
|
|
|
//
|
|
@@ -586,10 +596,11 @@
|
|
|
this.layoutControlItem11,
|
|
|
this.layoutItemDrawImage,
|
|
|
this.layoutControlItem13,
|
|
|
- this.itemBand});
|
|
|
+ this.itemBand,
|
|
|
+ this.layoutControlItem14});
|
|
|
this.Root.Name = "Root";
|
|
|
this.Root.Padding = new DevExpress.XtraLayout.Utils.Padding(3, 3, 3, 3);
|
|
|
- this.Root.Size = new System.Drawing.Size(1100, 488);
|
|
|
+ this.Root.Size = new System.Drawing.Size(1315, 488);
|
|
|
this.Root.TextVisible = false;
|
|
|
//
|
|
|
// layoutControlItem2
|
|
@@ -597,7 +608,7 @@
|
|
|
this.layoutControlItem2.Control = this.btnFile1;
|
|
|
this.layoutControlItem2.Location = new System.Drawing.Point(0, 0);
|
|
|
this.layoutControlItem2.Name = "layoutControlItem2";
|
|
|
- this.layoutControlItem2.Size = new System.Drawing.Size(794, 26);
|
|
|
+ this.layoutControlItem2.Size = new System.Drawing.Size(1009, 26);
|
|
|
this.layoutControlItem2.Text = "信号文件1:";
|
|
|
this.layoutControlItem2.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
|
|
|
this.layoutControlItem2.TextSize = new System.Drawing.Size(59, 14);
|
|
@@ -606,11 +617,11 @@
|
|
|
// layoutControlItem3
|
|
|
//
|
|
|
this.layoutControlItem3.Control = this.tefs;
|
|
|
- this.layoutControlItem3.Location = new System.Drawing.Point(122, 52);
|
|
|
+ this.layoutControlItem3.Location = new System.Drawing.Point(131, 52);
|
|
|
this.layoutControlItem3.MaxSize = new System.Drawing.Size(0, 24);
|
|
|
this.layoutControlItem3.MinSize = new System.Drawing.Size(109, 24);
|
|
|
this.layoutControlItem3.Name = "layoutControlItem3";
|
|
|
- this.layoutControlItem3.Size = new System.Drawing.Size(121, 25);
|
|
|
+ this.layoutControlItem3.Size = new System.Drawing.Size(131, 25);
|
|
|
this.layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
|
this.layoutControlItem3.Text = "采样率:";
|
|
|
this.layoutControlItem3.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
|
|
@@ -622,7 +633,7 @@
|
|
|
this.layoutControlItem9.Control = this.gcCheckCgRes;
|
|
|
this.layoutControlItem9.Location = new System.Drawing.Point(0, 77);
|
|
|
this.layoutControlItem9.Name = "layoutControlItem9";
|
|
|
- this.layoutControlItem9.Size = new System.Drawing.Size(1094, 405);
|
|
|
+ this.layoutControlItem9.Size = new System.Drawing.Size(1309, 405);
|
|
|
this.layoutControlItem9.TextSize = new System.Drawing.Size(0, 0);
|
|
|
this.layoutControlItem9.TextVisible = false;
|
|
|
//
|
|
@@ -631,7 +642,7 @@
|
|
|
this.layoutControlItem1.Control = this.btnFile2;
|
|
|
this.layoutControlItem1.Location = new System.Drawing.Point(0, 26);
|
|
|
this.layoutControlItem1.Name = "layoutControlItem1";
|
|
|
- this.layoutControlItem1.Size = new System.Drawing.Size(794, 26);
|
|
|
+ this.layoutControlItem1.Size = new System.Drawing.Size(1009, 26);
|
|
|
this.layoutControlItem1.Text = "信号文件2:";
|
|
|
this.layoutControlItem1.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
|
|
|
this.layoutControlItem1.TextSize = new System.Drawing.Size(59, 14);
|
|
@@ -640,11 +651,11 @@
|
|
|
// layoutControlItem4
|
|
|
//
|
|
|
this.layoutControlItem4.Control = this.teCenter;
|
|
|
- this.layoutControlItem4.Location = new System.Drawing.Point(365, 52);
|
|
|
+ this.layoutControlItem4.Location = new System.Drawing.Point(393, 52);
|
|
|
this.layoutControlItem4.MaxSize = new System.Drawing.Size(0, 24);
|
|
|
this.layoutControlItem4.MinSize = new System.Drawing.Size(111, 24);
|
|
|
this.layoutControlItem4.Name = "layoutControlItem4";
|
|
|
- this.layoutControlItem4.Size = new System.Drawing.Size(115, 25);
|
|
|
+ this.layoutControlItem4.Size = new System.Drawing.Size(131, 25);
|
|
|
this.layoutControlItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
|
this.layoutControlItem4.Text = "时差中心:";
|
|
|
this.layoutControlItem4.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
|
|
@@ -654,7 +665,7 @@
|
|
|
// layoutControlItem5
|
|
|
//
|
|
|
this.layoutControlItem5.Control = this.teRange;
|
|
|
- this.layoutControlItem5.Location = new System.Drawing.Point(480, 52);
|
|
|
+ this.layoutControlItem5.Location = new System.Drawing.Point(524, 52);
|
|
|
this.layoutControlItem5.MaxSize = new System.Drawing.Size(0, 24);
|
|
|
this.layoutControlItem5.MinSize = new System.Drawing.Size(133, 24);
|
|
|
this.layoutControlItem5.Name = "layoutControlItem5";
|
|
@@ -668,11 +679,11 @@
|
|
|
// layoutControlItem10
|
|
|
//
|
|
|
this.layoutControlItem10.Control = this.teSnr;
|
|
|
- this.layoutControlItem10.Location = new System.Drawing.Point(748, 52);
|
|
|
+ this.layoutControlItem10.Location = new System.Drawing.Point(792, 52);
|
|
|
this.layoutControlItem10.MaxSize = new System.Drawing.Size(0, 24);
|
|
|
this.layoutControlItem10.MinSize = new System.Drawing.Size(125, 24);
|
|
|
this.layoutControlItem10.Name = "layoutControlItem10";
|
|
|
- this.layoutControlItem10.Size = new System.Drawing.Size(125, 25);
|
|
|
+ this.layoutControlItem10.Size = new System.Drawing.Size(129, 25);
|
|
|
this.layoutControlItem10.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
|
this.layoutControlItem10.Text = "信噪比门限:";
|
|
|
this.layoutControlItem10.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
|
|
@@ -682,7 +693,7 @@
|
|
|
// layoutControlItem8
|
|
|
//
|
|
|
this.layoutControlItem8.Control = this.teDfRange;
|
|
|
- this.layoutControlItem8.Location = new System.Drawing.Point(613, 52);
|
|
|
+ this.layoutControlItem8.Location = new System.Drawing.Point(657, 52);
|
|
|
this.layoutControlItem8.MaxSize = new System.Drawing.Size(0, 24);
|
|
|
this.layoutControlItem8.MinSize = new System.Drawing.Size(135, 24);
|
|
|
this.layoutControlItem8.Name = "layoutControlItem8";
|
|
@@ -696,11 +707,11 @@
|
|
|
// lciStartPos
|
|
|
//
|
|
|
this.lciStartPos.Control = this.tePos;
|
|
|
- this.lciStartPos.Location = new System.Drawing.Point(873, 52);
|
|
|
+ this.lciStartPos.Location = new System.Drawing.Point(921, 52);
|
|
|
this.lciStartPos.MaxSize = new System.Drawing.Size(0, 24);
|
|
|
this.lciStartPos.MinSize = new System.Drawing.Size(110, 24);
|
|
|
this.lciStartPos.Name = "lciStartPos";
|
|
|
- this.lciStartPos.Size = new System.Drawing.Size(110, 25);
|
|
|
+ this.lciStartPos.Size = new System.Drawing.Size(129, 25);
|
|
|
this.lciStartPos.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
|
this.lciStartPos.Text = "起始样点:";
|
|
|
this.lciStartPos.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
|
|
@@ -710,11 +721,11 @@
|
|
|
// lciSampleLength
|
|
|
//
|
|
|
this.lciSampleLength.Control = this.teCount;
|
|
|
- this.lciSampleLength.Location = new System.Drawing.Point(983, 52);
|
|
|
+ this.lciSampleLength.Location = new System.Drawing.Point(1050, 52);
|
|
|
this.lciSampleLength.MaxSize = new System.Drawing.Size(0, 24);
|
|
|
this.lciSampleLength.MinSize = new System.Drawing.Size(111, 24);
|
|
|
this.lciSampleLength.Name = "lciSampleLength";
|
|
|
- this.lciSampleLength.Size = new System.Drawing.Size(111, 25);
|
|
|
+ this.lciSampleLength.Size = new System.Drawing.Size(129, 25);
|
|
|
this.lciSampleLength.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
|
this.lciSampleLength.Text = "样点长度:";
|
|
|
this.lciSampleLength.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
|
|
@@ -726,7 +737,7 @@
|
|
|
this.layoutControlItem12.ContentHorzAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
|
this.layoutControlItem12.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center;
|
|
|
this.layoutControlItem12.Control = this.chkDama;
|
|
|
- this.layoutControlItem12.Location = new System.Drawing.Point(794, 0);
|
|
|
+ this.layoutControlItem12.Location = new System.Drawing.Point(1009, 0);
|
|
|
this.layoutControlItem12.MaxSize = new System.Drawing.Size(100, 26);
|
|
|
this.layoutControlItem12.MinSize = new System.Drawing.Size(100, 26);
|
|
|
this.layoutControlItem12.Name = "layoutControlItem12";
|
|
@@ -738,7 +749,7 @@
|
|
|
// lciBtnCheck
|
|
|
//
|
|
|
this.lciBtnCheck.Control = this.btnCheck;
|
|
|
- this.lciBtnCheck.Location = new System.Drawing.Point(794, 26);
|
|
|
+ this.lciBtnCheck.Location = new System.Drawing.Point(1009, 26);
|
|
|
this.lciBtnCheck.MaxSize = new System.Drawing.Size(100, 26);
|
|
|
this.lciBtnCheck.MinSize = new System.Drawing.Size(100, 26);
|
|
|
this.lciBtnCheck.Name = "lciBtnCheck";
|
|
@@ -752,7 +763,7 @@
|
|
|
this.layoutControlItem6.ContentHorzAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
|
this.layoutControlItem6.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center;
|
|
|
this.layoutControlItem6.Control = this.ckIBS;
|
|
|
- this.layoutControlItem6.Location = new System.Drawing.Point(894, 0);
|
|
|
+ this.layoutControlItem6.Location = new System.Drawing.Point(1109, 0);
|
|
|
this.layoutControlItem6.MaxSize = new System.Drawing.Size(100, 26);
|
|
|
this.layoutControlItem6.MinSize = new System.Drawing.Size(100, 26);
|
|
|
this.layoutControlItem6.Name = "layoutControlItem6";
|
|
@@ -766,7 +777,7 @@
|
|
|
this.layoutControlItem7.ContentHorzAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
|
this.layoutControlItem7.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center;
|
|
|
this.layoutControlItem7.Control = this.ckKY;
|
|
|
- this.layoutControlItem7.Location = new System.Drawing.Point(994, 0);
|
|
|
+ this.layoutControlItem7.Location = new System.Drawing.Point(1209, 0);
|
|
|
this.layoutControlItem7.MaxSize = new System.Drawing.Size(100, 24);
|
|
|
this.layoutControlItem7.MinSize = new System.Drawing.Size(100, 24);
|
|
|
this.layoutControlItem7.Name = "layoutControlItem7";
|
|
@@ -778,7 +789,7 @@
|
|
|
// layoutControlItem11
|
|
|
//
|
|
|
this.layoutControlItem11.Control = this.btnCalc;
|
|
|
- this.layoutControlItem11.Location = new System.Drawing.Point(894, 26);
|
|
|
+ this.layoutControlItem11.Location = new System.Drawing.Point(1109, 26);
|
|
|
this.layoutControlItem11.MaxSize = new System.Drawing.Size(100, 26);
|
|
|
this.layoutControlItem11.MinSize = new System.Drawing.Size(100, 26);
|
|
|
this.layoutControlItem11.Name = "layoutControlItem11";
|
|
@@ -792,7 +803,7 @@
|
|
|
this.layoutItemDrawImage.Control = this.btnDrawImage;
|
|
|
this.layoutItemDrawImage.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
|
|
|
this.layoutItemDrawImage.CustomizationFormText = "lciBtnCheck";
|
|
|
- this.layoutItemDrawImage.Location = new System.Drawing.Point(994, 26);
|
|
|
+ this.layoutItemDrawImage.Location = new System.Drawing.Point(1209, 26);
|
|
|
this.layoutItemDrawImage.MaxSize = new System.Drawing.Size(100, 26);
|
|
|
this.layoutItemDrawImage.MinSize = new System.Drawing.Size(100, 26);
|
|
|
this.layoutItemDrawImage.Name = "layoutItemDrawImage";
|
|
@@ -809,7 +820,7 @@
|
|
|
this.layoutControlItem13.MaxSize = new System.Drawing.Size(0, 24);
|
|
|
this.layoutControlItem13.MinSize = new System.Drawing.Size(107, 24);
|
|
|
this.layoutControlItem13.Name = "layoutControlItem13";
|
|
|
- this.layoutControlItem13.Size = new System.Drawing.Size(122, 25);
|
|
|
+ this.layoutControlItem13.Size = new System.Drawing.Size(131, 25);
|
|
|
this.layoutControlItem13.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
|
this.layoutControlItem13.Text = "文件时间";
|
|
|
this.layoutControlItem13.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
|
|
@@ -821,10 +832,10 @@
|
|
|
this.itemBand.Control = this.txtBand;
|
|
|
this.itemBand.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
|
|
|
this.itemBand.CustomizationFormText = "采样率:";
|
|
|
- this.itemBand.Location = new System.Drawing.Point(243, 52);
|
|
|
+ this.itemBand.Location = new System.Drawing.Point(262, 52);
|
|
|
this.itemBand.MinSize = new System.Drawing.Size(50, 25);
|
|
|
this.itemBand.Name = "itemBand";
|
|
|
- this.itemBand.Size = new System.Drawing.Size(122, 25);
|
|
|
+ this.itemBand.Size = new System.Drawing.Size(131, 25);
|
|
|
this.itemBand.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
|
this.itemBand.Text = "信号带宽:";
|
|
|
this.itemBand.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
|
|
@@ -832,11 +843,40 @@
|
|
|
this.itemBand.TextToControlDistance = 5;
|
|
|
this.itemBand.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
|
|
|
//
|
|
|
+ // txtTimeout
|
|
|
+ //
|
|
|
+ this.txtTimeout.EditValue = "30";
|
|
|
+ this.txtTimeout.Location = new System.Drawing.Point(1241, 57);
|
|
|
+ this.txtTimeout.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
|
|
|
+ this.txtTimeout.Name = "txtTimeout";
|
|
|
+ this.txtTimeout.Properties.AutoHeight = false;
|
|
|
+ this.txtTimeout.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
|
+ new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "秒", -1, false, true, false, editorButtonImageOptions7, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject25, serializableAppearanceObject26, serializableAppearanceObject27, serializableAppearanceObject28, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)});
|
|
|
+ this.txtTimeout.Size = new System.Drawing.Size(69, 20);
|
|
|
+ this.txtTimeout.StyleController = this.layoutControl1;
|
|
|
+ this.txtTimeout.TabIndex = 14;
|
|
|
+ //
|
|
|
+ // layoutControlItem14
|
|
|
+ //
|
|
|
+ this.layoutControlItem14.Control = this.txtTimeout;
|
|
|
+ this.layoutControlItem14.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
|
|
|
+ this.layoutControlItem14.CustomizationFormText = "信噪比门限:";
|
|
|
+ this.layoutControlItem14.Location = new System.Drawing.Point(1179, 52);
|
|
|
+ this.layoutControlItem14.MaxSize = new System.Drawing.Size(0, 24);
|
|
|
+ this.layoutControlItem14.MinSize = new System.Drawing.Size(125, 24);
|
|
|
+ this.layoutControlItem14.Name = "layoutControlItem14";
|
|
|
+ this.layoutControlItem14.Size = new System.Drawing.Size(130, 25);
|
|
|
+ this.layoutControlItem14.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
|
+ this.layoutControlItem14.Text = "超时时间:";
|
|
|
+ this.layoutControlItem14.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
|
|
|
+ this.layoutControlItem14.TextSize = new System.Drawing.Size(52, 14);
|
|
|
+ this.layoutControlItem14.TextToControlDistance = 5;
|
|
|
+ //
|
|
|
// DetectToolForm
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
- this.ClientSize = new System.Drawing.Size(1100, 488);
|
|
|
+ this.ClientSize = new System.Drawing.Size(1315, 488);
|
|
|
this.Controls.Add(this.layoutControl1);
|
|
|
this.Margin = new System.Windows.Forms.Padding(2);
|
|
|
this.MaximizeBox = false;
|
|
@@ -882,6 +922,8 @@
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutItemDrawImage)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem13)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.itemBand)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.txtTimeout.Properties)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem14)).EndInit();
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
}
|
|
@@ -941,5 +983,7 @@
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn modRate;
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn DemType;
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn colFFC;
|
|
|
+ private DevExpress.XtraEditors.ButtonEdit txtTimeout;
|
|
|
+ private DevExpress.XtraLayout.LayoutControlItem layoutControlItem14;
|
|
|
}
|
|
|
}
|