Browse Source

更新中英文

zhangjiaxin 1 year ago
parent
commit
62b421234f

+ 30 - 3
Bin/x64/Debug/Resources/XMLData/AppResource_EN.xml

@@ -907,7 +907,7 @@
       <Control name="ToolStripMenuItem_delete" text="Delete" />
 	  <Control name="另存选择颗粒ToolStripMenuItem" text="SaveAs" />
 	  <Control name="ToolStripMenuItem_movesempoint" text="Move SEM to the Particle Horizon Position" />
-	  <Control name="toolStripMenuItem_copyimage" text="Duplicate image" />
+	  <Control name="toolStripMenuItem_copyimage" text="Export rendering" />
 	  <Control name="toolStripMenuItem_DeleteParticles" text="DeleteParticles"/>
 	  <Control name="str1" text="Start loading distribution map information" />
 	  <Control name="str2" text="Loading completed" />
@@ -937,8 +937,35 @@
 	  
 	  <Control name="ToolStripMenuItem" text="Partitioning particles"/>
 	  <Control name="ImportSTDDb" text="Import Standard Library"/>
-	  
-    </Controls>
+		
+		
+		<Control name="ToolStripMenuItem_ParticleSplicing" text="Derived grain pattern"/>
+		<Control name="显示国标信息ToolStripMenuItem" text="Display national standard"/>
+		<Control name="toolStripMenuItem2" text="Method one"/>
+		<Control name="toolStripMenuItem1" text="Displays the national frame"/>
+		<Control name="查询DS类颗粒ToolStripMenuItem" text="Query DS class"/>
+		<Control name="显示当前帧国标分类ToolStripMenuItem" text="Highlight frame class"/>
+		<Control name="全部ToolStripMenuItem" text="All"/>
+		<Control name="toolStripMenuItem3" text="Method two"/>
+		<Control name="toolStripMenuItem4" text="Display standard"/>
+		<Control name="toolStripMenuItem10" text="Query DS class"/>
+
+		<Control name="显示所有帧ToolStripMenuItem" text="Show all frames"/>
+		<Control name="清除ToolStripMenuItem" text="Clear away"/>
+
+		
+		<Control name="toolStripMenuItem_backgroundcombin" text="Derived artwort"/>
+		<Control name="toolStripMenuItem_backgroundcombinClass" text="Export artwort classification"/>
+		<Control name="国标图导出ToolStripMenuItem" text="Export of national standard"/>
+		<Control name="方法一ToolStripMenuItem" text="Method one"/>
+		<Control name="方法二ToolStripMenuItem" text="Method two"/>
+
+
+		<Control name="toolStripMenuItem_Segmentation" text="Segmented particle"/>
+		<Control name="查找相似颗粒ToolStripMenuItem" text="Query similar particles"/>
+
+
+	</Controls>
  </Form>
  <Form>
    <Name>Control_DrawDistrbutionSortImage</Name>

+ 16 - 16
OTSIncAReportApp/1-UI/frmReportApp.Designer.cs

@@ -55,12 +55,12 @@
             this.rbClose = new System.Windows.Forms.RibbonButton();
             this.ribbon1 = new System.Windows.Forms.Ribbon();
             this.dpbOpen = new System.Windows.Forms.RibbonOrbMenuItem();
+            this.dpbTemplateEditing = new System.Windows.Forms.RibbonOrbMenuItem();
             this.dpbExport = new System.Windows.Forms.RibbonOrbMenuItem();
             this.ribbonOrbMenuItem_Extremum = new System.Windows.Forms.RibbonOrbMenuItem();
             this.ribbonOrbMenuItem_InclusionsTraceability = new System.Windows.Forms.RibbonOrbMenuItem();
             this.ribbonOrbMenuItem_purity = new System.Windows.Forms.RibbonOrbMenuItem();
             this.Backup = new System.Windows.Forms.RibbonOrbMenuItem();
-            this.dpbTemplateEditing = new System.Windows.Forms.RibbonOrbMenuItem();
             this.ribbonOrbOptionButton1 = new System.Windows.Forms.RibbonOrbOptionButton();
             this.ribbonOrbRecentItem1 = new System.Windows.Forms.RibbonOrbRecentItem();
             this.ribbonTab1 = new System.Windows.Forms.RibbonTab();
@@ -261,6 +261,21 @@
             this.dpbOpen.ToolTipTitle = null;
             this.dpbOpen.Click += new System.EventHandler(this.dpbOpen_Click);
             // 
+            // dpbTemplateEditing
+            // 
+            this.dpbTemplateEditing.AltKey = null;
+            this.dpbTemplateEditing.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Left;
+            this.dpbTemplateEditing.DropDownArrowSize = new System.Drawing.Size(5, 3);
+            this.dpbTemplateEditing.Image = global::OTSIncAReportApp.Properties.Resources.paste32;
+            this.dpbTemplateEditing.SmallImage = global::OTSIncAReportApp.Properties.Resources.paste32;
+            this.dpbTemplateEditing.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
+            this.dpbTemplateEditing.Tag = null;
+            this.dpbTemplateEditing.Text = "摸板编辑";
+            this.dpbTemplateEditing.ToolTip = null;
+            this.dpbTemplateEditing.ToolTipImage = null;
+            this.dpbTemplateEditing.ToolTipTitle = null;
+            this.dpbTemplateEditing.Click += new System.EventHandler(this.dpbTemplateEditing_Click);
+            // 
             // dpbExport
             // 
             this.dpbExport.AltKey = null;
@@ -336,21 +351,6 @@
             this.Backup.ToolTipTitle = null;
             this.Backup.Click += new System.EventHandler(this.Backup_Click);
             // 
-            // dpbTemplateEditing
-            // 
-            this.dpbTemplateEditing.AltKey = null;
-            this.dpbTemplateEditing.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Left;
-            this.dpbTemplateEditing.DropDownArrowSize = new System.Drawing.Size(5, 3);
-            this.dpbTemplateEditing.Image = global::OTSIncAReportApp.Properties.Resources.paste32;
-            this.dpbTemplateEditing.SmallImage = global::OTSIncAReportApp.Properties.Resources.paste32;
-            this.dpbTemplateEditing.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
-            this.dpbTemplateEditing.Tag = null;
-            this.dpbTemplateEditing.Text = "摸板编辑";
-            this.dpbTemplateEditing.ToolTip = null;
-            this.dpbTemplateEditing.ToolTipImage = null;
-            this.dpbTemplateEditing.ToolTipTitle = null;
-            this.dpbTemplateEditing.Click += new System.EventHandler(this.dpbTemplateEditing_Click);
-            // 
             // ribbonOrbOptionButton1
             // 
             this.ribbonOrbOptionButton1.AltKey = null;

+ 1 - 1
OTSIncAReportApp/1-UI/frmReportApp.cs

@@ -259,7 +259,7 @@ namespace OTSIncAReportApp
 
             rbClose.Tag = "rbClose";
             rbChoiceParticle.Tag = "rbChoiceParticle";
-            dpbTemplateEditing.Tag = "dpbTemplateEditing";
+            //dpbTemplateEditing.Tag = "dpbTemplateEditing";
 
         }