浏览代码

删除yb5061导出按钮

cxs 4 月之前
父节点
当前提交
14930e9bfa

+ 1 - 14
OTSIncAReportApp/1-UI/OTSReportExport/OTSReport_Export.Designer.cs

@@ -44,7 +44,6 @@
             this.panel_container = new System.Windows.Forms.Panel();
             this.btn_preview = new System.Windows.Forms.Button();
             this.button7 = new System.Windows.Forms.Button();
-            this.button_export6156 = new System.Windows.Forms.Button();
             this.SuspendLayout();
             // 
             // richTextBox1
@@ -190,7 +189,7 @@
             // 
             // button7
             // 
-            this.button7.Location = new System.Drawing.Point(129, 319);
+            this.button7.Location = new System.Drawing.Point(234, 319);
             this.button7.Name = "button7";
             this.button7.Size = new System.Drawing.Size(73, 27);
             this.button7.TabIndex = 1008;
@@ -198,23 +197,12 @@
             this.button7.UseVisualStyleBackColor = true;
             this.button7.Click += new System.EventHandler(this.button7_Click);
             // 
-            // button_export6156
-            // 
-            this.button_export6156.Location = new System.Drawing.Point(208, 319);
-            this.button_export6156.Name = "button_export6156";
-            this.button_export6156.Size = new System.Drawing.Size(99, 27);
-            this.button_export6156.TabIndex = 1009;
-            this.button_export6156.Text = "行标YB6156导出";
-            this.button_export6156.UseVisualStyleBackColor = true;
-            this.button_export6156.Click += new System.EventHandler(this.button_export6156_Click);
-            // 
             // OTSReport_Export
             // 
             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
             this.ClientSize = new System.Drawing.Size(473, 349);
             this.ControlBox = false;
-            this.Controls.Add(this.button_export6156);
             this.Controls.Add(this.button7);
             this.Controls.Add(this.cbo_sjy);
             this.Controls.Add(this.label4);
@@ -263,6 +251,5 @@
         public System.Windows.Forms.Panel panel_container;
         private System.Windows.Forms.Button btn_preview;
         private System.Windows.Forms.Button button7;
-        private System.Windows.Forms.Button button_export6156;
     }
 }

+ 0 - 2
OTSIncAReportApp/1-UI/OTSReportExport/OTSReport_Export.cs

@@ -568,7 +568,6 @@ namespace OTSIncAReportApp
             {
                 button7.Enabled = false;
                 btn_preview.Enabled = false;
-                button_export6156.Enabled = false;
             }
         }
    
@@ -630,7 +629,6 @@ namespace OTSIncAReportApp
             if (m_ReportApp.m_RptConfigFile.Systype != OTS_SysType_ID.IncA)
             {
                 button7.Visible = false;
-                button_export6156.Visible = false;
             }
         }
         #endregion