diff --git a/SamaPager_Client/Form1.Designer.cs b/SamaPager_Client/Form1.Designer.cs
index 1942865..ed0537d 100644
--- a/SamaPager_Client/Form1.Designer.cs
+++ b/SamaPager_Client/Form1.Designer.cs
@@ -31,21 +31,24 @@
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
this.kryptonPanel1 = new Krypton.Toolkit.KryptonPanel();
+ this.sendBtn = new Krypton.Toolkit.KryptonDropButton();
+ this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
+ this.sendWithoutEncryptionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.cmdLst = new Krypton.Toolkit.KryptonComboBox();
this.logLst = new Krypton.Toolkit.KryptonListBox();
this.kryptonPictureBox1 = new Krypton.Toolkit.KryptonPictureBox();
- this.sendBtn = new Krypton.Toolkit.KryptonButton();
this.kryptonStatusStrip1 = new Krypton.Toolkit.KryptonStatusStrip();
this.statusTxt = new System.Windows.Forms.ToolStripStatusLabel();
+ this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.changeDestinationAddressToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.restartUDPClientToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.messageTxt = new Krypton.Toolkit.KryptonTextBox();
this.kryptonManager2 = new Krypton.Toolkit.KryptonManager(this.components);
- this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit();
this.kryptonPanel1.SuspendLayout();
+ this.contextMenuStrip1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.cmdLst)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.kryptonPictureBox1)).BeginInit();
this.kryptonStatusStrip1.SuspendLayout();
@@ -54,24 +57,48 @@
//
// kryptonPanel1
//
+ resources.ApplyResources(this.kryptonPanel1, "kryptonPanel1");
+ this.kryptonPanel1.Controls.Add(this.sendBtn);
this.kryptonPanel1.Controls.Add(this.cmdLst);
this.kryptonPanel1.Controls.Add(this.logLst);
this.kryptonPanel1.Controls.Add(this.kryptonPictureBox1);
- this.kryptonPanel1.Controls.Add(this.sendBtn);
this.kryptonPanel1.Controls.Add(this.kryptonStatusStrip1);
this.kryptonPanel1.Controls.Add(this.menuStrip1);
this.kryptonPanel1.Controls.Add(this.messageTxt);
- resources.ApplyResources(this.kryptonPanel1, "kryptonPanel1");
this.kryptonPanel1.Name = "kryptonPanel1";
//
+ // sendBtn
+ //
+ resources.ApplyResources(this.sendBtn, "sendBtn");
+ this.sendBtn.ContextMenuStrip = this.contextMenuStrip1;
+ this.sendBtn.Name = "sendBtn";
+ this.sendBtn.Values.DropDownArrowColor = System.Drawing.Color.Empty;
+ this.sendBtn.Values.ExtraText = resources.GetString("sendBtn.Values.ExtraText");
+ this.sendBtn.Values.ImageTransparentColor = ((System.Drawing.Color)(resources.GetObject("sendBtn.Values.ImageTransparentColor")));
+ this.sendBtn.Values.Text = resources.GetString("sendBtn.Values.Text");
+ this.sendBtn.Click += new System.EventHandler(this.sendBtn_Click_1);
+ //
+ // contextMenuStrip1
+ //
+ resources.ApplyResources(this.contextMenuStrip1, "contextMenuStrip1");
+ this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
+ this.sendWithoutEncryptionToolStripMenuItem});
+ this.contextMenuStrip1.Name = "contextMenuStrip1";
+ //
+ // sendWithoutEncryptionToolStripMenuItem
+ //
+ resources.ApplyResources(this.sendWithoutEncryptionToolStripMenuItem, "sendWithoutEncryptionToolStripMenuItem");
+ this.sendWithoutEncryptionToolStripMenuItem.Name = "sendWithoutEncryptionToolStripMenuItem";
+ this.sendWithoutEncryptionToolStripMenuItem.Click += new System.EventHandler(this.sendWithoutEncryptionToolStripMenuItem_Click);
+ //
// cmdLst
//
+ resources.ApplyResources(this.cmdLst, "cmdLst");
this.cmdLst.DropDownWidth = 318;
this.cmdLst.Items.AddRange(new object[] {
resources.GetString("cmdLst.Items"),
resources.GetString("cmdLst.Items1"),
resources.GetString("cmdLst.Items2")});
- resources.ApplyResources(this.cmdLst, "cmdLst");
this.cmdLst.Name = "cmdLst";
this.cmdLst.StateCommon.ComboBox.Content.TextH = Krypton.Toolkit.PaletteRelativeAlign.Near;
this.cmdLst.SelectedIndexChanged += new System.EventHandler(this.cmdLst_SelectedIndexChanged);
@@ -83,19 +110,11 @@
//
// kryptonPictureBox1
//
- this.kryptonPictureBox1.Image = global::SamaPager_Client.Properties.Resources.shalom;
resources.ApplyResources(this.kryptonPictureBox1, "kryptonPictureBox1");
+ this.kryptonPictureBox1.Image = global::SamaPager_Client.Properties.Resources.shalom;
this.kryptonPictureBox1.Name = "kryptonPictureBox1";
this.kryptonPictureBox1.TabStop = false;
//
- // sendBtn
- //
- resources.ApplyResources(this.sendBtn, "sendBtn");
- this.sendBtn.Name = "sendBtn";
- this.sendBtn.Values.DropDownArrowColor = System.Drawing.Color.Empty;
- this.sendBtn.Values.Text = resources.GetString("sendBtn.Values.Text");
- this.sendBtn.Click += new System.EventHandler(this.sendBtn_Click);
- //
// kryptonStatusStrip1
//
resources.ApplyResources(this.kryptonStatusStrip1, "kryptonStatusStrip1");
@@ -108,8 +127,14 @@
//
// statusTxt
//
- this.statusTxt.Name = "statusTxt";
resources.ApplyResources(this.statusTxt, "statusTxt");
+ this.statusTxt.Name = "statusTxt";
+ //
+ // toolStripStatusLabel1
+ //
+ resources.ApplyResources(this.toolStripStatusLabel1, "toolStripStatusLabel1");
+ this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
+ this.toolStripStatusLabel1.Spring = true;
//
// menuStrip1
//
@@ -120,22 +145,22 @@
//
// fileToolStripMenuItem
//
+ resources.ApplyResources(this.fileToolStripMenuItem, "fileToolStripMenuItem");
this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.changeDestinationAddressToolStripMenuItem,
this.restartUDPClientToolStripMenuItem});
this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
- resources.ApplyResources(this.fileToolStripMenuItem, "fileToolStripMenuItem");
//
// changeDestinationAddressToolStripMenuItem
//
- this.changeDestinationAddressToolStripMenuItem.Name = "changeDestinationAddressToolStripMenuItem";
resources.ApplyResources(this.changeDestinationAddressToolStripMenuItem, "changeDestinationAddressToolStripMenuItem");
+ this.changeDestinationAddressToolStripMenuItem.Name = "changeDestinationAddressToolStripMenuItem";
this.changeDestinationAddressToolStripMenuItem.Click += new System.EventHandler(this.changeDestinationAddressToolStripMenuItem_Click);
//
// restartUDPClientToolStripMenuItem
//
- this.restartUDPClientToolStripMenuItem.Name = "restartUDPClientToolStripMenuItem";
resources.ApplyResources(this.restartUDPClientToolStripMenuItem, "restartUDPClientToolStripMenuItem");
+ this.restartUDPClientToolStripMenuItem.Name = "restartUDPClientToolStripMenuItem";
this.restartUDPClientToolStripMenuItem.Click += new System.EventHandler(this.restartUDPClientToolStripMenuItem_Click);
//
// messageTxt
@@ -146,12 +171,260 @@
// kryptonManager2
//
this.kryptonManager2.GlobalPaletteMode = Krypton.Toolkit.PaletteMode.Office2010Silver;
- //
- // toolStripStatusLabel1
- //
- this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
- resources.ApplyResources(this.toolStripStatusLabel1, "toolStripStatusLabel1");
- this.toolStripStatusLabel1.Spring = true;
+ this.kryptonManager2.ToolkitStrings.AboutBoxBasicStrings.ApplicationBase = resources.GetString("kryptonManager2.ToolkitStrings.AboutBoxBasicStrings.ApplicationBase");
+ this.kryptonManager2.ToolkitStrings.AboutBoxBasicStrings.ApplicationName = resources.GetString("kryptonManager2.ToolkitStrings.AboutBoxBasicStrings.ApplicationName");
+ this.kryptonManager2.ToolkitStrings.AboutBoxBasicStrings.CachePath = resources.GetString("kryptonManager2.ToolkitStrings.AboutBoxBasicStrings.CachePath");
+ this.kryptonManager2.ToolkitStrings.AboutBoxBasicStrings.CallingAssembly = resources.GetString("kryptonManager2.ToolkitStrings.AboutBoxBasicStrings.CallingAssembly");
+ this.kryptonManager2.ToolkitStrings.AboutBoxBasicStrings.ConfigurationFile = resources.GetString("kryptonManager2.ToolkitStrings.AboutBoxBasicStrings.ConfigurationFile");
+ this.kryptonManager2.ToolkitStrings.AboutBoxBasicStrings.DynamicBase = resources.GetString("kryptonManager2.ToolkitStrings.AboutBoxBasicStrings.DynamicBase");
+ this.kryptonManager2.ToolkitStrings.AboutBoxBasicStrings.EntryAssembly = resources.GetString("kryptonManager2.ToolkitStrings.AboutBoxBasicStrings.EntryAssembly");
+ this.kryptonManager2.ToolkitStrings.AboutBoxBasicStrings.ExecutingAssembly = resources.GetString("kryptonManager2.ToolkitStrings.AboutBoxBasicStrings.ExecutingAssembly");
+ this.kryptonManager2.ToolkitStrings.AboutBoxBasicStrings.FriendlyName = resources.GetString("kryptonManager2.ToolkitStrings.AboutBoxBasicStrings.FriendlyName");
+ this.kryptonManager2.ToolkitStrings.AboutBoxBasicStrings.LicenseFile = resources.GetString("kryptonManager2.ToolkitStrings.AboutBoxBasicStrings.LicenseFile");
+ this.kryptonManager2.ToolkitStrings.AboutBoxBasicStrings.PrivateBinPath = resources.GetString("kryptonManager2.ToolkitStrings.AboutBoxBasicStrings.PrivateBinPath");
+ this.kryptonManager2.ToolkitStrings.AboutBoxBasicStrings.ShadowCopyDirectories = resources.GetString("kryptonManager2.ToolkitStrings.AboutBoxBasicStrings.ShadowCopyDirectories");
+ this.kryptonManager2.ToolkitStrings.AboutBoxStrings.About = resources.GetString("kryptonManager2.ToolkitStrings.AboutBoxStrings.About");
+ this.kryptonManager2.ToolkitStrings.AboutBoxStrings.BuildDate = resources.GetString("kryptonManager2.ToolkitStrings.AboutBoxStrings.BuildDate");
+ this.kryptonManager2.ToolkitStrings.AboutBoxStrings.Company = resources.GetString("kryptonManager2.ToolkitStrings.AboutBoxStrings.Company");
+ this.kryptonManager2.ToolkitStrings.AboutBoxStrings.Copyright = resources.GetString("kryptonManager2.ToolkitStrings.AboutBoxStrings.Copyright");
+ this.kryptonManager2.ToolkitStrings.AboutBoxStrings.Description = resources.GetString("kryptonManager2.ToolkitStrings.AboutBoxStrings.Description");
+ this.kryptonManager2.ToolkitStrings.AboutBoxStrings.ImageRuntimeVersion = resources.GetString("kryptonManager2.ToolkitStrings.AboutBoxStrings.ImageRuntimeVersion");
+ this.kryptonManager2.ToolkitStrings.AboutBoxStrings.LoadedFromGlobalAssemblyCache = resources.GetString("kryptonManager2.ToolkitStrings.AboutBoxStrings.LoadedFromGlobalAssemblyCache");
+ this.kryptonManager2.ToolkitStrings.AboutBoxStrings.Product = resources.GetString("kryptonManager2.ToolkitStrings.AboutBoxStrings.Product");
+ this.kryptonManager2.ToolkitStrings.AboutBoxStrings.Title = resources.GetString("kryptonManager2.ToolkitStrings.AboutBoxStrings.Title");
+ this.kryptonManager2.ToolkitStrings.AboutBoxStrings.Trademark = resources.GetString("kryptonManager2.ToolkitStrings.AboutBoxStrings.Trademark");
+ this.kryptonManager2.ToolkitStrings.AboutBoxStrings.Version = resources.GetString("kryptonManager2.ToolkitStrings.AboutBoxStrings.Version");
+ this.kryptonManager2.ToolkitStrings.ButtonOrientationStrings.Auto = resources.GetString("kryptonManager2.ToolkitStrings.ButtonOrientationStrings.Auto");
+ this.kryptonManager2.ToolkitStrings.ButtonOrientationStrings.FixedBottom = resources.GetString("kryptonManager2.ToolkitStrings.ButtonOrientationStrings.FixedBottom");
+ this.kryptonManager2.ToolkitStrings.ButtonOrientationStrings.FixedLeft = resources.GetString("kryptonManager2.ToolkitStrings.ButtonOrientationStrings.FixedLeft");
+ this.kryptonManager2.ToolkitStrings.ButtonOrientationStrings.FixedRight = resources.GetString("kryptonManager2.ToolkitStrings.ButtonOrientationStrings.FixedRight");
+ this.kryptonManager2.ToolkitStrings.ButtonOrientationStrings.FixedTop = resources.GetString("kryptonManager2.ToolkitStrings.ButtonOrientationStrings.FixedTop");
+ this.kryptonManager2.ToolkitStrings.ButtonOrientationStrings.Inherit = resources.GetString("kryptonManager2.ToolkitStrings.ButtonOrientationStrings.Inherit");
+ this.kryptonManager2.ToolkitStrings.ColorStrings.Color = resources.GetString("kryptonManager2.ToolkitStrings.ColorStrings.Color");
+ this.kryptonManager2.ToolkitStrings.ColorStrings.Colors = resources.GetString("kryptonManager2.ToolkitStrings.ColorStrings.Colors");
+ this.kryptonManager2.ToolkitStrings.ColorStrings.MoreColors = resources.GetString("kryptonManager2.ToolkitStrings.ColorStrings.MoreColors");
+ this.kryptonManager2.ToolkitStrings.ColorStrings.NoColor = resources.GetString("kryptonManager2.ToolkitStrings.ColorStrings.NoColor");
+ this.kryptonManager2.ToolkitStrings.ColorStrings.RecentColors = resources.GetString("kryptonManager2.ToolkitStrings.ColorStrings.RecentColors");
+ this.kryptonManager2.ToolkitStrings.ColorStrings.StandardColors = resources.GetString("kryptonManager2.ToolkitStrings.ColorStrings.StandardColors");
+ this.kryptonManager2.ToolkitStrings.ColorStrings.ThemeColors = resources.GetString("kryptonManager2.ToolkitStrings.ColorStrings.ThemeColors");
+ this.kryptonManager2.ToolkitStrings.CustomStrings.Apply = resources.GetString("kryptonManager2.ToolkitStrings.CustomStrings.Apply");
+ this.kryptonManager2.ToolkitStrings.CustomStrings.Back = resources.GetString("kryptonManager2.ToolkitStrings.CustomStrings.Back");
+ this.kryptonManager2.ToolkitStrings.CustomStrings.ClearClipboard = resources.GetString("kryptonManager2.ToolkitStrings.CustomStrings.ClearClipboard");
+ this.kryptonManager2.ToolkitStrings.CustomStrings.Collapse = resources.GetString("kryptonManager2.ToolkitStrings.CustomStrings.Collapse");
+ this.kryptonManager2.ToolkitStrings.CustomStrings.Copy = resources.GetString("kryptonManager2.ToolkitStrings.CustomStrings.Copy");
+ this.kryptonManager2.ToolkitStrings.CustomStrings.CurrentTheme = resources.GetString("kryptonManager2.ToolkitStrings.CustomStrings.CurrentTheme");
+ this.kryptonManager2.ToolkitStrings.CustomStrings.Cut = resources.GetString("kryptonManager2.ToolkitStrings.CustomStrings.Cut");
+ this.kryptonManager2.ToolkitStrings.CustomStrings.DoNotShowAgain = resources.GetString("kryptonManager2.ToolkitStrings.CustomStrings.DoNotShowAgain");
+ this.kryptonManager2.ToolkitStrings.CustomStrings.Exit = resources.GetString("kryptonManager2.ToolkitStrings.CustomStrings.Exit");
+ this.kryptonManager2.ToolkitStrings.CustomStrings.Expand = resources.GetString("kryptonManager2.ToolkitStrings.CustomStrings.Expand");
+ this.kryptonManager2.ToolkitStrings.CustomStrings.Finish = resources.GetString("kryptonManager2.ToolkitStrings.CustomStrings.Finish");
+ this.kryptonManager2.ToolkitStrings.CustomStrings.Next = resources.GetString("kryptonManager2.ToolkitStrings.CustomStrings.Next");
+ this.kryptonManager2.ToolkitStrings.CustomStrings.NoToAll = resources.GetString("kryptonManager2.ToolkitStrings.CustomStrings.NoToAll");
+ this.kryptonManager2.ToolkitStrings.CustomStrings.OkToAll = resources.GetString("kryptonManager2.ToolkitStrings.CustomStrings.OkToAll");
+ this.kryptonManager2.ToolkitStrings.CustomStrings.Paste = resources.GetString("kryptonManager2.ToolkitStrings.CustomStrings.Paste");
+ this.kryptonManager2.ToolkitStrings.CustomStrings.Previous = resources.GetString("kryptonManager2.ToolkitStrings.CustomStrings.Previous");
+ this.kryptonManager2.ToolkitStrings.CustomStrings.Reset = resources.GetString("kryptonManager2.ToolkitStrings.CustomStrings.Reset");
+ this.kryptonManager2.ToolkitStrings.CustomStrings.SelectAll = resources.GetString("kryptonManager2.ToolkitStrings.CustomStrings.SelectAll");
+ this.kryptonManager2.ToolkitStrings.CustomStrings.SystemInformation = resources.GetString("kryptonManager2.ToolkitStrings.CustomStrings.SystemInformation");
+ this.kryptonManager2.ToolkitStrings.CustomStrings.YesToAll = resources.GetString("kryptonManager2.ToolkitStrings.CustomStrings.YesToAll");
+ this.kryptonManager2.ToolkitStrings.GeneralStrings.Abort = resources.GetString("kryptonManager2.ToolkitStrings.GeneralStrings.Abort");
+ this.kryptonManager2.ToolkitStrings.GeneralStrings.Cancel = resources.GetString("kryptonManager2.ToolkitStrings.GeneralStrings.Cancel");
+ this.kryptonManager2.ToolkitStrings.GeneralStrings.Close = resources.GetString("kryptonManager2.ToolkitStrings.GeneralStrings.Close");
+ this.kryptonManager2.ToolkitStrings.GeneralStrings.Continue = resources.GetString("kryptonManager2.ToolkitStrings.GeneralStrings.Continue");
+ this.kryptonManager2.ToolkitStrings.GeneralStrings.Help = resources.GetString("kryptonManager2.ToolkitStrings.GeneralStrings.Help");
+ this.kryptonManager2.ToolkitStrings.GeneralStrings.Ignore = resources.GetString("kryptonManager2.ToolkitStrings.GeneralStrings.Ignore");
+ this.kryptonManager2.ToolkitStrings.GeneralStrings.No = resources.GetString("kryptonManager2.ToolkitStrings.GeneralStrings.No");
+ this.kryptonManager2.ToolkitStrings.GeneralStrings.OK = resources.GetString("kryptonManager2.ToolkitStrings.GeneralStrings.OK");
+ this.kryptonManager2.ToolkitStrings.GeneralStrings.Retry = resources.GetString("kryptonManager2.ToolkitStrings.GeneralStrings.Retry");
+ this.kryptonManager2.ToolkitStrings.GeneralStrings.Today = resources.GetString("kryptonManager2.ToolkitStrings.GeneralStrings.Today");
+ this.kryptonManager2.ToolkitStrings.GeneralStrings.TryAgain = resources.GetString("kryptonManager2.ToolkitStrings.GeneralStrings.TryAgain");
+ this.kryptonManager2.ToolkitStrings.GeneralStrings.Yes = resources.GetString("kryptonManager2.ToolkitStrings.GeneralStrings.Yes");
+ this.kryptonManager2.ToolkitStrings.MiscellaneousThemeStrings.Import = resources.GetString("kryptonManager2.ToolkitStrings.MiscellaneousThemeStrings.Import");
+ this.kryptonManager2.ToolkitStrings.MiscellaneousThemeStrings.Silent = resources.GetString("kryptonManager2.ToolkitStrings.MiscellaneousThemeStrings.Silent");
+ this.kryptonManager2.ToolkitStrings.MiscellaneousThemeStrings.ThemeBrowserDescription = resources.GetString("kryptonManager2.ToolkitStrings.MiscellaneousThemeStrings.ThemeBrowserDescription");
+ this.kryptonManager2.ToolkitStrings.MiscellaneousThemeStrings.ThemeBrowserWindowTitle = resources.GetString("kryptonManager2.ToolkitStrings.MiscellaneousThemeStrings.ThemeBrowserWindowTitle");
+ this.kryptonManager2.ToolkitStrings.MiscellaneousThemeStrings.Upgrade = resources.GetString("kryptonManager2.ToolkitStrings.MiscellaneousThemeStrings.Upgrade");
+ this.kryptonManager2.ToolkitStrings.OutlookGridStrings.AfterNextMonth = resources.GetString("kryptonManager2.ToolkitStrings.OutlookGridStrings.AfterNextMonth");
+ this.kryptonManager2.ToolkitStrings.OutlookGridStrings.AlphabeticGroupText = resources.GetString("kryptonManager2.ToolkitStrings.OutlookGridStrings.AlphabeticGroupText");
+ this.kryptonManager2.ToolkitStrings.OutlookGridStrings.Bar = resources.GetString("kryptonManager2.ToolkitStrings.OutlookGridStrings.Bar");
+ this.kryptonManager2.ToolkitStrings.OutlookGridStrings.BeforePreviousMonth = resources.GetString("kryptonManager2.ToolkitStrings.OutlookGridStrings.BeforePreviousMonth");
+ this.kryptonManager2.ToolkitStrings.OutlookGridStrings.BestFit = resources.GetString("kryptonManager2.ToolkitStrings.OutlookGridStrings.BestFit");
+ this.kryptonManager2.ToolkitStrings.OutlookGridStrings.BestFitAll = resources.GetString("kryptonManager2.ToolkitStrings.OutlookGridStrings.BestFitAll");
+ this.kryptonManager2.ToolkitStrings.OutlookGridStrings.ClearGrouping = resources.GetString("kryptonManager2.ToolkitStrings.OutlookGridStrings.ClearGrouping");
+ this.kryptonManager2.ToolkitStrings.OutlookGridStrings.ClearRules = resources.GetString("kryptonManager2.ToolkitStrings.OutlookGridStrings.ClearRules");
+ this.kryptonManager2.ToolkitStrings.OutlookGridStrings.ClearSorting = resources.GetString("kryptonManager2.ToolkitStrings.OutlookGridStrings.ClearSorting");
+ this.kryptonManager2.ToolkitStrings.OutlookGridStrings.Collapse = resources.GetString("kryptonManager2.ToolkitStrings.OutlookGridStrings.Collapse");
+ this.kryptonManager2.ToolkitStrings.OutlookGridStrings.ColumnNameXMLNodeText = resources.GetString("kryptonManager2.ToolkitStrings.OutlookGridStrings.ColumnNameXMLNodeText");
+ this.kryptonManager2.ToolkitStrings.OutlookGridStrings.Columns = resources.GetString("kryptonManager2.ToolkitStrings.OutlookGridStrings.Columns");
+ this.kryptonManager2.ToolkitStrings.OutlookGridStrings.ConditionalFormatting = resources.GetString("kryptonManager2.ToolkitStrings.OutlookGridStrings.ConditionalFormatting");
+ this.kryptonManager2.ToolkitStrings.OutlookGridStrings.ConditionXMLNodeText = resources.GetString("kryptonManager2.ToolkitStrings.OutlookGridStrings.ConditionXMLNodeText");
+ this.kryptonManager2.ToolkitStrings.OutlookGridStrings.CustomFormatFillLabelText = resources.GetString("kryptonManager2.ToolkitStrings.OutlookGridStrings.CustomFormatFillLabelText");
+ this.kryptonManager2.ToolkitStrings.OutlookGridStrings.CustomFormatIntermediateColorButtonText = resources.GetString("kryptonManager2.ToolkitStrings.OutlookGridStrings.CustomFormatIntermediateColorBu" +
+ "ttonText");
+ this.kryptonManager2.ToolkitStrings.OutlookGridStrings.CustomFormatLabelText = resources.GetString("kryptonManager2.ToolkitStrings.OutlookGridStrings.CustomFormatLabelText");
+ this.kryptonManager2.ToolkitStrings.OutlookGridStrings.CustomFormatMaximumColorButtonText = resources.GetString("kryptonManager2.ToolkitStrings.OutlookGridStrings.CustomFormatMaximumColorButtonT" +
+ "ext");
+ this.kryptonManager2.ToolkitStrings.OutlookGridStrings.CustomFormatMinimumColorButtonText = resources.GetString("kryptonManager2.ToolkitStrings.OutlookGridStrings.CustomFormatMinimumColorButtonT" +
+ "ext");
+ this.kryptonManager2.ToolkitStrings.OutlookGridStrings.CustomFormatPreviewLabelText = resources.GetString("kryptonManager2.ToolkitStrings.OutlookGridStrings.CustomFormatPreviewLabelText");
+ this.kryptonManager2.ToolkitStrings.OutlookGridStrings.CustomFormatWindowTitle = resources.GetString("kryptonManager2.ToolkitStrings.OutlookGridStrings.CustomFormatWindowTitle");
+ this.kryptonManager2.ToolkitStrings.OutlookGridStrings.CustomThreeDots = resources.GetString("kryptonManager2.ToolkitStrings.OutlookGridStrings.CustomThreeDots");
+ this.kryptonManager2.ToolkitStrings.OutlookGridStrings.DateGroupText = resources.GetString("kryptonManager2.ToolkitStrings.OutlookGridStrings.DateGroupText");
+ this.kryptonManager2.ToolkitStrings.OutlookGridStrings.Day = resources.GetString("kryptonManager2.ToolkitStrings.OutlookGridStrings.Day");
+ this.kryptonManager2.ToolkitStrings.OutlookGridStrings.DragColumnToGroup = resources.GetString("kryptonManager2.ToolkitStrings.OutlookGridStrings.DragColumnToGroup");
+ this.kryptonManager2.ToolkitStrings.OutlookGridStrings.EarlierDuringThisMonth = resources.GetString("kryptonManager2.ToolkitStrings.OutlookGridStrings.EarlierDuringThisMonth");
+ this.kryptonManager2.ToolkitStrings.OutlookGridStrings.EarlierDuringThisYear = resources.GetString("kryptonManager2.ToolkitStrings.OutlookGridStrings.EarlierDuringThisYear");
+ this.kryptonManager2.ToolkitStrings.OutlookGridStrings.Expand = resources.GetString("kryptonManager2.ToolkitStrings.OutlookGridStrings.Expand");
+ this.kryptonManager2.ToolkitStrings.OutlookGridStrings.FormatParamsXMLNodeText = resources.GetString("kryptonManager2.ToolkitStrings.OutlookGridStrings.FormatParamsXMLNodeText");
+ this.kryptonManager2.ToolkitStrings.OutlookGridStrings.FormatTypeXMLNodeText = resources.GetString("kryptonManager2.ToolkitStrings.OutlookGridStrings.FormatTypeXMLNodeText");
+ this.kryptonManager2.ToolkitStrings.OutlookGridStrings.Friday = resources.GetString("kryptonManager2.ToolkitStrings.OutlookGridStrings.Friday");
+ this.kryptonManager2.ToolkitStrings.OutlookGridStrings.FullCollapse = resources.GetString("kryptonManager2.ToolkitStrings.OutlookGridStrings.FullCollapse");
+ this.kryptonManager2.ToolkitStrings.OutlookGridStrings.FullExpand = resources.GetString("kryptonManager2.ToolkitStrings.OutlookGridStrings.FullExpand");
+ this.kryptonManager2.ToolkitStrings.OutlookGridStrings.GradientFill = resources.GetString("kryptonManager2.ToolkitStrings.OutlookGridStrings.GradientFill");
+ this.kryptonManager2.ToolkitStrings.OutlookGridStrings.Group = resources.GetString("kryptonManager2.ToolkitStrings.OutlookGridStrings.Group");
+ this.kryptonManager2.ToolkitStrings.OutlookGridStrings.GroupInterval = resources.GetString("kryptonManager2.ToolkitStrings.OutlookGridStrings.GroupInterval");
+ this.kryptonManager2.ToolkitStrings.OutlookGridStrings.HideGroupBox = resources.GetString("kryptonManager2.ToolkitStrings.OutlookGridStrings.HideGroupBox");
+ this.kryptonManager2.ToolkitStrings.OutlookGridStrings.InThreeWeeks = resources.GetString("kryptonManager2.ToolkitStrings.OutlookGridStrings.InThreeWeeks");
+ this.kryptonManager2.ToolkitStrings.OutlookGridStrings.InTwoWeeks = resources.GetString("kryptonManager2.ToolkitStrings.OutlookGridStrings.InTwoWeeks");
+ this.kryptonManager2.ToolkitStrings.OutlookGridStrings.LaterDuringThisMonth = resources.GetString("kryptonManager2.ToolkitStrings.OutlookGridStrings.LaterDuringThisMonth");
+ this.kryptonManager2.ToolkitStrings.OutlookGridStrings.Monday = resources.GetString("kryptonManager2.ToolkitStrings.OutlookGridStrings.Monday");
+ this.kryptonManager2.ToolkitStrings.OutlookGridStrings.Month = resources.GetString("kryptonManager2.ToolkitStrings.OutlookGridStrings.Month");
+ this.kryptonManager2.ToolkitStrings.OutlookGridStrings.NextMonth = resources.GetString("kryptonManager2.ToolkitStrings.OutlookGridStrings.NextMonth");
+ this.kryptonManager2.ToolkitStrings.OutlookGridStrings.NextWeek = resources.GetString("kryptonManager2.ToolkitStrings.OutlookGridStrings.NextWeek");
+ this.kryptonManager2.ToolkitStrings.OutlookGridStrings.NoDate = resources.GetString("kryptonManager2.ToolkitStrings.OutlookGridStrings.NoDate");
+ this.kryptonManager2.ToolkitStrings.OutlookGridStrings.NumberOfItems = resources.GetString("kryptonManager2.ToolkitStrings.OutlookGridStrings.NumberOfItems");
+ this.kryptonManager2.ToolkitStrings.OutlookGridStrings.Older = resources.GetString("kryptonManager2.ToolkitStrings.OutlookGridStrings.Older");
+ this.kryptonManager2.ToolkitStrings.OutlookGridStrings.OneItem = resources.GetString("kryptonManager2.ToolkitStrings.OutlookGridStrings.OneItem");
+ this.kryptonManager2.ToolkitStrings.OutlookGridStrings.Other = resources.GetString("kryptonManager2.ToolkitStrings.OutlookGridStrings.Other");
+ this.kryptonManager2.ToolkitStrings.OutlookGridStrings.PaletteCustom = resources.GetString("kryptonManager2.ToolkitStrings.OutlookGridStrings.PaletteCustom");
+ this.kryptonManager2.ToolkitStrings.OutlookGridStrings.PaletteCustomHeading = resources.GetString("kryptonManager2.ToolkitStrings.OutlookGridStrings.PaletteCustomHeading");
+ this.kryptonManager2.ToolkitStrings.OutlookGridStrings.PreviousMonth = resources.GetString("kryptonManager2.ToolkitStrings.OutlookGridStrings.PreviousMonth");
+ this.kryptonManager2.ToolkitStrings.OutlookGridStrings.PreviousWeek = resources.GetString("kryptonManager2.ToolkitStrings.OutlookGridStrings.PreviousWeek");
+ this.kryptonManager2.ToolkitStrings.OutlookGridStrings.PreviousYear = resources.GetString("kryptonManager2.ToolkitStrings.OutlookGridStrings.PreviousYear");
+ this.kryptonManager2.ToolkitStrings.OutlookGridStrings.Quarter = resources.GetString("kryptonManager2.ToolkitStrings.OutlookGridStrings.Quarter");
+ this.kryptonManager2.ToolkitStrings.OutlookGridStrings.QuarterFour = resources.GetString("kryptonManager2.ToolkitStrings.OutlookGridStrings.QuarterFour");
+ this.kryptonManager2.ToolkitStrings.OutlookGridStrings.QuarterOne = resources.GetString("kryptonManager2.ToolkitStrings.OutlookGridStrings.QuarterOne");
+ this.kryptonManager2.ToolkitStrings.OutlookGridStrings.QuarterThree = resources.GetString("kryptonManager2.ToolkitStrings.OutlookGridStrings.QuarterThree");
+ this.kryptonManager2.ToolkitStrings.OutlookGridStrings.QuarterTwo = resources.GetString("kryptonManager2.ToolkitStrings.OutlookGridStrings.QuarterTwo");
+ this.kryptonManager2.ToolkitStrings.OutlookGridStrings.Saturday = resources.GetString("kryptonManager2.ToolkitStrings.OutlookGridStrings.Saturday");
+ this.kryptonManager2.ToolkitStrings.OutlookGridStrings.ShowGroupBox = resources.GetString("kryptonManager2.ToolkitStrings.OutlookGridStrings.ShowGroupBox");
+ this.kryptonManager2.ToolkitStrings.OutlookGridStrings.Smart = resources.GetString("kryptonManager2.ToolkitStrings.OutlookGridStrings.Smart");
+ this.kryptonManager2.ToolkitStrings.OutlookGridStrings.SolidFill = resources.GetString("kryptonManager2.ToolkitStrings.OutlookGridStrings.SolidFill");
+ this.kryptonManager2.ToolkitStrings.OutlookGridStrings.SortAscending = resources.GetString("kryptonManager2.ToolkitStrings.OutlookGridStrings.SortAscending");
+ this.kryptonManager2.ToolkitStrings.OutlookGridStrings.SortBySummaryCount = resources.GetString("kryptonManager2.ToolkitStrings.OutlookGridStrings.SortBySummaryCount");
+ this.kryptonManager2.ToolkitStrings.OutlookGridStrings.SortDescending = resources.GetString("kryptonManager2.ToolkitStrings.OutlookGridStrings.SortDescending");
+ this.kryptonManager2.ToolkitStrings.OutlookGridStrings.Sunday = resources.GetString("kryptonManager2.ToolkitStrings.OutlookGridStrings.Sunday");
+ this.kryptonManager2.ToolkitStrings.OutlookGridStrings.ThreeColorsRange = resources.GetString("kryptonManager2.ToolkitStrings.OutlookGridStrings.ThreeColorsRange");
+ this.kryptonManager2.ToolkitStrings.OutlookGridStrings.ThreeWeeksAgo = resources.GetString("kryptonManager2.ToolkitStrings.OutlookGridStrings.ThreeWeeksAgo");
+ this.kryptonManager2.ToolkitStrings.OutlookGridStrings.Thursday = resources.GetString("kryptonManager2.ToolkitStrings.OutlookGridStrings.Thursday");
+ this.kryptonManager2.ToolkitStrings.OutlookGridStrings.Today = resources.GetString("kryptonManager2.ToolkitStrings.OutlookGridStrings.Today");
+ this.kryptonManager2.ToolkitStrings.OutlookGridStrings.Tomorrow = resources.GetString("kryptonManager2.ToolkitStrings.OutlookGridStrings.Tomorrow");
+ this.kryptonManager2.ToolkitStrings.OutlookGridStrings.Tuesday = resources.GetString("kryptonManager2.ToolkitStrings.OutlookGridStrings.Tuesday");
+ this.kryptonManager2.ToolkitStrings.OutlookGridStrings.TwoColorsRange = resources.GetString("kryptonManager2.ToolkitStrings.OutlookGridStrings.TwoColorsRange");
+ this.kryptonManager2.ToolkitStrings.OutlookGridStrings.TwoWeeksAgo = resources.GetString("kryptonManager2.ToolkitStrings.OutlookGridStrings.TwoWeeksAgo");
+ this.kryptonManager2.ToolkitStrings.OutlookGridStrings.Ungroup = resources.GetString("kryptonManager2.ToolkitStrings.OutlookGridStrings.Ungroup");
+ this.kryptonManager2.ToolkitStrings.OutlookGridStrings.Unknown = resources.GetString("kryptonManager2.ToolkitStrings.OutlookGridStrings.Unknown");
+ this.kryptonManager2.ToolkitStrings.OutlookGridStrings.Wednesday = resources.GetString("kryptonManager2.ToolkitStrings.OutlookGridStrings.Wednesday");
+ this.kryptonManager2.ToolkitStrings.OutlookGridStrings.Year = resources.GetString("kryptonManager2.ToolkitStrings.OutlookGridStrings.Year");
+ this.kryptonManager2.ToolkitStrings.OutlookGridStrings.YearGroupText = resources.GetString("kryptonManager2.ToolkitStrings.OutlookGridStrings.YearGroupText");
+ this.kryptonManager2.ToolkitStrings.OutlookGridStrings.Yesterday = resources.GetString("kryptonManager2.ToolkitStrings.OutlookGridStrings.Yesterday");
+ this.kryptonManager2.ToolkitStrings.PaletteModeStrings.Custom = resources.GetString("kryptonManager2.ToolkitStrings.PaletteModeStrings.Custom");
+ this.kryptonManager2.ToolkitStrings.PaletteModeStrings.Microsoft365Black = resources.GetString("kryptonManager2.ToolkitStrings.PaletteModeStrings.Microsoft365Black");
+ this.kryptonManager2.ToolkitStrings.PaletteModeStrings.Microsoft365BlackDarkMode = resources.GetString("kryptonManager2.ToolkitStrings.PaletteModeStrings.Microsoft365BlackDarkMode");
+ this.kryptonManager2.ToolkitStrings.PaletteModeStrings.Microsoft365BlackDarkModeAlternate = resources.GetString("kryptonManager2.ToolkitStrings.PaletteModeStrings.Microsoft365BlackDarkModeAltern" +
+ "ate");
+ this.kryptonManager2.ToolkitStrings.PaletteModeStrings.Microsoft365Blue = resources.GetString("kryptonManager2.ToolkitStrings.PaletteModeStrings.Microsoft365Blue");
+ this.kryptonManager2.ToolkitStrings.PaletteModeStrings.Microsoft365BlueDarkMode = resources.GetString("kryptonManager2.ToolkitStrings.PaletteModeStrings.Microsoft365BlueDarkMode");
+ this.kryptonManager2.ToolkitStrings.PaletteModeStrings.Microsoft365BlueLightMode = resources.GetString("kryptonManager2.ToolkitStrings.PaletteModeStrings.Microsoft365BlueLightMode");
+ this.kryptonManager2.ToolkitStrings.PaletteModeStrings.Microsoft365DarkGray = resources.GetString("kryptonManager2.ToolkitStrings.PaletteModeStrings.Microsoft365DarkGray");
+ this.kryptonManager2.ToolkitStrings.PaletteModeStrings.Microsoft365LightGray = resources.GetString("kryptonManager2.ToolkitStrings.PaletteModeStrings.Microsoft365LightGray");
+ this.kryptonManager2.ToolkitStrings.PaletteModeStrings.Microsoft365Silver = resources.GetString("kryptonManager2.ToolkitStrings.PaletteModeStrings.Microsoft365Silver");
+ this.kryptonManager2.ToolkitStrings.PaletteModeStrings.Microsoft365SilverDarkMode = resources.GetString("kryptonManager2.ToolkitStrings.PaletteModeStrings.Microsoft365SilverDarkMode");
+ this.kryptonManager2.ToolkitStrings.PaletteModeStrings.Microsoft365SilverLightMode = resources.GetString("kryptonManager2.ToolkitStrings.PaletteModeStrings.Microsoft365SilverLightMode");
+ this.kryptonManager2.ToolkitStrings.PaletteModeStrings.Microsoft365White = resources.GetString("kryptonManager2.ToolkitStrings.PaletteModeStrings.Microsoft365White");
+ this.kryptonManager2.ToolkitStrings.PaletteModeStrings.Office2007Black = resources.GetString("kryptonManager2.ToolkitStrings.PaletteModeStrings.Office2007Black");
+ this.kryptonManager2.ToolkitStrings.PaletteModeStrings.Office2007BlackDarkMode = resources.GetString("kryptonManager2.ToolkitStrings.PaletteModeStrings.Office2007BlackDarkMode");
+ this.kryptonManager2.ToolkitStrings.PaletteModeStrings.Office2007Blue = resources.GetString("kryptonManager2.ToolkitStrings.PaletteModeStrings.Office2007Blue");
+ this.kryptonManager2.ToolkitStrings.PaletteModeStrings.Office2007BlueDarkMode = resources.GetString("kryptonManager2.ToolkitStrings.PaletteModeStrings.Office2007BlueDarkMode");
+ this.kryptonManager2.ToolkitStrings.PaletteModeStrings.Office2007BlueLightMode = resources.GetString("kryptonManager2.ToolkitStrings.PaletteModeStrings.Office2007BlueLightMode");
+ this.kryptonManager2.ToolkitStrings.PaletteModeStrings.Office2007DarkGray = resources.GetString("kryptonManager2.ToolkitStrings.PaletteModeStrings.Office2007DarkGray");
+ this.kryptonManager2.ToolkitStrings.PaletteModeStrings.Office2007LightGray = resources.GetString("kryptonManager2.ToolkitStrings.PaletteModeStrings.Office2007LightGray");
+ this.kryptonManager2.ToolkitStrings.PaletteModeStrings.Office2007Silver = resources.GetString("kryptonManager2.ToolkitStrings.PaletteModeStrings.Office2007Silver");
+ this.kryptonManager2.ToolkitStrings.PaletteModeStrings.Office2007SilverDarkMode = resources.GetString("kryptonManager2.ToolkitStrings.PaletteModeStrings.Office2007SilverDarkMode");
+ this.kryptonManager2.ToolkitStrings.PaletteModeStrings.Office2007SilverLightMode = resources.GetString("kryptonManager2.ToolkitStrings.PaletteModeStrings.Office2007SilverLightMode");
+ this.kryptonManager2.ToolkitStrings.PaletteModeStrings.Office2007White = resources.GetString("kryptonManager2.ToolkitStrings.PaletteModeStrings.Office2007White");
+ this.kryptonManager2.ToolkitStrings.PaletteModeStrings.Office2010Black = resources.GetString("kryptonManager2.ToolkitStrings.PaletteModeStrings.Office2010Black");
+ this.kryptonManager2.ToolkitStrings.PaletteModeStrings.Office2010BlackDarkMode = resources.GetString("kryptonManager2.ToolkitStrings.PaletteModeStrings.Office2010BlackDarkMode");
+ this.kryptonManager2.ToolkitStrings.PaletteModeStrings.Office2010Blue = resources.GetString("kryptonManager2.ToolkitStrings.PaletteModeStrings.Office2010Blue");
+ this.kryptonManager2.ToolkitStrings.PaletteModeStrings.Office2010BlueDarkMode = resources.GetString("kryptonManager2.ToolkitStrings.PaletteModeStrings.Office2010BlueDarkMode");
+ this.kryptonManager2.ToolkitStrings.PaletteModeStrings.Office2010BlueLightMode = resources.GetString("kryptonManager2.ToolkitStrings.PaletteModeStrings.Office2010BlueLightMode");
+ this.kryptonManager2.ToolkitStrings.PaletteModeStrings.Office2010DarkGray = resources.GetString("kryptonManager2.ToolkitStrings.PaletteModeStrings.Office2010DarkGray");
+ this.kryptonManager2.ToolkitStrings.PaletteModeStrings.Office2010LightGray = resources.GetString("kryptonManager2.ToolkitStrings.PaletteModeStrings.Office2010LightGray");
+ this.kryptonManager2.ToolkitStrings.PaletteModeStrings.Office2010Silver = resources.GetString("kryptonManager2.ToolkitStrings.PaletteModeStrings.Office2010Silver");
+ this.kryptonManager2.ToolkitStrings.PaletteModeStrings.Office2010SilverDarkMode = resources.GetString("kryptonManager2.ToolkitStrings.PaletteModeStrings.Office2010SilverDarkMode");
+ this.kryptonManager2.ToolkitStrings.PaletteModeStrings.Office2010SilverLightMode = resources.GetString("kryptonManager2.ToolkitStrings.PaletteModeStrings.Office2010SilverLightMode");
+ this.kryptonManager2.ToolkitStrings.PaletteModeStrings.Office2010White = resources.GetString("kryptonManager2.ToolkitStrings.PaletteModeStrings.Office2010White");
+ this.kryptonManager2.ToolkitStrings.PaletteModeStrings.Office2013DarkGray = resources.GetString("kryptonManager2.ToolkitStrings.PaletteModeStrings.Office2013DarkGray");
+ this.kryptonManager2.ToolkitStrings.PaletteModeStrings.Office2013LightGray = resources.GetString("kryptonManager2.ToolkitStrings.PaletteModeStrings.Office2013LightGray");
+ this.kryptonManager2.ToolkitStrings.PaletteModeStrings.Office2013White = resources.GetString("kryptonManager2.ToolkitStrings.PaletteModeStrings.Office2013White");
+ this.kryptonManager2.ToolkitStrings.PaletteModeStrings.Professional = resources.GetString("kryptonManager2.ToolkitStrings.PaletteModeStrings.Professional");
+ this.kryptonManager2.ToolkitStrings.PaletteModeStrings.Professional2003 = resources.GetString("kryptonManager2.ToolkitStrings.PaletteModeStrings.Professional2003");
+ this.kryptonManager2.ToolkitStrings.PaletteModeStrings.SparkleBlue = resources.GetString("kryptonManager2.ToolkitStrings.PaletteModeStrings.SparkleBlue");
+ this.kryptonManager2.ToolkitStrings.PaletteModeStrings.SparkleBlueDarkMode = resources.GetString("kryptonManager2.ToolkitStrings.PaletteModeStrings.SparkleBlueDarkMode");
+ this.kryptonManager2.ToolkitStrings.PaletteModeStrings.SparkleBlueLightMode = resources.GetString("kryptonManager2.ToolkitStrings.PaletteModeStrings.SparkleBlueLightMode");
+ this.kryptonManager2.ToolkitStrings.PaletteModeStrings.SparkleOrange = resources.GetString("kryptonManager2.ToolkitStrings.PaletteModeStrings.SparkleOrange");
+ this.kryptonManager2.ToolkitStrings.PaletteModeStrings.SparkleOrangeDarkMode = resources.GetString("kryptonManager2.ToolkitStrings.PaletteModeStrings.SparkleOrangeDarkMode");
+ this.kryptonManager2.ToolkitStrings.PaletteModeStrings.SparkleOrangeLightMode = resources.GetString("kryptonManager2.ToolkitStrings.PaletteModeStrings.SparkleOrangeLightMode");
+ this.kryptonManager2.ToolkitStrings.PaletteModeStrings.SparklePurple = resources.GetString("kryptonManager2.ToolkitStrings.PaletteModeStrings.SparklePurple");
+ this.kryptonManager2.ToolkitStrings.PaletteModeStrings.SparklePurpleDarkMode = resources.GetString("kryptonManager2.ToolkitStrings.PaletteModeStrings.SparklePurpleDarkMode");
+ this.kryptonManager2.ToolkitStrings.PaletteModeStrings.SparklePurpleLightMode = resources.GetString("kryptonManager2.ToolkitStrings.PaletteModeStrings.SparklePurpleLightMode");
+ this.kryptonManager2.ToolkitStrings.PaletteModeStrings.VisualStudio2010With2007Renderer = resources.GetString("kryptonManager2.ToolkitStrings.PaletteModeStrings.VisualStudio2010With2007Rendere" +
+ "r");
+ this.kryptonManager2.ToolkitStrings.PaletteModeStrings.VisualStudio2010With2010Renderer = resources.GetString("kryptonManager2.ToolkitStrings.PaletteModeStrings.VisualStudio2010With2010Rendere" +
+ "r");
+ this.kryptonManager2.ToolkitStrings.PaletteModeStrings.VisualStudio2010With2013Renderer = resources.GetString("kryptonManager2.ToolkitStrings.PaletteModeStrings.VisualStudio2010With2013Rendere" +
+ "r");
+ this.kryptonManager2.ToolkitStrings.PaletteModeStrings.VisualStudio2010With365Renderer = resources.GetString("kryptonManager2.ToolkitStrings.PaletteModeStrings.VisualStudio2010With365Renderer" +
+ "");
+ this.kryptonManager2.ToolkitStrings.RibbonStrings.AppButtonKeyTip = resources.GetString("kryptonManager2.ToolkitStrings.RibbonStrings.AppButtonKeyTip");
+ this.kryptonManager2.ToolkitStrings.RibbonStrings.AppButtonText = resources.GetString("kryptonManager2.ToolkitStrings.RibbonStrings.AppButtonText");
+ this.kryptonManager2.ToolkitStrings.RibbonStrings.CustomizeQuickAccessToolbar = resources.GetString("kryptonManager2.ToolkitStrings.RibbonStrings.CustomizeQuickAccessToolbar");
+ this.kryptonManager2.ToolkitStrings.RibbonStrings.Minimize = resources.GetString("kryptonManager2.ToolkitStrings.RibbonStrings.Minimize");
+ this.kryptonManager2.ToolkitStrings.RibbonStrings.MoreColors = resources.GetString("kryptonManager2.ToolkitStrings.RibbonStrings.MoreColors");
+ this.kryptonManager2.ToolkitStrings.RibbonStrings.NoColor = resources.GetString("kryptonManager2.ToolkitStrings.RibbonStrings.NoColor");
+ this.kryptonManager2.ToolkitStrings.RibbonStrings.RecentColors = resources.GetString("kryptonManager2.ToolkitStrings.RibbonStrings.RecentColors");
+ this.kryptonManager2.ToolkitStrings.RibbonStrings.RecentDocuments = resources.GetString("kryptonManager2.ToolkitStrings.RibbonStrings.RecentDocuments");
+ this.kryptonManager2.ToolkitStrings.RibbonStrings.ShowAboveRibbon = resources.GetString("kryptonManager2.ToolkitStrings.RibbonStrings.ShowAboveRibbon");
+ this.kryptonManager2.ToolkitStrings.RibbonStrings.ShowBelowRibbon = resources.GetString("kryptonManager2.ToolkitStrings.RibbonStrings.ShowBelowRibbon");
+ this.kryptonManager2.ToolkitStrings.RibbonStrings.ShowQATAboveRibbon = resources.GetString("kryptonManager2.ToolkitStrings.RibbonStrings.ShowQATAboveRibbon");
+ this.kryptonManager2.ToolkitStrings.RibbonStrings.ShowQATBelowRibbon = resources.GetString("kryptonManager2.ToolkitStrings.RibbonStrings.ShowQATBelowRibbon");
+ this.kryptonManager2.ToolkitStrings.RibbonStrings.StandardColors = resources.GetString("kryptonManager2.ToolkitStrings.RibbonStrings.StandardColors");
+ this.kryptonManager2.ToolkitStrings.RibbonStrings.ThemeColors = resources.GetString("kryptonManager2.ToolkitStrings.RibbonStrings.ThemeColors");
+ this.kryptonManager2.ToolkitStrings.ToastNotificationIconStrings.Application = resources.GetString("kryptonManager2.ToolkitStrings.ToastNotificationIconStrings.Application");
+ this.kryptonManager2.ToolkitStrings.ToastNotificationIconStrings.Asterisk = resources.GetString("kryptonManager2.ToolkitStrings.ToastNotificationIconStrings.Asterisk");
+ this.kryptonManager2.ToolkitStrings.ToastNotificationIconStrings.Custom = resources.GetString("kryptonManager2.ToolkitStrings.ToastNotificationIconStrings.Custom");
+ this.kryptonManager2.ToolkitStrings.ToastNotificationIconStrings.Error = resources.GetString("kryptonManager2.ToolkitStrings.ToastNotificationIconStrings.Error");
+ this.kryptonManager2.ToolkitStrings.ToastNotificationIconStrings.Exclamation = resources.GetString("kryptonManager2.ToolkitStrings.ToastNotificationIconStrings.Exclamation");
+ this.kryptonManager2.ToolkitStrings.ToastNotificationIconStrings.Hand = resources.GetString("kryptonManager2.ToolkitStrings.ToastNotificationIconStrings.Hand");
+ this.kryptonManager2.ToolkitStrings.ToastNotificationIconStrings.Information = resources.GetString("kryptonManager2.ToolkitStrings.ToastNotificationIconStrings.Information");
+ this.kryptonManager2.ToolkitStrings.ToastNotificationIconStrings.None = resources.GetString("kryptonManager2.ToolkitStrings.ToastNotificationIconStrings.None");
+ this.kryptonManager2.ToolkitStrings.ToastNotificationIconStrings.Ok = resources.GetString("kryptonManager2.ToolkitStrings.ToastNotificationIconStrings.Ok");
+ this.kryptonManager2.ToolkitStrings.ToastNotificationIconStrings.Question = resources.GetString("kryptonManager2.ToolkitStrings.ToastNotificationIconStrings.Question");
+ this.kryptonManager2.ToolkitStrings.ToastNotificationIconStrings.Shield = resources.GetString("kryptonManager2.ToolkitStrings.ToastNotificationIconStrings.Shield");
+ this.kryptonManager2.ToolkitStrings.ToastNotificationIconStrings.Stop = resources.GetString("kryptonManager2.ToolkitStrings.ToastNotificationIconStrings.Stop");
+ this.kryptonManager2.ToolkitStrings.ToastNotificationIconStrings.SystemApplication = resources.GetString("kryptonManager2.ToolkitStrings.ToastNotificationIconStrings.SystemApplication");
+ this.kryptonManager2.ToolkitStrings.ToastNotificationIconStrings.SystemAsterisk = resources.GetString("kryptonManager2.ToolkitStrings.ToastNotificationIconStrings.SystemAsterisk");
+ this.kryptonManager2.ToolkitStrings.ToastNotificationIconStrings.SystemError = resources.GetString("kryptonManager2.ToolkitStrings.ToastNotificationIconStrings.SystemError");
+ this.kryptonManager2.ToolkitStrings.ToastNotificationIconStrings.SystemExclamation = resources.GetString("kryptonManager2.ToolkitStrings.ToastNotificationIconStrings.SystemExclamation");
+ this.kryptonManager2.ToolkitStrings.ToastNotificationIconStrings.SystemHand = resources.GetString("kryptonManager2.ToolkitStrings.ToastNotificationIconStrings.SystemHand");
+ this.kryptonManager2.ToolkitStrings.ToastNotificationIconStrings.SystemInformation = resources.GetString("kryptonManager2.ToolkitStrings.ToastNotificationIconStrings.SystemInformation");
+ this.kryptonManager2.ToolkitStrings.ToastNotificationIconStrings.SystemQuestion = resources.GetString("kryptonManager2.ToolkitStrings.ToastNotificationIconStrings.SystemQuestion");
+ this.kryptonManager2.ToolkitStrings.ToastNotificationIconStrings.SystemStop = resources.GetString("kryptonManager2.ToolkitStrings.ToastNotificationIconStrings.SystemStop");
+ this.kryptonManager2.ToolkitStrings.ToastNotificationIconStrings.SystemWarning = resources.GetString("kryptonManager2.ToolkitStrings.ToastNotificationIconStrings.SystemWarning");
+ this.kryptonManager2.ToolkitStrings.ToastNotificationIconStrings.Warning = resources.GetString("kryptonManager2.ToolkitStrings.ToastNotificationIconStrings.Warning");
+ this.kryptonManager2.ToolkitStrings.ToastNotificationIconStrings.WindowsLogo = resources.GetString("kryptonManager2.ToolkitStrings.ToastNotificationIconStrings.WindowsLogo");
+ this.kryptonManager2.ToolkitStrings.ToastNotificationStrings.Dismiss = resources.GetString("kryptonManager2.ToolkitStrings.ToastNotificationStrings.Dismiss");
+ this.kryptonManager2.ToolkitStrings.ToastNotificationStrings.DoNotShowAgain = resources.GetString("kryptonManager2.ToolkitStrings.ToastNotificationStrings.DoNotShowAgain");
//
// Form1
//
@@ -166,6 +439,7 @@
((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).EndInit();
this.kryptonPanel1.ResumeLayout(false);
this.kryptonPanel1.PerformLayout();
+ this.contextMenuStrip1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.cmdLst)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.kryptonPictureBox1)).EndInit();
this.kryptonStatusStrip1.ResumeLayout(false);
@@ -183,7 +457,6 @@
private Krypton.Toolkit.KryptonManager kryptonManager2;
private Krypton.Toolkit.KryptonStatusStrip kryptonStatusStrip1;
private System.Windows.Forms.ToolStripStatusLabel statusTxt;
- private Krypton.Toolkit.KryptonButton sendBtn;
private Krypton.Toolkit.KryptonPictureBox kryptonPictureBox1;
private System.Windows.Forms.MenuStrip menuStrip1;
private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
@@ -192,6 +465,9 @@
private Krypton.Toolkit.KryptonListBox logLst;
private Krypton.Toolkit.KryptonComboBox cmdLst;
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
+ private Krypton.Toolkit.KryptonDropButton sendBtn;
+ private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
+ private System.Windows.Forms.ToolStripMenuItem sendWithoutEncryptionToolStripMenuItem;
}
}
diff --git a/SamaPager_Client/Form1.cs b/SamaPager_Client/Form1.cs
index 0330084..2e51da3 100644
--- a/SamaPager_Client/Form1.cs
+++ b/SamaPager_Client/Form1.cs
@@ -46,9 +46,21 @@ namespace SamaPager_Client
StartClient();
}
- private void sendBtn_Click(object sender, EventArgs e)
+
+ private void cmdLst_SelectedIndexChanged(object sender, EventArgs e)
{
- if(messageTxt.Text == string.Empty)
+ logLst.Items.Add(pageClient.SendCommand(cmdLst.Text));
+ cmdLst.Text = String.Empty;
+ }
+
+ private void sendBtn_Click_1(object sender, EventArgs e)
+ {
+
+ }
+
+ private void sendWithoutEncryptionToolStripMenuItem_Click(object sender, EventArgs e)
+ {
+ if (messageTxt.Text == string.Empty)
{
KryptonMessageBox.Show("Inserire un messaggio");
}
@@ -58,13 +70,6 @@ namespace SamaPager_Client
logLst.Items.Add($"Sent: {messageTxt.Text}");
messageTxt.Text = String.Empty;
}
-
- }
-
- private void cmdLst_SelectedIndexChanged(object sender, EventArgs e)
- {
- logLst.Items.Add(pageClient.SendCommand(cmdLst.Text));
- cmdLst.Text = String.Empty;
}
}
}
diff --git a/SamaPager_Client/Form1.it-IT.resx b/SamaPager_Client/Form1.it-IT.resx
index ac170bb..bba2a18 100644
--- a/SamaPager_Client/Form1.it-IT.resx
+++ b/SamaPager_Client/Form1.it-IT.resx
@@ -117,27 +117,36 @@
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 192, 22
+
+
+ Invia senza crittografia
+
+
+ 193, 26
+
+
+
+
+
+
+
INVIA
-
+
+ 232, 17
+
+
+ v1.2
+
0, 555
- 342, 22
-
-
- 342, 24
-
-
- 342, 577
-
-
- 42, 20
-
-
- Rete
+ 346, 22
210, 22
@@ -151,7 +160,757 @@
Riavvia il socket UDP
+
+ 42, 20
+
+
+ Rete
+
+
+ 346, 24
+
+
+ 346, 577
+
+
+ Application Base
+
+
+ Application Name
+
+
+ Cache Path
+
+
+ Calling Assembly
+
+
+ Configuration File
+
+
+ Dynamic Base
+
+
+ Entry Assembly
+
+
+ Executing Assembly
+
+
+ Friendly Name
+
+
+ License File
+
+
+ Private Bin Path
+
+
+ Shadow Copy Directories
+
+
+ About
+
+
+ Build Date
+
+
+ Company
+
+
+ Copyright
+
+
+ Description
+
+
+ Image Runtime Version
+
+
+ Loaded from GAC
+
+
+ Product
+
+
+ Title
+
+
+ Trademark
+
+
+ Version
+
+
+ Auto
+
+
+ Fixed Bottom
+
+
+ Fixed Left
+
+
+ Fixed Right
+
+
+ Fixed Top
+
+
+ Inherit
+
+
+ Color
+
+
+ Colors
+
+
+ More Colors ...
+
+
+ No Color
+
+
+ Recent Colors
+
+
+ Standard Colors
+
+
+ Theme Colors
+
+
+ A&pply
+
+
+ Bac&k
+
+
+ Clear Clipboa&rd
+
+
+ C&ollapse
+
+
+ &Copy
+
+
+ Current Theme
+
+
+ C&ut
+
+
+ &Do not show again
+
+
+ E&xit
+
+
+ Ex&pand
+
+
+ &Finish
+
+
+ &Next
+
+
+ No t&o All
+
+
+ O&k to All
+
+
+ Pas&te
+
+
+ Pre&vious
+
+
+ &Reset
+
+
+ Sel&ect All
+
+
+ S&ystem Information
+
+
+ Yes &to All
+
+
+ A&bort
+
+
+ Cance&l
+
+
+ Clo&se
+
+
+ Co&ntinue
+
+
+ H&elp
+
+
+ I&gnore
+
+
+ N&o
+
+
+ O&K
+
+
+ Ret&ry
+
+
+ &Today
+
+
+ Try Aga&in
+
+
+ &Yes
+
+
+ I&mport...
+
+
+ &Silent
+
+
+ Select a theme from the list below:
+
+
+ Select a Theme
+
+
+ Up&grade
+
+
+ After next month
+
+
+ Alphabetic
+
+
+ Data Bars
+
+
+ Before previous month
+
+
+ Best fit
+
+
+ Best fit (all columns)
+
+
+ Clear grouping
+
+
+ Clear rules...
+
+
+ Clear sorting
+
+
+ Collapse
+
+
+ ColumnName
+
+
+ Columns
+
+
+ Conditional formatting
+
+
+ Condition
+
+
+ Fill
+
+
+ Intermediate Color
+
+
+ Format
+
+
+ Maximum Color
+
+
+ Minimum Color
+
+
+ Preview
+
+
+ Custom Rule
+
+
+ Custom...
+
+
+ Date
+
+
+ Day
+
+
+ Drag a column header here to group by that column
+
+
+ Earlier during this month
+
+
+ Earlier this year
+
+
+ Expand
+
+
+ FormatParams
+
+
+ FormatType
+
+
+ Friday
+
+
+ Full collapse
+
+
+ Full expand
+
+
+ Gradient Fill
+
+
+ Group by this column
+
+
+ Group interval
+
+
+ Hide GroupBox
+
+
+ In three weeks
+
+
+ In two weeks
+
+
+ Later during this month
+
+
+ Monday
+
+
+ Month
+
+
+ Next month
+
+
+ Next week
+
+
+ No date
+
+
+ items
+
+
+ Older
+
+
+ 1 item
+
+
+ Other
+
+
+ Custom...
+
+
+ Custom palettes
+
+
+ Previous month
+
+
+ Previous week
+
+
+ Previous year
+
+
+ Quarter
+
+
+ Q4
+
+
+ Q1
+
+
+ Q3
+
+
+ Q2
+
+
+ Saturday
+
+
+ Show GroupBox
+
+
+ Smart
+
+
+ Solid Fill
+
+
+ Sort ascending
+
+
+ Sort by summary count
+
+
+ Sort descending
+
+
+ Sunday
+
+
+ Three Color Scale
+
+
+ Three weeks ago
+
+
+ Thursday
+
+
+ Today
+
+
+ Tomorrow
+
+
+ Tuesday
+
+
+ Two Color Scale
+
+
+ Two weeks ago
+
+
+ Ungroup
+
+
+ Unknown
+
+
+ Wednesday
+
+
+ Year
+
+
+ Year
+
+
+ Yesterday
+
+
+ Custom
+
+
+ Microsoft 365 - Black
+
+
+ Microsoft 365 - Black (Dark Mode)
+
+
+ Microsoft 365 - Black (Dark Mode - Alternate)
+
+
+ Microsoft 365 - Blue
+
+
+ Microsoft 365 - Blue (Dark Mode)
+
+
+ Microsoft 365 - Blue (Light Mode)
+
+
+ Microsoft 365 - Dark Gray
+
+
+ Microsoft 365 - Light Gray
+
+
+ Microsoft 365 - Silver
+
+
+ Microsoft 365 - Silver (Dark Mode)
+
+
+ Microsoft 365 - Silver (Light Mode)
+
+
+ Microsoft 365 - White
+
+
+ Office 2007 - Black
+
+
+ Office 2007 - Black (Dark Mode)
+
+
+ Office 2007 - Blue
+
+
+ Office 2007 - Blue (Dark Mode)
+
+
+ Office 2007 - Blue (Light Mode)
+
+
+ Office 2007 - Dark Gray
+
+
+ Office 2007 - Light Gray
+
+
+ Office 2007 - Silver
+
+
+ Office 2007 - Silver (Dark Mode)
+
+
+ Office 2007 - Silver (Light Mode)
+
+
+ Office 2007 - White
+
+
+ Office 2010 - Black
+
+
+ Office 2010 - Black (Dark Mode)
+
+
+ Office 2010 - Blue
+
+
+ Office 2010 - Blue (Dark Mode)
+
+
+ Office 2010 - Blue (Light Mode)
+
+
+ Office 2010 - Dark Gray
+
+
+ Office 2010 - Light Gray
+
+
+ Office 2010 - Silver
+
+
+ Office 2010 - Silver (Dark Mode)
+
+
+ Office 2010 - Silver (Light Mode)
+
+
+ Office 2010 - White
+
+
+ Office 2013 - Dark Gray
+
+
+ Office 2013 - Light Gray
+
+
+ Office 2013 - White
+
+
+ Professional - System
+
+
+ Professional - Office 2003
+
+
+ Sparkle - Blue
+
+
+ Sparkle - Blue (Dark Mode)
+
+
+ Sparkle - Blue (Light Mode)
+
+
+ Sparkle - Orange
+
+
+ Sparkle - Orange (Dark Mode)
+
+
+ Sparkle - Orange (Light Mode)
+
+
+ Sparkle - Purple
+
+
+ Sparkle - Purple (Dark Mode)
+
+
+ Sparkle - Purple (Light Mode)
+
+
+ Visual Studio 2010 (2007 Variation)
+
+
+ Visual Studio 2010 (2010 Variation)
+
+
+ Visual Studio 2010 (2013 Variation)
+
+
+ Visual Studio 2010 (Microsoft 365 Variation)
+
+
+ F
+
+
+ File
+
+
+ Customize Quick Access Toolbar
+
+
+ Mi&nimize the Ribbon
+
+
+ &More Colors...
+
+
+ &No Color
+
+
+ Recent Colors
+
+
+ Recent Documents
+
+
+ &Show Above the Ribbon
+
+
+ &Show Below the Ribbon
+
+
+ &Show Quick Access Toolbar Above the Ribbon
+
+
+ &Show Quick Access Toolbar Below the Ribbon
+
+
+ Standard Colors
+
+
+ Theme Colors
+
+
+ Application
+
+
+ Asterisk
+
+
+ Custom
+
+
+ Error
+
+
+ Exclamation
+
+
+ Hand
+
+
+ Information
+
+
+ None
+
+
+ Ok
+
+
+ Question
+
+
+ Shield
+
+
+ Stop
+
+
+ Application (System)
+
+
+ Asterisk (System)
+
+
+ Error (System)
+
+
+ Exclamation (System)
+
+
+ Hand (System)
+
+
+ Information (System)
+
+
+ Question (System)
+
+
+ Stop (System)
+
+
+ Warning (System)
+
+
+ Warning
+
+
+ Windows Logo
+
+
+ &Dismiss
+
+
+ Do ¬ show again
+
- 342, 577
+ 346, 577
\ No newline at end of file
diff --git a/SamaPager_Client/Form1.resx b/SamaPager_Client/Form1.resx
index adb3b18..d044d49 100644
--- a/SamaPager_Client/Form1.resx
+++ b/SamaPager_Client/Form1.resx
@@ -117,173 +117,1055 @@
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- !getDateTime
-
-
- !getCurrentDir
-
-
- !getCurrentUser
-
-
-
- 12, 524
-
-
- 318, 22
-
-
+
+ 5
+
+
+ Shadow Copy Directories
+
+
+ Sparkle - Blue (Light Mode)
+
+
+ Entry Assembly
+
+
+ SEND
+
+
+ Clear rules...
+
+
+ Microsoft 365 - Light Gray
+
+
6
-
- cmdLst
-
-
- Krypton.Toolkit.KryptonComboBox, Krypton.Toolkit, Version=95.25.8.235, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e
+
+ ColumnName
kryptonPanel1
-
- 0
+
+ Office 2007 - Silver (Light Mode)
-
- 4000
+
+ Customize Quick Access Toolbar
-
- True
-
-
- 12, 230
-
-
- 318, 215
-
-
- 5
-
-
- logLst
-
-
- Krypton.Toolkit.KryptonListBox, Krypton.Toolkit, Version=95.25.8.235, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e
-
-
- kryptonPanel1
-
-
- 1
+
+ contextMenuStrip1
-
- NoControl
+
+ Fill
-
- 31, 38
+
+ Send without encryption
-
- 278, 181
+
+ Ex&pand
-
- AutoSize
+
+ Do ¬ show again
-
- 3
+
+ Previous month
-
- kryptonPictureBox1
-
-
- Krypton.Toolkit.KryptonPictureBox, Krypton.Toolkit, Version=95.25.8.235, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e
-
-
- kryptonPanel1
-
-
- 2
+
+ Copyright
+
250, 451
-
- 80, 67
-
-
- 2
-
-
- SEND
-
-
- sendBtn
-
-
- Krypton.Toolkit.KryptonButton, Krypton.Toolkit, Version=95.25.8.235, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e
-
-
- kryptonPanel1
-
-
- 3
-
-
- 165, 17
-
-
- Segoe UI, 9pt
-
-
- 70, 17
-
-
- STATUS: Off
-
-
- 259, 17
-
-
- v1.1
-
-
- MiddleRight
-
-
- 0, 556
-
-
- 344, 22
-
-
- 1
-
-
- kryptonStatusStrip1
-
-
- kryptonStatusStrip1
+
+ Office 2007 - Silver (Dark Mode)
Krypton.Toolkit.KryptonStatusStrip, Krypton.Toolkit, Version=95.25.8.235, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e
-
- kryptonPanel1
+
+ Group interval
+
+
+ Sparkle - Blue
+
+
+ Krypton.Toolkit.KryptonComboBox, Krypton.Toolkit, Version=95.25.8.235, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e
+
+
+ Best fit (all columns)
+
+
+ 6
+
+
+ Yes &to All
+
+
+ Information (System)
+
+
+ 220, 22
+
+
+ System.Windows.Forms.ToolStripStatusLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
4
-
- 322, 17
-
-
+
+ Two weeks ago
+
+
+ No Color
+
+
+ Preview
+
+
+ Alphabetic
+
+
+ Sparkle - Orange
+
+
+ Pre&vious
+
+
+ Dynamic Base
+
+
+ Mi&nimize the Ribbon
+
+
+ Executing Assembly
+
+
+ Condition
+
+
+ Intermediate Color
+
+
+ Krypton.Toolkit.KryptonListBox, Krypton.Toolkit, Version=95.25.8.235, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e
+
+
+ Custom palettes
+
+
+ Theme Colors
+
+
+ Error
+
+
+ Office 2010 - Silver (Dark Mode)
+
+
+ File
+
+
+ Q1
+
+
+ Tuesday
+
+
+ Build Date
+
+
+ 3
+
+
+ Full collapse
+
+
+ Question (System)
+
+
+ 348, 578
+
+
+ Standard Colors
+
+
+ &Today
+
+
+ Asterisk (System)
+
+
+ Office 2007 - White
+
+
+ Fixed Right
+
+
+ Sparkle - Orange (Dark Mode)
+
+
+ Saturday
+
+
+ Office 2010 - Silver
+
+
+
+
+
+ Yesterday
+
+
+ &No Color
+
+
+ 204, 22
+
+
+ Maximum Color
+
+
+
+
+
+ Office 2010 - White
+
+
+ Private Bin Path
+
+
+ Next week
+
+
+ Error (System)
+
+
+ Minimum Color
+
+
+ Hand (System)
+
+
+ sendWithoutEncryptionToolStripMenuItem
+
+
+ Earlier during this month
+
+
+ Warning
+
+
+ True
+
+
+ Microsoft 365 - Blue (Dark Mode)
+
+
+ Visual Studio 2010 (2013 Variation)
+
+
+ &Reset
+
+
+ fileToolStripMenuItem
+
+
+ 348, 578
+
+
+ Visual Studio 2010 (2010 Variation)
+
+
+ Network
+
+
+ Visual Studio 2010 (Microsoft 365 Variation)
+
+
+ Q3
+
+
+ Two Color Scale
+
+
+ A&pply
+
+
+ Microsoft 365 - Blue
+
+
+ FormatParams
+
+
+ Sparkle - Purple (Light Mode)
+
+
+ $this
+
+
+ kryptonPictureBox1
+
+
+ 232, 67
+
+
+ &Silent
+
+
+ Recent Documents
+
+
+ &Show Quick Access Toolbar Below the Ribbon
+
+
+ Fixed Left
+
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Cance&l
+
+
+ Full expand
+
+
+ Year
+
+
+ Co&ntinue
+
+
+ &Show Below the Ribbon
+
+
+ Custom...
+
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Title
+
+
+ Microsoft 365 - Dark Gray
+
+
+ 0
+
+
+ Auto
+
+
+ Office 2010 - Light Gray
+
+
+ Office 2007 - Light Gray
+
+
+ Current Theme
+
+
+ Krypton.Toolkit.KryptonPanel, Krypton.Toolkit, Version=95.25.8.235, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e
+
+
+ Columns
+
+
+ Shield
+
+
+ C&ut
+
+
+ Sparkle - Orange (Light Mode)
+
+
+ 278, 181
+
+
+ &More Colors...
+
+
+ messageTxt
+
+
+ Microsoft 365 - Silver
+
+
+ 64, 20
+
+
+ Bac&k
+
+
+ E&xit
+
+
+ Fill
+
+
+ Microsoft 365 - Blue (Light Mode)
+
+
+ Q2
+
+
+ Asterisk
+
+
+ F
+
+
+ 1 item
+
+
+ Expand
+
+
+ &Finish
+
+
+ 12, 524
+
+
+ Office 2013 - Dark Gray
+
+
+ changeDestinationAddressToolStripMenuItem
+
+
+ O&K
+
+
+ Wednesday
+
+
+ Unknown
+
+
+ H&elp
+
+
+ Sparkle - Purple (Dark Mode)
+
+
+ Conditional formatting
+
+
+ Krypton.Toolkit.KryptonManager, Krypton.Toolkit, Version=95.25.8.235, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e
+
+
+ Older
+
+
+ 4000
+
+
+ 318, 22
+
+
+ 220, 22
+
+
+ restartUDPClientToolStripMenuItem
+
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Sort descending
+
+
+ Colors
+
+
+ kryptonStatusStrip1
+
+
+ Gradient Fill
+
+
+ Other
+
+
+ 80, 67
+
+
+ Fixed Top
+
+
+ Sparkle - Purple
+
+
+ Standard Colors
+
+
+ C&ollapse
+
+
+ Tomorrow
+
+
+ &Copy
+
+
+ AutoSize
+
+
+ Ret&ry
+
+
+ Stop
+
+
+ Description
+
+
+ After next month
+
+
+ 0, 0
+
+
+ Today
+
+
+ 0
+
+
+ 5
+
+
+ Thursday
+
+
+ Warning (System)
+
+
+ A&bort
+
+
+ Microsoft 365 - Silver (Dark Mode)
+
+
+ menuStrip1
+
+
+ Calling Assembly
+
+
+ Office 2013 - White
+
+
+ Trademark
+
+
+ Office 2010 - Black (Dark Mode)
+
+
+ Sunday
+
+
+ Clear grouping
+
+
+ No date
+
+
+ Office 2010 - Blue (Light Mode)
+
+
+ Ok
+
+
+ Office 2007 - Blue (Dark Mode)
+
+
+ Later during this month
+
+
+ Friendly Name
+
+
+ Custom Rule
+
+
+ Office 2010 - Black
+
+
+ Stop (System)
+
+
+ Microsoft 365 - Black (Dark Mode - Alternate)
+
+
+ More Colors ...
+
+
+ Previous year
+
+
+ Restart UDP Client
+
+
+ Collapse
+
+
+ Sparkle - Blue (Dark Mode)
+
+
+ Office 2007 - Blue (Light Mode)
+
+
+ I&gnore
+
+
+ Krypton.Toolkit.KryptonTextBox, Krypton.Toolkit, Version=95.25.8.235, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e
+
+
+ Application Base
+
+
+ Earlier this year
+
+
+ Select a Theme
+
+
+ 31, 38
+
+
+ Image Runtime Version
+
+
+ toolStripStatusLabel1
+
+
+ 0
+
+
+ 2
+
+
+ 348, 22
+
+
+ Office 2007 - Black (Dark Mode)
+
+
+ N&o
+
+
+ &Do not show again
+
+
+ License File
+
+
+ S&ystem Information
+
+
Segoe UI, 9pt
+
+ kryptonPanel1
+
+
+ Sort ascending
+
+
+ Recent Colors
+
+
+ Segoe UI, 9pt
+
+
+ Group by this column
+
+
+ Office 2010 - Dark Gray
+
+
+ Date
+
+
+ About
+
+
+ Best fit
+
+
+ System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Data Bars
+
+
+ &Yes
+
+
+ Format
+
+
+ Configuration File
+
+
+ 205, 26
+
+
+ Form1
+
+
+ Cache Path
+
+
+ 12, 230
+
+
+ kryptonManager2
+
+
+ Q4
+
+
+ 318, 215
+
+
+ 348, 24
+
+
+ kryptonStatusStrip1
+
+
+ FormatType
+
+
+ Select a theme from the list below:
+
+
+ 3
+
+
+ Application
+
+
+ !getCurrentDir
+
+
+ Version
+
+
+ Hide GroupBox
+
+
+ !getDateTime
+
+
+ Office 2010 - Blue
+
0, 0
-
- 344, 24
+
+ O&k to All
+
+
+ Clear sorting
+
+
+ I&mport...
+
+
+ kryptonPanel1
+
+
+ Office 2013 - Light Gray
+
+
+ Smart
+
+
+ Exclamation (System)
+
+
+ Change destination address
+
+
+ Three weeks ago
+
+
+ logLst
+
+
+ Krypton.Toolkit.KryptonDropButton, Krypton.Toolkit, Version=95.25.8.235, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e
+
+
+ Microsoft 365 - Silver (Light Mode)
+
+
+ Hand
+
+
+ Custom
+
+
+ Windows Logo
+
+
+ kryptonPanel1
+
+
+ &Show Above the Ribbon
+
+
+ 1
+
+
+ !getCurrentUser
+
+
+ STATUS: Off
+
+
+ 7
+
+
+ v1.1
+
+
+ Office 2010 - Blue (Dark Mode)
+
+
+ In two weeks
+
+
+ True
+
+
+ Visual Studio 2010 (2007 Variation)
+
+
+ cmdLst
+
+
+ kryptonPanel1
+
+
+ Microsoft 365 - White
+
+
+ System.Windows.Forms.MenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Microsoft 365 - Black (Dark Mode)
+
+
+ Krypton.Toolkit.KryptonPictureBox, Krypton.Toolkit, Version=95.25.8.235, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e
+
+
+ Previous week
+
+
+ MiddleRight
+
+
+ SamaPager Client
+
+
+ Ungroup
+
+
+ Office 2007 - Silver
+
+
+ Loaded from GAC
+
+
+ Office 2007 - Black
+
+
+ Sel&ect All
+
+
+ Microsoft 365 - Black
+
+
+ Show GroupBox
+
+
+ 0, 556
+
+
+ &Dismiss
+
+
+ Custom
+
+
+ Application (System)
+
+
+ Quarter
+
+
+ No t&o All
+
+
+ Pas&te
+
+
+ &Next
+
+
+ Professional - System
+
+
+ Up&grade
+
+
+ Solid Fill
+
+
+ kryptonPanel1
+
+
+ Day
+
+
+ Company
+
+
+ Application Name
+
+
+ Color
+
+
+ 1
+
+
+ Professional - Office 2003
+
+
+ Clear Clipboa&rd
+
+
+ None
+
+
+ Custom...
+
+
+ CenterScreen
+
+
+ Next month
+
+
+ Information
+
+
+ Theme Colors
+
+
+ Office 2007 - Dark Gray
+
+
+ In three weeks
+
+
+ 68, 17
+
+
+ 6, 13
+
+
+ Office 2007 - Blue
+
+
+ kryptonPanel1
+
+
+ Year
+
+
+ Exclamation
+
+
+ Three Color Scale
+
+
+ Friday
+
+
+ INVIA
+
+
+ Krypton.Toolkit.KryptonForm, Krypton.Toolkit, Version=95.25.8.235, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e
+
+
+ Fixed Bottom
+
+
+ Office 2010 - Silver (Light Mode)
+
+
+ kryptonPanel1
+
+
+ statusTxt
+
+
+ items
+
+
+ Monday
+
+
+ Recent Colors
+
+
+ Inherit
+
+
+ sendBtn
+
+
+ Before previous month
+
+
+ Clo&se
+
+
+ 12, 451
+
+
+ Sort by summary count
+
+
+ 265, 17
+
+
+ Question
+
+
+ Try Aga&in
+
+
+ Drag a column header here to group by that column
+
+
+ System.Windows.Forms.ToolStripStatusLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 1
+
+
+ Product
4
@@ -291,142 +1173,37 @@
menuStrip1
-
- menuStrip1
+
+ Month
-
- System.Windows.Forms.MenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ &Show Quick Access Toolbar Above the Ribbon
-
- kryptonPanel1
-
-
- 5
-
-
- 12, 451
-
-
- True
-
-
- 232, 67
-
-
- 0
-
-
- messageTxt
-
-
- Krypton.Toolkit.KryptonTextBox, Krypton.Toolkit, Version=95.25.8.235, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e
-
-
- kryptonPanel1
-
-
- 6
-
-
- Fill
-
-
- 0, 0
-
-
- 344, 578
-
-
- 0
-
-
- kryptonPanel1
-
-
- Krypton.Toolkit.KryptonPanel, Krypton.Toolkit, Version=95.25.8.235, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e
-
-
- $this
-
-
- 0
-
-
- 64, 20
-
-
- Network
-
-
- 220, 22
-
-
- Change destination address
-
-
- 220, 22
-
-
- Restart UDP Client
-
-
- 17, 17
-
-
- True
-
-
- 6, 13
-
-
- 344, 578
-
-
- CenterScreen
-
-
- SamaPager Client
-
-
- statusTxt
-
-
- System.Windows.Forms.ToolStripStatusLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- fileToolStripMenuItem
-
-
- System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- changeDestinationAddressToolStripMenuItem
-
-
- System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- restartUDPClientToolStripMenuItem
+
+ NoControl
System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- kryptonManager2
-
-
- Krypton.Toolkit.KryptonManager, Krypton.Toolkit, Version=95.25.8.235, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e
-
-
- toolStripStatusLabel1
-
-
- System.Windows.Forms.ToolStripStatusLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Form1
-
-
- Krypton.Toolkit.KryptonForm, Krypton.Toolkit, Version=95.25.8.235, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e
+
+ Segoe UI, 9pt
+
+ 165, 17
+
+
+ it-IT
+
+
+ 437, 17
+
+
+ 322, 17
+
+
+ True
+
+
+ 17, 17
+
\ No newline at end of file
diff --git a/SamaPager_Server/Properties/Resources.Designer.cs b/SamaPager_Server/Properties/Resources.Designer.cs
index f642b93..e0f83f5 100644
--- a/SamaPager_Server/Properties/Resources.Designer.cs
+++ b/SamaPager_Server/Properties/Resources.Designer.cs
@@ -71,7 +71,7 @@ namespace SamaPager_Server.Properties {
}
///
- /// Cerca una stringa localizzata simile a 1.1.
+ /// Cerca una stringa localizzata simile a 1.2.
///
internal static string currentVersion {
get {
@@ -90,7 +90,7 @@ namespace SamaPager_Server.Properties {
}
///
- /// Cerca una stringa localizzata simile a Castagnetti.
+ /// Cerca una stringa localizzata simile a Marcolin.
///
internal static string versionCodename {
get {
diff --git a/SamaPager_Server/Properties/Resources.resx b/SamaPager_Server/Properties/Resources.resx
index fd091b6..7a7e05c 100644
--- a/SamaPager_Server/Properties/Resources.resx
+++ b/SamaPager_Server/Properties/Resources.resx
@@ -125,9 +125,9 @@
..\Resources\5pagers1shalom.jpg;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
- 1.1
+ 1.2
- Castagnetti
+ Marcolin
\ No newline at end of file