jinghuanzhang
2023-04-05 c7c3b98e2bbcf7ee5b892df6cc984bbde7581540
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 = "组织资料-正在浏览";
            // 
            // 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;
    }
}