winform+dev的前后台分离标准项目
lg
2024-09-01 d1ab92287cb24751cb462d90496bf08f60959bbe
更新父窗体回调事件
已添加1个文件
已修改1个文件
26 ■■■■ 文件已修改
DevApp/Gs.DevApp/ToolBox/UpdateParentEventArgs.cs 16 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
DevApp/Gs.DevApp/UserControl/ToolBarMenu.Designer.cs 10 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
DevApp/Gs.DevApp/ToolBox/UpdateParentEventArgs.cs
¶Ô±ÈÐÂÎļþ
@@ -0,0 +1,16 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Gs.DevApp.ToolBox
{
    /// <summary>
    /// æ›´æ–°çˆ¶çª—体事件
    /// </summary>
    public class UpdateParentEventArgs : EventArgs
    {
        public string Data { get; set; }
    }
}
DevApp/Gs.DevApp/UserControl/ToolBarMenu.Designer.cs
@@ -90,7 +90,7 @@
            // 
            this.barDockControlLeft.CausesValidation = false;
            this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
            this.barDockControlLeft.Location = new System.Drawing.Point(0, 94);
            this.barDockControlLeft.Location = new System.Drawing.Point(0, 74);
            this.barDockControlLeft.Manager = this.barManager1;
            this.barDockControlLeft.Size = new System.Drawing.Size(0, 0);
            // 
@@ -295,7 +295,7 @@
            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, 94);
            this.barDockControlTop.Size = new System.Drawing.Size(1119, 74);
            // 
            // barDockControlBottom
            // 
@@ -303,13 +303,13 @@
            this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.barDockControlBottom.Location = new System.Drawing.Point(0, 72);
            this.barDockControlBottom.Manager = this.barManager1;
            this.barDockControlBottom.Size = new System.Drawing.Size(926, 0);
            this.barDockControlBottom.Size = new System.Drawing.Size(1119, 0);
            // 
            // barDockControlRight
            // 
            this.barDockControlRight.CausesValidation = false;
            this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
            this.barDockControlRight.Location = new System.Drawing.Point(926, 94);
            this.barDockControlRight.Location = new System.Drawing.Point(1119, 74);
            this.barDockControlRight.Manager = this.barManager1;
            this.barDockControlRight.Size = new System.Drawing.Size(0, 0);
            // 
@@ -334,7 +334,7 @@
            this.Controls.Add(this.barDockControlBottom);
            this.Controls.Add(this.barDockControlTop);
            this.Name = "ToolBarMenu";
            this.Size = new System.Drawing.Size(926, 72);
            this.Size = new System.Drawing.Size(1119, 72);
            ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();