winform+dev的前后台分离标准项目
lg
2024-09-01 d1ab92287cb24751cb462d90496bf08f60959bbe
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();