| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406 |
- namespace Ips.Sps.TskResults.Peses
- {
- partial class PesQueryCtrl
- {
- /// <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();
- this.bsPesQuery = new System.Windows.Forms.BindingSource(this.components);
- this.dataLayoutControl1 = new DevExpress.XtraDataLayout.DataLayoutControl();
- this.btnClear = new DevExpress.XtraEditors.SimpleButton();
- this.btnQuery = new DevExpress.XtraEditors.SimpleButton();
- this.StartTimeDateEdit = new DevExpress.XtraEditors.DateEdit();
- this.EndTimeDateEdit = new DevExpress.XtraEditors.DateEdit();
- this.SigCategoryImageComboBoxEdit = new DevExpress.XtraEditors.ImageComboBoxEdit();
- this.MainSatIdLookUpEdit = new DevExpress.XtraEditors.LookUpEdit();
- this.AdjaSatIdLookUpEdit = new DevExpress.XtraEditors.LookUpEdit();
- this.IsValidImageComboBoxEdit = new DevExpress.XtraEditors.ImageComboBoxEdit();
- this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
- this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
- this.ItemForStartTime = new DevExpress.XtraLayout.LayoutControlItem();
- this.ItemForEndTime = new DevExpress.XtraLayout.LayoutControlItem();
- this.ItemForSigCategory = new DevExpress.XtraLayout.LayoutControlItem();
- this.ItemForMainSatId = new DevExpress.XtraLayout.LayoutControlItem();
- this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
- this.emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem();
- this.ItemForIsValid = new DevExpress.XtraLayout.LayoutControlItem();
- this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
- this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
- this.ItemForAdjaSatId = new DevExpress.XtraLayout.LayoutControlItem();
- ((System.ComponentModel.ISupportInitialize)(this.bsPesQuery)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataLayoutControl1)).BeginInit();
- this.dataLayoutControl1.SuspendLayout();
- ((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.SigCategoryImageComboBoxEdit.Properties)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.MainSatIdLookUpEdit.Properties)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.AdjaSatIdLookUpEdit.Properties)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.IsValidImageComboBoxEdit.Properties)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ItemForStartTime)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ItemForEndTime)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ItemForSigCategory)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ItemForMainSatId)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ItemForIsValid)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ItemForAdjaSatId)).BeginInit();
- this.SuspendLayout();
- //
- // bsPesQuery
- //
- this.bsPesQuery.DataSource = typeof(Ips.Sps.TskResults.Peses.PesQueryModel);
- //
- // dataLayoutControl1
- //
- this.dataLayoutControl1.Controls.Add(this.btnClear);
- this.dataLayoutControl1.Controls.Add(this.btnQuery);
- this.dataLayoutControl1.Controls.Add(this.StartTimeDateEdit);
- this.dataLayoutControl1.Controls.Add(this.EndTimeDateEdit);
- this.dataLayoutControl1.Controls.Add(this.SigCategoryImageComboBoxEdit);
- this.dataLayoutControl1.Controls.Add(this.MainSatIdLookUpEdit);
- this.dataLayoutControl1.Controls.Add(this.AdjaSatIdLookUpEdit);
- this.dataLayoutControl1.Controls.Add(this.IsValidImageComboBoxEdit);
- this.dataLayoutControl1.DataSource = this.bsPesQuery;
- 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(1061, 60);
- this.dataLayoutControl1.TabIndex = 0;
- this.dataLayoutControl1.Text = "dataLayoutControl1";
- //
- // btnClear
- //
- this.btnClear.Location = new System.Drawing.Point(1003, 26);
- this.btnClear.Name = "btnClear";
- this.btnClear.Size = new System.Drawing.Size(56, 22);
- this.btnClear.StyleController = this.dataLayoutControl1;
- this.btnClear.TabIndex = 8;
- this.btnClear.Text = "清空";
- //
- // btnQuery
- //
- this.btnQuery.Location = new System.Drawing.Point(943, 26);
- this.btnQuery.Name = "btnQuery";
- this.btnQuery.Size = new System.Drawing.Size(56, 22);
- this.btnQuery.StyleController = this.dataLayoutControl1;
- this.btnQuery.TabIndex = 7;
- this.btnQuery.Text = "查询";
- //
- // StartTimeDateEdit
- //
- this.StartTimeDateEdit.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bsPesQuery, "StartTime", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
- this.StartTimeDateEdit.EditValue = null;
- this.StartTimeDateEdit.Location = new System.Drawing.Point(62, 2);
- 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(270, 20);
- this.StartTimeDateEdit.StyleController = this.dataLayoutControl1;
- this.StartTimeDateEdit.TabIndex = 0;
- //
- // EndTimeDateEdit
- //
- this.EndTimeDateEdit.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bsPesQuery, "EndTime", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
- this.EndTimeDateEdit.EditValue = null;
- this.EndTimeDateEdit.Location = new System.Drawing.Point(396, 2);
- 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(382, 20);
- this.EndTimeDateEdit.StyleController = this.dataLayoutControl1;
- this.EndTimeDateEdit.TabIndex = 2;
- //
- // SigCategoryImageComboBoxEdit
- //
- this.SigCategoryImageComboBoxEdit.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bsPesQuery, "SigCategory", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
- this.SigCategoryImageComboBoxEdit.Location = new System.Drawing.Point(842, 2);
- this.SigCategoryImageComboBoxEdit.Name = "SigCategoryImageComboBoxEdit";
- this.SigCategoryImageComboBoxEdit.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.True;
- this.SigCategoryImageComboBoxEdit.Properties.Appearance.Options.UseTextOptions = true;
- this.SigCategoryImageComboBoxEdit.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
- this.SigCategoryImageComboBoxEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
- new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
- this.SigCategoryImageComboBoxEdit.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.ImageComboBoxItem[] {
- new DevExpress.XtraEditors.Controls.ImageComboBoxItem("目标信号", Ips.Library.Entity.SignalCategory.TarSig, 0),
- new DevExpress.XtraEditors.Controls.ImageComboBoxItem("参考信号", Ips.Library.Entity.SignalCategory.RefSig, 1),
- new DevExpress.XtraEditors.Controls.ImageComboBoxItem("侦察信号", Ips.Library.Entity.SignalCategory.SctSig, 2)});
- this.SigCategoryImageComboBoxEdit.Properties.UseCtrlScroll = true;
- this.SigCategoryImageComboBoxEdit.Size = new System.Drawing.Size(93, 20);
- this.SigCategoryImageComboBoxEdit.StyleController = this.dataLayoutControl1;
- this.SigCategoryImageComboBoxEdit.TabIndex = 3;
- //
- // MainSatIdLookUpEdit
- //
- this.MainSatIdLookUpEdit.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bsPesQuery, "MainSatId", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
- this.MainSatIdLookUpEdit.Location = new System.Drawing.Point(62, 26);
- this.MainSatIdLookUpEdit.Name = "MainSatIdLookUpEdit";
- this.MainSatIdLookUpEdit.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.True;
- this.MainSatIdLookUpEdit.Properties.Appearance.Options.UseTextOptions = true;
- this.MainSatIdLookUpEdit.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
- this.MainSatIdLookUpEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
- new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
- this.MainSatIdLookUpEdit.Properties.NullText = "";
- this.MainSatIdLookUpEdit.Size = new System.Drawing.Size(270, 20);
- this.MainSatIdLookUpEdit.StyleController = this.dataLayoutControl1;
- this.MainSatIdLookUpEdit.TabIndex = 5;
- //
- // AdjaSatIdLookUpEdit
- //
- this.AdjaSatIdLookUpEdit.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bsPesQuery, "AdjaSatId", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
- this.AdjaSatIdLookUpEdit.Location = new System.Drawing.Point(396, 26);
- this.AdjaSatIdLookUpEdit.Name = "AdjaSatIdLookUpEdit";
- this.AdjaSatIdLookUpEdit.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.True;
- this.AdjaSatIdLookUpEdit.Properties.Appearance.Options.UseTextOptions = true;
- this.AdjaSatIdLookUpEdit.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
- this.AdjaSatIdLookUpEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
- new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
- this.AdjaSatIdLookUpEdit.Properties.NullText = "";
- this.AdjaSatIdLookUpEdit.Size = new System.Drawing.Size(382, 20);
- this.AdjaSatIdLookUpEdit.StyleController = this.dataLayoutControl1;
- this.AdjaSatIdLookUpEdit.TabIndex = 6;
- //
- // IsValidImageComboBoxEdit
- //
- this.IsValidImageComboBoxEdit.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bsPesQuery, "IsValid", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
- this.IsValidImageComboBoxEdit.Location = new System.Drawing.Point(999, 2);
- this.IsValidImageComboBoxEdit.Name = "IsValidImageComboBoxEdit";
- this.IsValidImageComboBoxEdit.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.True;
- this.IsValidImageComboBoxEdit.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
- this.IsValidImageComboBoxEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
- new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
- this.IsValidImageComboBoxEdit.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.ImageComboBoxItem[] {
- new DevExpress.XtraEditors.Controls.ImageComboBoxItem("全部", null, -1),
- new DevExpress.XtraEditors.Controls.ImageComboBoxItem("有效", true, -1),
- new DevExpress.XtraEditors.Controls.ImageComboBoxItem("无效", false, -1)});
- this.IsValidImageComboBoxEdit.Size = new System.Drawing.Size(60, 18);
- this.IsValidImageComboBoxEdit.StyleController = this.dataLayoutControl1;
- this.IsValidImageComboBoxEdit.TabIndex = 4;
- //
- // 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.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
- this.Root.Size = new System.Drawing.Size(1061, 60);
- this.Root.TextVisible = false;
- //
- // layoutControlGroup1
- //
- this.layoutControlGroup1.AllowDrawBackground = false;
- this.layoutControlGroup1.GroupBordersVisible = false;
- this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
- this.ItemForStartTime,
- this.ItemForEndTime,
- this.ItemForSigCategory,
- this.ItemForMainSatId,
- this.emptySpaceItem1,
- this.emptySpaceItem2,
- this.ItemForIsValid,
- this.layoutControlItem1,
- this.layoutControlItem2,
- this.ItemForAdjaSatId});
- this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0);
- this.layoutControlGroup1.Name = "autoGeneratedGroup0";
- this.layoutControlGroup1.Size = new System.Drawing.Size(1061, 60);
- //
- // ItemForStartTime
- //
- this.ItemForStartTime.Control = this.StartTimeDateEdit;
- this.ItemForStartTime.Location = new System.Drawing.Point(0, 0);
- this.ItemForStartTime.Name = "ItemForStartTime";
- this.ItemForStartTime.Size = new System.Drawing.Size(334, 24);
- this.ItemForStartTime.Text = "开始时间";
- this.ItemForStartTime.TextSize = new System.Drawing.Size(48, 14);
- //
- // ItemForEndTime
- //
- this.ItemForEndTime.Control = this.EndTimeDateEdit;
- this.ItemForEndTime.Location = new System.Drawing.Point(334, 0);
- this.ItemForEndTime.Name = "ItemForEndTime";
- this.ItemForEndTime.Size = new System.Drawing.Size(446, 24);
- this.ItemForEndTime.Text = "结束时间";
- this.ItemForEndTime.TextSize = new System.Drawing.Size(48, 14);
- //
- // ItemForSigCategory
- //
- this.ItemForSigCategory.Control = this.SigCategoryImageComboBoxEdit;
- this.ItemForSigCategory.Location = new System.Drawing.Point(780, 0);
- this.ItemForSigCategory.MaxSize = new System.Drawing.Size(157, 24);
- this.ItemForSigCategory.MinSize = new System.Drawing.Size(157, 24);
- this.ItemForSigCategory.Name = "ItemForSigCategory";
- this.ItemForSigCategory.Size = new System.Drawing.Size(157, 24);
- this.ItemForSigCategory.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
- this.ItemForSigCategory.Text = "信号类别";
- this.ItemForSigCategory.TextSize = new System.Drawing.Size(48, 14);
- //
- // ItemForMainSatId
- //
- this.ItemForMainSatId.Control = this.MainSatIdLookUpEdit;
- this.ItemForMainSatId.Location = new System.Drawing.Point(0, 24);
- this.ItemForMainSatId.Name = "ItemForMainSatId";
- this.ItemForMainSatId.Size = new System.Drawing.Size(334, 26);
- this.ItemForMainSatId.Text = "信号主星";
- this.ItemForMainSatId.TextSize = new System.Drawing.Size(48, 14);
- //
- // emptySpaceItem1
- //
- this.emptySpaceItem1.AllowHotTrack = false;
- this.emptySpaceItem1.Location = new System.Drawing.Point(780, 24);
- this.emptySpaceItem1.Name = "emptySpaceItem1";
- this.emptySpaceItem1.Size = new System.Drawing.Size(161, 26);
- this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
- //
- // emptySpaceItem2
- //
- this.emptySpaceItem2.AllowHotTrack = false;
- this.emptySpaceItem2.Location = new System.Drawing.Point(0, 50);
- this.emptySpaceItem2.Name = "emptySpaceItem2";
- this.emptySpaceItem2.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
- this.emptySpaceItem2.Size = new System.Drawing.Size(1061, 10);
- this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0);
- //
- // ItemForIsValid
- //
- this.ItemForIsValid.Control = this.IsValidImageComboBoxEdit;
- this.ItemForIsValid.Location = new System.Drawing.Point(937, 0);
- this.ItemForIsValid.MaxSize = new System.Drawing.Size(124, 22);
- this.ItemForIsValid.MinSize = new System.Drawing.Size(124, 22);
- this.ItemForIsValid.Name = "ItemForIsValid";
- this.ItemForIsValid.Size = new System.Drawing.Size(124, 24);
- this.ItemForIsValid.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
- this.ItemForIsValid.Text = "是否有效";
- this.ItemForIsValid.TextSize = new System.Drawing.Size(48, 14);
- //
- // layoutControlItem1
- //
- this.layoutControlItem1.Control = this.btnQuery;
- this.layoutControlItem1.Location = new System.Drawing.Point(941, 24);
- 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;
- //
- // layoutControlItem2
- //
- this.layoutControlItem2.Control = this.btnClear;
- this.layoutControlItem2.Location = new System.Drawing.Point(1001, 24);
- 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;
- //
- // ItemForAdjaSatId
- //
- this.ItemForAdjaSatId.Control = this.AdjaSatIdLookUpEdit;
- this.ItemForAdjaSatId.Location = new System.Drawing.Point(334, 24);
- this.ItemForAdjaSatId.Name = "ItemForAdjaSatId";
- this.ItemForAdjaSatId.Size = new System.Drawing.Size(446, 26);
- this.ItemForAdjaSatId.Text = "信号邻星";
- this.ItemForAdjaSatId.TextSize = new System.Drawing.Size(48, 14);
- //
- // PesQueryCtrl
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.Controls.Add(this.dataLayoutControl1);
- this.Name = "PesQueryCtrl";
- this.Size = new System.Drawing.Size(1061, 60);
- ((System.ComponentModel.ISupportInitialize)(this.bsPesQuery)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataLayoutControl1)).EndInit();
- this.dataLayoutControl1.ResumeLayout(false);
- ((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.SigCategoryImageComboBoxEdit.Properties)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.MainSatIdLookUpEdit.Properties)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.AdjaSatIdLookUpEdit.Properties)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.IsValidImageComboBoxEdit.Properties)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ItemForStartTime)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ItemForEndTime)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ItemForSigCategory)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ItemForMainSatId)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ItemForIsValid)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ItemForAdjaSatId)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private BindingSource bsPesQuery;
- private DevExpress.XtraDataLayout.DataLayoutControl dataLayoutControl1;
- private DevExpress.XtraLayout.LayoutControlGroup Root;
- private DevExpress.XtraEditors.DateEdit StartTimeDateEdit;
- private DevExpress.XtraEditors.DateEdit EndTimeDateEdit;
- private DevExpress.XtraEditors.ImageComboBoxEdit SigCategoryImageComboBoxEdit;
- private DevExpress.XtraEditors.LookUpEdit MainSatIdLookUpEdit;
- private DevExpress.XtraEditors.LookUpEdit AdjaSatIdLookUpEdit;
- private DevExpress.XtraEditors.ImageComboBoxEdit IsValidImageComboBoxEdit;
- private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
- private DevExpress.XtraLayout.LayoutControlItem ItemForStartTime;
- private DevExpress.XtraLayout.LayoutControlItem ItemForEndTime;
- private DevExpress.XtraLayout.LayoutControlItem ItemForSigCategory;
- private DevExpress.XtraLayout.LayoutControlItem ItemForMainSatId;
- private DevExpress.XtraLayout.LayoutControlItem ItemForAdjaSatId;
- private DevExpress.XtraLayout.LayoutControlItem ItemForIsValid;
- private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
- private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem2;
- private DevExpress.XtraEditors.SimpleButton btnClear;
- private DevExpress.XtraEditors.SimpleButton btnQuery;
- private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
- private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
- }
- }
|