yxj
2026-01-23 720d7526fc39eabdb35706143766dd765f0863d7
BaseSet/Gy_ORGANIZATIONS.designer.cs
File was renamed from 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,13 +424,13 @@
            // 
            // 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;
            this.cmdOK.Text = "保  å­˜";
            this.cmdOK.UseVisualStyleBackColor = true;
            this.cmdOK.Click += new System.EventHandler(this.cmdOK_Click);
            this.cmdOK.Click += new System.EventHandler(this.CmdOK_Click);
            // 
            // chkHStopflag
            // 
@@ -561,6 +563,16 @@
            this.label3.TabIndex = 0;
            this.label3.Text = "组织资料-正在浏览";
            // 
            // 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;
    }
}