| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400 |
- namespace Ips.Sps.TskResults.Pases
- {
- partial class PasListForm
- {
- /// <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.bsPasList = new DevExpress.Xpo.XPBindingSource(this.components);
- this.xpcSatList = new DevExpress.Xpo.XPCollection(this.components);
- this.xpcEmtList = new DevExpress.Xpo.XPCollection(this.components);
- this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
- this.txtEmt = new DevExpress.XtraEditors.LookUpEdit();
- this.btnClear = new DevExpress.XtraEditors.SimpleButton();
- this.btnQuery = new DevExpress.XtraEditors.SimpleButton();
- this.pasGridListCtrl1 = new Ips.Sps.TskResults.Pases.PasGridListCtrl();
- this.txtSat = new DevExpress.XtraEditors.LookUpEdit();
- this.txtSigCategory = new DevExpress.XtraEditors.ImageComboBoxEdit();
- this.txtEndTime = new DevExpress.XtraEditors.DateEdit();
- this.txtStartTime = new DevExpress.XtraEditors.DateEdit();
- this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
- this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
- this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
- this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
- this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
- this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
- this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
- this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
- this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
- this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
- ((System.ComponentModel.ISupportInitialize)(this.bsPasList)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.xpcSatList)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.xpcEmtList)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
- this.layoutControl1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.txtEmt.Properties)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtSat.Properties)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtSigCategory.Properties)).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.Root)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
- this.SuspendLayout();
- //
- // bsPasList
- //
- this.bsPasList.ObjectType = typeof(Ips.Sps.TskResults.Pases.Pas);
- //
- // xpcSatList
- //
- this.xpcSatList.CriteriaString = "[Enable] = True";
- this.xpcSatList.DisplayableProperties = "This;Oid;SatNum;Name;SatType;Lon;SatTurn;Remark";
- this.xpcSatList.ObjectType = typeof(Ips.Sps.Sats.Sat);
- this.xpcSatList.Sorting.AddRange(new DevExpress.Xpo.SortProperty[] {
- new DevExpress.Xpo.SortProperty("[SatNum]", DevExpress.Xpo.DB.SortingDirection.Ascending)});
- //
- // xpcEmtList
- //
- this.xpcEmtList.CriteriaString = "[Enable] = True";
- this.xpcEmtList.DisplayableProperties = "Oid;Code;Name;EmtType;Remark";
- this.xpcEmtList.ObjectType = typeof(Ips.Sps.Emts.Emt);
- //
- // layoutControl1
- //
- this.layoutControl1.Controls.Add(this.txtEmt);
- this.layoutControl1.Controls.Add(this.btnClear);
- this.layoutControl1.Controls.Add(this.btnQuery);
- this.layoutControl1.Controls.Add(this.pasGridListCtrl1);
- this.layoutControl1.Controls.Add(this.txtSat);
- this.layoutControl1.Controls.Add(this.txtSigCategory);
- this.layoutControl1.Controls.Add(this.txtEndTime);
- this.layoutControl1.Controls.Add(this.txtStartTime);
- this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.layoutControl1.Location = new System.Drawing.Point(0, 0);
- this.layoutControl1.Name = "layoutControl1";
- this.layoutControl1.Root = this.Root;
- this.layoutControl1.Size = new System.Drawing.Size(1223, 460);
- this.layoutControl1.TabIndex = 0;
- this.layoutControl1.Text = "layoutControl1";
- //
- // txtEmt
- //
- this.txtEmt.Location = new System.Drawing.Point(920, 12);
- this.txtEmt.Name = "txtEmt";
- this.txtEmt.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
- new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo),
- new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Clear)});
- this.txtEmt.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
- new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Oid", "Oid", 27, DevExpress.Utils.FormatType.Numeric, "", false, DevExpress.Utils.HorzAlignment.Default, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default),
- new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Name", "名称", 33, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Near, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default),
- new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Code", "编码", 33, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Near, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default),
- new DevExpress.XtraEditors.Controls.LookUpColumnInfo("EmtType", "类型", 33, DevExpress.Utils.FormatType.Numeric, "", true, DevExpress.Utils.HorzAlignment.Near, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default),
- new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Remark", "备注", 33, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Near, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default)});
- this.txtEmt.Properties.DataSource = this.xpcEmtList;
- this.txtEmt.Properties.DisplayMember = "Name";
- this.txtEmt.Properties.NullText = "全部";
- this.txtEmt.Properties.PopupWidth = 500;
- this.txtEmt.Properties.ValueMember = "Oid";
- this.txtEmt.Size = new System.Drawing.Size(162, 20);
- this.txtEmt.StyleController = this.layoutControl1;
- this.txtEmt.TabIndex = 5;
- this.txtEmt.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.txtClear_ButtonClick);
- //
- // btnClear
- //
- this.btnClear.Location = new System.Drawing.Point(1165, 12);
- this.btnClear.Name = "btnClear";
- this.btnClear.Size = new System.Drawing.Size(46, 22);
- this.btnClear.StyleController = this.layoutControl1;
- this.btnClear.TabIndex = 7;
- this.btnClear.Text = "清空";
- this.btnClear.Click += new System.EventHandler(this.btnClear_Click);
- //
- // btnQuery
- //
- this.btnQuery.Location = new System.Drawing.Point(1115, 12);
- this.btnQuery.Name = "btnQuery";
- this.btnQuery.Size = new System.Drawing.Size(46, 22);
- this.btnQuery.StyleController = this.layoutControl1;
- this.btnQuery.TabIndex = 6;
- this.btnQuery.Text = "查询";
- this.btnQuery.Click += new System.EventHandler(this.btnQuery_Click);
- //
- // pasGridListCtrl1
- //
- this.pasGridListCtrl1.Location = new System.Drawing.Point(12, 38);
- this.pasGridListCtrl1.Name = "pasGridListCtrl1";
- this.pasGridListCtrl1.Size = new System.Drawing.Size(1199, 410);
- this.pasGridListCtrl1.TabIndex = 8;
- //
- // txtSat
- //
- this.txtSat.Location = new System.Drawing.Point(700, 12);
- this.txtSat.Name = "txtSat";
- this.txtSat.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
- new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo),
- new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Clear)});
- this.txtSat.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
- new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Oid", "Oid", 27, DevExpress.Utils.FormatType.Numeric, "", false, DevExpress.Utils.HorzAlignment.Far, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default),
- new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Name", "卫星名称", 57, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Near, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default),
- new DevExpress.XtraEditors.Controls.LookUpColumnInfo("SatNum", "卫星编号", 57, DevExpress.Utils.FormatType.Numeric, "", true, DevExpress.Utils.HorzAlignment.Near, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default),
- new DevExpress.XtraEditors.Controls.LookUpColumnInfo("SatType", "卫星类型", 57, DevExpress.Utils.FormatType.Numeric, "", true, DevExpress.Utils.HorzAlignment.Near, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default),
- new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Lon", "定轨经度", 57, DevExpress.Utils.FormatType.Numeric, "", true, DevExpress.Utils.HorzAlignment.Near, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default),
- new DevExpress.XtraEditors.Controls.LookUpColumnInfo("SatTurn", "卫星本振(MHz)", 89, DevExpress.Utils.FormatType.Numeric, "", true, DevExpress.Utils.HorzAlignment.Near, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default),
- new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Remark", "备注信息", 57, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Near, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default)});
- this.txtSat.Properties.DataSource = this.xpcSatList;
- this.txtSat.Properties.DisplayMember = "This";
- this.txtSat.Properties.NullText = "全部";
- this.txtSat.Properties.PopupWidth = 600;
- this.txtSat.Properties.ValueMember = "Oid";
- this.txtSat.Size = new System.Drawing.Size(156, 20);
- this.txtSat.StyleController = this.layoutControl1;
- this.txtSat.TabIndex = 4;
- this.txtSat.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.txtClear_ButtonClick);
- //
- // txtSigCategory
- //
- this.txtSigCategory.Location = new System.Drawing.Point(512, 12);
- this.txtSigCategory.Name = "txtSigCategory";
- this.txtSigCategory.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
- new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
- this.txtSigCategory.Size = new System.Drawing.Size(124, 20);
- this.txtSigCategory.StyleController = this.layoutControl1;
- this.txtSigCategory.TabIndex = 3;
- //
- // txtEndTime
- //
- this.txtEndTime.EditValue = null;
- this.txtEndTime.Location = new System.Drawing.Point(292, 12);
- 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(156, 20);
- this.txtEndTime.StyleController = this.layoutControl1;
- this.txtEndTime.TabIndex = 2;
- //
- // txtStartTime
- //
- this.txtStartTime.EditValue = null;
- this.txtStartTime.Location = new System.Drawing.Point(72, 12);
- 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(156, 20);
- this.txtStartTime.StyleController = this.layoutControl1;
- this.txtStartTime.TabIndex = 0;
- //
- // Root
- //
- this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
- this.Root.GroupBordersVisible = false;
- this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
- this.layoutControlItem1,
- this.layoutControlItem2,
- this.layoutControlItem3,
- this.layoutControlItem4,
- this.layoutControlItem6,
- this.emptySpaceItem1,
- this.layoutControlItem7,
- this.layoutControlItem8,
- this.layoutControlItem5});
- this.Root.Name = "Root";
- this.Root.Size = new System.Drawing.Size(1223, 460);
- this.Root.TextVisible = false;
- //
- // layoutControlItem1
- //
- this.layoutControlItem1.Control = this.txtStartTime;
- this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
- this.layoutControlItem1.MaxSize = new System.Drawing.Size(220, 24);
- this.layoutControlItem1.MinSize = new System.Drawing.Size(220, 24);
- this.layoutControlItem1.Name = "layoutControlItem1";
- this.layoutControlItem1.Size = new System.Drawing.Size(220, 26);
- this.layoutControlItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
- this.layoutControlItem1.Text = "开始时间";
- this.layoutControlItem1.TextSize = new System.Drawing.Size(48, 14);
- //
- // layoutControlItem2
- //
- this.layoutControlItem2.Control = this.txtEndTime;
- this.layoutControlItem2.Location = new System.Drawing.Point(220, 0);
- this.layoutControlItem2.MaxSize = new System.Drawing.Size(220, 24);
- this.layoutControlItem2.MinSize = new System.Drawing.Size(220, 24);
- this.layoutControlItem2.Name = "layoutControlItem2";
- this.layoutControlItem2.Size = new System.Drawing.Size(220, 26);
- this.layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
- this.layoutControlItem2.Text = "结束时间";
- this.layoutControlItem2.TextSize = new System.Drawing.Size(48, 14);
- //
- // layoutControlItem3
- //
- this.layoutControlItem3.Control = this.txtSigCategory;
- this.layoutControlItem3.Location = new System.Drawing.Point(440, 0);
- this.layoutControlItem3.MaxSize = new System.Drawing.Size(188, 24);
- this.layoutControlItem3.MinSize = new System.Drawing.Size(188, 24);
- this.layoutControlItem3.Name = "layoutControlItem3";
- this.layoutControlItem3.Size = new System.Drawing.Size(188, 26);
- this.layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
- this.layoutControlItem3.Text = "信号类别";
- this.layoutControlItem3.TextSize = new System.Drawing.Size(48, 14);
- //
- // layoutControlItem4
- //
- this.layoutControlItem4.Control = this.txtSat;
- this.layoutControlItem4.Location = new System.Drawing.Point(628, 0);
- this.layoutControlItem4.MaxSize = new System.Drawing.Size(220, 24);
- this.layoutControlItem4.MinSize = new System.Drawing.Size(220, 24);
- this.layoutControlItem4.Name = "layoutControlItem4";
- this.layoutControlItem4.Size = new System.Drawing.Size(220, 26);
- this.layoutControlItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
- this.layoutControlItem4.Text = "所属卫星";
- this.layoutControlItem4.TextSize = new System.Drawing.Size(48, 14);
- //
- // layoutControlItem6
- //
- this.layoutControlItem6.Control = this.pasGridListCtrl1;
- this.layoutControlItem6.Location = new System.Drawing.Point(0, 26);
- this.layoutControlItem6.Name = "layoutControlItem6";
- this.layoutControlItem6.Size = new System.Drawing.Size(1203, 414);
- this.layoutControlItem6.TextSize = new System.Drawing.Size(0, 0);
- this.layoutControlItem6.TextVisible = false;
- //
- // emptySpaceItem1
- //
- this.emptySpaceItem1.AllowHotTrack = false;
- this.emptySpaceItem1.Location = new System.Drawing.Point(1074, 0);
- this.emptySpaceItem1.Name = "emptySpaceItem1";
- this.emptySpaceItem1.Size = new System.Drawing.Size(29, 26);
- this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
- //
- // layoutControlItem7
- //
- this.layoutControlItem7.Control = this.btnQuery;
- this.layoutControlItem7.Location = new System.Drawing.Point(1103, 0);
- this.layoutControlItem7.MaxSize = new System.Drawing.Size(50, 26);
- this.layoutControlItem7.MinSize = new System.Drawing.Size(50, 26);
- this.layoutControlItem7.Name = "layoutControlItem7";
- this.layoutControlItem7.Size = new System.Drawing.Size(50, 26);
- this.layoutControlItem7.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
- this.layoutControlItem7.TextSize = new System.Drawing.Size(0, 0);
- this.layoutControlItem7.TextVisible = false;
- //
- // layoutControlItem8
- //
- this.layoutControlItem8.Control = this.btnClear;
- this.layoutControlItem8.Location = new System.Drawing.Point(1153, 0);
- this.layoutControlItem8.MaxSize = new System.Drawing.Size(50, 26);
- this.layoutControlItem8.MinSize = new System.Drawing.Size(50, 26);
- this.layoutControlItem8.Name = "layoutControlItem8";
- this.layoutControlItem8.Size = new System.Drawing.Size(50, 26);
- this.layoutControlItem8.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
- this.layoutControlItem8.TextSize = new System.Drawing.Size(0, 0);
- this.layoutControlItem8.TextVisible = false;
- //
- // layoutControlItem5
- //
- this.layoutControlItem5.Control = this.txtEmt;
- this.layoutControlItem5.Location = new System.Drawing.Point(848, 0);
- this.layoutControlItem5.Name = "layoutControlItem5";
- this.layoutControlItem5.Size = new System.Drawing.Size(226, 26);
- this.layoutControlItem5.Text = "信号目标";
- this.layoutControlItem5.TextSize = new System.Drawing.Size(48, 14);
- //
- // PasListForm
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1223, 460);
- this.Controls.Add(this.layoutControl1);
- this.Name = "PasListForm";
- this.Text = "采集数据";
- this.Load += new System.EventHandler(this.PasListForm_Load);
- ((System.ComponentModel.ISupportInitialize)(this.bsPasList)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.xpcSatList)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.xpcEmtList)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
- this.layoutControl1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.txtEmt.Properties)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtSat.Properties)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtSigCategory.Properties)).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.Root)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private DevExpress.Xpo.XPBindingSource bsPasList;
- private DevExpress.Xpo.XPCollection xpcSatList;
- private DevExpress.Xpo.XPCollection xpcEmtList;
- private DevExpress.XtraLayout.LayoutControl layoutControl1;
- private DevExpress.XtraEditors.DateEdit txtEndTime;
- private DevExpress.XtraEditors.DateEdit txtStartTime;
- private DevExpress.XtraLayout.LayoutControlGroup Root;
- private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
- private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
- private DevExpress.XtraEditors.ImageComboBoxEdit txtSigCategory;
- private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
- private DevExpress.XtraEditors.LookUpEdit txtSat;
- private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
- private PasGridListCtrl pasGridListCtrl1;
- private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
- private DevExpress.XtraEditors.SimpleButton btnClear;
- private DevExpress.XtraEditors.SimpleButton btnQuery;
- private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
- private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7;
- private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8;
- private DevExpress.XtraEditors.LookUpEdit txtEmt;
- private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
- }
- }
|