namespace DW5S.App.EditForms { partial class SigEditor { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { 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 editorButtonImageOptions4 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions(); DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject13 = new DevExpress.Utils.SerializableAppearanceObject(); DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject14 = new DevExpress.Utils.SerializableAppearanceObject(); DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject15 = new DevExpress.Utils.SerializableAppearanceObject(); DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject16 = new DevExpress.Utils.SerializableAppearanceObject(); DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions5 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions(); DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject17 = new DevExpress.Utils.SerializableAppearanceObject(); 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 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(); layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); txtSigCheckType = new DevExpress.XtraEditors.CheckedListBoxControl(); btnOk = new DevExpress.XtraEditors.SimpleButton(); btnCancel = new DevExpress.XtraEditors.SimpleButton(); txtSnr = new DevExpress.XtraEditors.ButtonEdit(); txtFreqDown = new DevExpress.XtraEditors.ButtonEdit(); txtFreqUp = new DevExpress.XtraEditors.ButtonEdit(); txtBandHz = new DevExpress.XtraEditors.ButtonEdit(); cbSigType = new DevExpress.XtraEditors.ImageComboBoxEdit(); Root = new DevExpress.XtraLayout.LayoutControlGroup(); layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem(); layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem(); layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem(); layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem(); layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem(); layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem(); layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem(); dxErrorProvider = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(components); ((System.ComponentModel.ISupportInitialize)layoutControl1).BeginInit(); layoutControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)txtSigCheckType).BeginInit(); ((System.ComponentModel.ISupportInitialize)txtSnr.Properties).BeginInit(); ((System.ComponentModel.ISupportInitialize)txtFreqDown.Properties).BeginInit(); ((System.ComponentModel.ISupportInitialize)txtFreqUp.Properties).BeginInit(); ((System.ComponentModel.ISupportInitialize)txtBandHz.Properties).BeginInit(); ((System.ComponentModel.ISupportInitialize)cbSigType.Properties).BeginInit(); ((System.ComponentModel.ISupportInitialize)Root).BeginInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem2).BeginInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem3).BeginInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem4).BeginInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem5).BeginInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem6).BeginInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem1).BeginInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem7).BeginInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem8).BeginInit(); ((System.ComponentModel.ISupportInitialize)dxErrorProvider).BeginInit(); SuspendLayout(); // // layoutControl1 // layoutControl1.Controls.Add(txtSigCheckType); layoutControl1.Controls.Add(btnOk); layoutControl1.Controls.Add(btnCancel); layoutControl1.Controls.Add(txtSnr); layoutControl1.Controls.Add(txtFreqDown); layoutControl1.Controls.Add(txtFreqUp); layoutControl1.Controls.Add(txtBandHz); layoutControl1.Controls.Add(cbSigType); layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill; layoutControl1.Location = new System.Drawing.Point(0, 0); layoutControl1.Name = "layoutControl1"; layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(831, 101, 650, 400); layoutControl1.Root = Root; layoutControl1.Size = new System.Drawing.Size(287, 454); layoutControl1.TabIndex = 0; layoutControl1.Text = "layoutControl1"; // // txtSigCheckType // txtSigCheckType.Location = new System.Drawing.Point(22, 157); txtSigCheckType.MultiColumn = true; txtSigCheckType.Name = "txtSigCheckType"; txtSigCheckType.ShowFocusRect = true; txtSigCheckType.Size = new System.Drawing.Size(243, 73); txtSigCheckType.StyleController = layoutControl1; txtSigCheckType.TabIndex = 11; txtSigCheckType.ItemCheck += txtSigType_ItemCheck_1; txtSigCheckType.SelectedIndexChanged += txtSigType_SelectedIndexChanged; // // btnOk // btnOk.Location = new System.Drawing.Point(145, 409); btnOk.Name = "btnOk"; btnOk.Size = new System.Drawing.Size(120, 23); btnOk.StyleController = layoutControl1; btnOk.TabIndex = 10; btnOk.Text = "确定"; btnOk.Click += btnOk_Click; // // btnCancel // btnCancel.Location = new System.Drawing.Point(22, 409); btnCancel.Name = "btnCancel"; btnCancel.Size = new System.Drawing.Size(119, 23); btnCancel.StyleController = layoutControl1; btnCancel.TabIndex = 9; btnCancel.Text = "取消"; btnCancel.Click += btnCancel_Click; // // txtSnr // txtSnr.EditValue = "15"; txtSnr.Location = new System.Drawing.Point(22, 372); txtSnr.Name = "txtSnr"; txtSnr.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.True; txtSnr.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "dB", -1, false, true, false, editorButtonImageOptions3, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject9, serializableAppearanceObject10, serializableAppearanceObject11, serializableAppearanceObject12, "", null, null, DevExpress.Utils.ToolTipAnchor.Default) }); txtSnr.Size = new System.Drawing.Size(243, 23); txtSnr.StyleController = layoutControl1; txtSnr.TabIndex = 4; // // txtFreqDown // txtFreqDown.Location = new System.Drawing.Point(22, 103); txtFreqDown.Name = "txtFreqDown"; txtFreqDown.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.True; txtFreqDown.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "MHz", -1, false, true, false, editorButtonImageOptions4, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject13, serializableAppearanceObject14, serializableAppearanceObject15, serializableAppearanceObject16, "", null, null, DevExpress.Utils.ToolTipAnchor.Default) }); txtFreqDown.Size = new System.Drawing.Size(243, 23); txtFreqDown.StyleController = layoutControl1; txtFreqDown.TabIndex = 2; // // txtFreqUp // txtFreqUp.Location = new System.Drawing.Point(22, 49); txtFreqUp.MinimumSize = new System.Drawing.Size(0, 23); txtFreqUp.Name = "txtFreqUp"; txtFreqUp.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "MHz", -1, false, true, false, editorButtonImageOptions5, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject17, serializableAppearanceObject18, serializableAppearanceObject19, serializableAppearanceObject20, "", null, null, DevExpress.Utils.ToolTipAnchor.Default) }); txtFreqUp.Size = new System.Drawing.Size(243, 23); txtFreqUp.StyleController = layoutControl1; txtFreqUp.TabIndex = 0; // // txtBandHz // txtBandHz.EditValue = "25000"; txtBandHz.Location = new System.Drawing.Point(22, 318); txtBandHz.Name = "txtBandHz"; txtBandHz.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.True; txtBandHz.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "Hz", -1, false, true, false, editorButtonImageOptions1, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject1, serializableAppearanceObject2, serializableAppearanceObject3, serializableAppearanceObject4, "", null, null, DevExpress.Utils.ToolTipAnchor.Default) }); txtBandHz.Size = new System.Drawing.Size(243, 23); txtBandHz.StyleController = layoutControl1; txtBandHz.TabIndex = 4; // // cbSigType // cbSigType.Location = new System.Drawing.Point(22, 263); cbSigType.MinimumSize = new System.Drawing.Size(0, 23); cbSigType.Name = "cbSigType"; cbSigType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); cbSigType.Size = new System.Drawing.Size(243, 23); cbSigType.StyleController = layoutControl1; cbSigType.TabIndex = 12; cbSigType.SelectedIndexChanged += cbSigType_SelectedIndexChanged; // // Root // Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; Root.GroupBordersVisible = false; Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem2, layoutControlItem3, layoutControlItem4, layoutControlItem5, layoutControlItem6, layoutControlItem1, layoutControlItem7, layoutControlItem8 }); Root.Name = "Root"; Root.Padding = new DevExpress.XtraLayout.Utils.Padding(20, 20, 20, 20); Root.Size = new System.Drawing.Size(287, 454); Root.TextVisible = false; // // layoutControlItem2 // layoutControlItem2.Control = txtFreqUp; layoutControlItem2.Location = new System.Drawing.Point(0, 0); layoutControlItem2.MaxSize = new System.Drawing.Size(0, 54); layoutControlItem2.MinSize = new System.Drawing.Size(54, 54); layoutControlItem2.Name = "layoutControlItem2"; layoutControlItem2.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 12, 2); layoutControlItem2.Size = new System.Drawing.Size(247, 54); layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; layoutControlItem2.Text = "上行频点"; layoutControlItem2.TextLocation = DevExpress.Utils.Locations.Top; layoutControlItem2.TextSize = new System.Drawing.Size(72, 14); // // layoutControlItem3 // layoutControlItem3.Control = txtSnr; layoutControlItem3.Location = new System.Drawing.Point(0, 323); layoutControlItem3.MaxSize = new System.Drawing.Size(0, 54); layoutControlItem3.MinSize = new System.Drawing.Size(54, 54); layoutControlItem3.Name = "layoutControlItem3"; layoutControlItem3.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 12, 2); layoutControlItem3.Size = new System.Drawing.Size(247, 54); layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; layoutControlItem3.Text = "门限"; layoutControlItem3.TextLocation = DevExpress.Utils.Locations.Top; layoutControlItem3.TextSize = new System.Drawing.Size(72, 14); // // layoutControlItem4 // layoutControlItem4.Control = btnCancel; layoutControlItem4.Location = new System.Drawing.Point(0, 377); layoutControlItem4.MaxSize = new System.Drawing.Size(0, 37); layoutControlItem4.MinSize = new System.Drawing.Size(35, 37); layoutControlItem4.Name = "layoutControlItem4"; layoutControlItem4.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 12, 2); layoutControlItem4.Size = new System.Drawing.Size(123, 37); layoutControlItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; layoutControlItem4.TextSize = new System.Drawing.Size(0, 0); layoutControlItem4.TextVisible = false; // // layoutControlItem5 // layoutControlItem5.Control = btnOk; layoutControlItem5.Location = new System.Drawing.Point(123, 377); layoutControlItem5.MaxSize = new System.Drawing.Size(0, 37); layoutControlItem5.MinSize = new System.Drawing.Size(35, 37); layoutControlItem5.Name = "layoutControlItem5"; layoutControlItem5.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 12, 2); layoutControlItem5.Size = new System.Drawing.Size(124, 37); layoutControlItem5.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; layoutControlItem5.TextSize = new System.Drawing.Size(0, 0); layoutControlItem5.TextVisible = false; // // layoutControlItem6 // layoutControlItem6.Control = txtFreqDown; layoutControlItem6.ControlAlignment = System.Drawing.ContentAlignment.TopLeft; layoutControlItem6.CustomizationFormText = "轨道经度"; layoutControlItem6.Location = new System.Drawing.Point(0, 54); layoutControlItem6.MaxSize = new System.Drawing.Size(0, 54); layoutControlItem6.MinSize = new System.Drawing.Size(64, 54); layoutControlItem6.Name = "layoutControlItem6"; layoutControlItem6.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 12, 2); layoutControlItem6.Size = new System.Drawing.Size(247, 54); layoutControlItem6.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; layoutControlItem6.Text = "下行频点"; layoutControlItem6.TextLocation = DevExpress.Utils.Locations.Top; layoutControlItem6.TextSize = new System.Drawing.Size(72, 14); // // layoutControlItem1 // layoutControlItem1.Control = txtSigCheckType; layoutControlItem1.Location = new System.Drawing.Point(0, 108); layoutControlItem1.MaxSize = new System.Drawing.Size(0, 104); layoutControlItem1.MinSize = new System.Drawing.Size(76, 104); layoutControlItem1.Name = "layoutControlItem1"; layoutControlItem1.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 12, 2); layoutControlItem1.Size = new System.Drawing.Size(247, 104); layoutControlItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; layoutControlItem1.Text = "信号检测类型"; layoutControlItem1.TextLocation = DevExpress.Utils.Locations.Top; layoutControlItem1.TextSize = new System.Drawing.Size(72, 14); // // layoutControlItem7 // layoutControlItem7.Control = txtBandHz; layoutControlItem7.ControlAlignment = System.Drawing.ContentAlignment.TopLeft; layoutControlItem7.CustomizationFormText = "门限"; layoutControlItem7.Location = new System.Drawing.Point(0, 269); layoutControlItem7.MaxSize = new System.Drawing.Size(0, 54); layoutControlItem7.MinSize = new System.Drawing.Size(54, 54); layoutControlItem7.Name = "layoutControlItem7"; layoutControlItem7.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 12, 2); layoutControlItem7.Size = new System.Drawing.Size(247, 54); layoutControlItem7.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; layoutControlItem7.Text = "带宽"; layoutControlItem7.TextLocation = DevExpress.Utils.Locations.Top; layoutControlItem7.TextSize = new System.Drawing.Size(72, 14); // // layoutControlItem8 // layoutControlItem8.Control = cbSigType; layoutControlItem8.Location = new System.Drawing.Point(0, 212); layoutControlItem8.MinSize = new System.Drawing.Size(50, 25); layoutControlItem8.Name = "layoutControlItem8"; layoutControlItem8.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 14, 2); layoutControlItem8.Size = new System.Drawing.Size(247, 57); layoutControlItem8.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; layoutControlItem8.Text = "信号类型"; layoutControlItem8.TextLocation = DevExpress.Utils.Locations.Top; layoutControlItem8.TextSize = new System.Drawing.Size(72, 14); // // dxErrorProvider // dxErrorProvider.ContainerControl = this; // // SigEditor // AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; ClientSize = new System.Drawing.Size(287, 454); Controls.Add(layoutControl1); FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; Name = "SigEditor"; Text = "TaskEditor"; Load += SatEditor_Load; ((System.ComponentModel.ISupportInitialize)layoutControl1).EndInit(); layoutControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)txtSigCheckType).EndInit(); ((System.ComponentModel.ISupportInitialize)txtSnr.Properties).EndInit(); ((System.ComponentModel.ISupportInitialize)txtFreqDown.Properties).EndInit(); ((System.ComponentModel.ISupportInitialize)txtFreqUp.Properties).EndInit(); ((System.ComponentModel.ISupportInitialize)txtBandHz.Properties).EndInit(); ((System.ComponentModel.ISupportInitialize)cbSigType.Properties).EndInit(); ((System.ComponentModel.ISupportInitialize)Root).EndInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem2).EndInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem3).EndInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem4).EndInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem5).EndInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem6).EndInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem1).EndInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem7).EndInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem8).EndInit(); ((System.ComponentModel.ISupportInitialize)dxErrorProvider).EndInit(); ResumeLayout(false); } #endregion private DevExpress.XtraLayout.LayoutControl layoutControl1; private DevExpress.XtraLayout.LayoutControlGroup Root; private DevExpress.XtraEditors.SimpleButton btnOk; private DevExpress.XtraEditors.SimpleButton btnCancel; private DevExpress.XtraEditors.ButtonEdit txtSnr; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5; private DevExpress.XtraEditors.ButtonEdit txtFreqDown; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6; private DevExpress.XtraEditors.ButtonEdit txtFreqUp; private DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider dxErrorProvider; private DevExpress.XtraEditors.CheckedListBoxControl txtSigCheckType; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1; private DevExpress.XtraEditors.ButtonEdit txtBandHz; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8; private DevExpress.XtraEditors.ImageComboBoxEdit cbSigType; } }