namespace Ips.Sps.Tsks
{
partial class TskEditForm
{
///
/// 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.Utils.SuperToolTip superToolTip1 = new DevExpress.Utils.SuperToolTip();
DevExpress.Utils.ToolTipItem toolTipItem1 = new DevExpress.Utils.ToolTipItem();
DevExpress.Utils.SuperToolTip superToolTip2 = new DevExpress.Utils.SuperToolTip();
DevExpress.Utils.ToolTipItem toolTipItem2 = new DevExpress.Utils.ToolTipItem();
DevExpress.XtraEditors.ButtonsPanelControl.ButtonImageOptions buttonImageOptions1 = new DevExpress.XtraEditors.ButtonsPanelControl.ButtonImageOptions();
DevExpress.XtraEditors.ButtonsPanelControl.ButtonImageOptions buttonImageOptions2 = new DevExpress.XtraEditors.ButtonsPanelControl.ButtonImageOptions();
DevExpress.XtraEditors.ButtonsPanelControl.ButtonImageOptions buttonImageOptions3 = new DevExpress.XtraEditors.ButtonsPanelControl.ButtonImageOptions();
bsTsk = new DevExpress.Xpo.XPBindingSource(components);
dataLayoutControl1 = new DevExpress.XtraDataLayout.DataLayoutControl();
dxSigListCtrl = new DxSigs.DxSigListCtrl();
tskAdcEditCtrl = new TskAdcEditCtrl();
adjaSatsEdit = new Sigs.AdjaSatsEditCtrl();
sigListCtrl = new Sigs.SigListCtrl();
refSigListCtrl = new Sigs.SigListCtrl();
NameTextEdit = new DevExpress.XtraEditors.TextEdit();
MainSatIdLookUpEdit = new DevExpress.XtraEditors.LookUpEdit();
bmgMain = new DevExpress.XtraBars.BarManager(components);
tskToolBar = new DevExpress.XtraBars.Bar();
btnSave = new DevExpress.XtraBars.BarButtonItem();
btnSaveOther = new DevExpress.XtraBars.BarButtonItem();
btnCancel = new DevExpress.XtraBars.BarButtonItem();
barDockControlTop = new DevExpress.XtraBars.BarDockControl();
barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
barDockControlRight = new DevExpress.XtraBars.BarDockControl();
bsSat = new DevExpress.Xpo.XPBindingSource(components);
IsHistoryCheckEdit = new DevExpress.XtraEditors.CheckEdit();
DfLocCheckEdit = new DevExpress.XtraEditors.CheckEdit();
Root = new DevExpress.XtraLayout.LayoutControlGroup();
layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
ItemForName = new DevExpress.XtraLayout.LayoutControlItem();
grpSigList = new DevExpress.XtraLayout.LayoutControlGroup();
layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
grpAdInfo = new DevExpress.XtraLayout.LayoutControlGroup();
layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
grpRefSigList = new DevExpress.XtraLayout.LayoutControlGroup();
layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
grpSatList = new DevExpress.XtraLayout.LayoutControlGroup();
ItemForMainSatId = new DevExpress.XtraLayout.LayoutControlItem();
layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
ItemForIsHistory = new DevExpress.XtraLayout.LayoutControlItem();
ItemForDfLoc = new DevExpress.XtraLayout.LayoutControlItem();
grpDxSigs = new DevExpress.XtraLayout.LayoutControlGroup();
layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
((System.ComponentModel.ISupportInitialize)bsTsk).BeginInit();
((System.ComponentModel.ISupportInitialize)dataLayoutControl1).BeginInit();
dataLayoutControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)NameTextEdit.Properties).BeginInit();
((System.ComponentModel.ISupportInitialize)MainSatIdLookUpEdit.Properties).BeginInit();
((System.ComponentModel.ISupportInitialize)bmgMain).BeginInit();
((System.ComponentModel.ISupportInitialize)bsSat).BeginInit();
((System.ComponentModel.ISupportInitialize)IsHistoryCheckEdit.Properties).BeginInit();
((System.ComponentModel.ISupportInitialize)DfLocCheckEdit.Properties).BeginInit();
((System.ComponentModel.ISupportInitialize)Root).BeginInit();
((System.ComponentModel.ISupportInitialize)layoutControlGroup1).BeginInit();
((System.ComponentModel.ISupportInitialize)ItemForName).BeginInit();
((System.ComponentModel.ISupportInitialize)grpSigList).BeginInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem4).BeginInit();
((System.ComponentModel.ISupportInitialize)grpAdInfo).BeginInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem1).BeginInit();
((System.ComponentModel.ISupportInitialize)grpRefSigList).BeginInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem3).BeginInit();
((System.ComponentModel.ISupportInitialize)grpSatList).BeginInit();
((System.ComponentModel.ISupportInitialize)ItemForMainSatId).BeginInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem2).BeginInit();
((System.ComponentModel.ISupportInitialize)ItemForIsHistory).BeginInit();
((System.ComponentModel.ISupportInitialize)ItemForDfLoc).BeginInit();
((System.ComponentModel.ISupportInitialize)grpDxSigs).BeginInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem5).BeginInit();
SuspendLayout();
//
// bsTsk
//
bsTsk.ObjectType = typeof(Tsk);
//
// dataLayoutControl1
//
dataLayoutControl1.Controls.Add(dxSigListCtrl);
dataLayoutControl1.Controls.Add(tskAdcEditCtrl);
dataLayoutControl1.Controls.Add(adjaSatsEdit);
dataLayoutControl1.Controls.Add(sigListCtrl);
dataLayoutControl1.Controls.Add(refSigListCtrl);
dataLayoutControl1.Controls.Add(NameTextEdit);
dataLayoutControl1.Controls.Add(MainSatIdLookUpEdit);
dataLayoutControl1.Controls.Add(IsHistoryCheckEdit);
dataLayoutControl1.Controls.Add(DfLocCheckEdit);
dataLayoutControl1.DataSource = bsTsk;
dataLayoutControl1.Dock = DockStyle.Fill;
dataLayoutControl1.Location = new Point(0, 0);
dataLayoutControl1.Name = "dataLayoutControl1";
dataLayoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new Rectangle(1068, 240, 650, 400);
dataLayoutControl1.Root = Root;
dataLayoutControl1.Size = new Size(970, 663);
dataLayoutControl1.TabIndex = 0;
dataLayoutControl1.Text = "dataLayoutControl1";
//
// dxSigListCtrl
//
dxSigListCtrl.CtrlCaption = "干扰信号";
dxSigListCtrl.Location = new Point(17, 530);
dxSigListCtrl.Name = "dxSigListCtrl";
dxSigListCtrl.Size = new Size(936, 116);
dxSigListCtrl.TabIndex = 9;
//
// tskAdcEditCtrl
//
tskAdcEditCtrl.Location = new Point(7, 57);
tskAdcEditCtrl.Name = "tskAdcEditCtrl";
tskAdcEditCtrl.Size = new Size(956, 150);
tskAdcEditCtrl.TabIndex = 6;
//
// adjaSatsEdit
//
adjaSatsEdit.Location = new Point(294, 30);
adjaSatsEdit.Name = "adjaSatsEdit";
adjaSatsEdit.Size = new Size(670, 20);
adjaSatsEdit.TabIndex = 5;
//
// sigListCtrl
//
sigListCtrl.CtrlCaption = "信号列表";
sigListCtrl.Location = new Point(6, 212);
sigListCtrl.Name = "sigListCtrl";
sigListCtrl.Size = new Size(958, 151);
sigListCtrl.TabIndex = 7;
//
// refSigListCtrl
//
refSigListCtrl.CtrlCaption = "参考信号";
refSigListCtrl.Location = new Point(6, 369);
refSigListCtrl.Name = "refSigListCtrl";
refSigListCtrl.Size = new Size(958, 144);
refSigListCtrl.TabIndex = 8;
//
// NameTextEdit
//
NameTextEdit.DataBindings.Add(new Binding("EditValue", bsTsk, "Name", true, DataSourceUpdateMode.OnPropertyChanged));
NameTextEdit.Location = new Point(65, 5);
NameTextEdit.Name = "NameTextEdit";
NameTextEdit.Size = new Size(740, 20);
NameTextEdit.StyleController = dataLayoutControl1;
NameTextEdit.TabIndex = 0;
//
// MainSatIdLookUpEdit
//
MainSatIdLookUpEdit.DataBindings.Add(new Binding("EditValue", bsTsk, "MainSatId", true, DataSourceUpdateMode.OnPropertyChanged));
MainSatIdLookUpEdit.Location = new Point(66, 30);
MainSatIdLookUpEdit.MenuManager = bmgMain;
MainSatIdLookUpEdit.Name = "MainSatIdLookUpEdit";
MainSatIdLookUpEdit.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.True;
MainSatIdLookUpEdit.Properties.Appearance.Options.UseTextOptions = true;
MainSatIdLookUpEdit.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
MainSatIdLookUpEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
MainSatIdLookUpEdit.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] { new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Oid", "Oid", 20, DevExpress.Utils.FormatType.Numeric, "", false, DevExpress.Utils.HorzAlignment.Far, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default), new DevExpress.XtraEditors.Controls.LookUpColumnInfo("SatNum", "卫星编号", 50, DevExpress.Utils.FormatType.Numeric, "", true, DevExpress.Utils.HorzAlignment.Near, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default), new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Name", "卫星名称", 80, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Near, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default), new DevExpress.XtraEditors.Controls.LookUpColumnInfo("SatType", "卫星类型", 50, DevExpress.Utils.FormatType.Numeric, "", true, DevExpress.Utils.HorzAlignment.Near, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default), new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Lon", "定轨经度", 50, DevExpress.Utils.FormatType.Numeric, "", true, DevExpress.Utils.HorzAlignment.Near, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default), new DevExpress.XtraEditors.Controls.LookUpColumnInfo("SatTurn", "卫星本振(MHz)", 89, DevExpress.Utils.FormatType.Numeric, "", false, DevExpress.Utils.HorzAlignment.Near, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default) });
MainSatIdLookUpEdit.Properties.DataSource = bsSat;
MainSatIdLookUpEdit.Properties.DisplayMember = "This";
MainSatIdLookUpEdit.Properties.KeyMember = "Oid";
MainSatIdLookUpEdit.Properties.NullText = "";
MainSatIdLookUpEdit.Properties.NullValuePrompt = "主星信息";
MainSatIdLookUpEdit.Properties.PopupWidth = 420;
MainSatIdLookUpEdit.Properties.ValueMember = "Oid";
MainSatIdLookUpEdit.Size = new Size(164, 20);
MainSatIdLookUpEdit.StyleController = dataLayoutControl1;
MainSatIdLookUpEdit.TabIndex = 4;
MainSatIdLookUpEdit.EditValueChanged += SatText_EditValueChanged;
//
// bmgMain
//
bmgMain.Bars.AddRange(new DevExpress.XtraBars.Bar[] { tskToolBar });
bmgMain.DockControls.Add(barDockControlTop);
bmgMain.DockControls.Add(barDockControlBottom);
bmgMain.DockControls.Add(barDockControlLeft);
bmgMain.DockControls.Add(barDockControlRight);
bmgMain.Form = this;
bmgMain.Items.AddRange(new DevExpress.XtraBars.BarItem[] { btnSaveOther, btnSave, btnCancel });
bmgMain.MaxItemId = 12;
//
// tskToolBar
//
tskToolBar.BarName = "任务工具栏";
tskToolBar.DockCol = 0;
tskToolBar.DockRow = 0;
tskToolBar.DockStyle = DevExpress.XtraBars.BarDockStyle.Bottom;
tskToolBar.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] { new DevExpress.XtraBars.LinkPersistInfo(btnSave), new DevExpress.XtraBars.LinkPersistInfo(btnSaveOther), new DevExpress.XtraBars.LinkPersistInfo(btnCancel) });
tskToolBar.OptionsBar.AllowQuickCustomization = false;
tskToolBar.OptionsBar.DrawDragBorder = false;
tskToolBar.OptionsBar.UseWholeRow = true;
tskToolBar.Text = "Custom 4";
//
// btnSave
//
btnSave.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
btnSave.Caption = "保存";
btnSave.Id = 10;
btnSave.ImageOptions.ImageUri.Uri = "Save";
btnSave.Name = "btnSave";
btnSave.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
toolTipItem1.Text = "保存任务";
superToolTip1.Items.Add(toolTipItem1);
btnSave.SuperTip = superToolTip1;
btnSave.ItemClick += btnSave_Click;
//
// btnSaveOther
//
btnSaveOther.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
btnSaveOther.Caption = "另存";
btnSaveOther.Id = 9;
btnSaveOther.ImageOptions.ImageUri.Uri = "SaveAs";
btnSaveOther.Name = "btnSaveOther";
btnSaveOther.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
toolTipItem2.Text = "另存为新任务";
superToolTip2.Items.Add(toolTipItem2);
btnSaveOther.SuperTip = superToolTip2;
btnSaveOther.ItemClick += btnSaveOther_Click;
//
// btnCancel
//
btnCancel.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
btnCancel.Caption = "取消";
btnCancel.Id = 11;
btnCancel.ImageOptions.ImageUri.Uri = "richedit/clearheaderandfooter";
btnCancel.Name = "btnCancel";
btnCancel.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
btnCancel.ItemClick += btnCancel_Click;
//
// barDockControlTop
//
barDockControlTop.CausesValidation = false;
barDockControlTop.Dock = DockStyle.Top;
barDockControlTop.Location = new Point(0, 0);
barDockControlTop.Manager = bmgMain;
barDockControlTop.Size = new Size(970, 0);
//
// barDockControlBottom
//
barDockControlBottom.CausesValidation = false;
barDockControlBottom.Dock = DockStyle.Bottom;
barDockControlBottom.Location = new Point(0, 663);
barDockControlBottom.Manager = bmgMain;
barDockControlBottom.Size = new Size(970, 24);
//
// barDockControlLeft
//
barDockControlLeft.CausesValidation = false;
barDockControlLeft.Dock = DockStyle.Left;
barDockControlLeft.Location = new Point(0, 0);
barDockControlLeft.Manager = bmgMain;
barDockControlLeft.Size = new Size(0, 663);
//
// barDockControlRight
//
barDockControlRight.CausesValidation = false;
barDockControlRight.Dock = DockStyle.Right;
barDockControlRight.Location = new Point(970, 0);
barDockControlRight.Manager = bmgMain;
barDockControlRight.Size = new Size(0, 663);
//
// bsSat
//
bsSat.ObjectType = typeof(Sats.Sat);
//
// IsHistoryCheckEdit
//
IsHistoryCheckEdit.DataBindings.Add(new Binding("EditValue", bsTsk, "IsHistory", true, DataSourceUpdateMode.OnPropertyChanged));
IsHistoryCheckEdit.Location = new Point(884, 5);
IsHistoryCheckEdit.MenuManager = bmgMain;
IsHistoryCheckEdit.Name = "IsHistoryCheckEdit";
IsHistoryCheckEdit.Properties.AllowFocused = false;
IsHistoryCheckEdit.Properties.Caption = "历史任务";
IsHistoryCheckEdit.Properties.GlyphAlignment = DevExpress.Utils.HorzAlignment.Default;
IsHistoryCheckEdit.Size = new Size(81, 20);
IsHistoryCheckEdit.StyleController = dataLayoutControl1;
IsHistoryCheckEdit.TabIndex = 3;
//
// DfLocCheckEdit
//
DfLocCheckEdit.DataBindings.Add(new Binding("EditValue", bsTsk, "DfLoc", true, DataSourceUpdateMode.OnPropertyChanged));
DfLocCheckEdit.Location = new Point(809, 5);
DfLocCheckEdit.MenuManager = bmgMain;
DfLocCheckEdit.Name = "DfLocCheckEdit";
DfLocCheckEdit.Properties.Caption = "频差定位";
DfLocCheckEdit.Properties.GlyphAlignment = DevExpress.Utils.HorzAlignment.Default;
DfLocCheckEdit.Size = new Size(71, 20);
DfLocCheckEdit.StyleController = dataLayoutControl1;
DfLocCheckEdit.TabIndex = 2;
//
// Root
//
Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
Root.GroupBordersVisible = false;
Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlGroup1 });
Root.Name = "Root";
Root.Padding = new DevExpress.XtraLayout.Utils.Padding(3, 3, 3, 3);
Root.Size = new Size(970, 663);
Root.TextVisible = false;
//
// layoutControlGroup1
//
layoutControlGroup1.AllowDrawBackground = false;
layoutControlGroup1.GroupBordersVisible = false;
layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { ItemForName, grpSigList, grpRefSigList, grpSatList, ItemForIsHistory, ItemForDfLoc, grpDxSigs });
layoutControlGroup1.Location = new Point(0, 0);
layoutControlGroup1.Name = "autoGeneratedGroup0";
layoutControlGroup1.Size = new Size(964, 657);
//
// ItemForName
//
ItemForName.Control = NameTextEdit;
ItemForName.Location = new Point(0, 0);
ItemForName.Name = "ItemForName";
ItemForName.Size = new Size(804, 24);
ItemForName.Text = "任务名称";
ItemForName.TextSize = new Size(48, 14);
//
// grpSigList
//
buttonImageOptions1.ImageUri.Uri = "AddNewDataSource";
buttonImageOptions1.SvgImageSize = new Size(16, 16);
buttonImageOptions2.ImageUri.Uri = "icon%20builder/actions_add";
buttonImageOptions2.SvgImageSize = new Size(16, 16);
buttonImageOptions3.ImageUri.Uri = "icon%20builder/actions_remove";
buttonImageOptions3.SvgImageSize = new Size(16, 16);
grpSigList.CustomHeaderButtons.AddRange(new DevExpress.XtraEditors.ButtonPanel.IBaseButton[] { new DevExpress.XtraEditors.ButtonsPanelControl.GroupBoxButton("选择", false, buttonImageOptions1, DevExpress.XtraBars.Docking2010.ButtonStyle.PushButton, "", -1, true, null, true, false, true, null, -1), new DevExpress.XtraEditors.ButtonsPanelControl.GroupBoxButton("添加", false, buttonImageOptions2, DevExpress.XtraBars.Docking2010.ButtonStyle.PushButton, "", -1, true, null, true, false, true, null, -1), new DevExpress.XtraEditors.ButtonsPanelControl.GroupBoxButton("删除", false, buttonImageOptions3, DevExpress.XtraBars.Docking2010.ButtonStyle.PushButton, "", -1, true, null, true, false, true, null, -1) });
grpSigList.HeaderButtonsLocation = DevExpress.Utils.GroupElementLocation.AfterText;
grpSigList.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem4, grpAdInfo });
grpSigList.Location = new Point(0, 50);
grpSigList.Name = "grpSigList";
grpSigList.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
grpSigList.Size = new Size(964, 313);
grpSigList.Spacing = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
grpSigList.Text = "信号列表";
grpSigList.TextVisible = false;
//
// layoutControlItem4
//
layoutControlItem4.Control = sigListCtrl;
layoutControlItem4.Location = new Point(0, 156);
layoutControlItem4.MaxSize = new Size(0, 155);
layoutControlItem4.MinSize = new Size(5, 155);
layoutControlItem4.Name = "layoutControlItem4";
layoutControlItem4.Size = new Size(962, 155);
layoutControlItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
layoutControlItem4.TextSize = new Size(0, 0);
layoutControlItem4.TextVisible = false;
//
// grpAdInfo
//
grpAdInfo.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem1 });
grpAdInfo.Location = new Point(0, 0);
grpAdInfo.Name = "grpAdInfo";
grpAdInfo.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
grpAdInfo.Size = new Size(962, 156);
grpAdInfo.TextVisible = false;
//
// layoutControlItem1
//
layoutControlItem1.Control = tskAdcEditCtrl;
layoutControlItem1.Location = new Point(0, 0);
layoutControlItem1.MaxSize = new Size(0, 150);
layoutControlItem1.MinSize = new Size(5, 150);
layoutControlItem1.Name = "layoutControlItem1";
layoutControlItem1.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
layoutControlItem1.Size = new Size(956, 150);
layoutControlItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
layoutControlItem1.TextSize = new Size(0, 0);
layoutControlItem1.TextVisible = false;
//
// grpRefSigList
//
grpRefSigList.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem3 });
grpRefSigList.Location = new Point(0, 363);
grpRefSigList.Name = "grpRefSigList";
grpRefSigList.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
grpRefSigList.Size = new Size(964, 150);
grpRefSigList.Spacing = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
grpRefSigList.TextVisible = false;
//
// layoutControlItem3
//
layoutControlItem3.Control = refSigListCtrl;
layoutControlItem3.Location = new Point(0, 0);
layoutControlItem3.MaxSize = new Size(0, 148);
layoutControlItem3.MinSize = new Size(5, 148);
layoutControlItem3.Name = "layoutControlItem3";
layoutControlItem3.Size = new Size(962, 148);
layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
layoutControlItem3.TextSize = new Size(0, 0);
layoutControlItem3.TextVisible = false;
//
// grpSatList
//
grpSatList.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { ItemForMainSatId, layoutControlItem2 });
grpSatList.Location = new Point(0, 24);
grpSatList.Name = "grpSatList";
grpSatList.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
grpSatList.Size = new Size(964, 26);
grpSatList.Spacing = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
grpSatList.TextVisible = false;
//
// ItemForMainSatId
//
ItemForMainSatId.Control = MainSatIdLookUpEdit;
ItemForMainSatId.Location = new Point(0, 0);
ItemForMainSatId.MaxSize = new Size(228, 24);
ItemForMainSatId.MinSize = new Size(228, 24);
ItemForMainSatId.Name = "ItemForMainSatId";
ItemForMainSatId.Size = new Size(228, 24);
ItemForMainSatId.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
ItemForMainSatId.Text = "任务主星";
ItemForMainSatId.TextSize = new Size(48, 14);
//
// layoutControlItem2
//
layoutControlItem2.Control = adjaSatsEdit;
layoutControlItem2.Location = new Point(228, 0);
layoutControlItem2.Name = "layoutControlItem2";
layoutControlItem2.Size = new Size(734, 24);
layoutControlItem2.Text = "任务邻星";
layoutControlItem2.TextSize = new Size(48, 14);
//
// ItemForIsHistory
//
ItemForIsHistory.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center;
ItemForIsHistory.Control = IsHistoryCheckEdit;
ItemForIsHistory.Location = new Point(879, 0);
ItemForIsHistory.MaxSize = new Size(85, 24);
ItemForIsHistory.MinSize = new Size(85, 24);
ItemForIsHistory.Name = "ItemForIsHistory";
ItemForIsHistory.Size = new Size(85, 24);
ItemForIsHistory.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
ItemForIsHistory.Text = "历史任务";
ItemForIsHistory.TextSize = new Size(0, 0);
ItemForIsHistory.TextVisible = false;
ItemForIsHistory.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
//
// ItemForDfLoc
//
ItemForDfLoc.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center;
ItemForDfLoc.Control = DfLocCheckEdit;
ItemForDfLoc.Location = new Point(804, 0);
ItemForDfLoc.MaxSize = new Size(75, 24);
ItemForDfLoc.MinSize = new Size(75, 24);
ItemForDfLoc.Name = "ItemForDfLoc";
ItemForDfLoc.Size = new Size(75, 24);
ItemForDfLoc.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
ItemForDfLoc.Text = "频差定位";
ItemForDfLoc.TextSize = new Size(0, 0);
ItemForDfLoc.TextVisible = false;
//
// grpDxSigs
//
grpDxSigs.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem5 });
grpDxSigs.Location = new Point(0, 513);
grpDxSigs.Name = "grpDxSigs";
grpDxSigs.Size = new Size(964, 144);
grpDxSigs.TextVisible = false;
//
// layoutControlItem5
//
layoutControlItem5.Control = dxSigListCtrl;
layoutControlItem5.Location = new Point(0, 0);
layoutControlItem5.MinSize = new Size(5, 5);
layoutControlItem5.Name = "layoutControlItem5";
layoutControlItem5.Size = new Size(940, 120);
layoutControlItem5.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
layoutControlItem5.TextSize = new Size(0, 0);
layoutControlItem5.TextVisible = false;
//
// TskEditForm
//
AutoScaleDimensions = new SizeF(7F, 14F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(970, 687);
Controls.Add(dataLayoutControl1);
Controls.Add(barDockControlLeft);
Controls.Add(barDockControlRight);
Controls.Add(barDockControlBottom);
Controls.Add(barDockControlTop);
IconOptions.ShowIcon = false;
Name = "TskEditForm";
StartPosition = FormStartPosition.CenterParent;
Text = " 任务信息";
Load += TskEditForm_Load;
((System.ComponentModel.ISupportInitialize)bsTsk).EndInit();
((System.ComponentModel.ISupportInitialize)dataLayoutControl1).EndInit();
dataLayoutControl1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)NameTextEdit.Properties).EndInit();
((System.ComponentModel.ISupportInitialize)MainSatIdLookUpEdit.Properties).EndInit();
((System.ComponentModel.ISupportInitialize)bmgMain).EndInit();
((System.ComponentModel.ISupportInitialize)bsSat).EndInit();
((System.ComponentModel.ISupportInitialize)IsHistoryCheckEdit.Properties).EndInit();
((System.ComponentModel.ISupportInitialize)DfLocCheckEdit.Properties).EndInit();
((System.ComponentModel.ISupportInitialize)Root).EndInit();
((System.ComponentModel.ISupportInitialize)layoutControlGroup1).EndInit();
((System.ComponentModel.ISupportInitialize)ItemForName).EndInit();
((System.ComponentModel.ISupportInitialize)grpSigList).EndInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem4).EndInit();
((System.ComponentModel.ISupportInitialize)grpAdInfo).EndInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem1).EndInit();
((System.ComponentModel.ISupportInitialize)grpRefSigList).EndInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem3).EndInit();
((System.ComponentModel.ISupportInitialize)grpSatList).EndInit();
((System.ComponentModel.ISupportInitialize)ItemForMainSatId).EndInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem2).EndInit();
((System.ComponentModel.ISupportInitialize)ItemForIsHistory).EndInit();
((System.ComponentModel.ISupportInitialize)ItemForDfLoc).EndInit();
((System.ComponentModel.ISupportInitialize)grpDxSigs).EndInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem5).EndInit();
ResumeLayout(false);
PerformLayout();
}
#endregion
private DevExpress.Xpo.XPBindingSource bsTsk;
private DevExpress.XtraDataLayout.DataLayoutControl dataLayoutControl1;
private DevExpress.XtraLayout.LayoutControlGroup Root;
private DevExpress.XtraEditors.TextEdit NameTextEdit;
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
private DevExpress.XtraLayout.LayoutControlItem ItemForName;
private DevExpress.XtraLayout.LayoutControlGroup grpSigList;
private DevExpress.XtraBars.BarManager bmgMain;
private DevExpress.XtraBars.BarDockControl barDockControlTop;
private DevExpress.XtraBars.BarDockControl barDockControlBottom;
private DevExpress.XtraBars.BarDockControl barDockControlLeft;
private DevExpress.XtraBars.BarDockControl barDockControlRight;
private DevExpress.XtraBars.Bar tskToolBar;
private DevExpress.XtraBars.BarButtonItem btnSaveOther;
private DevExpress.XtraBars.BarButtonItem btnSave;
private DevExpress.XtraBars.BarButtonItem btnCancel;
private Sigs.SigListCtrl refSigListCtrl;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
private DevExpress.XtraLayout.LayoutControlGroup grpRefSigList;
private Sigs.SigListCtrl sigListCtrl;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
private DevExpress.XtraEditors.LookUpEdit MainSatIdLookUpEdit;
private DevExpress.XtraLayout.LayoutControlItem ItemForMainSatId;
private Sigs.AdjaSatsEditCtrl adjaSatsEdit;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
private DevExpress.Xpo.XPBindingSource bsSat;
private TskAdcEditCtrl tskAdcEditCtrl;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
private DevExpress.XtraLayout.LayoutControlGroup grpAdInfo;
private DevExpress.XtraLayout.LayoutControlGroup grpSatList;
private DevExpress.XtraEditors.CheckEdit IsHistoryCheckEdit;
private DevExpress.XtraLayout.LayoutControlItem ItemForIsHistory;
private DevExpress.XtraEditors.CheckEdit DfLocCheckEdit;
private DevExpress.XtraLayout.LayoutControlItem ItemForDfLoc;
private DxSigs.DxSigListCtrl dxSigListCtrl;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
private DevExpress.XtraLayout.LayoutControlGroup grpDxSigs;
}
}