From 3aa008c8ce56cbd4cc981ba10a8b4c143208ad48 Mon Sep 17 00:00:00 2001 From: lg <999544862qq.com> Date: 星期二, 27 八月 2024 22:49:57 +0800 Subject: [PATCH] 无 --- DevApp/Gs.DevApp/DevFrm/User/Organization.Designer.cs | 15 ++++++++++++++- 1 files changed, 14 insertions(+), 1 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/User/Organization.Designer.cs b/DevApp/Gs.DevApp/DevFrm/User/Organization.Designer.cs index 7d49ded..62d73a3 100644 --- a/DevApp/Gs.DevApp/DevFrm/User/Organization.Designer.cs +++ b/DevApp/Gs.DevApp/DevFrm/User/Organization.Designer.cs @@ -53,6 +53,7 @@ this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); this.treeView1 = new System.Windows.Forms.TreeView(); this.tabPage2 = new System.Windows.Forms.TabPage(); + this.label1 = new System.Windows.Forms.Label(); this.tabControl1.SuspendLayout(); this.tabPage1.SuspendLayout(); this.groupBox1.SuspendLayout(); @@ -96,6 +97,7 @@ // // groupBox1 // + this.groupBox1.Controls.Add(this.label1); this.groupBox1.Controls.Add(this.panel1); this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox1.Location = new System.Drawing.Point(210, 3); @@ -205,10 +207,19 @@ this.tabPage2.Location = new System.Drawing.Point(4, 27); this.tabPage2.Name = "tabPage2"; this.tabPage2.Padding = new System.Windows.Forms.Padding(3); - this.tabPage2.Size = new System.Drawing.Size(990, 436); + this.tabPage2.Size = new System.Drawing.Size(909, 533); this.tabPage2.TabIndex = 1; this.tabPage2.Text = "鏁版嵁缂栬緫"; this.tabPage2.UseVisualStyleBackColor = true; + // + // label1 + // + this.label1.AutoSize = true; + this.label1.Location = new System.Drawing.Point(93, 401); + this.label1.Name = "label1"; + this.label1.Size = new System.Drawing.Size(44, 18); + this.label1.TabIndex = 1; + this.label1.Text = "label1"; // // Organization // @@ -222,6 +233,7 @@ this.tabControl1.ResumeLayout(false); this.tabPage1.ResumeLayout(false); this.groupBox1.ResumeLayout(false); + this.groupBox1.PerformLayout(); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.textEdit4.Properties)).EndInit(); @@ -249,5 +261,6 @@ private DevExpress.XtraEditors.LabelControl labelControl1; private System.Windows.Forms.TreeView treeView1; private System.Windows.Forms.TabPage tabPage2; + private System.Windows.Forms.Label label1; } } \ No newline at end of file -- Gitblit v1.9.3