From 2ba8bd4b8e381e173e10d69396a744708b2f32e5 Mon Sep 17 00:00:00 2001 From: lg <999544862qq.com> Date: 星期五, 30 八月 2024 11:05:55 +0800 Subject: [PATCH] 用户管理 --- DevApp/Gs.DevApp/UserControl/ToolBarMenu.Designer.cs | 111 ++++++++++++++++++++++++++++++++++++++++++++----------- 1 files changed, 88 insertions(+), 23 deletions(-) diff --git a/DevApp/Gs.DevApp/UserControl/ToolBarMenu.Designer.cs b/DevApp/Gs.DevApp/UserControl/ToolBarMenu.Designer.cs index 2213bb1..9de23ef 100644 --- a/DevApp/Gs.DevApp/UserControl/ToolBarMenu.Designer.cs +++ b/DevApp/Gs.DevApp/UserControl/ToolBarMenu.Designer.cs @@ -30,6 +30,7 @@ private void InitializeComponent() { 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(); @@ -44,9 +45,12 @@ this.btnView = new DevExpress.XtraBars.BarLargeButtonItem(); this.barLargeButtonItem6 = new DevExpress.XtraBars.BarLargeButtonItem(); this.btnLoad = new DevExpress.XtraBars.BarLargeButtonItem(); - this.barLargeButtonItem8 = new DevExpress.XtraBars.BarLargeButtonItem(); this.barLargeButtonItem9 = new DevExpress.XtraBars.BarLargeButtonItem(); this.barLargeButtonItem10 = 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.barDockControlTop = new DevExpress.XtraBars.BarDockControl(); this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl(); this.barDockControlRight = new DevExpress.XtraBars.BarDockControl(); @@ -85,9 +89,9 @@ // this.barDockControlLeft.CausesValidation = false; this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left; - this.barDockControlLeft.Location = new System.Drawing.Point(0, 71); + this.barDockControlLeft.Location = new System.Drawing.Point(0, 74); this.barDockControlLeft.Manager = this.barManager1; - this.barDockControlLeft.Size = new System.Drawing.Size(0, 79); + this.barDockControlLeft.Size = new System.Drawing.Size(0, 0); // // barManager1 // @@ -110,9 +114,12 @@ this.barButtonItem2, this.barLargeButtonItem8, this.barLargeButtonItem9, - this.barLargeButtonItem10}); + this.barLargeButtonItem10, + this.barLargeButtonItem1, + this.barLargeButtonItem2, + this.barLargeButtonItem3}); this.barManager1.MainMenu = this.bar2; - this.barManager1.MaxItemId = 15; + this.barManager1.MaxItemId = 18; // // bar2 // @@ -128,9 +135,12 @@ 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.btnLoad), - new DevExpress.XtraBars.LinkPersistInfo(this.barLargeButtonItem8), new DevExpress.XtraBars.LinkPersistInfo(this.barLargeButtonItem9), - new DevExpress.XtraBars.LinkPersistInfo(this.barLargeButtonItem10)}); + new DevExpress.XtraBars.LinkPersistInfo(this.barLargeButtonItem10), + new DevExpress.XtraBars.LinkPersistInfo(this.barLargeButtonItem1), + new DevExpress.XtraBars.LinkPersistInfo(this.barLargeButtonItem2), + new DevExpress.XtraBars.LinkPersistInfo(this.barLargeButtonItem8), + new DevExpress.XtraBars.LinkPersistInfo(this.barLargeButtonItem3)}); this.bar2.OptionsBar.MultiLine = true; this.bar2.OptionsBar.UseWholeRow = true; this.bar2.Text = "Main menu"; @@ -141,6 +151,10 @@ this.btnAdd.Id = 3; this.btnAdd.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.trackingchanges_allmarkup_16x16; this.btnAdd.ImageOptions.LargeImage = global::Gs.DevApp.Properties.Resources.trackingchanges_allmarkup_32x32; + this.btnAdd.ItemAppearance.Normal.Font = new System.Drawing.Font("Tahoma", 10F); + this.btnAdd.ItemAppearance.Normal.Options.UseFont = true; + this.btnAdd.ItemInMenuAppearance.Normal.Font = new System.Drawing.Font("Tahoma", 12F); + this.btnAdd.ItemInMenuAppearance.Normal.Options.UseFont = true; this.btnAdd.Name = "btnAdd"; // // btnDel @@ -149,6 +163,8 @@ this.btnDel.Id = 4; this.btnDel.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.removegroupfooter_16x16; this.btnDel.ImageOptions.LargeImage = global::Gs.DevApp.Properties.Resources.removegroupfooter_32x32; + this.btnDel.ItemAppearance.Normal.Font = new System.Drawing.Font("Tahoma", 10F); + this.btnDel.ItemAppearance.Normal.Options.UseFont = true; this.btnDel.Name = "btnDel"; // // btnEdit @@ -157,6 +173,8 @@ this.btnEdit.Id = 5; this.btnEdit.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.trackingchanges_trackchanges_16x16; this.btnEdit.ImageOptions.LargeImage = global::Gs.DevApp.Properties.Resources.trackingchanges_trackchanges_32x32; + this.btnEdit.ItemAppearance.Normal.Font = new System.Drawing.Font("Tahoma", 10F); + this.btnEdit.ItemAppearance.Normal.Options.UseFont = true; this.btnEdit.Name = "btnEdit"; // // btnSave @@ -165,6 +183,8 @@ this.btnSave.Id = 6; this.btnSave.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.exportfile_16x16; this.btnSave.ImageOptions.LargeImage = global::Gs.DevApp.Properties.Resources.exportfile_32x32; + this.btnSave.ItemAppearance.Normal.Font = new System.Drawing.Font("Tahoma", 10F); + this.btnSave.ItemAppearance.Normal.Options.UseFont = true; this.btnSave.Name = "btnSave"; // // btnView @@ -173,14 +193,18 @@ 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 = global::Gs.DevApp.Properties.Resources.renamedatasource_16x16; - this.barLargeButtonItem6.ImageOptions.LargeImage = global::Gs.DevApp.Properties.Resources.renamedatasource_32x32; + 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"; // // btnLoad @@ -189,16 +213,9 @@ this.btnLoad.Id = 10; this.btnLoad.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.convert_16x16; this.btnLoad.ImageOptions.LargeImage = global::Gs.DevApp.Properties.Resources.convert_32x32; + this.btnLoad.ItemAppearance.Normal.Font = new System.Drawing.Font("Tahoma", 10F); + this.btnLoad.ItemAppearance.Normal.Options.UseFont = true; this.btnLoad.Name = "btnLoad"; - // - // barLargeButtonItem8 - // - this.barLargeButtonItem8.Caption = "瀵煎嚭"; - this.barLargeButtonItem8.Description = "瀵煎嚭"; - this.barLargeButtonItem8.Id = 12; - this.barLargeButtonItem8.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.converttorange_16x16; - this.barLargeButtonItem8.ImageOptions.LargeImage = global::Gs.DevApp.Properties.Resources.converttorange_32x32; - this.barLargeButtonItem8.Name = "barLargeButtonItem8"; // // barLargeButtonItem9 // @@ -206,6 +223,8 @@ 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 @@ -214,7 +233,50 @@ 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"; + // + // barLargeButtonItem1 + // + 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"; + // + // barLargeButtonItem2 + // + 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"; + // + // barLargeButtonItem8 + // + 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"; + // + // barLargeButtonItem3 + // + 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"; // // barDockControlTop // @@ -222,13 +284,13 @@ 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(926, 71); + this.barDockControlTop.Size = new System.Drawing.Size(926, 74); // // barDockControlBottom // this.barDockControlBottom.CausesValidation = false; this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom; - this.barDockControlBottom.Location = new System.Drawing.Point(0, 150); + this.barDockControlBottom.Location = new System.Drawing.Point(0, 72); this.barDockControlBottom.Manager = this.barManager1; this.barDockControlBottom.Size = new System.Drawing.Size(926, 0); // @@ -236,9 +298,9 @@ // this.barDockControlRight.CausesValidation = false; this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right; - this.barDockControlRight.Location = new System.Drawing.Point(926, 71); + this.barDockControlRight.Location = new System.Drawing.Point(926, 74); this.barDockControlRight.Manager = this.barManager1; - this.barDockControlRight.Size = new System.Drawing.Size(0, 79); + this.barDockControlRight.Size = new System.Drawing.Size(0, 0); // // bar3 // @@ -261,7 +323,7 @@ this.Controls.Add(this.barDockControlBottom); this.Controls.Add(this.barDockControlTop); this.Name = "ToolBarMenu"; - this.Size = new System.Drawing.Size(926, 150); + this.Size = new System.Drawing.Size(926, 72); ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); @@ -291,5 +353,8 @@ 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; } } -- Gitblit v1.9.3