|
@@ -29,16 +29,16 @@
|
|
|
private void InitializeComponent()
|
|
|
{
|
|
|
this.components = new System.ComponentModel.Container();
|
|
|
+ DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions3 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
|
|
|
+ DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject9 = new DevExpress.Utils.SerializableAppearanceObject();
|
|
|
+ DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject10 = new DevExpress.Utils.SerializableAppearanceObject();
|
|
|
+ DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject11 = new DevExpress.Utils.SerializableAppearanceObject();
|
|
|
+ DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject12 = new DevExpress.Utils.SerializableAppearanceObject();
|
|
|
DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions1 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
|
|
|
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject();
|
|
|
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject2 = new DevExpress.Utils.SerializableAppearanceObject();
|
|
|
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject3 = new DevExpress.Utils.SerializableAppearanceObject();
|
|
|
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject4 = new DevExpress.Utils.SerializableAppearanceObject();
|
|
|
- DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions2 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
|
|
|
- DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject5 = new DevExpress.Utils.SerializableAppearanceObject();
|
|
|
- DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject6 = new DevExpress.Utils.SerializableAppearanceObject();
|
|
|
- DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject7 = new DevExpress.Utils.SerializableAppearanceObject();
|
|
|
- DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject8 = new DevExpress.Utils.SerializableAppearanceObject();
|
|
|
this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
|
|
|
this.txtDetectionWay = new DevExpress.XtraEditors.CheckedComboBoxEdit();
|
|
|
this.btnSave = new DevExpress.XtraEditors.SimpleButton();
|
|
@@ -57,7 +57,6 @@
|
|
|
this.txtSignalType = new DevExpress.XtraEditors.ImageComboBoxEdit();
|
|
|
this.txtCapDirFormat = new DevExpress.XtraEditors.TextEdit();
|
|
|
this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
|
|
|
- this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
|
|
|
this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
@@ -70,9 +69,10 @@
|
|
|
this.layoutControlItemAdja2 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
this.itemDetectionWay = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
this.itemDoFreqUp = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
+ this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
|
|
|
+ this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
this.dxErrorProvider = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(this.components);
|
|
|
- this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
|
|
|
this.layoutControl1.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.txtDetectionWay.Properties)).BeginInit();
|
|
@@ -91,7 +91,6 @@
|
|
|
((System.ComponentModel.ISupportInitialize)(this.txtSignalType.Properties)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.txtCapDirFormat.Properties)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
|
|
@@ -104,9 +103,10 @@
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItemAdja2)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.itemDetectionWay)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.itemDoFreqUp)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dxErrorProvider)).BeginInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
// layoutControl1
|
|
@@ -181,7 +181,7 @@
|
|
|
this.txtFreq.Name = "txtFreq";
|
|
|
this.txtFreq.Properties.AutoHeight = false;
|
|
|
this.txtFreq.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)});
|
|
|
+ new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "MHz", -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.txtFreq.Size = new System.Drawing.Size(236, 20);
|
|
|
this.txtFreq.StyleController = this.layoutControl1;
|
|
|
this.txtFreq.TabIndex = 10;
|
|
@@ -275,7 +275,8 @@
|
|
|
this.txtDoFreqUp.Name = "txtDoFreqUp";
|
|
|
this.txtDoFreqUp.Properties.AutoHeight = false;
|
|
|
this.txtDoFreqUp.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
|
- new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "MHz", -1, false, true, false, editorButtonImageOptions2, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject5, serializableAppearanceObject6, serializableAppearanceObject7, serializableAppearanceObject8, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)});
|
|
|
+ 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.txtDoFreqUp.Properties.NullValuePrompt = "不填则处理全部频点";
|
|
|
this.txtDoFreqUp.Size = new System.Drawing.Size(237, 20);
|
|
|
this.txtDoFreqUp.StyleController = this.layoutControl1;
|
|
|
this.txtDoFreqUp.TabIndex = 10;
|
|
@@ -294,13 +295,13 @@
|
|
|
//
|
|
|
// txtCapDirFormat
|
|
|
//
|
|
|
- this.txtCapDirFormat.EditValue = "yyyyMMdd_HH";
|
|
|
+ this.txtCapDirFormat.EditValue = "yyyy_MM_dd_HH";
|
|
|
this.txtCapDirFormat.Location = new System.Drawing.Point(252, 308);
|
|
|
this.txtCapDirFormat.Name = "txtCapDirFormat";
|
|
|
- this.txtCapDirFormat.Properties.NullValuePrompt = "yyyyMMdd_HH";
|
|
|
this.txtCapDirFormat.Size = new System.Drawing.Size(237, 20);
|
|
|
this.txtCapDirFormat.StyleController = this.layoutControl1;
|
|
|
this.txtCapDirFormat.TabIndex = 13;
|
|
|
+ this.txtCapDirFormat.ToolTip = "没有子目录则不填";
|
|
|
//
|
|
|
// Root
|
|
|
//
|
|
@@ -324,20 +325,6 @@
|
|
|
this.Root.Size = new System.Drawing.Size(501, 388);
|
|
|
this.Root.TextVisible = false;
|
|
|
//
|
|
|
- // layoutControlItem1
|
|
|
- //
|
|
|
- this.layoutControlItem1.Control = this.txtTaskName;
|
|
|
- this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
|
|
|
- this.layoutControlItem1.MaxSize = new System.Drawing.Size(0, 56);
|
|
|
- this.layoutControlItem1.MinSize = new System.Drawing.Size(118, 56);
|
|
|
- this.layoutControlItem1.Name = "layoutControlItem1";
|
|
|
- this.layoutControlItem1.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 12, 7);
|
|
|
- this.layoutControlItem1.Size = new System.Drawing.Size(321, 56);
|
|
|
- this.layoutControlItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
|
- this.layoutControlItem1.Text = "任务名称";
|
|
|
- this.layoutControlItem1.TextLocation = DevExpress.Utils.Locations.Top;
|
|
|
- this.layoutControlItem1.TextSize = new System.Drawing.Size(72, 14);
|
|
|
- //
|
|
|
// emptySpaceItem1
|
|
|
//
|
|
|
this.emptySpaceItem1.AllowHotTrack = false;
|
|
@@ -357,7 +344,7 @@
|
|
|
this.layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
|
this.layoutControlItem2.Text = "定位模式";
|
|
|
this.layoutControlItem2.TextLocation = DevExpress.Utils.Locations.Top;
|
|
|
- this.layoutControlItem2.TextSize = new System.Drawing.Size(72, 14);
|
|
|
+ this.layoutControlItem2.TextSize = new System.Drawing.Size(84, 14);
|
|
|
//
|
|
|
// layoutControlItem3
|
|
|
//
|
|
@@ -380,7 +367,7 @@
|
|
|
this.layoutControlItem4.Size = new System.Drawing.Size(160, 41);
|
|
|
this.layoutControlItem4.Text = "主星";
|
|
|
this.layoutControlItem4.TextLocation = DevExpress.Utils.Locations.Top;
|
|
|
- this.layoutControlItem4.TextSize = new System.Drawing.Size(72, 14);
|
|
|
+ this.layoutControlItem4.TextSize = new System.Drawing.Size(84, 14);
|
|
|
//
|
|
|
// itemFreqUp
|
|
|
//
|
|
@@ -393,7 +380,7 @@
|
|
|
this.itemFreqUp.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
|
this.itemFreqUp.Text = "上行频点";
|
|
|
this.itemFreqUp.TextLocation = DevExpress.Utils.Locations.Top;
|
|
|
- this.itemFreqUp.TextSize = new System.Drawing.Size(72, 14);
|
|
|
+ this.itemFreqUp.TextSize = new System.Drawing.Size(84, 14);
|
|
|
//
|
|
|
// itemCapDir
|
|
|
//
|
|
@@ -408,7 +395,7 @@
|
|
|
this.itemCapDir.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
|
this.itemCapDir.Text = "采集文件目录";
|
|
|
this.itemCapDir.TextLocation = DevExpress.Utils.Locations.Top;
|
|
|
- this.itemCapDir.TextSize = new System.Drawing.Size(72, 14);
|
|
|
+ this.itemCapDir.TextSize = new System.Drawing.Size(84, 14);
|
|
|
//
|
|
|
// layoutControlItem6
|
|
|
//
|
|
@@ -418,7 +405,7 @@
|
|
|
this.layoutControlItem6.Size = new System.Drawing.Size(240, 41);
|
|
|
this.layoutControlItem6.Text = "信号类型";
|
|
|
this.layoutControlItem6.TextLocation = DevExpress.Utils.Locations.Top;
|
|
|
- this.layoutControlItem6.TextSize = new System.Drawing.Size(72, 14);
|
|
|
+ this.layoutControlItem6.TextSize = new System.Drawing.Size(84, 14);
|
|
|
//
|
|
|
// itemCapDirFormat
|
|
|
//
|
|
@@ -426,9 +413,9 @@
|
|
|
this.itemCapDirFormat.Location = new System.Drawing.Point(240, 279);
|
|
|
this.itemCapDirFormat.Name = "itemCapDirFormat";
|
|
|
this.itemCapDirFormat.Size = new System.Drawing.Size(241, 41);
|
|
|
- this.itemCapDirFormat.Text = "目录日期格式";
|
|
|
+ this.itemCapDirFormat.Text = "子目录日期格式";
|
|
|
this.itemCapDirFormat.TextLocation = DevExpress.Utils.Locations.Top;
|
|
|
- this.itemCapDirFormat.TextSize = new System.Drawing.Size(72, 14);
|
|
|
+ this.itemCapDirFormat.TextSize = new System.Drawing.Size(84, 14);
|
|
|
//
|
|
|
// layoutControlItemAdja1
|
|
|
//
|
|
@@ -438,7 +425,7 @@
|
|
|
this.layoutControlItemAdja1.Size = new System.Drawing.Size(160, 41);
|
|
|
this.layoutControlItemAdja1.Text = "邻星1";
|
|
|
this.layoutControlItemAdja1.TextLocation = DevExpress.Utils.Locations.Top;
|
|
|
- this.layoutControlItemAdja1.TextSize = new System.Drawing.Size(72, 14);
|
|
|
+ this.layoutControlItemAdja1.TextSize = new System.Drawing.Size(84, 14);
|
|
|
this.layoutControlItemAdja1.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
|
|
|
//
|
|
|
// layoutControlItemAdja2
|
|
@@ -449,7 +436,7 @@
|
|
|
this.layoutControlItemAdja2.Size = new System.Drawing.Size(161, 41);
|
|
|
this.layoutControlItemAdja2.Text = "邻星2";
|
|
|
this.layoutControlItemAdja2.TextLocation = DevExpress.Utils.Locations.Top;
|
|
|
- this.layoutControlItemAdja2.TextSize = new System.Drawing.Size(72, 14);
|
|
|
+ this.layoutControlItemAdja2.TextSize = new System.Drawing.Size(84, 14);
|
|
|
this.layoutControlItemAdja2.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
|
|
|
//
|
|
|
// itemDetectionWay
|
|
@@ -460,7 +447,7 @@
|
|
|
this.itemDetectionWay.Size = new System.Drawing.Size(241, 41);
|
|
|
this.itemDetectionWay.Text = "检测方式";
|
|
|
this.itemDetectionWay.TextLocation = DevExpress.Utils.Locations.Top;
|
|
|
- this.itemDetectionWay.TextSize = new System.Drawing.Size(72, 14);
|
|
|
+ this.itemDetectionWay.TextSize = new System.Drawing.Size(84, 14);
|
|
|
this.itemDetectionWay.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
|
|
|
//
|
|
|
// itemDoFreqUp
|
|
@@ -476,7 +463,31 @@
|
|
|
this.itemDoFreqUp.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
|
this.itemDoFreqUp.Text = "处理上行频点";
|
|
|
this.itemDoFreqUp.TextLocation = DevExpress.Utils.Locations.Top;
|
|
|
- this.itemDoFreqUp.TextSize = new System.Drawing.Size(72, 14);
|
|
|
+ this.itemDoFreqUp.TextSize = new System.Drawing.Size(84, 14);
|
|
|
+ //
|
|
|
+ // layoutControlGroup1
|
|
|
+ //
|
|
|
+ this.layoutControlGroup1.GroupBordersVisible = false;
|
|
|
+ this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
|
|
+ this.layoutControlItem1,
|
|
|
+ this.layoutControlItem5});
|
|
|
+ this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0);
|
|
|
+ this.layoutControlGroup1.Name = "layoutControlGroup1";
|
|
|
+ this.layoutControlGroup1.Size = new System.Drawing.Size(481, 56);
|
|
|
+ //
|
|
|
+ // layoutControlItem1
|
|
|
+ //
|
|
|
+ this.layoutControlItem1.Control = this.txtTaskName;
|
|
|
+ this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
|
|
|
+ this.layoutControlItem1.MaxSize = new System.Drawing.Size(0, 56);
|
|
|
+ this.layoutControlItem1.MinSize = new System.Drawing.Size(118, 56);
|
|
|
+ this.layoutControlItem1.Name = "layoutControlItem1";
|
|
|
+ this.layoutControlItem1.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 12, 7);
|
|
|
+ this.layoutControlItem1.Size = new System.Drawing.Size(321, 56);
|
|
|
+ this.layoutControlItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
|
+ this.layoutControlItem1.Text = "任务名称";
|
|
|
+ this.layoutControlItem1.TextLocation = DevExpress.Utils.Locations.Top;
|
|
|
+ this.layoutControlItem1.TextSize = new System.Drawing.Size(84, 14);
|
|
|
//
|
|
|
// layoutControlItem5
|
|
|
//
|
|
@@ -492,22 +503,12 @@
|
|
|
this.layoutControlItem5.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
|
this.layoutControlItem5.Text = " ";
|
|
|
this.layoutControlItem5.TextLocation = DevExpress.Utils.Locations.Top;
|
|
|
- this.layoutControlItem5.TextSize = new System.Drawing.Size(72, 14);
|
|
|
+ this.layoutControlItem5.TextSize = new System.Drawing.Size(84, 14);
|
|
|
//
|
|
|
// dxErrorProvider
|
|
|
//
|
|
|
this.dxErrorProvider.ContainerControl = this;
|
|
|
//
|
|
|
- // layoutControlGroup1
|
|
|
- //
|
|
|
- this.layoutControlGroup1.GroupBordersVisible = false;
|
|
|
- this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
|
|
- this.layoutControlItem1,
|
|
|
- this.layoutControlItem5});
|
|
|
- this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0);
|
|
|
- this.layoutControlGroup1.Name = "layoutControlGroup1";
|
|
|
- this.layoutControlGroup1.Size = new System.Drawing.Size(481, 56);
|
|
|
- //
|
|
|
// TaskEditor
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
|
@@ -536,7 +537,6 @@
|
|
|
((System.ComponentModel.ISupportInitialize)(this.txtSignalType.Properties)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.txtCapDirFormat.Properties)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
|
|
@@ -549,9 +549,10 @@
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItemAdja2)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.itemDetectionWay)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.itemDoFreqUp)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dxErrorProvider)).EndInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
}
|