using DevExpress.Utils;
using DevExpress.XtraEditors;
using System.IO;
using System.Windows.Controls;
namespace DW5S.App.UserControl
{
partial class CtrlHome
{
///
/// 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 Component 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();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CtrlHome));
DevExpress.XtraEditors.ButtonsPanelControl.ButtonImageOptions buttonImageOptions1 = new DevExpress.XtraEditors.ButtonsPanelControl.ButtonImageOptions();
SuperToolTip superToolTip1 = new SuperToolTip();
ToolTipItem toolTipItem1 = new ToolTipItem();
DevExpress.XtraEditors.ButtonsPanelControl.ButtonImageOptions buttonImageOptions2 = new DevExpress.XtraEditors.ButtonsPanelControl.ButtonImageOptions();
SuperToolTip superToolTip2 = new SuperToolTip();
ToolTipItem toolTipItem2 = new ToolTipItem();
DevExpress.XtraEditors.ButtonsPanelControl.ButtonImageOptions buttonImageOptions3 = new DevExpress.XtraEditors.ButtonsPanelControl.ButtonImageOptions();
SuperToolTip superToolTip3 = new SuperToolTip();
ToolTipItem toolTipItem3 = new ToolTipItem();
layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
ctrlPagePos = new CtrlPage();
ctrlPageTask = new CtrlPage();
txtTimeCho = new ImageComboBoxEdit();
barManager1 = new DevExpress.XtraBars.BarManager(components);
barDockControlTop = new DevExpress.XtraBars.BarDockControl();
barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
barDockControlRight = new DevExpress.XtraBars.BarDockControl();
btnStart = new DevExpress.XtraBars.BarButtonItem();
btnStop = new DevExpress.XtraBars.BarButtonItem();
txtEndTime = new DateEdit();
txtStartTime = new DateEdit();
mapControl1 = new DevExpress.XtraMap.MapControl();
gridHomePosRes = new DevExpress.XtraGrid.GridControl();
gridView2 = new DevExpress.XtraGrid.Views.Grid.GridView();
gridHomeTask = new DevExpress.XtraGrid.GridControl();
gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
repositoryItemImageEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemImageEdit();
toolTipController1 = new ToolTipController(components);
btnIncludeInvalidate = new CheckEdit();
txtFrequpMHz = new ImageComboBoxEdit();
Root = new DevExpress.XtraLayout.LayoutControlGroup();
layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup();
layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
layoutControlGroup3 = new DevExpress.XtraLayout.LayoutControlGroup();
layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
itemStart = new DevExpress.XtraLayout.LayoutControlItem();
itemEnd = new DevExpress.XtraLayout.LayoutControlItem();
layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
splitterItem1 = new DevExpress.XtraLayout.SplitterItem();
splitterItem2 = new DevExpress.XtraLayout.SplitterItem();
svgImageCollection1 = new SvgImageCollection(components);
popupMenu1 = new DevExpress.XtraBars.PopupMenu(components);
htmlTemplateCollection1 = new DevExpress.Utils.Html.HtmlTemplateCollection();
htmlTemplate1 = new DevExpress.Utils.Html.HtmlTemplate();
((System.ComponentModel.ISupportInitialize)layoutControl1).BeginInit();
layoutControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)txtTimeCho.Properties).BeginInit();
((System.ComponentModel.ISupportInitialize)barManager1).BeginInit();
((System.ComponentModel.ISupportInitialize)txtEndTime.Properties).BeginInit();
((System.ComponentModel.ISupportInitialize)txtEndTime.Properties.CalendarTimeProperties).BeginInit();
((System.ComponentModel.ISupportInitialize)txtStartTime.Properties).BeginInit();
((System.ComponentModel.ISupportInitialize)txtStartTime.Properties.CalendarTimeProperties).BeginInit();
((System.ComponentModel.ISupportInitialize)mapControl1).BeginInit();
((System.ComponentModel.ISupportInitialize)gridHomePosRes).BeginInit();
((System.ComponentModel.ISupportInitialize)gridView2).BeginInit();
((System.ComponentModel.ISupportInitialize)gridHomeTask).BeginInit();
((System.ComponentModel.ISupportInitialize)gridView1).BeginInit();
((System.ComponentModel.ISupportInitialize)repositoryItemImageEdit1).BeginInit();
((System.ComponentModel.ISupportInitialize)btnIncludeInvalidate.Properties).BeginInit();
((System.ComponentModel.ISupportInitialize)txtFrequpMHz.Properties).BeginInit();
((System.ComponentModel.ISupportInitialize)Root).BeginInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem3).BeginInit();
((System.ComponentModel.ISupportInitialize)layoutControlGroup1).BeginInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem1).BeginInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem6).BeginInit();
((System.ComponentModel.ISupportInitialize)layoutControlGroup2).BeginInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem2).BeginInit();
((System.ComponentModel.ISupportInitialize)layoutControlGroup3).BeginInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem8).BeginInit();
((System.ComponentModel.ISupportInitialize)itemStart).BeginInit();
((System.ComponentModel.ISupportInitialize)itemEnd).BeginInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem4).BeginInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem5).BeginInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem7).BeginInit();
((System.ComponentModel.ISupportInitialize)splitterItem1).BeginInit();
((System.ComponentModel.ISupportInitialize)splitterItem2).BeginInit();
((System.ComponentModel.ISupportInitialize)svgImageCollection1).BeginInit();
((System.ComponentModel.ISupportInitialize)popupMenu1).BeginInit();
SuspendLayout();
//
// layoutControl1
//
layoutControl1.Controls.Add(ctrlPagePos);
layoutControl1.Controls.Add(ctrlPageTask);
layoutControl1.Controls.Add(txtTimeCho);
layoutControl1.Controls.Add(txtEndTime);
layoutControl1.Controls.Add(txtStartTime);
layoutControl1.Controls.Add(mapControl1);
layoutControl1.Controls.Add(gridHomePosRes);
layoutControl1.Controls.Add(gridHomeTask);
layoutControl1.Controls.Add(btnIncludeInvalidate);
layoutControl1.Controls.Add(txtFrequpMHz);
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(1088, 144, 650, 400);
layoutControl1.Root = Root;
layoutControl1.Size = new System.Drawing.Size(1659, 523);
layoutControl1.TabIndex = 0;
layoutControl1.Text = "layoutControl1";
//
// ctrlPagePos
//
ctrlPagePos.AlignRight = true;
ctrlPagePos.Compact = true;
ctrlPagePos.Location = new System.Drawing.Point(1050, 166);
ctrlPagePos.Margin = new System.Windows.Forms.Padding(0);
ctrlPagePos.MinimumSize = new System.Drawing.Size(100, 26);
ctrlPagePos.Name = "ctrlPagePos";
ctrlPagePos.Size = new System.Drawing.Size(604, 26);
ctrlPagePos.TabIndex = 10;
//
// ctrlPageTask
//
ctrlPageTask.Compact = true;
ctrlPageTask.Location = new System.Drawing.Point(5, 492);
ctrlPageTask.Margin = new System.Windows.Forms.Padding(0);
ctrlPageTask.MinimumSize = new System.Drawing.Size(100, 26);
ctrlPageTask.Name = "ctrlPageTask";
ctrlPageTask.ShowGoto = false;
ctrlPageTask.Size = new System.Drawing.Size(194, 26);
ctrlPageTask.TabIndex = 2;
//
// txtTimeCho
//
txtTimeCho.EditValue = 1;
txtTimeCho.Location = new System.Drawing.Point(436, 168);
txtTimeCho.MenuManager = barManager1;
txtTimeCho.Name = "txtTimeCho";
txtTimeCho.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
txtTimeCho.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.ImageComboBoxItem[] { new DevExpress.XtraEditors.Controls.ImageComboBoxItem("最近1小时", 1, -1), new DevExpress.XtraEditors.Controls.ImageComboBoxItem("最近6小时", 6, -1), new DevExpress.XtraEditors.Controls.ImageComboBoxItem("最近12小时", 12, -1), new DevExpress.XtraEditors.Controls.ImageComboBoxItem("最近1天", 24, -1), new DevExpress.XtraEditors.Controls.ImageComboBoxItem("最近3天", 72, -1), new DevExpress.XtraEditors.Controls.ImageComboBoxItem("自定义", 0, -1) });
txtTimeCho.Size = new System.Drawing.Size(99, 20);
txtTimeCho.StyleController = layoutControl1;
txtTimeCho.TabIndex = 5;
txtTimeCho.SelectedIndexChanged += txtTimeCho_SelectedIndexChanged;
//
// barManager1
//
barManager1.DockControls.Add(barDockControlTop);
barManager1.DockControls.Add(barDockControlBottom);
barManager1.DockControls.Add(barDockControlLeft);
barManager1.DockControls.Add(barDockControlRight);
barManager1.Form = this;
barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] { btnStart, btnStop });
barManager1.MaxItemId = 16;
//
// barDockControlTop
//
barDockControlTop.CausesValidation = false;
barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
barDockControlTop.Location = new System.Drawing.Point(0, 0);
barDockControlTop.Manager = barManager1;
barDockControlTop.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
barDockControlTop.Size = new System.Drawing.Size(1659, 0);
//
// barDockControlBottom
//
barDockControlBottom.CausesValidation = false;
barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
barDockControlBottom.Location = new System.Drawing.Point(0, 523);
barDockControlBottom.Manager = barManager1;
barDockControlBottom.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
barDockControlBottom.Size = new System.Drawing.Size(1659, 0);
//
// barDockControlLeft
//
barDockControlLeft.CausesValidation = false;
barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
barDockControlLeft.Location = new System.Drawing.Point(0, 0);
barDockControlLeft.Manager = barManager1;
barDockControlLeft.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
barDockControlLeft.Size = new System.Drawing.Size(0, 523);
//
// barDockControlRight
//
barDockControlRight.CausesValidation = false;
barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
barDockControlRight.Location = new System.Drawing.Point(1659, 0);
barDockControlRight.Manager = barManager1;
barDockControlRight.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
barDockControlRight.Size = new System.Drawing.Size(0, 523);
//
// btnStart
//
btnStart.Caption = "启动任务";
btnStart.Id = 0;
btnStart.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("btnStart.ImageOptions.SvgImage");
btnStart.Name = "btnStart";
btnStart.ItemClick += btn_ItemClick;
//
// btnStop
//
btnStop.Caption = "停止任务";
btnStop.Id = 1;
btnStop.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("btnStop.ImageOptions.SvgImage");
btnStop.Name = "btnStop";
btnStop.ItemClick += btn_ItemClick;
//
// txtEndTime
//
txtEndTime.EditValue = null;
txtEndTime.Location = new System.Drawing.Point(806, 168);
txtEndTime.MenuManager = barManager1;
txtEndTime.Name = "txtEndTime";
txtEndTime.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
txtEndTime.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
txtEndTime.Size = new System.Drawing.Size(149, 20);
txtEndTime.StyleController = layoutControl1;
txtEndTime.TabIndex = 7;
//
// txtStartTime
//
txtStartTime.EditValue = null;
txtStartTime.Location = new System.Drawing.Point(596, 168);
txtStartTime.MenuManager = barManager1;
txtStartTime.Name = "txtStartTime";
txtStartTime.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
txtStartTime.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
txtStartTime.Size = new System.Drawing.Size(149, 20);
txtStartTime.StyleController = layoutControl1;
txtStartTime.TabIndex = 6;
//
// mapControl1
//
mapControl1.Location = new System.Drawing.Point(216, 2);
mapControl1.Name = "mapControl1";
mapControl1.Size = new System.Drawing.Size(1441, 126);
mapControl1.TabIndex = 3;
//
// gridHomePosRes
//
gridHomePosRes.Location = new System.Drawing.Point(217, 194);
gridHomePosRes.MainView = gridView2;
gridHomePosRes.Name = "gridHomePosRes";
gridHomePosRes.Size = new System.Drawing.Size(1439, 326);
gridHomePosRes.TabIndex = 9;
gridHomePosRes.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { gridView2 });
//
// gridView2
//
gridView2.GridControl = gridHomePosRes;
gridView2.Name = "gridView2";
gridView2.RowClick += gridView2_RowClick;
//
// gridHomeTask
//
gridHomeTask.Location = new System.Drawing.Point(3, 26);
gridHomeTask.MainView = gridView1;
gridHomeTask.Name = "gridHomeTask";
gridHomeTask.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { repositoryItemImageEdit1 });
gridHomeTask.Size = new System.Drawing.Size(198, 464);
gridHomeTask.TabIndex = 0;
gridHomeTask.ToolTipController = toolTipController1;
gridHomeTask.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { gridView1 });
//
// gridView1
//
gridView1.GridControl = gridHomeTask;
gridView1.Name = "gridView1";
gridView1.PopupMenuShowing += gridView1_PopupMenuShowing;
//
// repositoryItemImageEdit1
//
repositoryItemImageEdit1.AutoHeight = false;
repositoryItemImageEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
repositoryItemImageEdit1.Name = "repositoryItemImageEdit1";
//
// toolTipController1
//
toolTipController1.GetActiveObjectInfo += toolTipController1_GetActiveObjectInfo;
//
// btnIncludeInvalidate
//
btnIncludeInvalidate.Location = new System.Drawing.Point(963, 168);
btnIncludeInvalidate.Name = "btnIncludeInvalidate";
btnIncludeInvalidate.Properties.AutoHeight = false;
btnIncludeInvalidate.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Default;
btnIncludeInvalidate.Properties.Caption = "包含无效点";
btnIncludeInvalidate.Size = new System.Drawing.Size(83, 21);
btnIncludeInvalidate.StyleController = layoutControl1;
btnIncludeInvalidate.TabIndex = 8;
//
// txtFrequpMHz
//
txtFrequpMHz.EditValue = 1;
txtFrequpMHz.Location = new System.Drawing.Point(276, 168);
txtFrequpMHz.Name = "txtFrequpMHz";
txtFrequpMHz.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
txtFrequpMHz.Size = new System.Drawing.Size(99, 20);
txtFrequpMHz.StyleController = layoutControl1;
txtFrequpMHz.TabIndex = 4;
txtFrequpMHz.SelectedIndexChanged += txtFrequpMHz_SelectedIndexChanged;
//
// Root
//
Root.EnableIndentsWithoutBorders = DefaultBoolean.True;
Root.GroupBordersVisible = false;
Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem3, layoutControlGroup1, layoutControlGroup2, splitterItem1, splitterItem2 });
Root.Name = "Root";
Root.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
Root.Size = new System.Drawing.Size(1659, 523);
Root.TextVisible = false;
//
// layoutControlItem3
//
layoutControlItem3.Control = mapControl1;
layoutControlItem3.Location = new System.Drawing.Point(214, 0);
layoutControlItem3.Name = "layoutControlItem3";
layoutControlItem3.Size = new System.Drawing.Size(1445, 130);
layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
layoutControlItem3.TextVisible = false;
//
// layoutControlGroup1
//
buttonImageOptions1.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("buttonImageOptions1.SvgImage");
buttonImageOptions1.SvgImageSize = new System.Drawing.Size(20, 20);
toolTipItem1.Text = "新建任务";
superToolTip1.Items.Add(toolTipItem1);
buttonImageOptions2.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("buttonImageOptions2.SvgImage");
buttonImageOptions2.SvgImageSize = new System.Drawing.Size(20, 20);
toolTipItem2.Text = "编辑任务";
superToolTip2.Items.Add(toolTipItem2);
buttonImageOptions3.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("buttonImageOptions3.SvgImage");
buttonImageOptions3.SvgImageSize = new System.Drawing.Size(20, 20);
toolTipItem3.Text = "删除任务";
superToolTip3.Items.Add(toolTipItem3);
layoutControlGroup1.CustomHeaderButtons.AddRange(new DevExpress.XtraEditors.ButtonPanel.IBaseButton[] { new DevExpress.XtraEditors.ButtonsPanelControl.GroupBoxButton("新建任务", false, buttonImageOptions1, DevExpress.XtraBars.Docking2010.ButtonStyle.PushButton, "", -1, true, superToolTip1, true, false, true, null, -1), new DevExpress.XtraEditors.ButtonsPanelControl.GroupBoxButton("编辑任务", false, buttonImageOptions2, DevExpress.XtraBars.Docking2010.ButtonStyle.PushButton, "", -1, true, superToolTip2, true, false, true, null, -1), new DevExpress.XtraEditors.ButtonsPanelControl.GroupBoxButton("删除任务", false, buttonImageOptions3, DevExpress.XtraBars.Docking2010.ButtonStyle.PushButton, "", -1, true, superToolTip3, true, false, true, null, -1) });
layoutControlGroup1.HeaderButtonsLocation = GroupElementLocation.AfterText;
layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem1, layoutControlItem6 });
layoutControlGroup1.Location = new System.Drawing.Point(0, 0);
layoutControlGroup1.Name = "layoutControlGroup1";
layoutControlGroup1.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
layoutControlGroup1.Size = new System.Drawing.Size(204, 523);
layoutControlGroup1.Text = "任务管理";
layoutControlGroup1.CustomButtonClick += layoutControlGroup1_CustomButtonClick;
//
// layoutControlItem1
//
layoutControlItem1.Control = gridHomeTask;
layoutControlItem1.Location = new System.Drawing.Point(0, 0);
layoutControlItem1.Name = "layoutControlItem1";
layoutControlItem1.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
layoutControlItem1.Size = new System.Drawing.Size(198, 464);
layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
layoutControlItem1.TextVisible = false;
//
// layoutControlItem6
//
layoutControlItem6.Control = ctrlPageTask;
layoutControlItem6.Location = new System.Drawing.Point(0, 464);
layoutControlItem6.MaxSize = new System.Drawing.Size(0, 30);
layoutControlItem6.MinSize = new System.Drawing.Size(104, 30);
layoutControlItem6.Name = "layoutControlItem6";
layoutControlItem6.Size = new System.Drawing.Size(198, 30);
layoutControlItem6.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
layoutControlItem6.TextSize = new System.Drawing.Size(0, 0);
layoutControlItem6.TextVisible = false;
//
// layoutControlGroup2
//
layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem2, layoutControlGroup3, layoutControlItem7 });
layoutControlGroup2.Location = new System.Drawing.Point(214, 140);
layoutControlGroup2.Name = "layoutControlGroup2";
layoutControlGroup2.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
layoutControlGroup2.Size = new System.Drawing.Size(1445, 383);
layoutControlGroup2.Text = "定位结果";
//
// layoutControlItem2
//
layoutControlItem2.Control = gridHomePosRes;
layoutControlItem2.Location = new System.Drawing.Point(0, 30);
layoutControlItem2.Name = "layoutControlItem2";
layoutControlItem2.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
layoutControlItem2.Size = new System.Drawing.Size(1439, 326);
layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
layoutControlItem2.TextVisible = false;
//
// layoutControlGroup3
//
layoutControlGroup3.GroupBordersVisible = false;
layoutControlGroup3.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem8, itemStart, itemEnd, layoutControlItem4, layoutControlItem5 });
layoutControlGroup3.Location = new System.Drawing.Point(0, 0);
layoutControlGroup3.Name = "layoutControlGroup3";
layoutControlGroup3.Size = new System.Drawing.Size(831, 30);
//
// layoutControlItem8
//
layoutControlItem8.Control = txtTimeCho;
layoutControlItem8.Location = new System.Drawing.Point(160, 0);
layoutControlItem8.MaxSize = new System.Drawing.Size(160, 28);
layoutControlItem8.MinSize = new System.Drawing.Size(160, 28);
layoutControlItem8.Name = "layoutControlItem8";
layoutControlItem8.Size = new System.Drawing.Size(160, 30);
layoutControlItem8.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
layoutControlItem8.Spacing = new DevExpress.XtraLayout.Utils.Padding(4, 0, 2, 0);
layoutControlItem8.Text = "时间选择";
layoutControlItem8.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
layoutControlItem8.TextSize = new System.Drawing.Size(48, 14);
layoutControlItem8.TextToControlDistance = 5;
//
// itemStart
//
itemStart.Control = txtStartTime;
itemStart.Location = new System.Drawing.Point(320, 0);
itemStart.MaxSize = new System.Drawing.Size(210, 28);
itemStart.MinSize = new System.Drawing.Size(210, 28);
itemStart.Name = "itemStart";
itemStart.Size = new System.Drawing.Size(210, 30);
itemStart.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
itemStart.Spacing = new DevExpress.XtraLayout.Utils.Padding(4, 0, 2, 0);
itemStart.Text = "开始时间";
itemStart.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
itemStart.TextSize = new System.Drawing.Size(48, 14);
itemStart.TextToControlDistance = 5;
itemStart.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
//
// itemEnd
//
itemEnd.Control = txtEndTime;
itemEnd.Location = new System.Drawing.Point(530, 0);
itemEnd.MaxSize = new System.Drawing.Size(210, 28);
itemEnd.MinSize = new System.Drawing.Size(210, 28);
itemEnd.Name = "itemEnd";
itemEnd.Size = new System.Drawing.Size(210, 30);
itemEnd.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
itemEnd.Spacing = new DevExpress.XtraLayout.Utils.Padding(4, 0, 2, 0);
itemEnd.Text = "结束时间";
itemEnd.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
itemEnd.TextSize = new System.Drawing.Size(48, 14);
itemEnd.TextToControlDistance = 5;
itemEnd.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
//
// layoutControlItem4
//
layoutControlItem4.Control = btnIncludeInvalidate;
layoutControlItem4.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
layoutControlItem4.CustomizationFormText = "时间选择";
layoutControlItem4.Location = new System.Drawing.Point(740, 0);
layoutControlItem4.MaxSize = new System.Drawing.Size(91, 0);
layoutControlItem4.MinSize = new System.Drawing.Size(91, 26);
layoutControlItem4.Name = "layoutControlItem4";
layoutControlItem4.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 2, 5);
layoutControlItem4.Size = new System.Drawing.Size(91, 30);
layoutControlItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
layoutControlItem4.Spacing = new DevExpress.XtraLayout.Utils.Padding(4, 0, 2, 0);
layoutControlItem4.Text = "时间选择";
layoutControlItem4.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
layoutControlItem4.TextSize = new System.Drawing.Size(0, 0);
layoutControlItem4.TextToControlDistance = 0;
layoutControlItem4.TextVisible = false;
//
// layoutControlItem5
//
layoutControlItem5.Control = txtFrequpMHz;
layoutControlItem5.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
layoutControlItem5.CustomizationFormText = "时间选择";
layoutControlItem5.Location = new System.Drawing.Point(0, 0);
layoutControlItem5.MaxSize = new System.Drawing.Size(160, 28);
layoutControlItem5.MinSize = new System.Drawing.Size(160, 28);
layoutControlItem5.Name = "layoutControlItem5";
layoutControlItem5.Size = new System.Drawing.Size(160, 30);
layoutControlItem5.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
layoutControlItem5.Spacing = new DevExpress.XtraLayout.Utils.Padding(4, 0, 2, 0);
layoutControlItem5.Text = "上行频点";
layoutControlItem5.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
layoutControlItem5.TextSize = new System.Drawing.Size(48, 14);
layoutControlItem5.TextToControlDistance = 5;
//
// layoutControlItem7
//
layoutControlItem7.Control = ctrlPagePos;
layoutControlItem7.Location = new System.Drawing.Point(831, 0);
layoutControlItem7.MaxSize = new System.Drawing.Size(0, 30);
layoutControlItem7.MinSize = new System.Drawing.Size(104, 30);
layoutControlItem7.Name = "layoutControlItem7";
layoutControlItem7.Size = new System.Drawing.Size(608, 30);
layoutControlItem7.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
layoutControlItem7.TextSize = new System.Drawing.Size(0, 0);
layoutControlItem7.TextVisible = false;
//
// splitterItem1
//
splitterItem1.AllowHotTrack = true;
splitterItem1.Location = new System.Drawing.Point(204, 0);
splitterItem1.Name = "splitterItem1";
splitterItem1.Size = new System.Drawing.Size(10, 523);
//
// splitterItem2
//
splitterItem2.AllowHotTrack = true;
splitterItem2.Location = new System.Drawing.Point(214, 130);
splitterItem2.Name = "splitterItem2";
splitterItem2.Size = new System.Drawing.Size(1445, 10);
//
// svgImageCollection1
//
svgImageCollection1.Add("CircleFill.svg", (DevExpress.Utils.Svg.SvgImage)resources.GetObject("svgImageCollection1.CircleFill.svg"));
//
// popupMenu1
//
popupMenu1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] { new DevExpress.XtraBars.LinkPersistInfo(btnStart), new DevExpress.XtraBars.LinkPersistInfo(btnStop) });
popupMenu1.Manager = barManager1;
popupMenu1.Name = "popupMenu1";
//
// htmlTemplateCollection1
//
htmlTemplateCollection1.AddRange(new DevExpress.Utils.Html.HtmlTemplate[] { htmlTemplate1 });
//
// htmlTemplate1
//
htmlTemplate1.Name = "htmlTemplate1";
htmlTemplate1.Styles = resources.GetString("htmlTemplate1.Styles");
htmlTemplate1.Template = "\r\n\r\n\t点击 + 创建任务
\r\n";
//
// CtrlHome
//
AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
Controls.Add(layoutControl1);
Controls.Add(barDockControlLeft);
Controls.Add(barDockControlRight);
Controls.Add(barDockControlBottom);
Controls.Add(barDockControlTop);
Name = "CtrlHome";
Size = new System.Drawing.Size(1659, 523);
Load += CtrlHome_Load;
((System.ComponentModel.ISupportInitialize)layoutControl1).EndInit();
layoutControl1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)txtTimeCho.Properties).EndInit();
((System.ComponentModel.ISupportInitialize)barManager1).EndInit();
((System.ComponentModel.ISupportInitialize)txtEndTime.Properties.CalendarTimeProperties).EndInit();
((System.ComponentModel.ISupportInitialize)txtEndTime.Properties).EndInit();
((System.ComponentModel.ISupportInitialize)txtStartTime.Properties.CalendarTimeProperties).EndInit();
((System.ComponentModel.ISupportInitialize)txtStartTime.Properties).EndInit();
((System.ComponentModel.ISupportInitialize)mapControl1).EndInit();
((System.ComponentModel.ISupportInitialize)gridHomePosRes).EndInit();
((System.ComponentModel.ISupportInitialize)gridView2).EndInit();
((System.ComponentModel.ISupportInitialize)gridHomeTask).EndInit();
((System.ComponentModel.ISupportInitialize)gridView1).EndInit();
((System.ComponentModel.ISupportInitialize)repositoryItemImageEdit1).EndInit();
((System.ComponentModel.ISupportInitialize)btnIncludeInvalidate.Properties).EndInit();
((System.ComponentModel.ISupportInitialize)txtFrequpMHz.Properties).EndInit();
((System.ComponentModel.ISupportInitialize)Root).EndInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem3).EndInit();
((System.ComponentModel.ISupportInitialize)layoutControlGroup1).EndInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem1).EndInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem6).EndInit();
((System.ComponentModel.ISupportInitialize)layoutControlGroup2).EndInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem2).EndInit();
((System.ComponentModel.ISupportInitialize)layoutControlGroup3).EndInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem8).EndInit();
((System.ComponentModel.ISupportInitialize)itemStart).EndInit();
((System.ComponentModel.ISupportInitialize)itemEnd).EndInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem4).EndInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem5).EndInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem7).EndInit();
((System.ComponentModel.ISupportInitialize)splitterItem1).EndInit();
((System.ComponentModel.ISupportInitialize)splitterItem2).EndInit();
((System.ComponentModel.ISupportInitialize)svgImageCollection1).EndInit();
((System.ComponentModel.ISupportInitialize)popupMenu1).EndInit();
ResumeLayout(false);
PerformLayout();
}
#endregion
private DevExpress.XtraLayout.LayoutControl layoutControl1;
private DevExpress.XtraGrid.GridControl gridHomeTask;
private DevExpress.XtraLayout.LayoutControlGroup Root;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup2;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
private DevExpress.XtraLayout.SplitterItem splitterItem1;
private DevExpress.XtraLayout.SplitterItem splitterItem2;
private SvgImageCollection svgImageCollection1;
private ToolTipController toolTipController1;
private DevExpress.XtraEditors.Repository.RepositoryItemImageEdit repositoryItemImageEdit1;
private DevExpress.XtraBars.BarManager barManager1;
private DevExpress.XtraBars.BarDockControl barDockControlTop;
private DevExpress.XtraBars.BarDockControl barDockControlBottom;
private DevExpress.XtraBars.BarDockControl barDockControlLeft;
private DevExpress.XtraBars.BarDockControl barDockControlRight;
private DevExpress.XtraBars.BarButtonItem btnStart;
private DevExpress.XtraBars.PopupMenu popupMenu1;
private DevExpress.XtraBars.BarButtonItem btnStop;
private DevExpress.Utils.Html.HtmlTemplateCollection htmlTemplateCollection1;
private DevExpress.Utils.Html.HtmlTemplate htmlTemplate1;
public DevExpress.XtraMap.MapControl mapControl1;
public DevExpress.XtraGrid.GridControl gridHomePosRes;
public DevExpress.XtraGrid.Views.Grid.GridView gridView2;
public DevExpress.XtraGrid.Views.Grid.GridView gridView1;
private DateEdit txtEndTime;
private DateEdit txtStartTime;
private DevExpress.XtraLayout.LayoutControlItem itemStart;
private DevExpress.XtraLayout.LayoutControlItem itemEnd;
private ImageComboBoxEdit txtTimeCho;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8;
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup3;
private CheckEdit btnIncludeInvalidate;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
private ImageComboBoxEdit txtFrequpMHz;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
private CtrlPage ctrlPageTask;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
private CtrlPage ctrlPagePos;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7;
}
}