123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677 |
-
- using DevExpress.Utils;
- using DevExpress.XtraEditors;
- using System.IO;
- using System.Windows.Controls;
- namespace XdCxRhDW.App.UserControl
- {
- partial class CtrlHome
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Component Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.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();
- DevExpress.Utils.SuperToolTip superToolTip1 = new DevExpress.Utils.SuperToolTip();
- DevExpress.Utils.ToolTipItem toolTipItem1 = new DevExpress.Utils.ToolTipItem();
- DevExpress.XtraEditors.ButtonsPanelControl.ButtonImageOptions buttonImageOptions2 = new DevExpress.XtraEditors.ButtonsPanelControl.ButtonImageOptions();
- DevExpress.Utils.SuperToolTip superToolTip2 = new DevExpress.Utils.SuperToolTip();
- DevExpress.Utils.ToolTipItem toolTipItem2 = new DevExpress.Utils.ToolTipItem();
- DevExpress.XtraEditors.ButtonsPanelControl.ButtonImageOptions buttonImageOptions3 = new DevExpress.XtraEditors.ButtonsPanelControl.ButtonImageOptions();
- DevExpress.Utils.SuperToolTip superToolTip3 = new DevExpress.Utils.SuperToolTip();
- DevExpress.Utils.ToolTipItem toolTipItem3 = new DevExpress.Utils.ToolTipItem();
- this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
- this.txtTimeCho = new DevExpress.XtraEditors.ImageComboBoxEdit();
- this.barManager1 = new DevExpress.XtraBars.BarManager(this.components);
- this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
- this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
- this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
- this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
- this.btnStart = new DevExpress.XtraBars.BarButtonItem();
- this.btnStop = new DevExpress.XtraBars.BarButtonItem();
- this.btnSearch = new DevExpress.XtraEditors.SimpleButton();
- this.txtEndTime = new DevExpress.XtraEditors.DateEdit();
- this.txtStartTime = new DevExpress.XtraEditors.DateEdit();
- this.mapControl1 = new DevExpress.XtraMap.MapControl();
- this.gridHomePosRes = new DevExpress.XtraGrid.GridControl();
- this.gridView2 = new DevExpress.XtraGrid.Views.Grid.GridView();
- this.gridHomeTask = new DevExpress.XtraGrid.GridControl();
- this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
- this.repositoryItemImageEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemImageEdit();
- this.toolTipController1 = new DevExpress.Utils.ToolTipController(this.components);
- this.btnIncludeInvalidate = new DevExpress.XtraEditors.CheckEdit();
- this.txtFrequpMHz = new DevExpress.XtraEditors.ImageComboBoxEdit();
- this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
- this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
- this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
- this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
- this.layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup();
- this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
- this.layoutControlItemSearch = new DevExpress.XtraLayout.LayoutControlItem();
- this.layoutControlGroup3 = new DevExpress.XtraLayout.LayoutControlGroup();
- this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
- this.itemStart = new DevExpress.XtraLayout.LayoutControlItem();
- this.itemEnd = new DevExpress.XtraLayout.LayoutControlItem();
- this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
- this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
- this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
- this.splitterItem1 = new DevExpress.XtraLayout.SplitterItem();
- this.splitterItem2 = new DevExpress.XtraLayout.SplitterItem();
- this.svgImageCollection1 = new DevExpress.Utils.SvgImageCollection(this.components);
- this.popupMenu1 = new DevExpress.XtraBars.PopupMenu(this.components);
- this.htmlTemplateCollection1 = new DevExpress.Utils.Html.HtmlTemplateCollection();
- this.htmlTemplate1 = new DevExpress.Utils.Html.HtmlTemplate();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
- this.layoutControl1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.txtTimeCho.Properties)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtEndTime.Properties)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtEndTime.Properties.CalendarTimeProperties)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtStartTime.Properties)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtStartTime.Properties.CalendarTimeProperties)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.mapControl1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.gridHomePosRes)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.gridView2)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.gridHomeTask)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageEdit1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.btnIncludeInvalidate.Properties)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtFrequpMHz.Properties)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItemSearch)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.itemStart)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.itemEnd)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.splitterItem1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.splitterItem2)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.svgImageCollection1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).BeginInit();
- this.SuspendLayout();
- //
- // layoutControl1
- //
- this.layoutControl1.Controls.Add(this.txtTimeCho);
- this.layoutControl1.Controls.Add(this.btnSearch);
- this.layoutControl1.Controls.Add(this.txtEndTime);
- this.layoutControl1.Controls.Add(this.txtStartTime);
- this.layoutControl1.Controls.Add(this.mapControl1);
- this.layoutControl1.Controls.Add(this.gridHomePosRes);
- this.layoutControl1.Controls.Add(this.gridHomeTask);
- this.layoutControl1.Controls.Add(this.btnIncludeInvalidate);
- this.layoutControl1.Controls.Add(this.txtFrequpMHz);
- this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.layoutControl1.Location = new System.Drawing.Point(0, 0);
- this.layoutControl1.Name = "layoutControl1";
- this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(1088, 144, 650, 400);
- this.layoutControl1.Root = this.Root;
- this.layoutControl1.Size = new System.Drawing.Size(1096, 523);
- this.layoutControl1.TabIndex = 0;
- this.layoutControl1.Text = "layoutControl1";
- //
- // txtTimeCho
- //
- this.txtTimeCho.EditValue = 1;
- this.txtTimeCho.Location = new System.Drawing.Point(342, 212);
- this.txtTimeCho.MenuManager = this.barManager1;
- this.txtTimeCho.Name = "txtTimeCho";
- this.txtTimeCho.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
- new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
- this.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)});
- this.txtTimeCho.Size = new System.Drawing.Size(99, 20);
- this.txtTimeCho.StyleController = this.layoutControl1;
- this.txtTimeCho.TabIndex = 11;
- this.txtTimeCho.SelectedIndexChanged += new System.EventHandler(this.txtTimeCho_SelectedIndexChanged);
- //
- // barManager1
- //
- this.barManager1.DockControls.Add(this.barDockControlTop);
- this.barManager1.DockControls.Add(this.barDockControlBottom);
- this.barManager1.DockControls.Add(this.barDockControlLeft);
- this.barManager1.DockControls.Add(this.barDockControlRight);
- this.barManager1.Form = this;
- this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
- this.btnStart,
- this.btnStop});
- this.barManager1.MaxItemId = 16;
- //
- // barDockControlTop
- //
- this.barDockControlTop.CausesValidation = false;
- this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
- this.barDockControlTop.Location = new System.Drawing.Point(0, 0);
- this.barDockControlTop.Manager = this.barManager1;
- this.barDockControlTop.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.barDockControlTop.Size = new System.Drawing.Size(1096, 0);
- //
- // barDockControlBottom
- //
- this.barDockControlBottom.CausesValidation = false;
- this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.barDockControlBottom.Location = new System.Drawing.Point(0, 523);
- this.barDockControlBottom.Manager = this.barManager1;
- this.barDockControlBottom.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.barDockControlBottom.Size = new System.Drawing.Size(1096, 0);
- //
- // barDockControlLeft
- //
- this.barDockControlLeft.CausesValidation = false;
- this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
- this.barDockControlLeft.Location = new System.Drawing.Point(0, 0);
- this.barDockControlLeft.Manager = this.barManager1;
- this.barDockControlLeft.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.barDockControlLeft.Size = new System.Drawing.Size(0, 523);
- //
- // barDockControlRight
- //
- this.barDockControlRight.CausesValidation = false;
- this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
- this.barDockControlRight.Location = new System.Drawing.Point(1096, 0);
- this.barDockControlRight.Manager = this.barManager1;
- this.barDockControlRight.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.barDockControlRight.Size = new System.Drawing.Size(0, 523);
- //
- // btnStart
- //
- this.btnStart.Caption = "启动任务";
- this.btnStart.Id = 0;
- this.btnStart.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnStart.ImageOptions.SvgImage")));
- this.btnStart.Name = "btnStart";
- this.btnStart.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_ItemClick);
- //
- // btnStop
- //
- this.btnStop.Caption = "停止任务";
- this.btnStop.Id = 1;
- this.btnStop.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnStop.ImageOptions.SvgImage")));
- this.btnStop.Name = "btnStop";
- this.btnStop.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_ItemClick);
- //
- // btnSearch
- //
- this.btnSearch.Location = new System.Drawing.Point(958, 212);
- this.btnSearch.Name = "btnSearch";
- this.btnSearch.Size = new System.Drawing.Size(84, 21);
- this.btnSearch.StyleController = this.layoutControl1;
- this.btnSearch.TabIndex = 9;
- this.btnSearch.Text = "查询";
- this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
- //
- // txtEndTime
- //
- this.txtEndTime.EditValue = null;
- this.txtEndTime.Location = new System.Drawing.Point(712, 212);
- this.txtEndTime.MenuManager = this.barManager1;
- this.txtEndTime.Name = "txtEndTime";
- this.txtEndTime.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
- new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
- this.txtEndTime.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
- new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
- this.txtEndTime.Size = new System.Drawing.Size(149, 20);
- this.txtEndTime.StyleController = this.layoutControl1;
- this.txtEndTime.TabIndex = 8;
- //
- // txtStartTime
- //
- this.txtStartTime.EditValue = null;
- this.txtStartTime.Location = new System.Drawing.Point(502, 212);
- this.txtStartTime.MenuManager = this.barManager1;
- this.txtStartTime.Name = "txtStartTime";
- this.txtStartTime.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
- new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
- this.txtStartTime.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
- new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
- this.txtStartTime.Size = new System.Drawing.Size(149, 20);
- this.txtStartTime.StyleController = this.layoutControl1;
- this.txtStartTime.TabIndex = 7;
- //
- // mapControl1
- //
- this.mapControl1.Location = new System.Drawing.Point(122, 2);
- this.mapControl1.Name = "mapControl1";
- this.mapControl1.Size = new System.Drawing.Size(972, 170);
- this.mapControl1.TabIndex = 6;
- //
- // gridHomePosRes
- //
- this.gridHomePosRes.Location = new System.Drawing.Point(123, 236);
- this.gridHomePosRes.MainView = this.gridView2;
- this.gridHomePosRes.Name = "gridHomePosRes";
- this.gridHomePosRes.Size = new System.Drawing.Size(970, 284);
- this.gridHomePosRes.TabIndex = 5;
- this.gridHomePosRes.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
- this.gridView2});
- //
- // gridView2
- //
- this.gridView2.GridControl = this.gridHomePosRes;
- this.gridView2.Name = "gridView2";
- this.gridView2.RowClick += new DevExpress.XtraGrid.Views.Grid.RowClickEventHandler(this.gridView2_RowClick);
- //
- // gridHomeTask
- //
- this.gridHomeTask.Location = new System.Drawing.Point(3, 26);
- this.gridHomeTask.MainView = this.gridView1;
- this.gridHomeTask.Name = "gridHomeTask";
- this.gridHomeTask.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
- this.repositoryItemImageEdit1});
- this.gridHomeTask.Size = new System.Drawing.Size(104, 494);
- this.gridHomeTask.TabIndex = 4;
- this.gridHomeTask.ToolTipController = this.toolTipController1;
- this.gridHomeTask.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
- this.gridView1});
- //
- // gridView1
- //
- this.gridView1.GridControl = this.gridHomeTask;
- this.gridView1.Name = "gridView1";
- this.gridView1.PopupMenuShowing += new DevExpress.XtraGrid.Views.Grid.PopupMenuShowingEventHandler(this.gridView1_PopupMenuShowing);
- //
- // repositoryItemImageEdit1
- //
- this.repositoryItemImageEdit1.AutoHeight = false;
- this.repositoryItemImageEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
- new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
- this.repositoryItemImageEdit1.Name = "repositoryItemImageEdit1";
- //
- // toolTipController1
- //
- this.toolTipController1.GetActiveObjectInfo += new DevExpress.Utils.ToolTipControllerGetActiveObjectInfoEventHandler(this.toolTipController1_GetActiveObjectInfo);
- //
- // btnIncludeInvalidate
- //
- this.btnIncludeInvalidate.EditValue = true;
- this.btnIncludeInvalidate.Location = new System.Drawing.Point(869, 212);
- this.btnIncludeInvalidate.Name = "btnIncludeInvalidate";
- this.btnIncludeInvalidate.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Default;
- this.btnIncludeInvalidate.Properties.Caption = "包含无效点";
- this.btnIncludeInvalidate.Size = new System.Drawing.Size(83, 20);
- this.btnIncludeInvalidate.StyleController = this.layoutControl1;
- this.btnIncludeInvalidate.TabIndex = 11;
- //
- // txtFrequpMHz
- //
- this.txtFrequpMHz.EditValue = 1;
- this.txtFrequpMHz.Location = new System.Drawing.Point(182, 212);
- this.txtFrequpMHz.Name = "txtFrequpMHz";
- this.txtFrequpMHz.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
- new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
- this.txtFrequpMHz.Size = new System.Drawing.Size(99, 20);
- this.txtFrequpMHz.StyleController = this.layoutControl1;
- this.txtFrequpMHz.TabIndex = 11;
- this.txtFrequpMHz.SelectedIndexChanged += new System.EventHandler(this.txtFrequpMHz_SelectedIndexChanged);
- //
- // Root
- //
- this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
- this.Root.GroupBordersVisible = false;
- this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
- this.layoutControlItem3,
- this.layoutControlGroup1,
- this.layoutControlGroup2,
- this.splitterItem1,
- this.splitterItem2});
- this.Root.Name = "Root";
- this.Root.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
- this.Root.Size = new System.Drawing.Size(1096, 523);
- this.Root.TextVisible = false;
- //
- // layoutControlItem3
- //
- this.layoutControlItem3.Control = this.mapControl1;
- this.layoutControlItem3.Location = new System.Drawing.Point(120, 0);
- this.layoutControlItem3.Name = "layoutControlItem3";
- this.layoutControlItem3.Size = new System.Drawing.Size(976, 174);
- this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
- this.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);
- this.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)});
- this.layoutControlGroup1.HeaderButtonsLocation = DevExpress.Utils.GroupElementLocation.AfterText;
- this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
- this.layoutControlItem1});
- this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0);
- this.layoutControlGroup1.Name = "layoutControlGroup1";
- this.layoutControlGroup1.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
- this.layoutControlGroup1.Size = new System.Drawing.Size(110, 523);
- this.layoutControlGroup1.Text = "任务管理";
- this.layoutControlGroup1.CustomButtonClick += new DevExpress.XtraBars.Docking2010.BaseButtonEventHandler(this.layoutControlGroup1_CustomButtonClick);
- //
- // layoutControlItem1
- //
- this.layoutControlItem1.Control = this.gridHomeTask;
- this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
- this.layoutControlItem1.Name = "layoutControlItem1";
- this.layoutControlItem1.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
- this.layoutControlItem1.Size = new System.Drawing.Size(104, 494);
- this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
- this.layoutControlItem1.TextVisible = false;
- //
- // layoutControlGroup2
- //
- this.layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
- this.layoutControlItem2,
- this.layoutControlItemSearch,
- this.layoutControlGroup3,
- this.emptySpaceItem1});
- this.layoutControlGroup2.Location = new System.Drawing.Point(120, 184);
- this.layoutControlGroup2.Name = "layoutControlGroup2";
- this.layoutControlGroup2.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
- this.layoutControlGroup2.Size = new System.Drawing.Size(976, 339);
- this.layoutControlGroup2.Text = "定位结果";
- //
- // layoutControlItem2
- //
- this.layoutControlItem2.Control = this.gridHomePosRes;
- this.layoutControlItem2.Location = new System.Drawing.Point(0, 28);
- this.layoutControlItem2.Name = "layoutControlItem2";
- this.layoutControlItem2.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
- this.layoutControlItem2.Size = new System.Drawing.Size(970, 284);
- this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
- this.layoutControlItem2.TextVisible = false;
- //
- // layoutControlItemSearch
- //
- this.layoutControlItemSearch.Control = this.btnSearch;
- this.layoutControlItemSearch.Location = new System.Drawing.Point(831, 0);
- this.layoutControlItemSearch.MaxSize = new System.Drawing.Size(90, 26);
- this.layoutControlItemSearch.MinSize = new System.Drawing.Size(90, 26);
- this.layoutControlItemSearch.Name = "layoutControlItemSearch";
- this.layoutControlItemSearch.Padding = new DevExpress.XtraLayout.Utils.Padding(4, 2, 4, 1);
- this.layoutControlItemSearch.Size = new System.Drawing.Size(90, 28);
- this.layoutControlItemSearch.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
- this.layoutControlItemSearch.TextSize = new System.Drawing.Size(0, 0);
- this.layoutControlItemSearch.TextVisible = false;
- this.layoutControlItemSearch.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
- //
- // layoutControlGroup3
- //
- this.layoutControlGroup3.GroupBordersVisible = false;
- this.layoutControlGroup3.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
- this.layoutControlItem8,
- this.itemStart,
- this.itemEnd,
- this.layoutControlItem4,
- this.layoutControlItem5});
- this.layoutControlGroup3.Location = new System.Drawing.Point(0, 0);
- this.layoutControlGroup3.Name = "layoutControlGroup3";
- this.layoutControlGroup3.Size = new System.Drawing.Size(831, 28);
- //
- // layoutControlItem8
- //
- this.layoutControlItem8.Control = this.txtTimeCho;
- this.layoutControlItem8.Location = new System.Drawing.Point(160, 0);
- this.layoutControlItem8.MaxSize = new System.Drawing.Size(160, 28);
- this.layoutControlItem8.MinSize = new System.Drawing.Size(160, 28);
- this.layoutControlItem8.Name = "layoutControlItem8";
- this.layoutControlItem8.Size = new System.Drawing.Size(160, 28);
- this.layoutControlItem8.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
- this.layoutControlItem8.Spacing = new DevExpress.XtraLayout.Utils.Padding(4, 0, 2, 0);
- this.layoutControlItem8.Text = "时间选择";
- this.layoutControlItem8.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
- this.layoutControlItem8.TextSize = new System.Drawing.Size(48, 14);
- this.layoutControlItem8.TextToControlDistance = 5;
- //
- // itemStart
- //
- this.itemStart.Control = this.txtStartTime;
- this.itemStart.Location = new System.Drawing.Point(320, 0);
- this.itemStart.MaxSize = new System.Drawing.Size(210, 28);
- this.itemStart.MinSize = new System.Drawing.Size(210, 28);
- this.itemStart.Name = "itemStart";
- this.itemStart.Size = new System.Drawing.Size(210, 28);
- this.itemStart.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
- this.itemStart.Spacing = new DevExpress.XtraLayout.Utils.Padding(4, 0, 2, 0);
- this.itemStart.Text = "开始时间";
- this.itemStart.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
- this.itemStart.TextSize = new System.Drawing.Size(48, 14);
- this.itemStart.TextToControlDistance = 5;
- this.itemStart.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
- //
- // itemEnd
- //
- this.itemEnd.Control = this.txtEndTime;
- this.itemEnd.Location = new System.Drawing.Point(530, 0);
- this.itemEnd.MaxSize = new System.Drawing.Size(210, 28);
- this.itemEnd.MinSize = new System.Drawing.Size(210, 28);
- this.itemEnd.Name = "itemEnd";
- this.itemEnd.Size = new System.Drawing.Size(210, 28);
- this.itemEnd.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
- this.itemEnd.Spacing = new DevExpress.XtraLayout.Utils.Padding(4, 0, 2, 0);
- this.itemEnd.Text = "结束时间";
- this.itemEnd.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
- this.itemEnd.TextSize = new System.Drawing.Size(48, 14);
- this.itemEnd.TextToControlDistance = 5;
- this.itemEnd.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
- //
- // layoutControlItem4
- //
- this.layoutControlItem4.Control = this.btnIncludeInvalidate;
- this.layoutControlItem4.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
- this.layoutControlItem4.CustomizationFormText = "时间选择";
- this.layoutControlItem4.Location = new System.Drawing.Point(740, 0);
- this.layoutControlItem4.MaxSize = new System.Drawing.Size(91, 28);
- this.layoutControlItem4.MinSize = new System.Drawing.Size(91, 28);
- this.layoutControlItem4.Name = "layoutControlItem4";
- this.layoutControlItem4.Size = new System.Drawing.Size(91, 28);
- this.layoutControlItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
- this.layoutControlItem4.Spacing = new DevExpress.XtraLayout.Utils.Padding(4, 0, 2, 0);
- this.layoutControlItem4.Text = "时间选择";
- this.layoutControlItem4.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
- this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0);
- this.layoutControlItem4.TextToControlDistance = 0;
- this.layoutControlItem4.TextVisible = false;
- //
- // layoutControlItem5
- //
- this.layoutControlItem5.Control = this.txtFrequpMHz;
- this.layoutControlItem5.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
- this.layoutControlItem5.CustomizationFormText = "时间选择";
- this.layoutControlItem5.Location = new System.Drawing.Point(0, 0);
- this.layoutControlItem5.MaxSize = new System.Drawing.Size(160, 28);
- this.layoutControlItem5.MinSize = new System.Drawing.Size(160, 28);
- this.layoutControlItem5.Name = "layoutControlItem5";
- this.layoutControlItem5.Size = new System.Drawing.Size(160, 28);
- this.layoutControlItem5.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
- this.layoutControlItem5.Spacing = new DevExpress.XtraLayout.Utils.Padding(4, 0, 2, 0);
- this.layoutControlItem5.Text = "上行频点";
- this.layoutControlItem5.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
- this.layoutControlItem5.TextSize = new System.Drawing.Size(48, 14);
- this.layoutControlItem5.TextToControlDistance = 5;
- //
- // emptySpaceItem1
- //
- this.emptySpaceItem1.AllowHotTrack = false;
- this.emptySpaceItem1.Location = new System.Drawing.Point(921, 0);
- this.emptySpaceItem1.Name = "emptySpaceItem1";
- this.emptySpaceItem1.Size = new System.Drawing.Size(49, 28);
- this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
- //
- // splitterItem1
- //
- this.splitterItem1.AllowHotTrack = true;
- this.splitterItem1.Location = new System.Drawing.Point(110, 0);
- this.splitterItem1.Name = "splitterItem1";
- this.splitterItem1.Size = new System.Drawing.Size(10, 523);
- //
- // splitterItem2
- //
- this.splitterItem2.AllowHotTrack = true;
- this.splitterItem2.Location = new System.Drawing.Point(120, 174);
- this.splitterItem2.Name = "splitterItem2";
- this.splitterItem2.Size = new System.Drawing.Size(976, 10);
- //
- // svgImageCollection1
- //
- this.svgImageCollection1.Add("CircleFill.svg", ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("svgImageCollection1.CircleFill.svg"))));
- //
- // popupMenu1
- //
- this.popupMenu1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
- new DevExpress.XtraBars.LinkPersistInfo(this.btnStart),
- new DevExpress.XtraBars.LinkPersistInfo(this.btnStop)});
- this.popupMenu1.Manager = this.barManager1;
- this.popupMenu1.Name = "popupMenu1";
- //
- // htmlTemplateCollection1
- //
- this.htmlTemplateCollection1.AddRange(new DevExpress.Utils.Html.HtmlTemplate[] {
- this.htmlTemplate1});
- //
- // htmlTemplate1
- //
- this.htmlTemplate1.Name = "htmlTemplate1";
- this.htmlTemplate1.Styles = resources.GetString("htmlTemplate1.Styles");
- this.htmlTemplate1.Template = "\r\n<span>\r\n\t<h3 class=\"b\">点击 <span class=\"c\">+</span> 创建任务</h3>\r\n</span>";
- //
- // CtrlHome
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.Controls.Add(this.layoutControl1);
- this.Controls.Add(this.barDockControlLeft);
- this.Controls.Add(this.barDockControlRight);
- this.Controls.Add(this.barDockControlBottom);
- this.Controls.Add(this.barDockControlTop);
- this.Name = "CtrlHome";
- this.Size = new System.Drawing.Size(1096, 523);
- this.Load += new System.EventHandler(this.CtrlHome_Load);
- ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
- this.layoutControl1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.txtTimeCho.Properties)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtEndTime.Properties.CalendarTimeProperties)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtEndTime.Properties)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtStartTime.Properties.CalendarTimeProperties)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtStartTime.Properties)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.mapControl1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.gridHomePosRes)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.gridView2)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.gridHomeTask)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageEdit1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.btnIncludeInvalidate.Properties)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtFrequpMHz.Properties)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItemSearch)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.itemStart)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.itemEnd)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.splitterItem1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.splitterItem2)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.svgImageCollection1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).EndInit();
- this.ResumeLayout(false);
- this.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 DevExpress.Utils.SvgImageCollection svgImageCollection1;
- private DevExpress.Utils.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 SimpleButton btnSearch;
- private DateEdit txtEndTime;
- private DateEdit txtStartTime;
- private DevExpress.XtraLayout.LayoutControlItem itemStart;
- private DevExpress.XtraLayout.LayoutControlItem itemEnd;
- private DevExpress.XtraLayout.LayoutControlItem layoutControlItemSearch;
- private ImageComboBoxEdit txtTimeCho;
- private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8;
- private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup3;
- private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
- private CheckEdit btnIncludeInvalidate;
- private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
- private ImageComboBoxEdit txtFrequpMHz;
- private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
- }
- }
|