From a8ed3d24ba97b9ee93de0f15fb15b46a9850b2fc Mon Sep 17 00:00:00 2001
From: lg <999544862qq.com>
Date: 星期二, 17 九月 2024 16:58:39 +0800
Subject: [PATCH] 基础资料
---
DevApp/Gs.DevApp/UserControl/ToolBarMenu.Designer.cs | 333 +++++++++++++++++++++++++++++--------------------------
1 files changed, 174 insertions(+), 159 deletions(-)
diff --git a/DevApp/Gs.DevApp/UserControl/ToolBarMenu.Designer.cs b/DevApp/Gs.DevApp/UserControl/ToolBarMenu.Designer.cs
index 5cd8409..abc5bbe 100644
--- a/DevApp/Gs.DevApp/UserControl/ToolBarMenu.Designer.cs
+++ b/DevApp/Gs.DevApp/UserControl/ToolBarMenu.Designer.cs
@@ -31,8 +31,6 @@
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ToolBarMenu));
- this.bar4 = new DevExpress.XtraBars.Bar();
- this.bar1 = new DevExpress.XtraBars.Bar();
this.barButtonItem2 = new DevExpress.XtraBars.BarButtonItem();
this.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem();
this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
@@ -41,49 +39,34 @@
this.btnAdd = new DevExpress.XtraBars.BarLargeButtonItem();
this.btnEdit = new DevExpress.XtraBars.BarLargeButtonItem();
this.btnSave = new DevExpress.XtraBars.BarLargeButtonItem();
- this.btnView = new DevExpress.XtraBars.BarLargeButtonItem();
- this.barLargeButtonItem6 = new DevExpress.XtraBars.BarLargeButtonItem();
+ this.btnEsc = new DevExpress.XtraBars.BarLargeButtonItem();
this.btnLoad = new DevExpress.XtraBars.BarLargeButtonItem();
- this.barLargeButtonItem9 = new DevExpress.XtraBars.BarLargeButtonItem();
- this.barLargeButtonItem10 = new DevExpress.XtraBars.BarLargeButtonItem();
this.btnDel = new DevExpress.XtraBars.BarLargeButtonItem();
- this.barLargeButtonItem1 = new DevExpress.XtraBars.BarLargeButtonItem();
- this.barLargeButtonItem2 = new DevExpress.XtraBars.BarLargeButtonItem();
- this.barLargeButtonItem8 = new DevExpress.XtraBars.BarLargeButtonItem();
- this.barLargeButtonItem3 = new DevExpress.XtraBars.BarLargeButtonItem();
- this.barLargeButtonItem4 = new DevExpress.XtraBars.BarLargeButtonItem();
+ this.btnChk = new DevExpress.XtraBars.BarLargeButtonItem();
+ 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.btnReport = new DevExpress.XtraBars.BarLargeButtonItem();
+ this.btnQuery = new DevExpress.XtraBars.BarLargeButtonItem();
+ this.btnRole = new DevExpress.XtraBars.BarLargeButtonItem();
this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
- this.bar3 = new DevExpress.XtraBars.Bar();
((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
this.SuspendLayout();
//
- // bar4
- //
- this.bar4.BarName = "Custom 5";
- this.bar4.DockCol = 0;
- this.bar4.DockRow = 2;
- this.bar4.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
- this.bar4.Text = "Custom 5";
- //
- // bar1
- //
- this.bar1.BarName = "Tools";
- this.bar1.DockCol = 0;
- this.bar1.DockRow = 1;
- this.bar1.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
- this.bar1.Text = "Tools";
- //
// barButtonItem2
//
- this.barButtonItem2.Caption = "barButtonItem2";
- this.barButtonItem2.Id = 11;
+ this.barButtonItem2.Id = 25;
this.barButtonItem2.Name = "barButtonItem2";
//
// barButtonItem1
//
- this.barButtonItem1.Id = 8;
+ this.barButtonItem1.Id = 24;
this.barButtonItem1.Name = "barButtonItem1";
//
// barDockControlLeft
@@ -92,7 +75,7 @@
this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
this.barDockControlLeft.Location = new System.Drawing.Point(0, 74);
this.barDockControlLeft.Manager = this.barManager1;
- this.barDockControlLeft.Size = new System.Drawing.Size(0, 0);
+ this.barDockControlLeft.Size = new System.Drawing.Size(0, 3);
//
// barManager1
//
@@ -108,20 +91,23 @@
this.btnDel,
this.btnEdit,
this.btnSave,
- this.btnView,
this.barButtonItem1,
- this.barLargeButtonItem6,
+ this.btnEsc,
this.btnLoad,
this.barButtonItem2,
- this.barLargeButtonItem8,
- this.barLargeButtonItem9,
- this.barLargeButtonItem10,
- this.barLargeButtonItem1,
- this.barLargeButtonItem2,
- this.barLargeButtonItem3,
- this.barLargeButtonItem4});
+ this.btnOut,
+ this.btnChk,
+ this.btnFchk,
+ this.btnPrint,
+ this.btnHb,
+ this.btnIn,
+ this.btnLog,
+ this.btnKG,
+ this.btnRole,
+ this.btnReport,
+ this.btnQuery});
this.barManager1.MainMenu = this.bar2;
- this.barManager1.MaxItemId = 19;
+ this.barManager1.MaxItemId = 26;
//
// bar2
//
@@ -133,17 +119,20 @@
new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btnAdd, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btnEdit, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btnSave, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
- new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btnView, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
- new DevExpress.XtraBars.LinkPersistInfo(this.barLargeButtonItem6),
+ new DevExpress.XtraBars.LinkPersistInfo(this.btnEsc),
new DevExpress.XtraBars.LinkPersistInfo(this.btnLoad),
- new DevExpress.XtraBars.LinkPersistInfo(this.barLargeButtonItem9),
- new DevExpress.XtraBars.LinkPersistInfo(this.barLargeButtonItem10),
new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btnDel, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
- new DevExpress.XtraBars.LinkPersistInfo(this.barLargeButtonItem1),
- new DevExpress.XtraBars.LinkPersistInfo(this.barLargeButtonItem2),
- new DevExpress.XtraBars.LinkPersistInfo(this.barLargeButtonItem8),
- new DevExpress.XtraBars.LinkPersistInfo(this.barLargeButtonItem3),
- new DevExpress.XtraBars.LinkPersistInfo(this.barLargeButtonItem4)});
+ new DevExpress.XtraBars.LinkPersistInfo(this.btnChk),
+ new DevExpress.XtraBars.LinkPersistInfo(this.btnFchk),
+ new DevExpress.XtraBars.LinkPersistInfo(this.btnPrint),
+ new DevExpress.XtraBars.LinkPersistInfo(this.btnHb),
+ new DevExpress.XtraBars.LinkPersistInfo(this.btnOut),
+ new DevExpress.XtraBars.LinkPersistInfo(this.btnIn),
+ new DevExpress.XtraBars.LinkPersistInfo(this.btnLog),
+ new DevExpress.XtraBars.LinkPersistInfo(this.btnKG),
+ new DevExpress.XtraBars.LinkPersistInfo(this.btnReport),
+ new DevExpress.XtraBars.LinkPersistInfo(this.btnQuery),
+ new DevExpress.XtraBars.LinkPersistInfo(this.btnRole)});
this.bar2.OptionsBar.MultiLine = true;
this.bar2.OptionsBar.UseWholeRow = true;
this.bar2.Text = "Main menu";
@@ -159,6 +148,7 @@
this.btnAdd.ItemInMenuAppearance.Normal.Font = new System.Drawing.Font("Tahoma", 12F);
this.btnAdd.ItemInMenuAppearance.Normal.Options.UseFont = true;
this.btnAdd.Name = "btnAdd";
+ this.btnAdd.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
//
// btnEdit
//
@@ -169,6 +159,7 @@
this.btnEdit.ItemAppearance.Normal.Font = new System.Drawing.Font("Tahoma", 10F);
this.btnEdit.ItemAppearance.Normal.Options.UseFont = true;
this.btnEdit.Name = "btnEdit";
+ this.btnEdit.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
//
// btnSave
//
@@ -179,26 +170,18 @@
this.btnSave.ItemAppearance.Normal.Font = new System.Drawing.Font("Tahoma", 10F);
this.btnSave.ItemAppearance.Normal.Options.UseFont = true;
this.btnSave.Name = "btnSave";
+ this.btnSave.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
//
- // btnView
+ // btnEsc
//
- this.btnView.Caption = "鏌ョ湅";
- this.btnView.Id = 7;
- this.btnView.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.show_16x16;
- this.btnView.ImageOptions.LargeImage = global::Gs.DevApp.Properties.Resources.show_32x32;
- this.btnView.ItemAppearance.Normal.Font = new System.Drawing.Font("Tahoma", 10F);
- this.btnView.ItemAppearance.Normal.Options.UseFont = true;
- this.btnView.Name = "btnView";
- //
- // barLargeButtonItem6
- //
- this.barLargeButtonItem6.Caption = "鍙栨秷";
- this.barLargeButtonItem6.Id = 9;
- this.barLargeButtonItem6.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("barLargeButtonItem6.ImageOptions.Image")));
- this.barLargeButtonItem6.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("barLargeButtonItem6.ImageOptions.LargeImage")));
- this.barLargeButtonItem6.ItemAppearance.Normal.Font = new System.Drawing.Font("Tahoma", 10F);
- this.barLargeButtonItem6.ItemAppearance.Normal.Options.UseFont = true;
- this.barLargeButtonItem6.Name = "barLargeButtonItem6";
+ this.btnEsc.Caption = "鍙栨秷";
+ this.btnEsc.Id = 9;
+ this.btnEsc.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnEsc.ImageOptions.Image")));
+ this.btnEsc.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("btnEsc.ImageOptions.LargeImage")));
+ this.btnEsc.ItemAppearance.Normal.Font = new System.Drawing.Font("Tahoma", 10F);
+ this.btnEsc.ItemAppearance.Normal.Options.UseFont = true;
+ this.btnEsc.Name = "btnEsc";
+ this.btnEsc.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
//
// btnLoad
//
@@ -209,26 +192,7 @@
this.btnLoad.ItemAppearance.Normal.Font = new System.Drawing.Font("Tahoma", 10F);
this.btnLoad.ItemAppearance.Normal.Options.UseFont = true;
this.btnLoad.Name = "btnLoad";
- //
- // barLargeButtonItem9
- //
- this.barLargeButtonItem9.Caption = "瀹℃牳";
- this.barLargeButtonItem9.Id = 13;
- this.barLargeButtonItem9.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.checkbox2_16x16;
- this.barLargeButtonItem9.ImageOptions.LargeImage = global::Gs.DevApp.Properties.Resources.checkbox2_32x32;
- this.barLargeButtonItem9.ItemAppearance.Normal.Font = new System.Drawing.Font("Tahoma", 10F);
- this.barLargeButtonItem9.ItemAppearance.Normal.Options.UseFont = true;
- this.barLargeButtonItem9.Name = "barLargeButtonItem9";
- //
- // barLargeButtonItem10
- //
- this.barLargeButtonItem10.Caption = "鍙嶅鏍�";
- this.barLargeButtonItem10.Id = 14;
- this.barLargeButtonItem10.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.forcetesting_16x16;
- this.barLargeButtonItem10.ImageOptions.LargeImage = global::Gs.DevApp.Properties.Resources.forcetesting_32x32;
- this.barLargeButtonItem10.ItemAppearance.Normal.Font = new System.Drawing.Font("Tahoma", 10F);
- this.barLargeButtonItem10.ItemAppearance.Normal.Options.UseFont = true;
- this.barLargeButtonItem10.Name = "barLargeButtonItem10";
+ this.btnLoad.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
//
// btnDel
//
@@ -239,55 +203,119 @@
this.btnDel.ItemAppearance.Normal.Font = new System.Drawing.Font("Tahoma", 10F);
this.btnDel.ItemAppearance.Normal.Options.UseFont = true;
this.btnDel.Name = "btnDel";
+ this.btnDel.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
//
- // barLargeButtonItem1
+ // btnChk
//
- this.barLargeButtonItem1.Caption = "鎵撳嵃";
- this.barLargeButtonItem1.Id = 15;
- this.barLargeButtonItem1.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("barLargeButtonItem1.ImageOptions.Image")));
- this.barLargeButtonItem1.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("barLargeButtonItem1.ImageOptions.LargeImage")));
- this.barLargeButtonItem1.ItemAppearance.Normal.Font = new System.Drawing.Font("Tahoma", 10F);
- this.barLargeButtonItem1.ItemAppearance.Normal.Options.UseFont = true;
- this.barLargeButtonItem1.Name = "barLargeButtonItem1";
+ this.btnChk.Caption = "瀹℃牳";
+ this.btnChk.Id = 13;
+ this.btnChk.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.checkbox2_16x16;
+ this.btnChk.ImageOptions.LargeImage = global::Gs.DevApp.Properties.Resources.checkbox2_32x32;
+ this.btnChk.ItemAppearance.Normal.Font = new System.Drawing.Font("Tahoma", 10F);
+ this.btnChk.ItemAppearance.Normal.Options.UseFont = true;
+ this.btnChk.Name = "btnChk";
+ this.btnChk.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
//
- // barLargeButtonItem2
+ // btnFchk
//
- this.barLargeButtonItem2.Caption = "鍚堝苟";
- this.barLargeButtonItem2.Id = 16;
- this.barLargeButtonItem2.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("barLargeButtonItem2.ImageOptions.Image")));
- this.barLargeButtonItem2.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("barLargeButtonItem2.ImageOptions.LargeImage")));
- this.barLargeButtonItem2.ItemAppearance.Normal.Font = new System.Drawing.Font("Tahoma", 10F);
- this.barLargeButtonItem2.ItemAppearance.Normal.Options.UseFont = true;
- this.barLargeButtonItem2.Name = "barLargeButtonItem2";
+ this.btnFchk.Caption = "鍙嶅鏍�";
+ this.btnFchk.Id = 14;
+ this.btnFchk.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.forcetesting_16x16;
+ this.btnFchk.ImageOptions.LargeImage = global::Gs.DevApp.Properties.Resources.forcetesting_32x32;
+ this.btnFchk.ItemAppearance.Normal.Font = new System.Drawing.Font("Tahoma", 10F);
+ this.btnFchk.ItemAppearance.Normal.Options.UseFont = true;
+ this.btnFchk.Name = "btnFchk";
+ this.btnFchk.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
//
- // barLargeButtonItem8
+ // btnPrint
//
- this.barLargeButtonItem8.Caption = "瀵煎嚭";
- this.barLargeButtonItem8.Description = "瀵煎嚭";
- this.barLargeButtonItem8.Id = 12;
- this.barLargeButtonItem8.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("barLargeButtonItem8.ImageOptions.Image")));
- this.barLargeButtonItem8.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("barLargeButtonItem8.ImageOptions.LargeImage")));
- this.barLargeButtonItem8.ItemAppearance.Normal.Font = new System.Drawing.Font("Tahoma", 10F);
- this.barLargeButtonItem8.ItemAppearance.Normal.Options.UseFont = true;
- this.barLargeButtonItem8.Name = "barLargeButtonItem8";
+ this.btnPrint.Caption = "鎵撳嵃";
+ this.btnPrint.Id = 15;
+ this.btnPrint.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnPrint.ImageOptions.Image")));
+ this.btnPrint.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("btnPrint.ImageOptions.LargeImage")));
+ this.btnPrint.ItemAppearance.Normal.Font = new System.Drawing.Font("Tahoma", 10F);
+ this.btnPrint.ItemAppearance.Normal.Options.UseFont = true;
+ this.btnPrint.Name = "btnPrint";
+ this.btnPrint.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
//
- // barLargeButtonItem3
+ // btnHb
//
- this.barLargeButtonItem3.Caption = "瀵煎叆";
- this.barLargeButtonItem3.Id = 17;
- this.barLargeButtonItem3.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("barLargeButtonItem3.ImageOptions.Image")));
- this.barLargeButtonItem3.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("barLargeButtonItem3.ImageOptions.LargeImage")));
- this.barLargeButtonItem3.ItemAppearance.Normal.Font = new System.Drawing.Font("Tahoma", 10F);
- this.barLargeButtonItem3.ItemAppearance.Normal.Options.UseFont = true;
- this.barLargeButtonItem3.Name = "barLargeButtonItem3";
+ this.btnHb.Caption = "鍚堝苟";
+ this.btnHb.Id = 16;
+ this.btnHb.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnHb.ImageOptions.Image")));
+ this.btnHb.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("btnHb.ImageOptions.LargeImage")));
+ this.btnHb.ItemAppearance.Normal.Font = new System.Drawing.Font("Tahoma", 10F);
+ this.btnHb.ItemAppearance.Normal.Options.UseFont = true;
+ this.btnHb.Name = "btnHb";
+ this.btnHb.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
//
- // barLargeButtonItem4
+ // btnOut
//
- this.barLargeButtonItem4.Caption = "鏃ュ織";
- this.barLargeButtonItem4.Id = 18;
- this.barLargeButtonItem4.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.salesperiodlifetime_16x16;
- this.barLargeButtonItem4.ImageOptions.LargeImage = global::Gs.DevApp.Properties.Resources.salesperiodlifetime_32x32;
- this.barLargeButtonItem4.Name = "barLargeButtonItem4";
+ 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 = "鏃ュ織";
+ this.btnLog.Id = 18;
+ this.btnLog.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.salesperiodlifetime_16x16;
+ this.btnLog.ImageOptions.LargeImage = global::Gs.DevApp.Properties.Resources.salesperiodlifetime_32x32;
+ this.btnLog.Name = "btnLog";
+ this.btnLog.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
+ //
+ // btnKG
+ //
+ this.btnKG.Caption = "寮�宸�";
+ this.btnKG.Id = 19;
+ this.btnKG.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnKG.ImageOptions.Image")));
+ this.btnKG.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("btnKG.ImageOptions.LargeImage")));
+ this.btnKG.Name = "btnKG";
+ this.btnKG.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
+ //
+ // btnReport
+ //
+ this.btnReport.Caption = "鎶ヨ〃";
+ this.btnReport.Id = 22;
+ this.btnReport.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnReport.ImageOptions.Image")));
+ this.btnReport.Name = "btnReport";
+ this.btnReport.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
+ this.btnReport.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
+ //
+ // btnQuery
+ //
+ this.btnQuery.Caption = "鏌ヨ";
+ this.btnQuery.Id = 23;
+ this.btnQuery.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.zoom100_16x16;
+ this.btnQuery.ImageOptions.LargeImage = global::Gs.DevApp.Properties.Resources.zoom100_32x32;
+ this.btnQuery.Name = "btnQuery";
+ this.btnQuery.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
+ //
+ // btnRole
+ //
+ this.btnRole.Caption = "淇濆瓨鏉冮檺";
+ this.btnRole.Id = 21;
+ this.btnRole.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.editrangepermission_16x16;
+ this.btnRole.ImageOptions.LargeImage = global::Gs.DevApp.Properties.Resources.editrangepermission_32x32;
+ this.btnRole.Name = "btnRole";
+ this.btnRole.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
//
// barDockControlTop
//
@@ -295,35 +323,23 @@
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(1119, 74);
+ this.barDockControlTop.Size = new System.Drawing.Size(1293, 74);
//
// barDockControlBottom
//
this.barDockControlBottom.CausesValidation = false;
this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.barDockControlBottom.Location = new System.Drawing.Point(0, 72);
+ this.barDockControlBottom.Location = new System.Drawing.Point(0, 77);
this.barDockControlBottom.Manager = this.barManager1;
- this.barDockControlBottom.Size = new System.Drawing.Size(1119, 0);
+ this.barDockControlBottom.Size = new System.Drawing.Size(1293, 0);
//
// barDockControlRight
//
this.barDockControlRight.CausesValidation = false;
this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
- this.barDockControlRight.Location = new System.Drawing.Point(1119, 74);
+ this.barDockControlRight.Location = new System.Drawing.Point(1293, 74);
this.barDockControlRight.Manager = this.barManager1;
- this.barDockControlRight.Size = new System.Drawing.Size(0, 0);
- //
- // bar3
- //
- this.bar3.BarName = "Status bar";
- this.bar3.CanDockStyle = DevExpress.XtraBars.BarCanDockStyle.Bottom;
- this.bar3.DockCol = 0;
- this.bar3.DockRow = 0;
- this.bar3.DockStyle = DevExpress.XtraBars.BarDockStyle.Bottom;
- this.bar3.OptionsBar.AllowQuickCustomization = false;
- this.bar3.OptionsBar.DrawDragBorder = false;
- this.bar3.OptionsBar.UseWholeRow = true;
- this.bar3.Text = "Status bar";
+ this.barDockControlRight.Size = new System.Drawing.Size(0, 3);
//
// ToolBarMenu
//
@@ -334,7 +350,7 @@
this.Controls.Add(this.barDockControlBottom);
this.Controls.Add(this.barDockControlTop);
this.Name = "ToolBarMenu";
- this.Size = new System.Drawing.Size(1119, 72);
+ this.Size = new System.Drawing.Size(1293, 77);
((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
@@ -342,9 +358,6 @@
}
#endregion
-
- private DevExpress.XtraBars.Bar bar4;
- private DevExpress.XtraBars.Bar bar1;
private DevExpress.XtraBars.BarButtonItem barButtonItem2;
private DevExpress.XtraBars.BarButtonItem barButtonItem1;
private DevExpress.XtraBars.BarDockControl barDockControlLeft;
@@ -354,19 +367,21 @@
private DevExpress.XtraBars.BarLargeButtonItem btnDel;
private DevExpress.XtraBars.BarLargeButtonItem btnEdit;
private DevExpress.XtraBars.BarLargeButtonItem btnSave;
- private DevExpress.XtraBars.BarLargeButtonItem btnView;
- private DevExpress.XtraBars.BarLargeButtonItem barLargeButtonItem6;
+ private DevExpress.XtraBars.BarLargeButtonItem btnEsc;
private DevExpress.XtraBars.BarLargeButtonItem btnLoad;
- private DevExpress.XtraBars.BarLargeButtonItem barLargeButtonItem8;
- private DevExpress.XtraBars.BarLargeButtonItem barLargeButtonItem9;
- private DevExpress.XtraBars.BarLargeButtonItem barLargeButtonItem10;
+ private DevExpress.XtraBars.BarLargeButtonItem btnOut;
+ private DevExpress.XtraBars.BarLargeButtonItem btnChk;
+ private DevExpress.XtraBars.BarLargeButtonItem btnFchk;
private DevExpress.XtraBars.BarDockControl barDockControlTop;
private DevExpress.XtraBars.BarDockControl barDockControlBottom;
private DevExpress.XtraBars.BarDockControl barDockControlRight;
- private DevExpress.XtraBars.Bar bar3;
- private DevExpress.XtraBars.BarLargeButtonItem barLargeButtonItem1;
- private DevExpress.XtraBars.BarLargeButtonItem barLargeButtonItem2;
- private DevExpress.XtraBars.BarLargeButtonItem barLargeButtonItem3;
- private DevExpress.XtraBars.BarLargeButtonItem barLargeButtonItem4;
+ private DevExpress.XtraBars.BarLargeButtonItem btnPrint;
+ private DevExpress.XtraBars.BarLargeButtonItem btnHb;
+ private DevExpress.XtraBars.BarLargeButtonItem btnIn;
+ private DevExpress.XtraBars.BarLargeButtonItem btnLog;
+ private DevExpress.XtraBars.BarLargeButtonItem btnKG;
+ private DevExpress.XtraBars.BarLargeButtonItem btnRole;
+ private DevExpress.XtraBars.BarLargeButtonItem btnReport;
+ private DevExpress.XtraBars.BarLargeButtonItem btnQuery;
}
}
--
Gitblit v1.9.3