|
@@ -53,6 +53,11 @@
|
|
|
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject18 = new DevExpress.Utils.SerializableAppearanceObject();
|
|
|
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject19 = new DevExpress.Utils.SerializableAppearanceObject();
|
|
|
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject20 = new DevExpress.Utils.SerializableAppearanceObject();
|
|
|
+ DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions6 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
|
|
|
+ DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject21 = new DevExpress.Utils.SerializableAppearanceObject();
|
|
|
+ DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject22 = new DevExpress.Utils.SerializableAppearanceObject();
|
|
|
+ DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject23 = new DevExpress.Utils.SerializableAppearanceObject();
|
|
|
+ DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject24 = new DevExpress.Utils.SerializableAppearanceObject();
|
|
|
this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
|
|
|
this.txtFileTime = new DevExpress.XtraEditors.DateEdit();
|
|
|
this.btnCalc = new DevExpress.XtraEditors.SimpleButton();
|
|
@@ -60,12 +65,13 @@
|
|
|
this.btnCheck = new DevExpress.XtraEditors.SimpleButton();
|
|
|
this.gcCheckCgRes = new DevExpress.XtraGrid.GridControl();
|
|
|
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|
|
+ this.UserName = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
|
this.dt = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
|
this.df = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
|
this.snr = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
|
this.smpstart = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
|
this.smplen = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
|
- this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
|
+ this.sigTime = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
|
this.tm = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
|
this.file1 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
|
this.file2 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
@@ -100,7 +106,8 @@
|
|
|
this.layoutControlItem11 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
this.layoutItemDrawImage = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
this.layoutControlItem13 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
- this.UserName = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
|
+ this.layoutControlItem14 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
+ this.txtBand = new DevExpress.XtraEditors.ComboBoxEdit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
|
|
|
this.layoutControl1.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.txtFileTime.Properties)).BeginInit();
|
|
@@ -137,6 +144,8 @@
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutItemDrawImage)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem13)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem14)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.txtBand.Properties)).BeginInit();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
// layoutControl1
|
|
@@ -158,6 +167,7 @@
|
|
|
this.layoutControl1.Controls.Add(this.teRange);
|
|
|
this.layoutControl1.Controls.Add(this.teDfRange);
|
|
|
this.layoutControl1.Controls.Add(this.teSnr);
|
|
|
+ this.layoutControl1.Controls.Add(this.txtBand);
|
|
|
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);
|
|
@@ -178,7 +188,7 @@
|
|
|
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(80, 23);
|
|
|
+ this.txtFileTime.Size = new System.Drawing.Size(50, 23);
|
|
|
this.txtFileTime.StyleController = this.layoutControl1;
|
|
|
this.txtFileTime.TabIndex = 20;
|
|
|
//
|
|
@@ -238,7 +248,7 @@
|
|
|
this.snr,
|
|
|
this.smpstart,
|
|
|
this.smplen,
|
|
|
- this.gridColumn1,
|
|
|
+ this.sigTime,
|
|
|
this.tm,
|
|
|
this.file1,
|
|
|
this.file2,
|
|
@@ -260,6 +270,14 @@
|
|
|
this.gridView1.RowHeight = 0;
|
|
|
this.gridView1.ViewCaptionHeight = 0;
|
|
|
//
|
|
|
+ // UserName
|
|
|
+ //
|
|
|
+ this.UserName.Caption = "用户";
|
|
|
+ this.UserName.FieldName = "UserName";
|
|
|
+ this.UserName.Name = "UserName";
|
|
|
+ this.UserName.Visible = true;
|
|
|
+ this.UserName.VisibleIndex = 0;
|
|
|
+ //
|
|
|
// dt
|
|
|
//
|
|
|
this.dt.Caption = "时差(us)";
|
|
@@ -310,13 +328,13 @@
|
|
|
this.smplen.VisibleIndex = 4;
|
|
|
this.smplen.Width = 90;
|
|
|
//
|
|
|
- // gridColumn1
|
|
|
+ // sigTime
|
|
|
//
|
|
|
- this.gridColumn1.Caption = "信号时间";
|
|
|
- this.gridColumn1.FieldName = "SigTime";
|
|
|
- this.gridColumn1.Name = "gridColumn1";
|
|
|
- this.gridColumn1.Visible = true;
|
|
|
- this.gridColumn1.VisibleIndex = 6;
|
|
|
+ this.sigTime.Caption = "信号时间";
|
|
|
+ this.sigTime.FieldName = "SigTime";
|
|
|
+ this.sigTime.Name = "sigTime";
|
|
|
+ this.sigTime.Visible = true;
|
|
|
+ this.sigTime.VisibleIndex = 6;
|
|
|
//
|
|
|
// tm
|
|
|
//
|
|
@@ -359,20 +377,20 @@
|
|
|
// tePos
|
|
|
//
|
|
|
this.tePos.EditValue = "0";
|
|
|
- this.tePos.Location = new System.Drawing.Point(882, 57);
|
|
|
+ this.tePos.Location = new System.Drawing.Point(892, 57);
|
|
|
this.tePos.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
|
|
|
this.tePos.Name = "tePos";
|
|
|
- this.tePos.Size = new System.Drawing.Size(76, 20);
|
|
|
+ this.tePos.Size = new System.Drawing.Size(50, 20);
|
|
|
this.tePos.StyleController = this.layoutControl1;
|
|
|
this.tePos.TabIndex = 10;
|
|
|
//
|
|
|
// teCount
|
|
|
//
|
|
|
this.teCount.EditValue = "0";
|
|
|
- this.teCount.Location = new System.Drawing.Point(1019, 57);
|
|
|
+ this.teCount.Location = new System.Drawing.Point(1003, 57);
|
|
|
this.teCount.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
|
|
|
this.teCount.Name = "teCount";
|
|
|
- this.teCount.Size = new System.Drawing.Size(76, 20);
|
|
|
+ this.teCount.Size = new System.Drawing.Size(92, 20);
|
|
|
this.teCount.StyleController = this.layoutControl1;
|
|
|
this.teCount.TabIndex = 9;
|
|
|
this.teCount.ToolTip = "0表示文件末尾";
|
|
@@ -438,60 +456,60 @@
|
|
|
// tefs
|
|
|
//
|
|
|
this.tefs.EditValue = "0.096";
|
|
|
- this.tefs.Location = new System.Drawing.Point(187, 57);
|
|
|
+ this.tefs.Location = new System.Drawing.Point(157, 57);
|
|
|
this.tefs.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
|
|
|
this.tefs.Name = "tefs";
|
|
|
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(88, 23);
|
|
|
+ this.tefs.Size = new System.Drawing.Size(60, 23);
|
|
|
this.tefs.StyleController = this.layoutControl1;
|
|
|
this.tefs.TabIndex = 6;
|
|
|
//
|
|
|
// teCenter
|
|
|
//
|
|
|
this.teCenter.EditValue = "0";
|
|
|
- this.teCenter.Location = new System.Drawing.Point(336, 57);
|
|
|
+ this.teCenter.Location = new System.Drawing.Point(389, 57);
|
|
|
this.teCenter.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
|
|
|
this.teCenter.Name = "teCenter";
|
|
|
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(76, 23);
|
|
|
+ this.teCenter.Size = new System.Drawing.Size(50, 23);
|
|
|
this.teCenter.StyleController = this.layoutControl1;
|
|
|
this.teCenter.TabIndex = 7;
|
|
|
//
|
|
|
// teRange
|
|
|
//
|
|
|
this.teRange.EditValue = "40000";
|
|
|
- this.teRange.Location = new System.Drawing.Point(495, 57);
|
|
|
+ this.teRange.Location = new System.Drawing.Point(522, 57);
|
|
|
this.teRange.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
|
|
|
this.teRange.Name = "teRange";
|
|
|
this.teRange.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "us", -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.teRange.Size = new System.Drawing.Size(54, 23);
|
|
|
+ this.teRange.Size = new System.Drawing.Size(50, 23);
|
|
|
this.teRange.StyleController = this.layoutControl1;
|
|
|
this.teRange.TabIndex = 8;
|
|
|
//
|
|
|
// teDfRange
|
|
|
//
|
|
|
this.teDfRange.EditValue = "16384";
|
|
|
- this.teDfRange.Location = new System.Drawing.Point(633, 57);
|
|
|
+ this.teDfRange.Location = new System.Drawing.Point(656, 57);
|
|
|
this.teDfRange.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
|
|
|
this.teDfRange.Name = "teDfRange";
|
|
|
this.teDfRange.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "Hz", -1, false, true, false, editorButtonImageOptions4, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject13, serializableAppearanceObject14, serializableAppearanceObject15, serializableAppearanceObject16, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)});
|
|
|
- this.teDfRange.Size = new System.Drawing.Size(52, 23);
|
|
|
+ this.teDfRange.Size = new System.Drawing.Size(51, 23);
|
|
|
this.teDfRange.StyleController = this.layoutControl1;
|
|
|
this.teDfRange.TabIndex = 11;
|
|
|
//
|
|
|
// teSnr
|
|
|
//
|
|
|
this.teSnr.EditValue = "14";
|
|
|
- this.teSnr.Location = new System.Drawing.Point(758, 57);
|
|
|
+ this.teSnr.Location = new System.Drawing.Point(780, 57);
|
|
|
this.teSnr.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
|
|
|
this.teSnr.Name = "teSnr";
|
|
|
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(64, 23);
|
|
|
+ this.teSnr.Size = new System.Drawing.Size(52, 23);
|
|
|
this.teSnr.StyleController = this.layoutControl1;
|
|
|
this.teSnr.TabIndex = 14;
|
|
|
//
|
|
@@ -516,7 +534,8 @@
|
|
|
this.layoutControlItem7,
|
|
|
this.layoutControlItem11,
|
|
|
this.layoutItemDrawImage,
|
|
|
- this.layoutControlItem13});
|
|
|
+ this.layoutControlItem13,
|
|
|
+ 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);
|
|
@@ -536,9 +555,9 @@
|
|
|
// layoutControlItem3
|
|
|
//
|
|
|
this.layoutControlItem3.Control = this.tefs;
|
|
|
- this.layoutControlItem3.Location = new System.Drawing.Point(137, 52);
|
|
|
+ this.layoutControlItem3.Location = new System.Drawing.Point(107, 52);
|
|
|
this.layoutControlItem3.Name = "layoutControlItem3";
|
|
|
- this.layoutControlItem3.Size = new System.Drawing.Size(137, 27);
|
|
|
+ this.layoutControlItem3.Size = new System.Drawing.Size(109, 27);
|
|
|
this.layoutControlItem3.Text = "采样率:";
|
|
|
this.layoutControlItem3.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
|
|
|
this.layoutControlItem3.TextSize = new System.Drawing.Size(40, 14);
|
|
@@ -567,9 +586,9 @@
|
|
|
// layoutControlItem4
|
|
|
//
|
|
|
this.layoutControlItem4.Control = this.teCenter;
|
|
|
- this.layoutControlItem4.Location = new System.Drawing.Point(274, 52);
|
|
|
+ this.layoutControlItem4.Location = new System.Drawing.Point(327, 52);
|
|
|
this.layoutControlItem4.Name = "layoutControlItem4";
|
|
|
- this.layoutControlItem4.Size = new System.Drawing.Size(137, 27);
|
|
|
+ this.layoutControlItem4.Size = new System.Drawing.Size(111, 27);
|
|
|
this.layoutControlItem4.Text = "时差中心:";
|
|
|
this.layoutControlItem4.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
|
|
|
this.layoutControlItem4.TextSize = new System.Drawing.Size(52, 14);
|
|
@@ -578,9 +597,9 @@
|
|
|
// layoutControlItem5
|
|
|
//
|
|
|
this.layoutControlItem5.Control = this.teRange;
|
|
|
- this.layoutControlItem5.Location = new System.Drawing.Point(411, 52);
|
|
|
+ this.layoutControlItem5.Location = new System.Drawing.Point(438, 52);
|
|
|
this.layoutControlItem5.Name = "layoutControlItem5";
|
|
|
- this.layoutControlItem5.Size = new System.Drawing.Size(137, 27);
|
|
|
+ this.layoutControlItem5.Size = new System.Drawing.Size(133, 27);
|
|
|
this.layoutControlItem5.Text = "时差范围(us):";
|
|
|
this.layoutControlItem5.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
|
|
|
this.layoutControlItem5.TextSize = new System.Drawing.Size(74, 14);
|
|
@@ -589,9 +608,9 @@
|
|
|
// layoutControlItem10
|
|
|
//
|
|
|
this.layoutControlItem10.Control = this.teSnr;
|
|
|
- this.layoutControlItem10.Location = new System.Drawing.Point(684, 52);
|
|
|
+ this.layoutControlItem10.Location = new System.Drawing.Point(706, 52);
|
|
|
this.layoutControlItem10.Name = "layoutControlItem10";
|
|
|
- this.layoutControlItem10.Size = new System.Drawing.Size(137, 27);
|
|
|
+ this.layoutControlItem10.Size = new System.Drawing.Size(125, 27);
|
|
|
this.layoutControlItem10.Text = "信噪比门限:";
|
|
|
this.layoutControlItem10.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
|
|
|
this.layoutControlItem10.TextSize = new System.Drawing.Size(64, 14);
|
|
@@ -600,9 +619,9 @@
|
|
|
// layoutControlItem8
|
|
|
//
|
|
|
this.layoutControlItem8.Control = this.teDfRange;
|
|
|
- this.layoutControlItem8.Location = new System.Drawing.Point(548, 52);
|
|
|
+ this.layoutControlItem8.Location = new System.Drawing.Point(571, 52);
|
|
|
this.layoutControlItem8.Name = "layoutControlItem8";
|
|
|
- this.layoutControlItem8.Size = new System.Drawing.Size(136, 27);
|
|
|
+ this.layoutControlItem8.Size = new System.Drawing.Size(135, 27);
|
|
|
this.layoutControlItem8.Text = "频差范围(Hz):";
|
|
|
this.layoutControlItem8.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
|
|
|
this.layoutControlItem8.TextSize = new System.Drawing.Size(75, 14);
|
|
@@ -611,9 +630,9 @@
|
|
|
// lciStartPos
|
|
|
//
|
|
|
this.lciStartPos.Control = this.tePos;
|
|
|
- this.lciStartPos.Location = new System.Drawing.Point(821, 52);
|
|
|
+ this.lciStartPos.Location = new System.Drawing.Point(831, 52);
|
|
|
this.lciStartPos.Name = "lciStartPos";
|
|
|
- this.lciStartPos.Size = new System.Drawing.Size(136, 27);
|
|
|
+ this.lciStartPos.Size = new System.Drawing.Size(110, 27);
|
|
|
this.lciStartPos.Text = "起始样点:";
|
|
|
this.lciStartPos.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
|
|
|
this.lciStartPos.TextSize = new System.Drawing.Size(52, 14);
|
|
@@ -622,9 +641,9 @@
|
|
|
// lciSampleLength
|
|
|
//
|
|
|
this.lciSampleLength.Control = this.teCount;
|
|
|
- this.lciSampleLength.Location = new System.Drawing.Point(957, 52);
|
|
|
+ this.lciSampleLength.Location = new System.Drawing.Point(941, 52);
|
|
|
this.lciSampleLength.Name = "lciSampleLength";
|
|
|
- this.lciSampleLength.Size = new System.Drawing.Size(137, 27);
|
|
|
+ this.lciSampleLength.Size = new System.Drawing.Size(153, 27);
|
|
|
this.lciSampleLength.Text = "样点长度:";
|
|
|
this.lciSampleLength.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
|
|
|
this.lciSampleLength.TextSize = new System.Drawing.Size(52, 14);
|
|
@@ -716,19 +735,39 @@
|
|
|
this.layoutControlItem13.Control = this.txtFileTime;
|
|
|
this.layoutControlItem13.Location = new System.Drawing.Point(0, 52);
|
|
|
this.layoutControlItem13.Name = "layoutControlItem13";
|
|
|
- this.layoutControlItem13.Size = new System.Drawing.Size(137, 27);
|
|
|
+ this.layoutControlItem13.Size = new System.Drawing.Size(107, 27);
|
|
|
this.layoutControlItem13.Text = "文件时间";
|
|
|
this.layoutControlItem13.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
|
|
|
this.layoutControlItem13.TextSize = new System.Drawing.Size(48, 14);
|
|
|
this.layoutControlItem13.TextToControlDistance = 5;
|
|
|
//
|
|
|
- // UserName
|
|
|
- //
|
|
|
- this.UserName.Caption = "用户";
|
|
|
- this.UserName.FieldName = "UserName";
|
|
|
- this.UserName.Name = "UserName";
|
|
|
- this.UserName.Visible = true;
|
|
|
- this.UserName.VisibleIndex = 0;
|
|
|
+ // layoutControlItem14
|
|
|
+ //
|
|
|
+ this.layoutControlItem14.Control = this.txtBand;
|
|
|
+ this.layoutControlItem14.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
|
|
|
+ this.layoutControlItem14.CustomizationFormText = "采样率:";
|
|
|
+ this.layoutControlItem14.Location = new System.Drawing.Point(216, 52);
|
|
|
+ this.layoutControlItem14.Name = "layoutControlItem14";
|
|
|
+ this.layoutControlItem14.Size = new System.Drawing.Size(111, 27);
|
|
|
+ this.layoutControlItem14.Text = "信号带宽:";
|
|
|
+ this.layoutControlItem14.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
|
|
|
+ this.layoutControlItem14.TextSize = new System.Drawing.Size(52, 14);
|
|
|
+ this.layoutControlItem14.TextToControlDistance = 5;
|
|
|
+ //
|
|
|
+ // txtBand
|
|
|
+ //
|
|
|
+ this.txtBand.EditValue = "25";
|
|
|
+ this.txtBand.Location = new System.Drawing.Point(278, 57);
|
|
|
+ this.txtBand.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
|
|
|
+ this.txtBand.Name = "txtBand";
|
|
|
+ this.txtBand.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
|
+ new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "K", -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.Properties.Items.AddRange(new object[] {
|
|
|
+ "25",
|
|
|
+ "5"});
|
|
|
+ this.txtBand.Size = new System.Drawing.Size(50, 23);
|
|
|
+ this.txtBand.StyleController = this.layoutControl1;
|
|
|
+ this.txtBand.TabIndex = 6;
|
|
|
//
|
|
|
// DetectToolForm
|
|
|
//
|
|
@@ -778,6 +817,8 @@
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutItemDrawImage)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem13)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem14)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.txtBand.Properties)).EndInit();
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
}
|
|
@@ -830,8 +871,10 @@
|
|
|
private DevExpress.XtraEditors.ButtonEdit teSnr;
|
|
|
private DevExpress.XtraEditors.DateEdit txtFileTime;
|
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem13;
|
|
|
- private DevExpress.XtraGrid.Columns.GridColumn gridColumn1;
|
|
|
+ private DevExpress.XtraGrid.Columns.GridColumn sigTime;
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn sigType;
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn UserName;
|
|
|
+ private DevExpress.XtraLayout.LayoutControlItem layoutControlItem14;
|
|
|
+ private DevExpress.XtraEditors.ComboBoxEdit txtBand;
|
|
|
}
|
|
|
}
|