From d1a63b39790b21a84c3c838e34b7504c3fb420c4 Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期三, 11 十二月 2024 08:10:16 +0800
Subject: [PATCH] 1
---
DevApp/Gs.DevApp/DevFrm/FrmMain.cs | 2
DevApp/Gs.DevApp/DevFrm/FrmMain.Designer.cs | 320 +++++++--------------------------------------
DevApp/Gs.DevApp/DevFrm/FrmMain.resx | 70 +--------
3 files changed, 64 insertions(+), 328 deletions(-)
diff --git a/DevApp/Gs.DevApp/DevFrm/FrmMain.Designer.cs b/DevApp/Gs.DevApp/DevFrm/FrmMain.Designer.cs
index acb2682..351e00b 100644
--- a/DevApp/Gs.DevApp/DevFrm/FrmMain.Designer.cs
+++ b/DevApp/Gs.DevApp/DevFrm/FrmMain.Designer.cs
@@ -33,64 +33,43 @@
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmMain));
this.fluentDesignFormContainer1 = new DevExpress.XtraBars.FluentDesignSystem.FluentDesignFormContainer();
this.tab = new DevExpress.XtraTab.XtraTabControl();
- this.statusStrip1 = new System.Windows.Forms.StatusStrip();
+ this.strp1 = new System.Windows.Forms.StatusStrip();
this.tooLoading = new System.Windows.Forms.ToolStripStatusLabel();
- this.toolStripStatusLabel4 = new System.Windows.Forms.ToolStripStatusLabel();
- this.toolStripStatusLabel3 = new System.Windows.Forms.ToolStripStatusLabel();
- this.toolStripStatusLabel2 = new System.Windows.Forms.ToolStripStatusLabel();
- this.toolStripStatusLabel5 = new System.Windows.Forms.ToolStripStatusLabel();
+ this.toolZhiChi = new System.Windows.Forms.ToolStripStatusLabel();
this.toolTime = new System.Windows.Forms.ToolStripStatusLabel();
this.fluentDesignFormControl1 = new DevExpress.XtraBars.FluentDesignSystem.FluentDesignFormControl();
- this.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem();
- this.barCheckItem1 = new DevExpress.XtraBars.BarCheckItem();
- this.barButtonItem2 = new DevExpress.XtraBars.BarButtonItem();
- this.barButtonItem3 = new DevExpress.XtraBars.BarButtonItem();
this.barSubItem1 = new DevExpress.XtraBars.BarSubItem();
- this.barButtonItem4 = new DevExpress.XtraBars.BarButtonItem();
this.barSubItem2 = new DevExpress.XtraBars.BarSubItem();
this.barAbout = new DevExpress.XtraBars.BarSubItem();
this.barUs = new DevExpress.XtraBars.BarButtonItem();
this.barHelp = new DevExpress.XtraBars.BarButtonItem();
this.barEasy = new DevExpress.XtraBars.BarButtonItem();
- this.barButtonItem7 = new DevExpress.XtraBars.BarButtonItem();
- this.barHeaderItem1 = new DevExpress.XtraBars.BarHeaderItem();
- this.barLargeButtonItem1 = new DevExpress.XtraBars.BarLargeButtonItem();
- this.barMdiChildrenListItem1 = new DevExpress.XtraBars.BarMdiChildrenListItem();
- this.barButtonItem8 = new DevExpress.XtraBars.BarButtonItem();
- this.barLinkContainerItem1 = new DevExpress.XtraBars.BarLinkContainerItem();
- this.barDockingMenuItem1 = new DevExpress.XtraBars.BarDockingMenuItem();
- this.barListItem1 = new DevExpress.XtraBars.BarListItem();
- this.barListItem2 = new DevExpress.XtraBars.BarListItem();
this.barMy = new DevExpress.XtraBars.BarSubItem();
this.barExit = new DevExpress.XtraBars.BarButtonItem();
this.barPwd = new DevExpress.XtraBars.BarButtonItem();
- this.barSubItem3 = new DevExpress.XtraBars.BarSubItem();
this.barToggleSwitchItem1 = new DevExpress.XtraBars.BarToggleSwitchItem();
this.barToolbarsListItem1 = new DevExpress.XtraBars.BarToolbarsListItem();
- this.barMdiChildrenListItem2 = new DevExpress.XtraBars.BarMdiChildrenListItem();
this.barMsg = new DevExpress.XtraBars.BarListItem();
- this.barHeaderItem2 = new DevExpress.XtraBars.BarHeaderItem();
- this.barListItem4 = new DevExpress.XtraBars.BarListItem();
- this.barButtonItem5 = new DevExpress.XtraBars.BarButtonItem();
+ this.barMsgXf = new DevExpress.XtraBars.BarButtonItem();
this.barSubItem4 = new DevExpress.XtraBars.BarSubItem();
- this.fluentFormDefaultManager1 = new DevExpress.XtraBars.FluentDesignSystem.FluentFormDefaultManager(this.components);
+ this.fdm1 = new DevExpress.XtraBars.FluentDesignSystem.FluentFormDefaultManager(this.components);
this.acrd = new DevExpress.XtraBars.Navigation.AccordionControl();
- this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
+ this.cms1 = new System.Windows.Forms.ContextMenuStrip(this.components);
this.tabCloseCurrent = new System.Windows.Forms.ToolStripMenuItem();
this.tabCloseAll = new System.Windows.Forms.ToolStripMenuItem();
this.fluentDesignFormContainer1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.tab)).BeginInit();
- this.statusStrip1.SuspendLayout();
+ this.strp1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.fluentDesignFormControl1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.fluentFormDefaultManager1)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.fdm1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.acrd)).BeginInit();
- this.contextMenuStrip1.SuspendLayout();
+ this.cms1.SuspendLayout();
this.SuspendLayout();
//
// fluentDesignFormContainer1
//
this.fluentDesignFormContainer1.Controls.Add(this.tab);
- this.fluentDesignFormContainer1.Controls.Add(this.statusStrip1);
+ this.fluentDesignFormContainer1.Controls.Add(this.strp1);
this.fluentDesignFormContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
this.fluentDesignFormContainer1.Location = new System.Drawing.Point(208, 39);
this.fluentDesignFormContainer1.Name = "fluentDesignFormContainer1";
@@ -108,21 +87,18 @@
this.tab.Size = new System.Drawing.Size(806, 701);
this.tab.TabIndex = 4;
//
- // statusStrip1
+ // strp1
//
- this.statusStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
- this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
+ this.strp1.ImageScalingSize = new System.Drawing.Size(20, 20);
+ this.strp1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tooLoading,
- this.toolStripStatusLabel4,
- this.toolStripStatusLabel3,
- this.toolStripStatusLabel2,
- this.toolStripStatusLabel5,
+ this.toolZhiChi,
this.toolTime});
- this.statusStrip1.Location = new System.Drawing.Point(0, 701);
- this.statusStrip1.Name = "statusStrip1";
- this.statusStrip1.Size = new System.Drawing.Size(806, 26);
- this.statusStrip1.TabIndex = 5;
- this.statusStrip1.Text = "statusStrip1";
+ this.strp1.Location = new System.Drawing.Point(0, 701);
+ this.strp1.Name = "strp1";
+ this.strp1.Size = new System.Drawing.Size(806, 26);
+ this.strp1.TabIndex = 5;
+ this.strp1.Text = "statusStrip1";
//
// tooLoading
//
@@ -131,29 +107,12 @@
this.tooLoading.Size = new System.Drawing.Size(119, 20);
this.tooLoading.Text = "閲嶆柊鍔犺浇绯荤粺";
//
- // toolStripStatusLabel4
+ // toolZhiChi
//
- this.toolStripStatusLabel4.Name = "toolStripStatusLabel4";
- this.toolStripStatusLabel4.Size = new System.Drawing.Size(17, 20);
- this.toolStripStatusLabel4.Text = " ";
- //
- // toolStripStatusLabel3
- //
- this.toolStripStatusLabel3.Image = global::Gs.DevApp.Properties.Resources.user_16x16;
- this.toolStripStatusLabel3.Name = "toolStripStatusLabel3";
- this.toolStripStatusLabel3.Size = new System.Drawing.Size(20, 20);
- //
- // toolStripStatusLabel2
- //
- this.toolStripStatusLabel2.Name = "toolStripStatusLabel2";
- this.toolStripStatusLabel2.Size = new System.Drawing.Size(174, 20);
- this.toolStripStatusLabel2.Text = "鎶�鏈敮鎸侊細瀹佹尝骞挎繁绉戞妧";
- //
- // toolStripStatusLabel5
- //
- this.toolStripStatusLabel5.Name = "toolStripStatusLabel5";
- this.toolStripStatusLabel5.Size = new System.Drawing.Size(17, 20);
- this.toolStripStatusLabel5.Text = " ";
+ this.toolZhiChi.Image = global::Gs.DevApp.Properties.Resources.user_16x16;
+ this.toolZhiChi.Name = "toolZhiChi";
+ this.toolZhiChi.Size = new System.Drawing.Size(194, 20);
+ this.toolZhiChi.Text = "鎶�鏈敮鎸侊細瀹佹尝骞挎繁绉戞妧";
//
// toolTime
//
@@ -166,75 +125,30 @@
//
this.fluentDesignFormControl1.FluentDesignForm = this;
this.fluentDesignFormControl1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
- this.barButtonItem1,
- this.barCheckItem1,
- this.barButtonItem2,
- this.barButtonItem3,
this.barSubItem1,
- this.barButtonItem4,
this.barSubItem2,
this.barAbout,
this.barUs,
this.barHelp,
- this.barButtonItem7,
- this.barHeaderItem1,
- this.barLargeButtonItem1,
- this.barMdiChildrenListItem1,
- this.barButtonItem8,
- this.barLinkContainerItem1,
- this.barDockingMenuItem1,
- this.barListItem1,
- this.barListItem2,
this.barMy,
- this.barSubItem3,
this.barToggleSwitchItem1,
this.barToolbarsListItem1,
- this.barMdiChildrenListItem2,
this.barExit,
this.barPwd,
this.barMsg,
- this.barHeaderItem2,
- this.barListItem4,
- this.barButtonItem5,
+ this.barMsgXf,
this.barSubItem4,
this.barEasy});
this.fluentDesignFormControl1.Location = new System.Drawing.Point(0, 0);
- this.fluentDesignFormControl1.Manager = this.fluentFormDefaultManager1;
+ this.fluentDesignFormControl1.Manager = this.fdm1;
this.fluentDesignFormControl1.Name = "fluentDesignFormControl1";
this.fluentDesignFormControl1.Size = new System.Drawing.Size(1014, 39);
this.fluentDesignFormControl1.TabIndex = 2;
this.fluentDesignFormControl1.TabStop = false;
this.fluentDesignFormControl1.TitleItemLinks.Add(this.barAbout);
this.fluentDesignFormControl1.TitleItemLinks.Add(this.barMy);
- this.fluentDesignFormControl1.TitleItemLinks.Add(this.barButtonItem5);
+ this.fluentDesignFormControl1.TitleItemLinks.Add(this.barMsgXf);
this.fluentDesignFormControl1.TitleItemLinks.Add(this.barMsg);
- //
- // barButtonItem1
- //
- this.barButtonItem1.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
- this.barButtonItem1.Caption = "barButtonItem1";
- this.barButtonItem1.Id = 0;
- this.barButtonItem1.Name = "barButtonItem1";
- //
- // barCheckItem1
- //
- this.barCheckItem1.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
- this.barCheckItem1.Caption = "barCheckItem1";
- this.barCheckItem1.Id = 1;
- this.barCheckItem1.Name = "barCheckItem1";
- //
- // barButtonItem2
- //
- this.barButtonItem2.Caption = "barButtonItem2";
- this.barButtonItem2.Id = 2;
- this.barButtonItem2.Name = "barButtonItem2";
- //
- // barButtonItem3
- //
- this.barButtonItem3.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
- this.barButtonItem3.Caption = "barButtonItem3";
- this.barButtonItem3.Id = 3;
- this.barButtonItem3.Name = "barButtonItem3";
//
// barSubItem1
//
@@ -242,16 +156,6 @@
this.barSubItem1.Caption = "barSubItem1";
this.barSubItem1.Id = 4;
this.barSubItem1.Name = "barSubItem1";
- //
- // barButtonItem4
- //
- this.barButtonItem4.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
- this.barButtonItem4.Caption = "鎴戠殑";
- this.barButtonItem4.Id = 5;
- this.barButtonItem4.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("barButtonItem4.ImageOptions.Image")));
- this.barButtonItem4.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("barButtonItem4.ImageOptions.LargeImage")));
- this.barButtonItem4.Name = "barButtonItem4";
- this.barButtonItem4.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
//
// barSubItem2
//
@@ -293,60 +197,6 @@
this.barEasy.Id = 33;
this.barEasy.Name = "barEasy";
//
- // barButtonItem7
- //
- this.barButtonItem7.Caption = "barButtonItem7";
- this.barButtonItem7.Id = 10;
- this.barButtonItem7.Name = "barButtonItem7";
- //
- // barHeaderItem1
- //
- this.barHeaderItem1.Caption = "Hi,闄嗗伐锛�";
- this.barHeaderItem1.Id = 11;
- this.barHeaderItem1.Name = "barHeaderItem1";
- //
- // barLargeButtonItem1
- //
- this.barLargeButtonItem1.Caption = "barLargeButtonItem1";
- this.barLargeButtonItem1.Id = 12;
- this.barLargeButtonItem1.Name = "barLargeButtonItem1";
- //
- // barMdiChildrenListItem1
- //
- this.barMdiChildrenListItem1.Caption = "barMdiChildrenListItem1";
- this.barMdiChildrenListItem1.Id = 13;
- this.barMdiChildrenListItem1.Name = "barMdiChildrenListItem1";
- //
- // barButtonItem8
- //
- this.barButtonItem8.Caption = "barButtonItem8";
- this.barButtonItem8.Id = 14;
- this.barButtonItem8.Name = "barButtonItem8";
- //
- // barLinkContainerItem1
- //
- this.barLinkContainerItem1.Caption = "barLinkContainerItem1";
- this.barLinkContainerItem1.Id = 15;
- this.barLinkContainerItem1.Name = "barLinkContainerItem1";
- //
- // barDockingMenuItem1
- //
- this.barDockingMenuItem1.Caption = "barDockingMenuItem1";
- this.barDockingMenuItem1.Id = 16;
- this.barDockingMenuItem1.Name = "barDockingMenuItem1";
- //
- // barListItem1
- //
- this.barListItem1.Caption = "barListItem1";
- this.barListItem1.Id = 17;
- this.barListItem1.Name = "barListItem1";
- //
- // barListItem2
- //
- this.barListItem2.Caption = "浣犲綋鍓嶅叡鏈�0鏉℃秷鎭湭澶勭悊";
- this.barListItem2.Id = 18;
- this.barListItem2.Name = "barListItem2";
- //
// barMy
//
this.barMy.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
@@ -372,13 +222,6 @@
this.barPwd.Id = 26;
this.barPwd.Name = "barPwd";
//
- // barSubItem3
- //
- this.barSubItem3.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
- this.barSubItem3.Caption = "barSubItem3";
- this.barSubItem3.Id = 21;
- this.barSubItem3.Name = "barSubItem3";
- //
// barToggleSwitchItem1
//
this.barToggleSwitchItem1.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
@@ -393,38 +236,19 @@
this.barToolbarsListItem1.Id = 23;
this.barToolbarsListItem1.Name = "barToolbarsListItem1";
//
- // barMdiChildrenListItem2
- //
- this.barMdiChildrenListItem2.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
- this.barMdiChildrenListItem2.Caption = "barMdiChildrenListItem2";
- this.barMdiChildrenListItem2.Id = 24;
- this.barMdiChildrenListItem2.Name = "barMdiChildrenListItem2";
- //
// barMsg
//
this.barMsg.Caption = "娆㈣繋浣跨敤EMS绯荤粺锛屼綘褰撳墠鍏辨湁";
this.barMsg.Id = 28;
this.barMsg.Name = "barMsg";
//
- // barHeaderItem2
+ // barMsgXf
//
- this.barHeaderItem2.Caption = "10鏉�";
- this.barHeaderItem2.Id = 29;
- this.barHeaderItem2.Name = "barHeaderItem2";
- //
- // barListItem4
- //
- this.barListItem4.Caption = "淇℃伅鏈鐞�";
- this.barListItem4.Id = 30;
- this.barListItem4.Name = "barListItem4";
- //
- // barButtonItem5
- //
- this.barButtonItem5.Caption = "barButtonItem5";
- this.barButtonItem5.Id = 31;
- this.barButtonItem5.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("barButtonItem5.ImageOptions.Image")));
- this.barButtonItem5.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("barButtonItem5.ImageOptions.LargeImage")));
- this.barButtonItem5.Name = "barButtonItem5";
+ this.barMsgXf.Caption = "barButtonItem5";
+ this.barMsgXf.Id = 31;
+ this.barMsgXf.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("barMsgXf.ImageOptions.Image")));
+ this.barMsgXf.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("barMsgXf.ImageOptions.LargeImage")));
+ this.barMsgXf.Name = "barMsgXf";
//
// barSubItem4
//
@@ -432,62 +256,47 @@
this.barSubItem4.Id = 32;
this.barSubItem4.Name = "barSubItem4";
//
- // fluentFormDefaultManager1
+ // fdm1
//
- this.fluentFormDefaultManager1.Form = this;
- this.fluentFormDefaultManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
- this.barButtonItem1,
- this.barCheckItem1,
- this.barButtonItem2,
- this.barButtonItem3,
+ this.fdm1.Form = this;
+ this.fdm1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
this.barSubItem1,
- this.barButtonItem4,
this.barSubItem2,
this.barAbout,
this.barUs,
this.barHelp,
- this.barButtonItem7,
- this.barHeaderItem1,
- this.barLargeButtonItem1,
- this.barMdiChildrenListItem1,
- this.barButtonItem8,
- this.barLinkContainerItem1,
- this.barDockingMenuItem1,
- this.barListItem1,
- this.barListItem2,
this.barMy,
- this.barSubItem3,
this.barToggleSwitchItem1,
this.barToolbarsListItem1,
- this.barMdiChildrenListItem2,
this.barExit,
this.barPwd,
this.barMsg,
- this.barHeaderItem2,
- this.barListItem4,
- this.barButtonItem5,
+ this.barMsgXf,
this.barSubItem4,
this.barEasy});
- this.fluentFormDefaultManager1.MaxItemId = 34;
+ this.fdm1.MaxItemId = 34;
//
// acrd
//
this.acrd.Dock = System.Windows.Forms.DockStyle.Left;
+ this.acrd.FilterText = "鏌ユ壘";
this.acrd.Location = new System.Drawing.Point(0, 39);
this.acrd.Name = "acrd";
+ this.acrd.OptionsMinimizing.AllowMinimizeMode = DevExpress.Utils.DefaultBoolean.True;
this.acrd.ScrollBarMode = DevExpress.XtraBars.Navigation.ScrollBarMode.Touch;
+ this.acrd.ShowFilterControl = DevExpress.XtraBars.Navigation.ShowFilterControl.Always;
this.acrd.Size = new System.Drawing.Size(208, 727);
this.acrd.TabIndex = 1;
this.acrd.ViewType = DevExpress.XtraBars.Navigation.AccordionControlViewType.HamburgerMenu;
//
- // contextMenuStrip1
+ // cms1
//
- this.contextMenuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
- this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
+ this.cms1.ImageScalingSize = new System.Drawing.Size(20, 20);
+ this.cms1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tabCloseCurrent,
this.tabCloseAll});
- this.contextMenuStrip1.Name = "contextMenuStrip1";
- this.contextMenuStrip1.Size = new System.Drawing.Size(158, 56);
+ this.cms1.Name = "contextMenuStrip1";
+ this.cms1.Size = new System.Drawing.Size(158, 56);
//
// tabCloseCurrent
//
@@ -521,12 +330,12 @@
this.fluentDesignFormContainer1.ResumeLayout(false);
this.fluentDesignFormContainer1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.tab)).EndInit();
- this.statusStrip1.ResumeLayout(false);
- this.statusStrip1.PerformLayout();
+ this.strp1.ResumeLayout(false);
+ this.strp1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.fluentDesignFormControl1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.fluentFormDefaultManager1)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.fdm1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.acrd)).EndInit();
- this.contextMenuStrip1.ResumeLayout(false);
+ this.cms1.ResumeLayout(false);
this.ResumeLayout(false);
}
@@ -534,50 +343,29 @@
#endregion
private DevExpress.XtraBars.FluentDesignSystem.FluentDesignFormContainer fluentDesignFormContainer1;
private DevExpress.XtraBars.FluentDesignSystem.FluentDesignFormControl fluentDesignFormControl1;
- private DevExpress.XtraBars.FluentDesignSystem.FluentFormDefaultManager fluentFormDefaultManager1;
- private DevExpress.XtraBars.BarButtonItem barButtonItem1;
- private DevExpress.XtraBars.BarCheckItem barCheckItem1;
- private DevExpress.XtraBars.BarButtonItem barButtonItem2;
+ private DevExpress.XtraBars.FluentDesignSystem.FluentFormDefaultManager fdm1;
private DevExpress.XtraTab.XtraTabControl tab;
- private System.Windows.Forms.StatusStrip statusStrip1;
- private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel2;
+ private System.Windows.Forms.StatusStrip strp1;
private DevExpress.XtraBars.Navigation.AccordionControl acrd;
- private DevExpress.XtraBars.BarButtonItem barButtonItem3;
private DevExpress.XtraBars.BarSubItem barSubItem1;
- private DevExpress.XtraBars.BarButtonItem barButtonItem4;
private DevExpress.XtraBars.BarSubItem barSubItem2;
private DevExpress.XtraBars.BarSubItem barAbout;
private DevExpress.XtraBars.BarButtonItem barUs;
private DevExpress.XtraBars.BarButtonItem barHelp;
- private DevExpress.XtraBars.BarButtonItem barButtonItem7;
- private DevExpress.XtraBars.BarHeaderItem barHeaderItem1;
- private DevExpress.XtraBars.BarLargeButtonItem barLargeButtonItem1;
- private DevExpress.XtraBars.BarMdiChildrenListItem barMdiChildrenListItem1;
- private DevExpress.XtraBars.BarButtonItem barButtonItem8;
- private DevExpress.XtraBars.BarLinkContainerItem barLinkContainerItem1;
- private DevExpress.XtraBars.BarDockingMenuItem barDockingMenuItem1;
- private DevExpress.XtraBars.BarListItem barListItem1;
- private DevExpress.XtraBars.BarListItem barListItem2;
private DevExpress.XtraBars.BarSubItem barMy;
- private DevExpress.XtraBars.BarSubItem barSubItem3;
private DevExpress.XtraBars.BarToggleSwitchItem barToggleSwitchItem1;
private DevExpress.XtraBars.BarToolbarsListItem barToolbarsListItem1;
- private DevExpress.XtraBars.BarMdiChildrenListItem barMdiChildrenListItem2;
private DevExpress.XtraBars.BarButtonItem barExit;
private DevExpress.XtraBars.BarButtonItem barPwd;
private DevExpress.XtraBars.BarListItem barMsg;
- private DevExpress.XtraBars.BarHeaderItem barHeaderItem2;
- private DevExpress.XtraBars.BarListItem barListItem4;
- private DevExpress.XtraBars.BarButtonItem barButtonItem5;
- private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel3;
+ private DevExpress.XtraBars.BarButtonItem barMsgXf;
private System.Windows.Forms.ToolStripStatusLabel toolTime;
private System.Windows.Forms.ToolStripStatusLabel tooLoading;
- private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel4;
- private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel5;
private DevExpress.XtraBars.BarButtonItem barEasy;
private DevExpress.XtraBars.BarSubItem barSubItem4;
- private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
+ private System.Windows.Forms.ContextMenuStrip cms1;
private System.Windows.Forms.ToolStripMenuItem tabCloseCurrent;
private System.Windows.Forms.ToolStripMenuItem tabCloseAll;
+ private System.Windows.Forms.ToolStripStatusLabel toolZhiChi;
}
}
\ No newline at end of file
diff --git a/DevApp/Gs.DevApp/DevFrm/FrmMain.cs b/DevApp/Gs.DevApp/DevFrm/FrmMain.cs
index 4047dce..42fd504 100644
--- a/DevApp/Gs.DevApp/DevFrm/FrmMain.cs
+++ b/DevApp/Gs.DevApp/DevFrm/FrmMain.cs
@@ -71,7 +71,7 @@
//TreeListHitInfo hInfo = treeList1.CalcHitInfo(new Point(e.X, e.Y));
//TreeListNode node = hInfo.Node;
//treeList1.FocusedNode = node;
- tab.ContextMenuStrip = contextMenuStrip1;
+ tab.ContextMenuStrip = cms1;
}
}
diff --git a/DevApp/Gs.DevApp/DevFrm/FrmMain.resx b/DevApp/Gs.DevApp/DevFrm/FrmMain.resx
index 0388eb0..8332948 100644
--- a/DevApp/Gs.DevApp/DevFrm/FrmMain.resx
+++ b/DevApp/Gs.DevApp/DevFrm/FrmMain.resx
@@ -117,65 +117,12 @@
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
- <metadata name="statusStrip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
+ <metadata name="strp1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>284, 17</value>
</metadata>
- <assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
- <data name="barButtonItem4.ImageOptions.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
- <value>
- iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAABl0RVh0U29m
- dHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAASdEVYdFRpdGxlAFVzZXI7UGVyc29uO0y2ImUAAAJ+
- SURBVDhPdZJrSFNxGMb/c7nUTDMvNc2onG4aJBKSq22OYUtXCoolZFAiXanIpc7NSYMKI3W6WmalEnZF
- zCK7QpiyfVgSJMQktDAMCi8l1KfKfDrv8TCs1gPP//zP+/6e58s5DAAzq0J5WzIXs+PrRMy6KXLPNePW
- /m7bjvH2vRk9pWuDVjI/oix/2DeH8a5VS5hZGZb/8oYF4302jHXvg6veAKMyfDQtWlIgFomE6Jx8BeoV
- Et4bopj4ekXe27EeIy5kM5QnM5zMXYXmknQ0bAyEPDwgW8jy8hXMU/BtS+6vrqPrYcqMRd1uNd71OvDJ
- fQ7VGRGQBbEmgePlr4BZ1Etfd9lK8O2DG/h4Hz+GO/BzqBkdR7SIYcwhYLz8FigCWNFzZxU3HsZnjx2T
- rjOY7jOjoTh1JoixdAHj5beAdFif2vt95AFmvE58ddVg8GIhDLLQu8Lap/8WxASLda1l+XBdOoCeE1mo
- 0sURlBvIHQvmfQm/BYnS2KJyc/XQZaMeD205qC+Ix660aBSX7vfqZbJCAeP1T8GhNas7b27RY/DNCF64
- HqGxcjusO1VoddTimduDW3nbcJBjBPzPArVGU+512OHRqNFmtcIzMQ3raTtO1TkxMDmNFlMlPJkaEEPs
- 3wWSO4+fTAxcaUF/igL2pCRolUq8n5rCKGedSoUmhYLfEUMsZXwFUqk05wt3eXW1HZ2xy/E0IQFOsRgm
- rZY33WlGO2KIpYyvIMdgcHJP7r8/i3sRS+BOSUa/XI62kEW86U4z2hFDEjJzBXHx8drG887JmiwdKkIW
- zlqWRc+WRUXimGC604x2xBBLGV+BIO5PZXLOifNM7/5mxHJZsN86BZo6ADxq2AAAAABJRU5ErkJggg==
-</value>
- </data>
- <data name="barButtonItem4.ImageOptions.LargeImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
- <value>
- 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
-</value>
- </data>
+ <metadata name="strp1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
+ <value>284, 17</value>
+ </metadata>
<assembly alias="DevExpress.Data.v22.2" name="DevExpress.Data.v22.2, Version=22.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
<data name="barSubItem2.ImageOptions.SvgImage" type="DevExpress.Utils.Svg.SvgImage, DevExpress.Data.v22.2" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
@@ -200,6 +147,7 @@
LjR6IiBjbGFzcz0iUmVkIiAvPg0KPC9zdmc+Cw==
</value>
</data>
+ <assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="barAbout.ImageOptions.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAABl0RVh0U29m
@@ -323,7 +271,7 @@
vZQFYPH32kj0TNFuStr9mX71Z/3smTItmWTL3wkKX6j8B54pnZmRU85dAAAAAElFTkSuQmCC
</value>
</data>
- <data name="barButtonItem5.ImageOptions.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
+ <data name="barMsgXf.ImageOptions.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAABR0RVh0VGl0
bGUASW1hZ2U7SW1nO1NlbmSUgA8GAAACl0lEQVQ4T32QWU9TURRGG3wQHBPhtkCQMFR+j++mwIsMVhKM
@@ -340,7 +288,7 @@
yn4UlHeZ9wyRViJxhDj2D47vgn0nEQk7ApXkDxuzc6jTlOltAAAAAElFTkSuQmCC
</value>
</data>
- <data name="barButtonItem5.ImageOptions.LargeImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
+ <data name="barMsgXf.ImageOptions.LargeImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABGdBTUEAALGPC/xhBQAAABR0RVh0VGl0
bGUASW1hZ2U7SW1nO1NlbmSUgA8GAAAHoUlEQVRYR8WW+1OU1x3Gibk0SavmIgh2vLeTNk00muT/SGfa
@@ -379,10 +327,10 @@
I+mqZChHAAAAAElFTkSuQmCC
</value>
</data>
- <metadata name="fluentFormDefaultManager1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
+ <metadata name="fdm1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 17</value>
</metadata>
- <metadata name="contextMenuStrip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
+ <metadata name="cms1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>431, 17</value>
</metadata>
</root>
\ No newline at end of file
--
Gitblit v1.9.3