|
@@ -29,58 +29,41 @@
|
|
|
private void InitializeComponent()
|
|
|
{
|
|
|
this.components = new System.ComponentModel.Container();
|
|
|
- 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.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
|
|
|
this.btnImport = new DevExpress.XtraEditors.SimpleButton();
|
|
|
this.mapControl = new DevExpress.XtraMap.MapControl();
|
|
|
this.btnSave = new DevExpress.XtraEditors.SimpleButton();
|
|
|
- this.txtSpeed = new DevExpress.XtraEditors.ButtonEdit();
|
|
|
- this.txtFlightName = new DevExpress.XtraEditors.TextEdit();
|
|
|
- this.searchHj = new DevExpress.XtraEditors.SearchLookUpEdit();
|
|
|
- this.searchLookUpEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|
|
this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
|
|
|
- this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
this.layoutControlItem13 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
- this.layoutControlItem10 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
this.splitterItem1 = new DevExpress.XtraLayout.SplitterItem();
|
|
|
this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
|
|
|
- this.emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem();
|
|
|
this.layoutControlItem12 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
- this.航迹 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
this.dxErrorProvider = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(this.components);
|
|
|
+ this.gridImprot = new DevExpress.XtraGrid.GridControl();
|
|
|
+ this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|
|
+ this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
|
|
|
this.layoutControl1.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.mapControl)).BeginInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.txtSpeed.Properties)).BeginInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.txtFlightName.Properties)).BeginInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.searchHj.Properties)).BeginInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.searchLookUpEdit1View)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem13)).BeginInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.splitterItem1)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.航迹)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dxErrorProvider)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.gridImprot)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
// layoutControl1
|
|
|
//
|
|
|
+ this.layoutControl1.Controls.Add(this.gridImprot);
|
|
|
this.layoutControl1.Controls.Add(this.btnImport);
|
|
|
this.layoutControl1.Controls.Add(this.mapControl);
|
|
|
this.layoutControl1.Controls.Add(this.btnSave);
|
|
|
- this.layoutControl1.Controls.Add(this.txtSpeed);
|
|
|
- this.layoutControl1.Controls.Add(this.txtFlightName);
|
|
|
- this.layoutControl1.Controls.Add(this.searchHj);
|
|
|
this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
this.layoutControl1.Location = new System.Drawing.Point(0, 0);
|
|
|
this.layoutControl1.Name = "layoutControl1";
|
|
@@ -91,9 +74,9 @@
|
|
|
//
|
|
|
// btnImport
|
|
|
//
|
|
|
- this.btnImport.Location = new System.Drawing.Point(154, 475);
|
|
|
+ this.btnImport.Location = new System.Drawing.Point(217, 475);
|
|
|
this.btnImport.Name = "btnImport";
|
|
|
- this.btnImport.Size = new System.Drawing.Size(60, 22);
|
|
|
+ this.btnImport.Size = new System.Drawing.Size(72, 22);
|
|
|
this.btnImport.StyleController = this.layoutControl1;
|
|
|
this.btnImport.TabIndex = 17;
|
|
|
this.btnImport.Text = "导入航迹";
|
|
@@ -101,14 +84,14 @@
|
|
|
//
|
|
|
// mapControl
|
|
|
//
|
|
|
- this.mapControl.Location = new System.Drawing.Point(304, 12);
|
|
|
+ this.mapControl.Location = new System.Drawing.Point(379, 12);
|
|
|
this.mapControl.Name = "mapControl";
|
|
|
- this.mapControl.Size = new System.Drawing.Size(873, 485);
|
|
|
+ this.mapControl.Size = new System.Drawing.Size(798, 485);
|
|
|
this.mapControl.TabIndex = 16;
|
|
|
//
|
|
|
// btnSave
|
|
|
//
|
|
|
- this.btnSave.Location = new System.Drawing.Point(218, 475);
|
|
|
+ this.btnSave.Location = new System.Drawing.Point(293, 475);
|
|
|
this.btnSave.Name = "btnSave";
|
|
|
this.btnSave.Size = new System.Drawing.Size(72, 22);
|
|
|
this.btnSave.StyleController = this.layoutControl1;
|
|
@@ -116,103 +99,34 @@
|
|
|
this.btnSave.Text = "保存";
|
|
|
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
|
|
|
//
|
|
|
- // txtSpeed
|
|
|
- //
|
|
|
- this.txtSpeed.Location = new System.Drawing.Point(12, 111);
|
|
|
- this.txtSpeed.MaximumSize = new System.Drawing.Size(0, 20);
|
|
|
- this.txtSpeed.MinimumSize = new System.Drawing.Size(0, 20);
|
|
|
- this.txtSpeed.Name = "txtSpeed";
|
|
|
- this.txtSpeed.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
|
- new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "m/s", -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.txtSpeed.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
|
|
|
- this.txtSpeed.Properties.MaskSettings.Set("mask", "f3");
|
|
|
- this.txtSpeed.Properties.MaxLength = 10;
|
|
|
- this.txtSpeed.Size = new System.Drawing.Size(278, 20);
|
|
|
- this.txtSpeed.StyleController = this.layoutControl1;
|
|
|
- this.txtSpeed.TabIndex = 13;
|
|
|
- //
|
|
|
- // txtFlightName
|
|
|
- //
|
|
|
- this.txtFlightName.Location = new System.Drawing.Point(12, 70);
|
|
|
- this.txtFlightName.Name = "txtFlightName";
|
|
|
- this.txtFlightName.Properties.MaxLength = 12;
|
|
|
- this.txtFlightName.Size = new System.Drawing.Size(278, 20);
|
|
|
- this.txtFlightName.StyleController = this.layoutControl1;
|
|
|
- this.txtFlightName.TabIndex = 4;
|
|
|
- //
|
|
|
- // searchHj
|
|
|
- //
|
|
|
- this.searchHj.Location = new System.Drawing.Point(12, 29);
|
|
|
- this.searchHj.Name = "searchHj";
|
|
|
- this.searchHj.Properties.AdvancedModeOptions.AllowSelectionAnimation = DevExpress.Utils.DefaultBoolean.True;
|
|
|
- this.searchHj.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
|
- new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
|
- this.searchHj.Properties.NullText = "";
|
|
|
- this.searchHj.Properties.PopupSizeable = false;
|
|
|
- this.searchHj.Properties.PopupView = this.searchLookUpEdit1View;
|
|
|
- this.searchHj.Size = new System.Drawing.Size(278, 20);
|
|
|
- this.searchHj.StyleController = this.layoutControl1;
|
|
|
- this.searchHj.TabIndex = 18;
|
|
|
- this.searchHj.EditValueChanged += new System.EventHandler(this.searchHj_EditValueChanged);
|
|
|
- //
|
|
|
- // searchLookUpEdit1View
|
|
|
- //
|
|
|
- this.searchLookUpEdit1View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
|
|
|
- this.searchLookUpEdit1View.Name = "searchLookUpEdit1View";
|
|
|
- this.searchLookUpEdit1View.OptionsSelection.EnableAppearanceFocusedCell = false;
|
|
|
- this.searchLookUpEdit1View.OptionsView.ShowGroupPanel = false;
|
|
|
- //
|
|
|
// Root
|
|
|
//
|
|
|
this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
|
|
this.Root.GroupBordersVisible = false;
|
|
|
this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
|
|
- this.layoutControlItem1,
|
|
|
this.layoutControlItem13,
|
|
|
- this.layoutControlItem10,
|
|
|
this.splitterItem1,
|
|
|
this.emptySpaceItem1,
|
|
|
- this.emptySpaceItem2,
|
|
|
this.layoutControlItem12,
|
|
|
this.layoutControlItem2,
|
|
|
- this.航迹});
|
|
|
+ this.layoutControlItem1});
|
|
|
this.Root.Name = "Root";
|
|
|
this.Root.Size = new System.Drawing.Size(1189, 509);
|
|
|
this.Root.TextVisible = false;
|
|
|
//
|
|
|
- // layoutControlItem1
|
|
|
- //
|
|
|
- this.layoutControlItem1.Control = this.txtFlightName;
|
|
|
- this.layoutControlItem1.Location = new System.Drawing.Point(0, 41);
|
|
|
- this.layoutControlItem1.Name = "layoutControlItem1";
|
|
|
- this.layoutControlItem1.Size = new System.Drawing.Size(282, 41);
|
|
|
- this.layoutControlItem1.Text = "航迹名称";
|
|
|
- this.layoutControlItem1.TextLocation = DevExpress.Utils.Locations.Top;
|
|
|
- this.layoutControlItem1.TextSize = new System.Drawing.Size(48, 14);
|
|
|
- //
|
|
|
// layoutControlItem13
|
|
|
//
|
|
|
this.layoutControlItem13.Control = this.mapControl;
|
|
|
- this.layoutControlItem13.Location = new System.Drawing.Point(292, 0);
|
|
|
+ this.layoutControlItem13.Location = new System.Drawing.Point(367, 0);
|
|
|
this.layoutControlItem13.Name = "layoutControlItem13";
|
|
|
- this.layoutControlItem13.Size = new System.Drawing.Size(877, 489);
|
|
|
+ this.layoutControlItem13.Size = new System.Drawing.Size(802, 489);
|
|
|
this.layoutControlItem13.TextSize = new System.Drawing.Size(0, 0);
|
|
|
this.layoutControlItem13.TextVisible = false;
|
|
|
//
|
|
|
- // layoutControlItem10
|
|
|
- //
|
|
|
- this.layoutControlItem10.Control = this.txtSpeed;
|
|
|
- this.layoutControlItem10.Location = new System.Drawing.Point(0, 82);
|
|
|
- this.layoutControlItem10.Name = "layoutControlItem10";
|
|
|
- this.layoutControlItem10.Size = new System.Drawing.Size(282, 44);
|
|
|
- this.layoutControlItem10.Text = "速度";
|
|
|
- this.layoutControlItem10.TextLocation = DevExpress.Utils.Locations.Top;
|
|
|
- this.layoutControlItem10.TextSize = new System.Drawing.Size(48, 14);
|
|
|
- //
|
|
|
// splitterItem1
|
|
|
//
|
|
|
this.splitterItem1.AllowHotTrack = true;
|
|
|
- this.splitterItem1.Location = new System.Drawing.Point(282, 0);
|
|
|
+ this.splitterItem1.Location = new System.Drawing.Point(357, 0);
|
|
|
this.splitterItem1.Name = "splitterItem1";
|
|
|
this.splitterItem1.Size = new System.Drawing.Size(10, 489);
|
|
|
//
|
|
@@ -221,21 +135,13 @@
|
|
|
this.emptySpaceItem1.AllowHotTrack = false;
|
|
|
this.emptySpaceItem1.Location = new System.Drawing.Point(0, 463);
|
|
|
this.emptySpaceItem1.Name = "emptySpaceItem1";
|
|
|
- this.emptySpaceItem1.Size = new System.Drawing.Size(142, 26);
|
|
|
+ this.emptySpaceItem1.Size = new System.Drawing.Size(205, 26);
|
|
|
this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
|
|
|
//
|
|
|
- // emptySpaceItem2
|
|
|
- //
|
|
|
- this.emptySpaceItem2.AllowHotTrack = false;
|
|
|
- this.emptySpaceItem2.Location = new System.Drawing.Point(0, 126);
|
|
|
- this.emptySpaceItem2.Name = "emptySpaceItem2";
|
|
|
- this.emptySpaceItem2.Size = new System.Drawing.Size(282, 337);
|
|
|
- this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0);
|
|
|
- //
|
|
|
// layoutControlItem12
|
|
|
//
|
|
|
this.layoutControlItem12.Control = this.btnSave;
|
|
|
- this.layoutControlItem12.Location = new System.Drawing.Point(206, 463);
|
|
|
+ this.layoutControlItem12.Location = new System.Drawing.Point(281, 463);
|
|
|
this.layoutControlItem12.MaxSize = new System.Drawing.Size(76, 26);
|
|
|
this.layoutControlItem12.MinSize = new System.Drawing.Size(76, 26);
|
|
|
this.layoutControlItem12.Name = "layoutControlItem12";
|
|
@@ -247,25 +153,43 @@
|
|
|
// layoutControlItem2
|
|
|
//
|
|
|
this.layoutControlItem2.Control = this.btnImport;
|
|
|
- this.layoutControlItem2.Location = new System.Drawing.Point(142, 463);
|
|
|
+ this.layoutControlItem2.Location = new System.Drawing.Point(205, 463);
|
|
|
+ this.layoutControlItem2.MaxSize = new System.Drawing.Size(76, 26);
|
|
|
+ this.layoutControlItem2.MinSize = new System.Drawing.Size(76, 26);
|
|
|
this.layoutControlItem2.Name = "layoutControlItem2";
|
|
|
- this.layoutControlItem2.Size = new System.Drawing.Size(64, 26);
|
|
|
+ this.layoutControlItem2.Size = new System.Drawing.Size(76, 26);
|
|
|
+ this.layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
|
this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
|
|
|
this.layoutControlItem2.TextVisible = false;
|
|
|
//
|
|
|
- // 航迹
|
|
|
- //
|
|
|
- this.航迹.Control = this.searchHj;
|
|
|
- this.航迹.Location = new System.Drawing.Point(0, 0);
|
|
|
- this.航迹.Name = "航迹";
|
|
|
- this.航迹.Size = new System.Drawing.Size(282, 41);
|
|
|
- this.航迹.TextLocation = DevExpress.Utils.Locations.Top;
|
|
|
- this.航迹.TextSize = new System.Drawing.Size(48, 14);
|
|
|
- //
|
|
|
// dxErrorProvider
|
|
|
//
|
|
|
this.dxErrorProvider.ContainerControl = this;
|
|
|
//
|
|
|
+ // gridImprot
|
|
|
+ //
|
|
|
+ this.gridImprot.Location = new System.Drawing.Point(12, 12);
|
|
|
+ this.gridImprot.MainView = this.gridView1;
|
|
|
+ this.gridImprot.Name = "gridImprot";
|
|
|
+ this.gridImprot.Size = new System.Drawing.Size(353, 459);
|
|
|
+ this.gridImprot.TabIndex = 18;
|
|
|
+ this.gridImprot.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
|
|
+ this.gridView1});
|
|
|
+ //
|
|
|
+ // gridView1
|
|
|
+ //
|
|
|
+ this.gridView1.GridControl = this.gridImprot;
|
|
|
+ this.gridView1.Name = "gridView1";
|
|
|
+ //
|
|
|
+ // layoutControlItem1
|
|
|
+ //
|
|
|
+ this.layoutControlItem1.Control = this.gridImprot;
|
|
|
+ this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
|
|
|
+ this.layoutControlItem1.Name = "layoutControlItem1";
|
|
|
+ this.layoutControlItem1.Size = new System.Drawing.Size(357, 463);
|
|
|
+ this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
|
|
|
+ this.layoutControlItem1.TextVisible = false;
|
|
|
+ //
|
|
|
// FlightImport
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
|
@@ -279,21 +203,16 @@
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
|
|
|
this.layoutControl1.ResumeLayout(false);
|
|
|
((System.ComponentModel.ISupportInitialize)(this.mapControl)).EndInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.txtSpeed.Properties)).EndInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.txtFlightName.Properties)).EndInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.searchHj.Properties)).EndInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.searchLookUpEdit1View)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem13)).EndInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.splitterItem1)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.航迹)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dxErrorProvider)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.gridImprot)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
}
|
|
@@ -302,13 +221,8 @@
|
|
|
|
|
|
private DevExpress.XtraLayout.LayoutControl layoutControl1;
|
|
|
private DevExpress.XtraLayout.LayoutControlGroup Root;
|
|
|
- private DevExpress.XtraEditors.TextEdit txtFlightName;
|
|
|
- private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
|
|
|
- private DevExpress.XtraEditors.ButtonEdit txtSpeed;
|
|
|
- private DevExpress.XtraLayout.LayoutControlItem layoutControlItem10;
|
|
|
private DevExpress.XtraEditors.SimpleButton btnSave;
|
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem12;
|
|
|
- private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem2;
|
|
|
private DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider dxErrorProvider;
|
|
|
private DevExpress.XtraMap.MapControl mapControl;
|
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem13;
|
|
@@ -316,8 +230,8 @@
|
|
|
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
|
|
|
private DevExpress.XtraEditors.SimpleButton btnImport;
|
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
|
|
|
- private DevExpress.XtraLayout.LayoutControlItem 航迹;
|
|
|
- private DevExpress.XtraEditors.SearchLookUpEdit searchHj;
|
|
|
- private DevExpress.XtraGrid.Views.Grid.GridView searchLookUpEdit1View;
|
|
|
+ private DevExpress.XtraGrid.GridControl gridImprot;
|
|
|
+ private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
|
|
|
+ private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
|
|
|
}
|
|
|
}
|