| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427 | namespace Ips.Sps.TskResults.Poses{    partial class PosQueryForm    {        /// <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 Windows Form 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();            this.dataLayoutControl1 = new DevExpress.XtraDataLayout.DataLayoutControl();            this.txtTimeRangeCombox = new DevExpress.XtraEditors.ImageComboBoxEdit();            this.btnCancel = new DevExpress.XtraEditors.SimpleButton();            this.btnQuery = new DevExpress.XtraEditors.SimpleButton();            this.btnClear = new DevExpress.XtraEditors.SimpleButton();            this.StartTimeDateEdit = new DevExpress.XtraEditors.DateEdit();            this.EndTimeDateEdit = new DevExpress.XtraEditors.DateEdit();            this.PosTypesCheckedComboBoxEdit = new DevExpress.XtraEditors.CheckedComboBoxEdit();            this.ShowNotValidPointCheckEdit = new DevExpress.XtraEditors.CheckEdit();            this.EmtIdsCheckedComboBoxEdit = new DevExpress.XtraEditors.CheckedComboBoxEdit();            this.xpcEmt = new DevExpress.Xpo.XPCollection(this.components);            this.Root = new DevExpress.XtraLayout.LayoutControlGroup();            this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();            this.ItemForStartTime = new DevExpress.XtraLayout.LayoutControlItem();            this.ItemForPosTypes = new DevExpress.XtraLayout.LayoutControlItem();            this.ItemForShowNotValidPoint = new DevExpress.XtraLayout.LayoutControlItem();            this.ItemForEndTime = new DevExpress.XtraLayout.LayoutControlItem();            this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();            this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();            this.emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem();            this.ItemForEmtIds = new DevExpress.XtraLayout.LayoutControlItem();            this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();            this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();            this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();            ((System.ComponentModel.ISupportInitialize)(this.dataLayoutControl1)).BeginInit();            this.dataLayoutControl1.SuspendLayout();            ((System.ComponentModel.ISupportInitialize)(this.txtTimeRangeCombox.Properties)).BeginInit();            ((System.ComponentModel.ISupportInitialize)(this.StartTimeDateEdit.Properties)).BeginInit();            ((System.ComponentModel.ISupportInitialize)(this.StartTimeDateEdit.Properties.CalendarTimeProperties)).BeginInit();            ((System.ComponentModel.ISupportInitialize)(this.EndTimeDateEdit.Properties)).BeginInit();            ((System.ComponentModel.ISupportInitialize)(this.EndTimeDateEdit.Properties.CalendarTimeProperties)).BeginInit();            ((System.ComponentModel.ISupportInitialize)(this.PosTypesCheckedComboBoxEdit.Properties)).BeginInit();            ((System.ComponentModel.ISupportInitialize)(this.ShowNotValidPointCheckEdit.Properties)).BeginInit();            ((System.ComponentModel.ISupportInitialize)(this.EmtIdsCheckedComboBoxEdit.Properties)).BeginInit();            ((System.ComponentModel.ISupportInitialize)(this.xpcEmt)).BeginInit();            ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();            ((System.ComponentModel.ISupportInitialize)(this.ItemForStartTime)).BeginInit();            ((System.ComponentModel.ISupportInitialize)(this.ItemForPosTypes)).BeginInit();            ((System.ComponentModel.ISupportInitialize)(this.ItemForShowNotValidPoint)).BeginInit();            ((System.ComponentModel.ISupportInitialize)(this.ItemForEndTime)).BeginInit();            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit();            ((System.ComponentModel.ISupportInitialize)(this.ItemForEmtIds)).BeginInit();            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();            this.SuspendLayout();            //             // dataLayoutControl1            //             this.dataLayoutControl1.Controls.Add(this.txtTimeRangeCombox);            this.dataLayoutControl1.Controls.Add(this.btnCancel);            this.dataLayoutControl1.Controls.Add(this.btnQuery);            this.dataLayoutControl1.Controls.Add(this.btnClear);            this.dataLayoutControl1.Controls.Add(this.StartTimeDateEdit);            this.dataLayoutControl1.Controls.Add(this.EndTimeDateEdit);            this.dataLayoutControl1.Controls.Add(this.PosTypesCheckedComboBoxEdit);            this.dataLayoutControl1.Controls.Add(this.ShowNotValidPointCheckEdit);            this.dataLayoutControl1.Controls.Add(this.EmtIdsCheckedComboBoxEdit);            this.dataLayoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;            this.dataLayoutControl1.Location = new System.Drawing.Point(0, 0);            this.dataLayoutControl1.Name = "dataLayoutControl1";            this.dataLayoutControl1.Root = this.Root;            this.dataLayoutControl1.Size = new System.Drawing.Size(494, 176);            this.dataLayoutControl1.TabIndex = 0;            this.dataLayoutControl1.Text = "dataLayoutControl1";            //             // txtTimeRangeCombox            //             this.txtTimeRangeCombox.Location = new System.Drawing.Point(72, 12);            this.txtTimeRangeCombox.Name = "txtTimeRangeCombox";            this.txtTimeRangeCombox.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});            this.txtTimeRangeCombox.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.ImageComboBoxItem[] {            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("一小时", 1, -1),            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("三小时", 3, -1),            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("十小时", 10, -1),            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("一天", 24, -1),            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("三天", 72, -1),            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("五天", 120, -1),            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("七天", 168, -1),            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("自定义", 0, -1)});            this.txtTimeRangeCombox.Size = new System.Drawing.Size(410, 20);            this.txtTimeRangeCombox.StyleController = this.dataLayoutControl1;            this.txtTimeRangeCombox.TabIndex = 0;            this.txtTimeRangeCombox.SelectedIndexChanged += new System.EventHandler(this.txtTimeRangeCombox_SelectedIndexChanged);            //             // btnCancel            //             this.btnCancel.Location = new System.Drawing.Point(426, 142);            this.btnCancel.Name = "btnCancel";            this.btnCancel.Size = new System.Drawing.Size(56, 22);            this.btnCancel.StyleController = this.dataLayoutControl1;            this.btnCancel.TabIndex = 9;            this.btnCancel.Text = "取消";            this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);            //             // btnQuery            //             this.btnQuery.Location = new System.Drawing.Point(366, 142);            this.btnQuery.Name = "btnQuery";            this.btnQuery.Size = new System.Drawing.Size(56, 22);            this.btnQuery.StyleController = this.dataLayoutControl1;            this.btnQuery.TabIndex = 8;            this.btnQuery.Text = "确定";            this.btnQuery.Click += new System.EventHandler(this.btnQuery_Click);            //             // btnClear            //             this.btnClear.Location = new System.Drawing.Point(12, 142);            this.btnClear.Name = "btnClear";            this.btnClear.Size = new System.Drawing.Size(56, 22);            this.btnClear.StyleController = this.dataLayoutControl1;            this.btnClear.TabIndex = 7;            this.btnClear.Text = "清空";            this.btnClear.Click += new System.EventHandler(this.btnClear_Click);            //             // StartTimeDateEdit            //             this.StartTimeDateEdit.EditValue = null;            this.StartTimeDateEdit.Location = new System.Drawing.Point(72, 36);            this.StartTimeDateEdit.Name = "StartTimeDateEdit";            this.StartTimeDateEdit.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.True;            this.StartTimeDateEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});            this.StartTimeDateEdit.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});            this.StartTimeDateEdit.Size = new System.Drawing.Size(173, 20);            this.StartTimeDateEdit.StyleController = this.dataLayoutControl1;            this.StartTimeDateEdit.TabIndex = 2;            //             // EndTimeDateEdit            //             this.EndTimeDateEdit.EditValue = null;            this.EndTimeDateEdit.Location = new System.Drawing.Point(309, 36);            this.EndTimeDateEdit.Name = "EndTimeDateEdit";            this.EndTimeDateEdit.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.True;            this.EndTimeDateEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});            this.EndTimeDateEdit.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});            this.EndTimeDateEdit.Size = new System.Drawing.Size(173, 20);            this.EndTimeDateEdit.StyleController = this.dataLayoutControl1;            this.EndTimeDateEdit.TabIndex = 3;            //             // PosTypesCheckedComboBoxEdit            //             this.PosTypesCheckedComboBoxEdit.Location = new System.Drawing.Point(72, 60);            this.PosTypesCheckedComboBoxEdit.Name = "PosTypesCheckedComboBoxEdit";            this.PosTypesCheckedComboBoxEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});            this.PosTypesCheckedComboBoxEdit.Properties.EditValueType = DevExpress.XtraEditors.Repository.EditValueTypeCollection.List;            this.PosTypesCheckedComboBoxEdit.Size = new System.Drawing.Size(410, 20);            this.PosTypesCheckedComboBoxEdit.StyleController = this.dataLayoutControl1;            this.PosTypesCheckedComboBoxEdit.TabIndex = 4;            //             // ShowNotValidPointCheckEdit            //             this.ShowNotValidPointCheckEdit.Location = new System.Drawing.Point(12, 108);            this.ShowNotValidPointCheckEdit.Name = "ShowNotValidPointCheckEdit";            this.ShowNotValidPointCheckEdit.Properties.Caption = "显示无效点";            this.ShowNotValidPointCheckEdit.Properties.GlyphAlignment = DevExpress.Utils.HorzAlignment.Default;            this.ShowNotValidPointCheckEdit.Size = new System.Drawing.Size(470, 20);            this.ShowNotValidPointCheckEdit.StyleController = this.dataLayoutControl1;            this.ShowNotValidPointCheckEdit.TabIndex = 6;            //             // EmtIdsCheckedComboBoxEdit            //             this.EmtIdsCheckedComboBoxEdit.Location = new System.Drawing.Point(72, 84);            this.EmtIdsCheckedComboBoxEdit.Name = "EmtIdsCheckedComboBoxEdit";            this.EmtIdsCheckedComboBoxEdit.Properties.Appearance.Options.UseTextOptions = true;            this.EmtIdsCheckedComboBoxEdit.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;            this.EmtIdsCheckedComboBoxEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});            this.EmtIdsCheckedComboBoxEdit.Properties.DataSource = this.xpcEmt;            this.EmtIdsCheckedComboBoxEdit.Properties.DisplayMember = "Name";            this.EmtIdsCheckedComboBoxEdit.Properties.EditValueType = DevExpress.XtraEditors.Repository.EditValueTypeCollection.List;            this.EmtIdsCheckedComboBoxEdit.Properties.ValueMember = "Oid";            this.EmtIdsCheckedComboBoxEdit.Size = new System.Drawing.Size(410, 20);            this.EmtIdsCheckedComboBoxEdit.StyleController = this.dataLayoutControl1;            this.EmtIdsCheckedComboBoxEdit.TabIndex = 5;            //             // xpcEmt            //             this.xpcEmt.CriteriaString = "[Enable] = True";            this.xpcEmt.ObjectType = typeof(Ips.Sps.Emts.Emt);            //             // Root            //             this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;            this.Root.GroupBordersVisible = false;            this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {            this.layoutControlGroup1});            this.Root.Name = "Root";            this.Root.Size = new System.Drawing.Size(494, 176);            this.Root.TextVisible = false;            //             // layoutControlGroup1            //             this.layoutControlGroup1.AllowDrawBackground = false;            this.layoutControlGroup1.GroupBordersVisible = false;            this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {            this.ItemForStartTime,            this.ItemForPosTypes,            this.ItemForShowNotValidPoint,            this.ItemForEndTime,            this.emptySpaceItem1,            this.layoutControlItem2,            this.emptySpaceItem2,            this.ItemForEmtIds,            this.layoutControlItem1,            this.layoutControlItem3,            this.layoutControlItem4});            this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0);            this.layoutControlGroup1.Name = "autoGeneratedGroup0";            this.layoutControlGroup1.Size = new System.Drawing.Size(474, 156);            //             // ItemForStartTime            //             this.ItemForStartTime.Control = this.StartTimeDateEdit;            this.ItemForStartTime.Location = new System.Drawing.Point(0, 24);            this.ItemForStartTime.Name = "ItemForStartTime";            this.ItemForStartTime.Size = new System.Drawing.Size(237, 24);            this.ItemForStartTime.Text = "开始时间";            this.ItemForStartTime.TextSize = new System.Drawing.Size(48, 14);            //             // ItemForPosTypes            //             this.ItemForPosTypes.Control = this.PosTypesCheckedComboBoxEdit;            this.ItemForPosTypes.Location = new System.Drawing.Point(0, 48);            this.ItemForPosTypes.Name = "ItemForPosTypes";            this.ItemForPosTypes.Size = new System.Drawing.Size(474, 24);            this.ItemForPosTypes.Text = "定位类型";            this.ItemForPosTypes.TextSize = new System.Drawing.Size(48, 14);            //             // ItemForShowNotValidPoint            //             this.ItemForShowNotValidPoint.Control = this.ShowNotValidPointCheckEdit;            this.ItemForShowNotValidPoint.Location = new System.Drawing.Point(0, 96);            this.ItemForShowNotValidPoint.Name = "ItemForShowNotValidPoint";            this.ItemForShowNotValidPoint.Size = new System.Drawing.Size(474, 24);            this.ItemForShowNotValidPoint.Text = "显示无效点";            this.ItemForShowNotValidPoint.TextSize = new System.Drawing.Size(0, 0);            this.ItemForShowNotValidPoint.TextVisible = false;            //             // ItemForEndTime            //             this.ItemForEndTime.Control = this.EndTimeDateEdit;            this.ItemForEndTime.Location = new System.Drawing.Point(237, 24);            this.ItemForEndTime.Name = "ItemForEndTime";            this.ItemForEndTime.Size = new System.Drawing.Size(237, 24);            this.ItemForEndTime.Text = "结束时间";            this.ItemForEndTime.TextSize = new System.Drawing.Size(48, 14);            //             // emptySpaceItem1            //             this.emptySpaceItem1.AllowHotTrack = false;            this.emptySpaceItem1.Location = new System.Drawing.Point(0, 120);            this.emptySpaceItem1.Name = "emptySpaceItem1";            this.emptySpaceItem1.Size = new System.Drawing.Size(474, 10);            this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);            //             // layoutControlItem2            //             this.layoutControlItem2.Control = this.btnQuery;            this.layoutControlItem2.Location = new System.Drawing.Point(354, 130);            this.layoutControlItem2.MaxSize = new System.Drawing.Size(60, 26);            this.layoutControlItem2.MinSize = new System.Drawing.Size(60, 26);            this.layoutControlItem2.Name = "layoutControlItem2";            this.layoutControlItem2.Size = new System.Drawing.Size(60, 26);            this.layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;            this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);            this.layoutControlItem2.TextVisible = false;            //             // emptySpaceItem2            //             this.emptySpaceItem2.AllowHotTrack = false;            this.emptySpaceItem2.Location = new System.Drawing.Point(60, 130);            this.emptySpaceItem2.Name = "emptySpaceItem2";            this.emptySpaceItem2.Size = new System.Drawing.Size(294, 26);            this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0);            //             // ItemForEmtIds            //             this.ItemForEmtIds.Control = this.EmtIdsCheckedComboBoxEdit;            this.ItemForEmtIds.Location = new System.Drawing.Point(0, 72);            this.ItemForEmtIds.Name = "ItemForEmtIds";            this.ItemForEmtIds.Size = new System.Drawing.Size(474, 24);            this.ItemForEmtIds.Text = "信号目标";            this.ItemForEmtIds.TextSize = new System.Drawing.Size(48, 14);            //             // layoutControlItem1            //             this.layoutControlItem1.Control = this.btnClear;            this.layoutControlItem1.Location = new System.Drawing.Point(0, 130);            this.layoutControlItem1.MaxSize = new System.Drawing.Size(60, 26);            this.layoutControlItem1.MinSize = new System.Drawing.Size(60, 26);            this.layoutControlItem1.Name = "layoutControlItem1";            this.layoutControlItem1.Size = new System.Drawing.Size(60, 26);            this.layoutControlItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;            this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);            this.layoutControlItem1.TextVisible = false;            //             // layoutControlItem3            //             this.layoutControlItem3.Control = this.btnCancel;            this.layoutControlItem3.Location = new System.Drawing.Point(414, 130);            this.layoutControlItem3.MaxSize = new System.Drawing.Size(60, 26);            this.layoutControlItem3.MinSize = new System.Drawing.Size(60, 26);            this.layoutControlItem3.Name = "layoutControlItem3";            this.layoutControlItem3.Size = new System.Drawing.Size(60, 26);            this.layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;            this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);            this.layoutControlItem3.TextVisible = false;            //             // layoutControlItem4            //             this.layoutControlItem4.Control = this.txtTimeRangeCombox;            this.layoutControlItem4.Location = new System.Drawing.Point(0, 0);            this.layoutControlItem4.Name = "layoutControlItem4";            this.layoutControlItem4.Size = new System.Drawing.Size(474, 24);            this.layoutControlItem4.Text = "时间范围";            this.layoutControlItem4.TextSize = new System.Drawing.Size(48, 14);            //             // PosQueryForm            //             this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;            this.ClientSize = new System.Drawing.Size(494, 176);            this.Controls.Add(this.dataLayoutControl1);            this.IconOptions.ImageUri.Uri = "Find";            this.MaximizeBox = false;            this.MinimizeBox = false;            this.Name = "PosQueryForm";            this.ShowInTaskbar = false;            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;            this.Text = "定位列表查询";            this.Load += new System.EventHandler(this.PosQueryForm_Load);            ((System.ComponentModel.ISupportInitialize)(this.dataLayoutControl1)).EndInit();            this.dataLayoutControl1.ResumeLayout(false);            ((System.ComponentModel.ISupportInitialize)(this.txtTimeRangeCombox.Properties)).EndInit();            ((System.ComponentModel.ISupportInitialize)(this.StartTimeDateEdit.Properties.CalendarTimeProperties)).EndInit();            ((System.ComponentModel.ISupportInitialize)(this.StartTimeDateEdit.Properties)).EndInit();            ((System.ComponentModel.ISupportInitialize)(this.EndTimeDateEdit.Properties.CalendarTimeProperties)).EndInit();            ((System.ComponentModel.ISupportInitialize)(this.EndTimeDateEdit.Properties)).EndInit();            ((System.ComponentModel.ISupportInitialize)(this.PosTypesCheckedComboBoxEdit.Properties)).EndInit();            ((System.ComponentModel.ISupportInitialize)(this.ShowNotValidPointCheckEdit.Properties)).EndInit();            ((System.ComponentModel.ISupportInitialize)(this.EmtIdsCheckedComboBoxEdit.Properties)).EndInit();            ((System.ComponentModel.ISupportInitialize)(this.xpcEmt)).EndInit();            ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();            ((System.ComponentModel.ISupportInitialize)(this.ItemForStartTime)).EndInit();            ((System.ComponentModel.ISupportInitialize)(this.ItemForPosTypes)).EndInit();            ((System.ComponentModel.ISupportInitialize)(this.ItemForShowNotValidPoint)).EndInit();            ((System.ComponentModel.ISupportInitialize)(this.ItemForEndTime)).EndInit();            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit();            ((System.ComponentModel.ISupportInitialize)(this.ItemForEmtIds)).EndInit();            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();            this.ResumeLayout(false);        }        #endregion        private DevExpress.XtraDataLayout.DataLayoutControl dataLayoutControl1;        private DevExpress.XtraLayout.LayoutControlGroup Root;        private DevExpress.XtraEditors.SimpleButton btnQuery;        private DevExpress.XtraEditors.SimpleButton btnClear;        private DevExpress.XtraEditors.DateEdit StartTimeDateEdit;        private DevExpress.XtraEditors.DateEdit EndTimeDateEdit;        private DevExpress.XtraEditors.CheckedComboBoxEdit PosTypesCheckedComboBoxEdit;        private DevExpress.XtraEditors.CheckEdit ShowNotValidPointCheckEdit;        private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;        private DevExpress.XtraLayout.LayoutControlItem ItemForStartTime;        private DevExpress.XtraLayout.LayoutControlItem ItemForPosTypes;        private DevExpress.XtraLayout.LayoutControlItem ItemForShowNotValidPoint;        private DevExpress.XtraLayout.LayoutControlItem ItemForEndTime;        private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;        private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem2;        private DevExpress.Xpo.XPCollection xpcEmt;        private DevExpress.XtraEditors.CheckedComboBoxEdit EmtIdsCheckedComboBoxEdit;        private DevExpress.XtraLayout.LayoutControlItem ItemForEmtIds;        private DevExpress.XtraEditors.SimpleButton btnCancel;        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;        private DevExpress.XtraEditors.ImageComboBoxEdit txtTimeRangeCombox;        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;    }}
 |