|
@@ -28,6 +28,7 @@
|
|
|
/// </summary>
|
|
|
private void InitializeComponent()
|
|
|
{
|
|
|
+ this.components = new System.ComponentModel.Container();
|
|
|
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();
|
|
@@ -60,6 +61,7 @@
|
|
|
this.layoutControlItemAdja2 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
+ this.dxErrorProvider = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(this.components);
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
|
|
|
this.layoutControl1.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.txtTaskName.Properties)).BeginInit();
|
|
@@ -82,6 +84,7 @@
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItemAdja2)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.dxErrorProvider)).BeginInit();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
// layoutControl1
|
|
@@ -105,7 +108,7 @@
|
|
|
//
|
|
|
// btnSave
|
|
|
//
|
|
|
- this.btnSave.Location = new System.Drawing.Point(299, 454);
|
|
|
+ this.btnSave.Location = new System.Drawing.Point(299, 445);
|
|
|
this.btnSave.Name = "btnSave";
|
|
|
this.btnSave.Size = new System.Drawing.Size(116, 26);
|
|
|
this.btnSave.StyleController = this.layoutControl1;
|
|
@@ -115,27 +118,27 @@
|
|
|
//
|
|
|
// txtTaskName
|
|
|
//
|
|
|
- this.txtTaskName.Location = new System.Drawing.Point(22, 40);
|
|
|
+ this.txtTaskName.Location = new System.Drawing.Point(22, 39);
|
|
|
this.txtTaskName.Name = "txtTaskName";
|
|
|
this.txtTaskName.Properties.AutoHeight = false;
|
|
|
- this.txtTaskName.Size = new System.Drawing.Size(393, 24);
|
|
|
+ this.txtTaskName.Size = new System.Drawing.Size(393, 25);
|
|
|
this.txtTaskName.StyleController = this.layoutControl1;
|
|
|
this.txtTaskName.TabIndex = 4;
|
|
|
//
|
|
|
// txtPosType
|
|
|
//
|
|
|
this.txtPosType.EditValue = 0;
|
|
|
- this.txtPosType.Location = new System.Drawing.Point(22, 94);
|
|
|
+ this.txtPosType.Location = new System.Drawing.Point(22, 93);
|
|
|
this.txtPosType.Name = "txtPosType";
|
|
|
this.txtPosType.Properties.Columns = 1;
|
|
|
- this.txtPosType.Size = new System.Drawing.Size(393, 170);
|
|
|
+ this.txtPosType.Size = new System.Drawing.Size(393, 171);
|
|
|
this.txtPosType.StyleController = this.layoutControl1;
|
|
|
this.txtPosType.TabIndex = 5;
|
|
|
this.txtPosType.EditValueChanged += new System.EventHandler(this.txtPosType_EditValueChanged);
|
|
|
//
|
|
|
// txtFreq
|
|
|
//
|
|
|
- this.txtFreq.Location = new System.Drawing.Point(22, 418);
|
|
|
+ this.txtFreq.Location = new System.Drawing.Point(22, 408);
|
|
|
this.txtFreq.Name = "txtFreq";
|
|
|
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)});
|
|
@@ -144,13 +147,13 @@
|
|
|
this.txtFreq.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
|
|
|
this.txtFreq.Properties.MaskSettings.Set("MaskManagerSignature", "allowNull=False");
|
|
|
this.txtFreq.Properties.MaskSettings.Set("mask", "f3");
|
|
|
- this.txtFreq.Size = new System.Drawing.Size(194, 22);
|
|
|
+ this.txtFreq.Size = new System.Drawing.Size(194, 23);
|
|
|
this.txtFreq.StyleController = this.layoutControl1;
|
|
|
this.txtFreq.TabIndex = 10;
|
|
|
//
|
|
|
// txtBand
|
|
|
//
|
|
|
- this.txtBand.Location = new System.Drawing.Point(220, 418);
|
|
|
+ this.txtBand.Location = new System.Drawing.Point(220, 408);
|
|
|
this.txtBand.Name = "txtBand";
|
|
|
this.txtBand.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)});
|
|
@@ -159,20 +162,20 @@
|
|
|
this.txtBand.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
|
|
|
this.txtBand.Properties.MaskSettings.Set("MaskManagerSignature", "allowNull=False");
|
|
|
this.txtBand.Properties.MaskSettings.Set("mask", "f3");
|
|
|
- this.txtBand.Size = new System.Drawing.Size(195, 22);
|
|
|
+ this.txtBand.Size = new System.Drawing.Size(195, 23);
|
|
|
this.txtBand.StyleController = this.layoutControl1;
|
|
|
this.txtBand.TabIndex = 10;
|
|
|
//
|
|
|
// txtMainSat
|
|
|
//
|
|
|
- this.txtMainSat.Location = new System.Drawing.Point(22, 286);
|
|
|
+ this.txtMainSat.Location = new System.Drawing.Point(22, 285);
|
|
|
this.txtMainSat.Name = "txtMainSat";
|
|
|
this.txtMainSat.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
|
this.txtMainSat.Properties.NullText = "";
|
|
|
this.txtMainSat.Properties.PopupSizeable = false;
|
|
|
this.txtMainSat.Properties.PopupView = this.searchLookUpEdit1View;
|
|
|
- this.txtMainSat.Size = new System.Drawing.Size(393, 22);
|
|
|
+ this.txtMainSat.Size = new System.Drawing.Size(393, 20);
|
|
|
this.txtMainSat.StyleController = this.layoutControl1;
|
|
|
this.txtMainSat.TabIndex = 7;
|
|
|
//
|
|
@@ -185,14 +188,14 @@
|
|
|
//
|
|
|
// txtAdja1Sat
|
|
|
//
|
|
|
- this.txtAdja1Sat.Location = new System.Drawing.Point(22, 330);
|
|
|
+ this.txtAdja1Sat.Location = new System.Drawing.Point(22, 326);
|
|
|
this.txtAdja1Sat.Name = "txtAdja1Sat";
|
|
|
this.txtAdja1Sat.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
|
this.txtAdja1Sat.Properties.NullText = "";
|
|
|
this.txtAdja1Sat.Properties.PopupSizeable = false;
|
|
|
this.txtAdja1Sat.Properties.PopupView = this.gridView1;
|
|
|
- this.txtAdja1Sat.Size = new System.Drawing.Size(393, 22);
|
|
|
+ this.txtAdja1Sat.Size = new System.Drawing.Size(393, 20);
|
|
|
this.txtAdja1Sat.StyleController = this.layoutControl1;
|
|
|
this.txtAdja1Sat.TabIndex = 8;
|
|
|
//
|
|
@@ -205,14 +208,14 @@
|
|
|
//
|
|
|
// txtAdja2Sat
|
|
|
//
|
|
|
- this.txtAdja2Sat.Location = new System.Drawing.Point(22, 374);
|
|
|
+ this.txtAdja2Sat.Location = new System.Drawing.Point(22, 367);
|
|
|
this.txtAdja2Sat.Name = "txtAdja2Sat";
|
|
|
this.txtAdja2Sat.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
|
this.txtAdja2Sat.Properties.NullText = "";
|
|
|
this.txtAdja2Sat.Properties.PopupSizeable = false;
|
|
|
this.txtAdja2Sat.Properties.PopupView = this.gridView2;
|
|
|
- this.txtAdja2Sat.Size = new System.Drawing.Size(393, 22);
|
|
|
+ this.txtAdja2Sat.Size = new System.Drawing.Size(393, 20);
|
|
|
this.txtAdja2Sat.StyleController = this.layoutControl1;
|
|
|
this.txtAdja2Sat.TabIndex = 9;
|
|
|
//
|
|
@@ -258,9 +261,9 @@
|
|
|
// emptySpaceItem1
|
|
|
//
|
|
|
this.emptySpaceItem1.AllowHotTrack = false;
|
|
|
- this.emptySpaceItem1.Location = new System.Drawing.Point(0, 422);
|
|
|
+ this.emptySpaceItem1.Location = new System.Drawing.Point(0, 413);
|
|
|
this.emptySpaceItem1.Name = "emptySpaceItem1";
|
|
|
- this.emptySpaceItem1.Size = new System.Drawing.Size(277, 46);
|
|
|
+ this.emptySpaceItem1.Size = new System.Drawing.Size(277, 55);
|
|
|
this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
|
|
|
//
|
|
|
// layoutControlItem2
|
|
@@ -280,12 +283,12 @@
|
|
|
// layoutControlItem3
|
|
|
//
|
|
|
this.layoutControlItem3.Control = this.btnSave;
|
|
|
- this.layoutControlItem3.Location = new System.Drawing.Point(277, 422);
|
|
|
+ this.layoutControlItem3.Location = new System.Drawing.Point(277, 413);
|
|
|
this.layoutControlItem3.MaxSize = new System.Drawing.Size(120, 40);
|
|
|
this.layoutControlItem3.MinSize = new System.Drawing.Size(120, 40);
|
|
|
this.layoutControlItem3.Name = "layoutControlItem3";
|
|
|
this.layoutControlItem3.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 12, 2);
|
|
|
- this.layoutControlItem3.Size = new System.Drawing.Size(120, 46);
|
|
|
+ this.layoutControlItem3.Size = new System.Drawing.Size(120, 55);
|
|
|
this.layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
|
this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
|
|
|
this.layoutControlItem3.TextVisible = false;
|
|
@@ -295,7 +298,7 @@
|
|
|
this.layoutControlItem4.Control = this.txtMainSat;
|
|
|
this.layoutControlItem4.Location = new System.Drawing.Point(0, 246);
|
|
|
this.layoutControlItem4.Name = "layoutControlItem4";
|
|
|
- this.layoutControlItem4.Size = new System.Drawing.Size(397, 44);
|
|
|
+ this.layoutControlItem4.Size = new System.Drawing.Size(397, 41);
|
|
|
this.layoutControlItem4.Text = "主星";
|
|
|
this.layoutControlItem4.TextLocation = DevExpress.Utils.Locations.Top;
|
|
|
this.layoutControlItem4.TextSize = new System.Drawing.Size(48, 14);
|
|
@@ -303,9 +306,9 @@
|
|
|
// layoutControlItemAdja1
|
|
|
//
|
|
|
this.layoutControlItemAdja1.Control = this.txtAdja1Sat;
|
|
|
- this.layoutControlItemAdja1.Location = new System.Drawing.Point(0, 290);
|
|
|
+ this.layoutControlItemAdja1.Location = new System.Drawing.Point(0, 287);
|
|
|
this.layoutControlItemAdja1.Name = "layoutControlItemAdja1";
|
|
|
- this.layoutControlItemAdja1.Size = new System.Drawing.Size(397, 44);
|
|
|
+ this.layoutControlItemAdja1.Size = new System.Drawing.Size(397, 41);
|
|
|
this.layoutControlItemAdja1.Text = "邻星1";
|
|
|
this.layoutControlItemAdja1.TextLocation = DevExpress.Utils.Locations.Top;
|
|
|
this.layoutControlItemAdja1.TextSize = new System.Drawing.Size(48, 14);
|
|
@@ -314,9 +317,9 @@
|
|
|
// layoutControlItemAdja2
|
|
|
//
|
|
|
this.layoutControlItemAdja2.Control = this.txtAdja2Sat;
|
|
|
- this.layoutControlItemAdja2.Location = new System.Drawing.Point(0, 334);
|
|
|
+ this.layoutControlItemAdja2.Location = new System.Drawing.Point(0, 328);
|
|
|
this.layoutControlItemAdja2.Name = "layoutControlItemAdja2";
|
|
|
- this.layoutControlItemAdja2.Size = new System.Drawing.Size(397, 44);
|
|
|
+ this.layoutControlItemAdja2.Size = new System.Drawing.Size(397, 41);
|
|
|
this.layoutControlItemAdja2.Text = "邻星2";
|
|
|
this.layoutControlItemAdja2.TextLocation = DevExpress.Utils.Locations.Top;
|
|
|
this.layoutControlItemAdja2.TextSize = new System.Drawing.Size(48, 14);
|
|
@@ -325,7 +328,7 @@
|
|
|
// layoutControlItem7
|
|
|
//
|
|
|
this.layoutControlItem7.Control = this.txtFreq;
|
|
|
- this.layoutControlItem7.Location = new System.Drawing.Point(0, 378);
|
|
|
+ this.layoutControlItem7.Location = new System.Drawing.Point(0, 369);
|
|
|
this.layoutControlItem7.Name = "layoutControlItem7";
|
|
|
this.layoutControlItem7.Size = new System.Drawing.Size(198, 44);
|
|
|
this.layoutControlItem7.Text = "上行频点";
|
|
@@ -337,13 +340,17 @@
|
|
|
this.layoutControlItem8.Control = this.txtBand;
|
|
|
this.layoutControlItem8.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
|
|
|
this.layoutControlItem8.CustomizationFormText = "上行频点";
|
|
|
- this.layoutControlItem8.Location = new System.Drawing.Point(198, 378);
|
|
|
+ this.layoutControlItem8.Location = new System.Drawing.Point(198, 369);
|
|
|
this.layoutControlItem8.Name = "layoutControlItem8";
|
|
|
this.layoutControlItem8.Size = new System.Drawing.Size(199, 44);
|
|
|
this.layoutControlItem8.Text = "信号带宽";
|
|
|
this.layoutControlItem8.TextLocation = DevExpress.Utils.Locations.Top;
|
|
|
this.layoutControlItem8.TextSize = new System.Drawing.Size(48, 14);
|
|
|
//
|
|
|
+ // dxErrorProvider
|
|
|
+ //
|
|
|
+ this.dxErrorProvider.ContainerControl = this;
|
|
|
+ //
|
|
|
// TaskEditor
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
|
@@ -376,6 +383,7 @@
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItemAdja2)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.dxErrorProvider)).EndInit();
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
}
|
|
@@ -404,5 +412,6 @@
|
|
|
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
|
|
|
private DevExpress.XtraEditors.SearchLookUpEdit txtAdja2Sat;
|
|
|
private DevExpress.XtraGrid.Views.Grid.GridView gridView2;
|
|
|
+ private DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider dxErrorProvider;
|
|
|
}
|
|
|
}
|