|
|
@@ -41,19 +41,37 @@
|
|
|
this.btnDel = new DevExpress.XtraBars.BarButtonItem();
|
|
|
this.btnEdit = new DevExpress.XtraBars.BarButtonItem();
|
|
|
this.popupMenu1 = new DevExpress.XtraBars.PopupMenu(this.components);
|
|
|
+ this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
|
|
|
+ this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
|
|
|
+ this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
+ this.txtFlightName = new DevExpress.XtraEditors.TextEdit();
|
|
|
+ this.ll = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
+ this.btnQuery = new DevExpress.XtraEditors.SimpleButton();
|
|
|
+ this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
+ this.btnImport = new DevExpress.XtraEditors.SimpleButton();
|
|
|
+ this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
+ this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.gridFlight)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
|
|
|
+ this.layoutControl1.SuspendLayout();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.txtFlightName.Properties)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.ll)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
// gridFlight
|
|
|
//
|
|
|
- this.gridFlight.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
- this.gridFlight.Location = new System.Drawing.Point(0, 0);
|
|
|
+ this.gridFlight.Location = new System.Drawing.Point(12, 38);
|
|
|
this.gridFlight.MainView = this.gridView1;
|
|
|
this.gridFlight.Name = "gridFlight";
|
|
|
- this.gridFlight.Size = new System.Drawing.Size(647, 422);
|
|
|
+ this.gridFlight.Size = new System.Drawing.Size(623, 372);
|
|
|
this.gridFlight.TabIndex = 0;
|
|
|
this.gridFlight.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
|
|
this.gridView1});
|
|
|
@@ -143,11 +161,121 @@
|
|
|
this.popupMenu1.Manager = this.barManager1;
|
|
|
this.popupMenu1.Name = "popupMenu1";
|
|
|
//
|
|
|
+ // layoutControl1
|
|
|
+ //
|
|
|
+ this.layoutControl1.Controls.Add(this.btnImport);
|
|
|
+ this.layoutControl1.Controls.Add(this.btnQuery);
|
|
|
+ this.layoutControl1.Controls.Add(this.txtFlightName);
|
|
|
+ this.layoutControl1.Controls.Add(this.gridFlight);
|
|
|
+ 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(647, 422);
|
|
|
+ this.layoutControl1.TabIndex = 5;
|
|
|
+ this.layoutControl1.Text = "layoutControl1";
|
|
|
+ //
|
|
|
+ // Root
|
|
|
+ //
|
|
|
+ this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
|
|
+ this.Root.GroupBordersVisible = false;
|
|
|
+ this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
|
|
+ this.layoutControlItem1,
|
|
|
+ this.ll,
|
|
|
+ this.layoutControlItem2,
|
|
|
+ this.layoutControlItem3,
|
|
|
+ this.emptySpaceItem1});
|
|
|
+ this.Root.Name = "Root";
|
|
|
+ this.Root.Size = new System.Drawing.Size(647, 422);
|
|
|
+ this.Root.TextVisible = false;
|
|
|
+ //
|
|
|
+ // layoutControlItem1
|
|
|
+ //
|
|
|
+ this.layoutControlItem1.Control = this.gridFlight;
|
|
|
+ this.layoutControlItem1.Location = new System.Drawing.Point(0, 26);
|
|
|
+ this.layoutControlItem1.Name = "layoutControlItem1";
|
|
|
+ this.layoutControlItem1.Size = new System.Drawing.Size(627, 376);
|
|
|
+ this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
|
|
|
+ this.layoutControlItem1.TextVisible = false;
|
|
|
+ //
|
|
|
+ // txtFlightName
|
|
|
+ //
|
|
|
+ this.txtFlightName.Location = new System.Drawing.Point(76, 12);
|
|
|
+ this.txtFlightName.MenuManager = this.barManager1;
|
|
|
+ this.txtFlightName.Name = "txtFlightName";
|
|
|
+ this.txtFlightName.Size = new System.Drawing.Size(400, 20);
|
|
|
+ this.txtFlightName.StyleController = this.layoutControl1;
|
|
|
+ this.txtFlightName.TabIndex = 4;
|
|
|
+ //
|
|
|
+ // ll
|
|
|
+ //
|
|
|
+ this.ll.Control = this.txtFlightName;
|
|
|
+ this.ll.Location = new System.Drawing.Point(0, 0);
|
|
|
+ this.ll.Name = "ll";
|
|
|
+ this.ll.Size = new System.Drawing.Size(468, 26);
|
|
|
+ this.ll.Text = "航迹名称:";
|
|
|
+ this.ll.TextSize = new System.Drawing.Size(52, 14);
|
|
|
+ //
|
|
|
+ // btnQuery
|
|
|
+ //
|
|
|
+ this.btnQuery.Location = new System.Drawing.Point(495, 12);
|
|
|
+ this.btnQuery.Name = "btnQuery";
|
|
|
+ this.btnQuery.Size = new System.Drawing.Size(68, 22);
|
|
|
+ this.btnQuery.StyleController = this.layoutControl1;
|
|
|
+ this.btnQuery.TabIndex = 5;
|
|
|
+ this.btnQuery.Text = "查询";
|
|
|
+ this.btnQuery.Click += new System.EventHandler(this.btnQuery_Click);
|
|
|
+ //
|
|
|
+ // layoutControlItem2
|
|
|
+ //
|
|
|
+ this.layoutControlItem2.Control = this.btnQuery;
|
|
|
+ this.layoutControlItem2.Location = new System.Drawing.Point(483, 0);
|
|
|
+ this.layoutControlItem2.MaxSize = new System.Drawing.Size(72, 26);
|
|
|
+ this.layoutControlItem2.MinSize = new System.Drawing.Size(72, 26);
|
|
|
+ this.layoutControlItem2.Name = "layoutControlItem2";
|
|
|
+ this.layoutControlItem2.Size = new System.Drawing.Size(72, 26);
|
|
|
+ this.layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
|
+ this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
|
|
|
+ this.layoutControlItem2.TextVisible = false;
|
|
|
+ //
|
|
|
+ // btnImport
|
|
|
+ //
|
|
|
+ this.btnImport.Location = new System.Drawing.Point(567, 12);
|
|
|
+ this.btnImport.Name = "btnImport";
|
|
|
+ this.btnImport.Size = new System.Drawing.Size(68, 22);
|
|
|
+ this.btnImport.StyleController = this.layoutControl1;
|
|
|
+ this.btnImport.TabIndex = 6;
|
|
|
+ this.btnImport.Text = "导入";
|
|
|
+ this.btnImport.Click += new System.EventHandler(this.btnImport_Click);
|
|
|
+ //
|
|
|
+ // layoutControlItem3
|
|
|
+ //
|
|
|
+ this.layoutControlItem3.Control = this.btnImport;
|
|
|
+ this.layoutControlItem3.Location = new System.Drawing.Point(555, 0);
|
|
|
+ this.layoutControlItem3.MaxSize = new System.Drawing.Size(72, 26);
|
|
|
+ this.layoutControlItem3.MinSize = new System.Drawing.Size(72, 26);
|
|
|
+ this.layoutControlItem3.Name = "layoutControlItem3";
|
|
|
+ this.layoutControlItem3.Size = new System.Drawing.Size(72, 26);
|
|
|
+ this.layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
|
+ this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
|
|
|
+ this.layoutControlItem3.TextVisible = false;
|
|
|
+ //
|
|
|
+ // emptySpaceItem1
|
|
|
+ //
|
|
|
+ this.emptySpaceItem1.AllowHotTrack = false;
|
|
|
+ this.emptySpaceItem1.Location = new System.Drawing.Point(468, 0);
|
|
|
+ this.emptySpaceItem1.MaxSize = new System.Drawing.Size(15, 26);
|
|
|
+ this.emptySpaceItem1.MinSize = new System.Drawing.Size(15, 26);
|
|
|
+ this.emptySpaceItem1.Name = "emptySpaceItem1";
|
|
|
+ this.emptySpaceItem1.Size = new System.Drawing.Size(15, 26);
|
|
|
+ this.emptySpaceItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
|
+ this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
|
|
|
+ //
|
|
|
// CtrlFlight
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
- this.Controls.Add(this.gridFlight);
|
|
|
+ this.Controls.Add(this.layoutControl1);
|
|
|
this.Controls.Add(this.barDockControlLeft);
|
|
|
this.Controls.Add(this.barDockControlRight);
|
|
|
this.Controls.Add(this.barDockControlBottom);
|
|
|
@@ -159,6 +287,15 @@
|
|
|
((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
|
|
|
+ this.layoutControl1.ResumeLayout(false);
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.txtFlightName.Properties)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.ll)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
|
|
|
this.ResumeLayout(false);
|
|
|
this.PerformLayout();
|
|
|
|
|
|
@@ -177,5 +314,15 @@
|
|
|
private DevExpress.XtraBars.BarButtonItem btnDel;
|
|
|
private DevExpress.XtraBars.PopupMenu popupMenu1;
|
|
|
private DevExpress.XtraBars.BarButtonItem btnEdit;
|
|
|
+ private DevExpress.XtraLayout.LayoutControl layoutControl1;
|
|
|
+ private DevExpress.XtraLayout.LayoutControlGroup Root;
|
|
|
+ private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
|
|
|
+ private DevExpress.XtraEditors.TextEdit txtFlightName;
|
|
|
+ private DevExpress.XtraLayout.LayoutControlItem ll;
|
|
|
+ private DevExpress.XtraEditors.SimpleButton btnImport;
|
|
|
+ private DevExpress.XtraEditors.SimpleButton btnQuery;
|
|
|
+ private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
|
|
|
+ private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
|
|
|
+ private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
|
|
|
}
|
|
|
}
|