|
@@ -28,7 +28,6 @@
|
|
/// </summary>
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
private void InitializeComponent()
|
|
{
|
|
{
|
|
- this.components = new System.ComponentModel.Container();
|
|
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CtrlXl));
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CtrlXl));
|
|
this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
|
|
this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
|
|
this.btnImp = new DevExpress.XtraEditors.SimpleButton();
|
|
this.btnImp = new DevExpress.XtraEditors.SimpleButton();
|
|
@@ -39,13 +38,6 @@
|
|
this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
- this.popupMenu1 = new DevExpress.XtraBars.PopupMenu(this.components);
|
|
|
|
- this.btnDel = new DevExpress.XtraBars.BarButtonItem();
|
|
|
|
- this.barManager1 = new DevExpress.XtraBars.BarManager(this.components);
|
|
|
|
- this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
|
|
|
|
- this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
|
|
|
|
- this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
|
|
|
|
- this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
|
|
this.layoutControl1.SuspendLayout();
|
|
this.layoutControl1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridXl)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridXl)).BeginInit();
|
|
@@ -55,8 +47,6 @@
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
|
|
- ((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).BeginInit();
|
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
|
|
|
|
this.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
//
|
|
// layoutControl1
|
|
// layoutControl1
|
|
@@ -97,7 +87,6 @@
|
|
//
|
|
//
|
|
this.gridView1.GridControl = this.gridXl;
|
|
this.gridView1.GridControl = this.gridXl;
|
|
this.gridView1.Name = "gridView1";
|
|
this.gridView1.Name = "gridView1";
|
|
- this.gridView1.PopupMenuShowing += new DevExpress.XtraGrid.Views.Grid.PopupMenuShowingEventHandler(this.gridView1_PopupMenuShowing);
|
|
|
|
//
|
|
//
|
|
// btnOpen
|
|
// btnOpen
|
|
//
|
|
//
|
|
@@ -156,73 +145,11 @@
|
|
this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
|
|
this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
|
|
this.layoutControlItem3.TextVisible = false;
|
|
this.layoutControlItem3.TextVisible = false;
|
|
//
|
|
//
|
|
- // popupMenu1
|
|
|
|
- //
|
|
|
|
- this.popupMenu1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
|
|
|
|
- new DevExpress.XtraBars.LinkPersistInfo(this.btnDel)});
|
|
|
|
- this.popupMenu1.Manager = this.barManager1;
|
|
|
|
- this.popupMenu1.Name = "popupMenu1";
|
|
|
|
- //
|
|
|
|
- // btnDel
|
|
|
|
- //
|
|
|
|
- this.btnDel.Caption = "删除";
|
|
|
|
- this.btnDel.Id = 0;
|
|
|
|
- this.btnDel.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnDel.ImageOptions.SvgImage")));
|
|
|
|
- this.btnDel.Name = "btnDel";
|
|
|
|
- this.btnDel.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnDel_ItemClick);
|
|
|
|
- //
|
|
|
|
- // barManager1
|
|
|
|
- //
|
|
|
|
- this.barManager1.DockControls.Add(this.barDockControlTop);
|
|
|
|
- this.barManager1.DockControls.Add(this.barDockControlBottom);
|
|
|
|
- this.barManager1.DockControls.Add(this.barDockControlLeft);
|
|
|
|
- this.barManager1.DockControls.Add(this.barDockControlRight);
|
|
|
|
- this.barManager1.Form = this;
|
|
|
|
- this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
|
|
|
|
- this.btnDel});
|
|
|
|
- this.barManager1.MaxItemId = 1;
|
|
|
|
- //
|
|
|
|
- // barDockControlTop
|
|
|
|
- //
|
|
|
|
- this.barDockControlTop.CausesValidation = false;
|
|
|
|
- this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
|
|
|
|
- this.barDockControlTop.Location = new System.Drawing.Point(0, 0);
|
|
|
|
- this.barDockControlTop.Manager = this.barManager1;
|
|
|
|
- this.barDockControlTop.Size = new System.Drawing.Size(647, 0);
|
|
|
|
- //
|
|
|
|
- // barDockControlBottom
|
|
|
|
- //
|
|
|
|
- this.barDockControlBottom.CausesValidation = false;
|
|
|
|
- this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
|
|
- this.barDockControlBottom.Location = new System.Drawing.Point(0, 422);
|
|
|
|
- this.barDockControlBottom.Manager = this.barManager1;
|
|
|
|
- this.barDockControlBottom.Size = new System.Drawing.Size(647, 0);
|
|
|
|
- //
|
|
|
|
- // barDockControlLeft
|
|
|
|
- //
|
|
|
|
- this.barDockControlLeft.CausesValidation = false;
|
|
|
|
- this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
|
|
|
|
- this.barDockControlLeft.Location = new System.Drawing.Point(0, 0);
|
|
|
|
- this.barDockControlLeft.Manager = this.barManager1;
|
|
|
|
- this.barDockControlLeft.Size = new System.Drawing.Size(0, 422);
|
|
|
|
- //
|
|
|
|
- // barDockControlRight
|
|
|
|
- //
|
|
|
|
- this.barDockControlRight.CausesValidation = false;
|
|
|
|
- this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
|
|
|
|
- this.barDockControlRight.Location = new System.Drawing.Point(647, 0);
|
|
|
|
- this.barDockControlRight.Manager = this.barManager1;
|
|
|
|
- this.barDockControlRight.Size = new System.Drawing.Size(0, 422);
|
|
|
|
- //
|
|
|
|
// CtrlXl
|
|
// CtrlXl
|
|
//
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.Controls.Add(this.layoutControl1);
|
|
this.Controls.Add(this.layoutControl1);
|
|
- this.Controls.Add(this.barDockControlLeft);
|
|
|
|
- this.Controls.Add(this.barDockControlRight);
|
|
|
|
- this.Controls.Add(this.barDockControlBottom);
|
|
|
|
- this.Controls.Add(this.barDockControlTop);
|
|
|
|
this.Name = "CtrlXl";
|
|
this.Name = "CtrlXl";
|
|
this.Size = new System.Drawing.Size(647, 422);
|
|
this.Size = new System.Drawing.Size(647, 422);
|
|
this.Load += new System.EventHandler(this.CtrlXl_Load);
|
|
this.Load += new System.EventHandler(this.CtrlXl_Load);
|
|
@@ -235,10 +162,7 @@
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
|
|
- ((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).EndInit();
|
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
|
|
|
|
this.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
- this.PerformLayout();
|
|
|
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
@@ -253,12 +177,5 @@
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
|
|
private DevExpress.XtraEditors.SimpleButton btnImp;
|
|
private DevExpress.XtraEditors.SimpleButton btnImp;
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
|
|
- private DevExpress.XtraBars.PopupMenu popupMenu1;
|
|
|
|
- private DevExpress.XtraBars.BarButtonItem btnDel;
|
|
|
|
- private DevExpress.XtraBars.BarManager barManager1;
|
|
|
|
- private DevExpress.XtraBars.BarDockControl barDockControlTop;
|
|
|
|
- private DevExpress.XtraBars.BarDockControl barDockControlBottom;
|
|
|
|
- private DevExpress.XtraBars.BarDockControl barDockControlLeft;
|
|
|
|
- private DevExpress.XtraBars.BarDockControl barDockControlRight;
|
|
|
|
}
|
|
}
|
|
}
|
|
}
|