namespace Ips.Sps.Sats { partial class SatEditForm { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions1 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions(); DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject(); DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject2 = new DevExpress.Utils.SerializableAppearanceObject(); DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject3 = new DevExpress.Utils.SerializableAppearanceObject(); DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject4 = new DevExpress.Utils.SerializableAppearanceObject(); DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions2 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions(); DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject5 = new DevExpress.Utils.SerializableAppearanceObject(); DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject6 = new DevExpress.Utils.SerializableAppearanceObject(); DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject7 = new DevExpress.Utils.SerializableAppearanceObject(); DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject8 = new DevExpress.Utils.SerializableAppearanceObject(); this.dataLayoutControl1 = new DevExpress.XtraDataLayout.DataLayoutControl(); this.btnCancel = new DevExpress.XtraEditors.SimpleButton(); this.btnSave = new DevExpress.XtraEditors.SimpleButton(); this.SatNumTextEdit = new DevExpress.XtraEditors.TextEdit(); this.bsSat = new DevExpress.Xpo.XPBindingSource(this.components); this.NameTextEdit = new DevExpress.XtraEditors.TextEdit(); this.SatTypeImageComboBoxEdit = new DevExpress.XtraEditors.ImageComboBoxEdit(); this.EnableCheckEdit = new DevExpress.XtraEditors.CheckEdit(); this.RemarkMemoEdit = new DevExpress.XtraEditors.MemoEdit(); this.LonButtonEdit = new DevExpress.XtraEditors.ButtonEdit(); this.SatTurnButtonEdit = new DevExpress.XtraEditors.ButtonEdit(); this.Root = new DevExpress.XtraLayout.LayoutControlGroup(); this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup(); this.ItemForSatType = new DevExpress.XtraLayout.LayoutControlItem(); this.ItemForLon = new DevExpress.XtraLayout.LayoutControlItem(); this.ItemForRemark = new DevExpress.XtraLayout.LayoutControlItem(); this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem(); this.ItemForName = new DevExpress.XtraLayout.LayoutControlItem(); this.ItemForSatNum = new DevExpress.XtraLayout.LayoutControlItem(); this.ItemForEnable = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem(); this.emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem(); this.ItemForSatTurn = new DevExpress.XtraLayout.LayoutControlItem(); ((System.ComponentModel.ISupportInitialize)(this.dataLayoutControl1)).BeginInit(); this.dataLayoutControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.SatNumTextEdit.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.bsSat)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.NameTextEdit.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.SatTypeImageComboBoxEdit.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.EnableCheckEdit.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.RemarkMemoEdit.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.LonButtonEdit.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.SatTurnButtonEdit.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ItemForSatType)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ItemForLon)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ItemForRemark)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ItemForName)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ItemForSatNum)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ItemForEnable)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ItemForSatTurn)).BeginInit(); this.SuspendLayout(); // // dataLayoutControl1 // this.dataLayoutControl1.Controls.Add(this.btnCancel); this.dataLayoutControl1.Controls.Add(this.btnSave); this.dataLayoutControl1.Controls.Add(this.SatNumTextEdit); this.dataLayoutControl1.Controls.Add(this.NameTextEdit); this.dataLayoutControl1.Controls.Add(this.SatTypeImageComboBoxEdit); this.dataLayoutControl1.Controls.Add(this.EnableCheckEdit); this.dataLayoutControl1.Controls.Add(this.RemarkMemoEdit); this.dataLayoutControl1.Controls.Add(this.LonButtonEdit); this.dataLayoutControl1.Controls.Add(this.SatTurnButtonEdit); this.dataLayoutControl1.DataSource = this.bsSat; 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(403, 245); this.dataLayoutControl1.TabIndex = 0; this.dataLayoutControl1.Text = "dataLayoutControl1"; // // btnCancel // this.btnCancel.Location = new System.Drawing.Point(335, 211); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(56, 22); this.btnCancel.StyleController = this.dataLayoutControl1; this.btnCancel.TabIndex = 11; this.btnCancel.Text = "取消"; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // btnSave // this.btnSave.Location = new System.Drawing.Point(275, 211); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(56, 22); this.btnSave.StyleController = this.dataLayoutControl1; this.btnSave.TabIndex = 10; this.btnSave.Text = "保存"; this.btnSave.Click += new System.EventHandler(this.btnSave_Click); // // SatNumTextEdit // this.SatNumTextEdit.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bsSat, "SatNum", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); this.SatNumTextEdit.Location = new System.Drawing.Point(72, 12); this.SatNumTextEdit.Name = "SatNumTextEdit"; this.SatNumTextEdit.Properties.Appearance.Options.UseTextOptions = true; this.SatNumTextEdit.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near; this.SatNumTextEdit.Properties.Mask.UseMaskAsDisplayFormat = true; this.SatNumTextEdit.Size = new System.Drawing.Size(255, 20); this.SatNumTextEdit.StyleController = this.dataLayoutControl1; this.SatNumTextEdit.TabIndex = 0; // // bsSat // this.bsSat.DisplayableProperties = "SatNum;Name;SatType;SatTurn;IsWarSat;Lon;Remark;Enable"; this.bsSat.ObjectType = typeof(Ips.Sps.Sats.Sat); // // NameTextEdit // this.NameTextEdit.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bsSat, "Name", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); this.NameTextEdit.Location = new System.Drawing.Point(72, 36); this.NameTextEdit.Name = "NameTextEdit"; this.NameTextEdit.Size = new System.Drawing.Size(319, 20); this.NameTextEdit.StyleController = this.dataLayoutControl1; this.NameTextEdit.TabIndex = 4; // // SatTypeImageComboBoxEdit // this.SatTypeImageComboBoxEdit.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bsSat, "SatType", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); this.SatTypeImageComboBoxEdit.Location = new System.Drawing.Point(72, 60); this.SatTypeImageComboBoxEdit.Name = "SatTypeImageComboBoxEdit"; this.SatTypeImageComboBoxEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.SatTypeImageComboBoxEdit.Properties.UseCtrlScroll = true; this.SatTypeImageComboBoxEdit.Size = new System.Drawing.Size(319, 20); this.SatTypeImageComboBoxEdit.StyleController = this.dataLayoutControl1; this.SatTypeImageComboBoxEdit.TabIndex = 5; // // EnableCheckEdit // this.EnableCheckEdit.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bsSat, "Enable", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); this.EnableCheckEdit.Location = new System.Drawing.Point(331, 12); this.EnableCheckEdit.Name = "EnableCheckEdit"; this.EnableCheckEdit.Properties.Caption = "启用"; this.EnableCheckEdit.Properties.GlyphAlignment = DevExpress.Utils.HorzAlignment.Default; this.EnableCheckEdit.Size = new System.Drawing.Size(60, 20); this.EnableCheckEdit.StyleController = this.dataLayoutControl1; this.EnableCheckEdit.TabIndex = 2; // // RemarkMemoEdit // this.RemarkMemoEdit.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bsSat, "Remark", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); this.RemarkMemoEdit.Location = new System.Drawing.Point(72, 138); this.RemarkMemoEdit.Name = "RemarkMemoEdit"; this.RemarkMemoEdit.Properties.ScrollBars = System.Windows.Forms.ScrollBars.None; this.RemarkMemoEdit.Size = new System.Drawing.Size(319, 59); this.RemarkMemoEdit.StyleController = this.dataLayoutControl1; this.RemarkMemoEdit.TabIndex = 9; // // LonButtonEdit // this.LonButtonEdit.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bsSat, "Lon", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); this.LonButtonEdit.Location = new System.Drawing.Point(72, 111); this.LonButtonEdit.Name = "LonButtonEdit"; this.LonButtonEdit.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.True; this.LonButtonEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "度", -1, false, true, false, editorButtonImageOptions1, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject1, serializableAppearanceObject2, serializableAppearanceObject3, serializableAppearanceObject4, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)}); this.LonButtonEdit.Properties.Mask.UseMaskAsDisplayFormat = true; this.LonButtonEdit.Size = new System.Drawing.Size(319, 23); this.LonButtonEdit.StyleController = this.dataLayoutControl1; this.LonButtonEdit.TabIndex = 8; // // SatTurnButtonEdit // this.SatTurnButtonEdit.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bsSat, "SatTurn", true)); this.SatTurnButtonEdit.Location = new System.Drawing.Point(72, 84); this.SatTurnButtonEdit.Name = "SatTurnButtonEdit"; this.SatTurnButtonEdit.Properties.Appearance.Options.UseTextOptions = true; this.SatTurnButtonEdit.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near; this.SatTurnButtonEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "MHz", -1, false, true, false, editorButtonImageOptions2, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject5, serializableAppearanceObject6, serializableAppearanceObject7, serializableAppearanceObject8, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)}); this.SatTurnButtonEdit.Properties.Mask.UseMaskAsDisplayFormat = true; this.SatTurnButtonEdit.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager)); this.SatTurnButtonEdit.Properties.MaskSettings.Set("mask", "F"); this.SatTurnButtonEdit.Size = new System.Drawing.Size(319, 23); this.SatTurnButtonEdit.StyleController = this.dataLayoutControl1; this.SatTurnButtonEdit.TabIndex = 7; // // 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(403, 245); this.Root.TextVisible = false; // // layoutControlGroup1 // this.layoutControlGroup1.AllowDrawBackground = false; this.layoutControlGroup1.GroupBordersVisible = false; this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { this.ItemForSatType, this.ItemForLon, this.ItemForRemark, this.emptySpaceItem1, this.ItemForName, this.ItemForSatNum, this.ItemForEnable, this.layoutControlItem1, this.layoutControlItem2, this.emptySpaceItem2, this.ItemForSatTurn}); this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0); this.layoutControlGroup1.Name = "autoGeneratedGroup0"; this.layoutControlGroup1.Size = new System.Drawing.Size(383, 225); // // ItemForSatType // this.ItemForSatType.Control = this.SatTypeImageComboBoxEdit; this.ItemForSatType.Location = new System.Drawing.Point(0, 48); this.ItemForSatType.Name = "ItemForSatType"; this.ItemForSatType.Size = new System.Drawing.Size(383, 24); this.ItemForSatType.Text = "卫星类型"; this.ItemForSatType.TextSize = new System.Drawing.Size(48, 14); // // ItemForLon // this.ItemForLon.Control = this.LonButtonEdit; this.ItemForLon.Location = new System.Drawing.Point(0, 99); this.ItemForLon.Name = "ItemForLon"; this.ItemForLon.Size = new System.Drawing.Size(383, 27); this.ItemForLon.Text = "定轨经度"; this.ItemForLon.TextSize = new System.Drawing.Size(48, 14); // // ItemForRemark // this.ItemForRemark.Control = this.RemarkMemoEdit; this.ItemForRemark.Location = new System.Drawing.Point(0, 126); this.ItemForRemark.Name = "ItemForRemark"; this.ItemForRemark.Size = new System.Drawing.Size(383, 63); this.ItemForRemark.Text = "备注信息"; this.ItemForRemark.TextSize = new System.Drawing.Size(48, 14); // // emptySpaceItem1 // this.emptySpaceItem1.AllowHotTrack = false; this.emptySpaceItem1.Location = new System.Drawing.Point(0, 189); this.emptySpaceItem1.MaxSize = new System.Drawing.Size(0, 10); this.emptySpaceItem1.MinSize = new System.Drawing.Size(10, 10); this.emptySpaceItem1.Name = "emptySpaceItem1"; this.emptySpaceItem1.Size = new System.Drawing.Size(383, 10); this.emptySpaceItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0); // // ItemForName // this.ItemForName.Control = this.NameTextEdit; this.ItemForName.Location = new System.Drawing.Point(0, 24); this.ItemForName.Name = "ItemForName"; this.ItemForName.Size = new System.Drawing.Size(383, 24); this.ItemForName.Text = "卫星名称"; this.ItemForName.TextSize = new System.Drawing.Size(48, 14); // // ItemForSatNum // this.ItemForSatNum.Control = this.SatNumTextEdit; this.ItemForSatNum.Location = new System.Drawing.Point(0, 0); this.ItemForSatNum.Name = "ItemForSatNum"; this.ItemForSatNum.Size = new System.Drawing.Size(319, 24); this.ItemForSatNum.Text = "卫星编号"; this.ItemForSatNum.TextSize = new System.Drawing.Size(48, 14); // // ItemForEnable // this.ItemForEnable.Control = this.EnableCheckEdit; this.ItemForEnable.Location = new System.Drawing.Point(319, 0); this.ItemForEnable.MaxSize = new System.Drawing.Size(64, 24); this.ItemForEnable.MinSize = new System.Drawing.Size(64, 24); this.ItemForEnable.Name = "ItemForEnable"; this.ItemForEnable.Size = new System.Drawing.Size(64, 24); this.ItemForEnable.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.ItemForEnable.Text = "启用"; this.ItemForEnable.TextSize = new System.Drawing.Size(0, 0); this.ItemForEnable.TextVisible = false; // // layoutControlItem1 // this.layoutControlItem1.Control = this.btnSave; this.layoutControlItem1.Location = new System.Drawing.Point(263, 199); 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.btnCancel; this.layoutControlItem2.Location = new System.Drawing.Point(323, 199); 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(0, 199); this.emptySpaceItem2.Name = "emptySpaceItem2"; this.emptySpaceItem2.Size = new System.Drawing.Size(263, 26); this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0); // // ItemForSatTurn // this.ItemForSatTurn.Control = this.SatTurnButtonEdit; this.ItemForSatTurn.Location = new System.Drawing.Point(0, 72); this.ItemForSatTurn.Name = "ItemForSatTurn"; this.ItemForSatTurn.Size = new System.Drawing.Size(383, 27); this.ItemForSatTurn.Text = "卫星本振"; this.ItemForSatTurn.TextSize = new System.Drawing.Size(48, 14); // // SatEditForm // this.AcceptButton = this.btnSave; this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.btnCancel; this.ClientSize = new System.Drawing.Size(403, 245); this.Controls.Add(this.dataLayoutControl1); this.IconOptions.ShowIcon = false; this.Name = "SatEditForm"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "卫星信息"; this.Load += new System.EventHandler(this.SatEditForm_Load); ((System.ComponentModel.ISupportInitialize)(this.dataLayoutControl1)).EndInit(); this.dataLayoutControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.SatNumTextEdit.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.bsSat)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.NameTextEdit.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.SatTypeImageComboBoxEdit.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.EnableCheckEdit.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.RemarkMemoEdit.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.LonButtonEdit.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.SatTurnButtonEdit.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ItemForSatType)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ItemForLon)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ItemForRemark)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ItemForName)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ItemForSatNum)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ItemForEnable)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ItemForSatTurn)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraDataLayout.DataLayoutControl dataLayoutControl1; private DevExpress.XtraLayout.LayoutControlGroup Root; private DevExpress.Xpo.XPBindingSource bsSat; private DevExpress.XtraEditors.SimpleButton btnCancel; private DevExpress.XtraEditors.SimpleButton btnSave; private DevExpress.XtraEditors.TextEdit SatNumTextEdit; private DevExpress.XtraEditors.TextEdit NameTextEdit; private DevExpress.XtraEditors.ImageComboBoxEdit SatTypeImageComboBoxEdit; private DevExpress.XtraEditors.CheckEdit EnableCheckEdit; private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1; private DevExpress.XtraLayout.LayoutControlItem ItemForSatType; private DevExpress.XtraLayout.LayoutControlItem ItemForLon; private DevExpress.XtraLayout.LayoutControlItem ItemForRemark; private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1; private DevExpress.XtraLayout.LayoutControlItem ItemForName; private DevExpress.XtraLayout.LayoutControlItem ItemForSatNum; private DevExpress.XtraLayout.LayoutControlItem ItemForEnable; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2; private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem2; private DevExpress.XtraEditors.MemoEdit RemarkMemoEdit; private DevExpress.XtraEditors.ButtonEdit LonButtonEdit; private DevExpress.XtraEditors.ButtonEdit SatTurnButtonEdit; private DevExpress.XtraLayout.LayoutControlItem ItemForSatTurn; } }