Browse Source

删除yb5061导出按钮

cxs 5 days ago
parent
commit
aa1c1e5280

+ 1 - 1
Bin/x64/Debug/Config/SysData/OTSProgMgrParam.pmf

@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <XMLData RunMode="ProfessionalMode" SysType="IncA">
-  <Member RegName="GenParam" DefaultArea="100" DefaultSampleName="Sample" DefaultShape="0" EngineType="0:InclustionEngine" MeasParamFileFolderName=".\Config\ProData\" MeasSwitch="true" PartSTDLibFolderName=".\Config\SysData\" PropertyDisplayMode="0" StdLibFileName="MineralSpectrumSTDLib" SteelTechnology="0" />
+  <Member RegName="GenParam" DefaultArea="100" DefaultSampleName="Sample" DefaultShape="1" EngineType="0:InclustionEngine" MeasParamFileFolderName=".\Config\ProData\" MeasSwitch="true" PartSTDLibFolderName=".\Config\SysData\" PropertyDisplayMode="0" StdLibFileName="MineralSpectrumSTDLib" SteelTechnology="0" />
   <Member RegName="ImageProcParam" AutoBGRemoveType="0:MIDDLE" BGRemoveType="0:AUTO" MatrixStep="50" OverlapParam="0" ParticleSelectionCondition="">
     <Member RegName="BGGray" end="50" start="0" />
     <Member RegName="IncArea" end="2000" start="3" />

+ 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;
     }
 }