From a9c9f13461dbe9ab88677d94f9033db30a6558b0 Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期三, 23 十月 2024 16:40:09 +0800
Subject: [PATCH] 增加了一个测试窗体
---
DevApp/Gs.DevApp/UserControl/UcToolBarMenu.Designer.cs | 90 +++++++++++++++++++++++++++++----------------
1 files changed, 58 insertions(+), 32 deletions(-)
diff --git a/DevApp/Gs.DevApp/UserControl/UcToolBarMenu.Designer.cs b/DevApp/Gs.DevApp/UserControl/UcToolBarMenu.Designer.cs
index bd97e56..ebf6582 100644
--- a/DevApp/Gs.DevApp/UserControl/UcToolBarMenu.Designer.cs
+++ b/DevApp/Gs.DevApp/UserControl/UcToolBarMenu.Designer.cs
@@ -46,14 +46,16 @@
this.btnFchk = new DevExpress.XtraBars.BarLargeButtonItem();
this.btnPrint = new DevExpress.XtraBars.BarLargeButtonItem();
this.btnHb = new DevExpress.XtraBars.BarLargeButtonItem();
- this.btnOut = new DevExpress.XtraBars.BarLargeButtonItem();
- this.btnIn = new DevExpress.XtraBars.BarLargeButtonItem();
this.btnLog = new DevExpress.XtraBars.BarLargeButtonItem();
this.btnKG = new DevExpress.XtraBars.BarLargeButtonItem();
this.btnQuery = new DevExpress.XtraBars.BarLargeButtonItem();
+ this.btnIn = new DevExpress.XtraBars.BarLargeButtonItem();
+ this.btnOut = new DevExpress.XtraBars.BarLargeButtonItem();
this.btnRole = new DevExpress.XtraBars.BarLargeButtonItem();
this.btnReport = new DevExpress.XtraBars.BarLargeButtonItem();
this.btnDesign = new DevExpress.XtraBars.BarLargeButtonItem();
+ this.btnJianYan = new DevExpress.XtraBars.BarLargeButtonItem();
+ this.btnFjianYan = new DevExpress.XtraBars.BarLargeButtonItem();
this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
@@ -107,9 +109,11 @@
this.btnRole,
this.btnReport,
this.btnQuery,
- this.btnDesign});
+ this.btnDesign,
+ this.btnJianYan,
+ this.btnFjianYan});
this.barManager1.MainMenu = this.bar2;
- this.barManager1.MaxItemId = 27;
+ this.barManager1.MaxItemId = 29;
//
// bar2
//
@@ -135,7 +139,9 @@
new DevExpress.XtraBars.LinkPersistInfo(this.btnOut),
new DevExpress.XtraBars.LinkPersistInfo(this.btnRole),
new DevExpress.XtraBars.LinkPersistInfo(this.btnReport),
- new DevExpress.XtraBars.LinkPersistInfo(this.btnDesign)});
+ new DevExpress.XtraBars.LinkPersistInfo(this.btnDesign),
+ new DevExpress.XtraBars.LinkPersistInfo(this.btnJianYan),
+ new DevExpress.XtraBars.LinkPersistInfo(this.btnFjianYan)});
this.bar2.OptionsBar.MultiLine = true;
this.bar2.OptionsBar.UseWholeRow = true;
this.bar2.Text = "Main menu";
@@ -252,29 +258,6 @@
this.btnHb.Name = "btnHb";
this.btnHb.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
//
- // btnOut
- //
- this.btnOut.Caption = "瀵煎嚭";
- this.btnOut.Description = "瀵煎嚭";
- this.btnOut.Id = 12;
- this.btnOut.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnOut.ImageOptions.Image")));
- this.btnOut.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("btnOut.ImageOptions.LargeImage")));
- this.btnOut.ItemAppearance.Normal.Font = new System.Drawing.Font("Tahoma", 10F);
- this.btnOut.ItemAppearance.Normal.Options.UseFont = true;
- this.btnOut.Name = "btnOut";
- this.btnOut.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
- //
- // btnIn
- //
- this.btnIn.Caption = "瀵煎叆";
- this.btnIn.Id = 17;
- this.btnIn.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnIn.ImageOptions.Image")));
- this.btnIn.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("btnIn.ImageOptions.LargeImage")));
- this.btnIn.ItemAppearance.Normal.Font = new System.Drawing.Font("Tahoma", 10F);
- this.btnIn.ItemAppearance.Normal.Options.UseFont = true;
- this.btnIn.Name = "btnIn";
- this.btnIn.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
- //
// btnLog
//
this.btnLog.Caption = "鏃ュ織";
@@ -301,6 +284,29 @@
this.btnQuery.ImageOptions.LargeImage = global::Gs.DevApp.Properties.Resources.zoom100_32x32;
this.btnQuery.Name = "btnQuery";
this.btnQuery.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
+ //
+ // btnIn
+ //
+ this.btnIn.Caption = "瀵煎叆";
+ this.btnIn.Id = 17;
+ this.btnIn.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnIn.ImageOptions.Image")));
+ this.btnIn.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("btnIn.ImageOptions.LargeImage")));
+ this.btnIn.ItemAppearance.Normal.Font = new System.Drawing.Font("Tahoma", 10F);
+ this.btnIn.ItemAppearance.Normal.Options.UseFont = true;
+ this.btnIn.Name = "btnIn";
+ this.btnIn.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
+ //
+ // btnOut
+ //
+ this.btnOut.Caption = "瀵煎嚭";
+ this.btnOut.Description = "瀵煎嚭";
+ this.btnOut.Id = 12;
+ this.btnOut.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnOut.ImageOptions.Image")));
+ this.btnOut.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("btnOut.ImageOptions.LargeImage")));
+ this.btnOut.ItemAppearance.Normal.Font = new System.Drawing.Font("Tahoma", 10F);
+ this.btnOut.ItemAppearance.Normal.Options.UseFont = true;
+ this.btnOut.Name = "btnOut";
+ this.btnOut.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
//
// btnRole
//
@@ -329,13 +335,31 @@
this.btnDesign.Name = "btnDesign";
this.btnDesign.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
//
+ // btnJianYan
+ //
+ this.btnJianYan.Caption = "鎻愪氦妫�楠�";
+ this.btnJianYan.Id = 27;
+ this.btnJianYan.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.checkbuttons_16x16;
+ this.btnJianYan.ImageOptions.LargeImage = global::Gs.DevApp.Properties.Resources.checkbuttons_32x32;
+ this.btnJianYan.Name = "btnJianYan";
+ this.btnJianYan.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
+ //
+ // btnFjianYan
+ //
+ this.btnFjianYan.Caption = "鎾ゅ洖妫�楠�";
+ this.btnFjianYan.Id = 28;
+ this.btnFjianYan.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.radiobuttons_16x16;
+ this.btnFjianYan.ImageOptions.LargeImage = global::Gs.DevApp.Properties.Resources.radiobuttons_32x32;
+ this.btnFjianYan.Name = "btnFjianYan";
+ this.btnFjianYan.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
+ //
// 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(1293, 74);
+ this.barDockControlTop.Size = new System.Drawing.Size(1543, 74);
//
// barDockControlBottom
//
@@ -343,13 +367,13 @@
this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
this.barDockControlBottom.Location = new System.Drawing.Point(0, 77);
this.barDockControlBottom.Manager = this.barManager1;
- this.barDockControlBottom.Size = new System.Drawing.Size(1293, 0);
+ this.barDockControlBottom.Size = new System.Drawing.Size(1543, 0);
//
// barDockControlRight
//
this.barDockControlRight.CausesValidation = false;
this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
- this.barDockControlRight.Location = new System.Drawing.Point(1293, 74);
+ this.barDockControlRight.Location = new System.Drawing.Point(1543, 74);
this.barDockControlRight.Manager = this.barManager1;
this.barDockControlRight.Size = new System.Drawing.Size(0, 3);
//
@@ -362,7 +386,7 @@
this.Controls.Add(this.barDockControlBottom);
this.Controls.Add(this.barDockControlTop);
this.Name = "UcToolBarMenu";
- this.Size = new System.Drawing.Size(1293, 77);
+ this.Size = new System.Drawing.Size(1543, 77);
((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
@@ -396,5 +420,7 @@
private DevExpress.XtraBars.BarLargeButtonItem btnReport;
private DevExpress.XtraBars.BarLargeButtonItem btnQuery;
private DevExpress.XtraBars.BarLargeButtonItem btnDesign;
+ private DevExpress.XtraBars.BarLargeButtonItem btnJianYan;
+ private DevExpress.XtraBars.BarLargeButtonItem btnFjianYan;
}
}
--
Gitblit v1.9.3