From c7c3b98e2bbcf7ee5b892df6cc984bbde7581540 Mon Sep 17 00:00:00 2001
From: jinghuanzhang <jinghz@oceic.com>
Date: 星期三, 05 四月 2023 13:59:57 +0800
Subject: [PATCH] 组织
---
BaseSet/Gy_ORGANIZATIONS.designer.cs | 15 ++++++++++++++-
1 files changed, 14 insertions(+), 1 deletions(-)
diff --git a/BaseSet/Gy_ORGANIZATIONS.designer.cs b/BaseSet/Gy_ORGANIZATIONS.designer.cs
index c6ee1bd..ad63098 100644
--- a/BaseSet/Gy_ORGANIZATIONS.designer.cs
+++ b/BaseSet/Gy_ORGANIZATIONS.designer.cs
@@ -72,6 +72,7 @@
this.panel1 = new System.Windows.Forms.Panel();
this.cmdLoadTree = new System.Windows.Forms.Button();
this.label3 = new System.Windows.Forms.Label();
+ this.button1 = new System.Windows.Forms.Button();
this.ToolBar.SuspendLayout();
this.stTab.SuspendLayout();
this.tabPage1.SuspendLayout();
@@ -386,6 +387,7 @@
//
this.tabPage2.BackColor = System.Drawing.SystemColors.Control;
this.tabPage2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+ this.tabPage2.Controls.Add(this.button1);
this.tabPage2.Controls.Add(this.txtHName);
this.tabPage2.Controls.Add(this.cmdCancel);
this.tabPage2.Controls.Add(this.cmdOK);
@@ -422,7 +424,7 @@
//
// cmdOK
//
- this.cmdOK.Location = new System.Drawing.Point(198, 131);
+ this.cmdOK.Location = new System.Drawing.Point(505, 127);
this.cmdOK.Name = "cmdOK";
this.cmdOK.Size = new System.Drawing.Size(52, 23);
this.cmdOK.TabIndex = 15;
@@ -561,6 +563,16 @@
this.label3.TabIndex = 0;
this.label3.Text = "缁勭粐璧勬枡-姝e湪娴忚";
//
+ // button1
+ //
+ this.button1.Location = new System.Drawing.Point(182, 131);
+ this.button1.Name = "button1";
+ this.button1.Size = new System.Drawing.Size(75, 23);
+ this.button1.TabIndex = 19;
+ this.button1.Text = "纭畾";
+ this.button1.UseVisualStyleBackColor = true;
+ this.button1.Click += new System.EventHandler(this.button1_Click);
+ //
// Gy_ORGANIZATIONS
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
@@ -634,5 +646,6 @@
private System.Windows.Forms.TextBox txtHName;
private System.Windows.Forms.ToolStripButton jc;
private System.Windows.Forms.ToolStripButton dy;
+ private System.Windows.Forms.Button button1;
}
}
\ No newline at end of file
--
Gitblit v1.9.1