From 7dcaebd32d5d42ce007616063e99c42cf0889d3d Mon Sep 17 00:00:00 2001 From: Daniel Schick Date: Mon, 23 May 2022 14:16:24 +0200 Subject: [PATCH] prepare copy functions --- ENI2/Properties/Resources.Designer.cs | 9 +++++++++ ENI2/Properties/Resources.resx | 3 +++ 2 files changed, 12 insertions(+) diff --git a/ENI2/Properties/Resources.Designer.cs b/ENI2/Properties/Resources.Designer.cs index 7ffff5ae..d7b6c951 100644 --- a/ENI2/Properties/Resources.Designer.cs +++ b/ENI2/Properties/Resources.Designer.cs @@ -1534,6 +1534,15 @@ namespace ENI2.Properties { } } + /// + /// Looks up a localized string similar to Copy to {0}. + /// + public static string textCopyTo { + get { + return ResourceManager.GetString("textCopyTo", resourceCulture); + } + } + /// /// Looks up a localized string similar to Copy to BKRD. /// diff --git a/ENI2/Properties/Resources.resx b/ENI2/Properties/Resources.resx index 4e788777..214be32e 100644 --- a/ENI2/Properties/Resources.resx +++ b/ENI2/Properties/Resources.resx @@ -1837,4 +1837,7 @@ ..\Resources\logo_eni.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + Copy to {0} + \ No newline at end of file