From 26a1fcccf9be411f17c7ea76a9e5d662bff07e44 Mon Sep 17 00:00:00 2001 From: Evgeny Gryaznov Date: Wed, 27 May 2009 13:45:25 +0000 Subject: [PATCH] Main form localizable, icons for refresh and options, language drop down (english only) git-svn-id: https://webim.svn.sourceforge.net/svnroot/webim/trunk@499 c66351dc-e62f-0410-b875-e3a5c0b9693f --- src/webimtray/WebIMTray/App.Designer.cs | 14 + src/webimtray/WebIMTray/App.resx | 6 + src/webimtray/WebIMTray/Main.Designer.cs | 52 ++-- src/webimtray/WebIMTray/Main.cs | 5 + src/webimtray/WebIMTray/Main.resx | 197 +++++++++++++- .../WebIMTray/Properties/Resources.resx | 141 +++++----- src/webimtray/WebIMTray/icons/logo.bmp | Bin 15854 -> 0 bytes .../options/OptionsGeneralPanel.Designer.cs | 29 +- .../WebIMTray/options/OptionsGeneralPanel.cs | 3 +- .../options/OptionsGeneralPanel.resx | 250 +++++++++++------- .../WebIMTray/toolbarImages/02 properties.bmp | Bin 0 -> 1350 bytes .../WebIMTray/toolbarImages/02 talk.bmp | Bin 822 -> 0 bytes .../WebIMTray/toolbarImages/03 properties.bmp | Bin 822 -> 0 bytes src/webimtray/WebIMTray/webImTray.csproj | 9 + 14 files changed, 480 insertions(+), 226 deletions(-) delete mode 100644 src/webimtray/WebIMTray/icons/logo.bmp create mode 100644 src/webimtray/WebIMTray/toolbarImages/02 properties.bmp delete mode 100644 src/webimtray/WebIMTray/toolbarImages/02 talk.bmp delete mode 100644 src/webimtray/WebIMTray/toolbarImages/03 properties.bmp diff --git a/src/webimtray/WebIMTray/App.Designer.cs b/src/webimtray/WebIMTray/App.Designer.cs index 82827d5c..0c341a3a 100644 --- a/src/webimtray/WebIMTray/App.Designer.cs +++ b/src/webimtray/WebIMTray/App.Designer.cs @@ -60,6 +60,20 @@ namespace webImTray { } } + internal static System.Drawing.Bitmap _01_navigate { + get { + object obj = ResourceManager.GetObject("_01_navigate", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + internal static System.Drawing.Bitmap _02_properties { + get { + object obj = ResourceManager.GetObject("_02_properties", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + internal static System.Drawing.Icon Notify { get { object obj = ResourceManager.GetObject("Notify", resourceCulture); diff --git a/src/webimtray/WebIMTray/App.resx b/src/webimtray/WebIMTray/App.resx index 56698b5e..3b259b8c 100644 --- a/src/webimtray/WebIMTray/App.resx +++ b/src/webimtray/WebIMTray/App.resx @@ -124,4 +124,10 @@ icons\Notify_offl.ico;System.Drawing.Icon, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + toolbarImages\01 navigate.bmp;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + toolbarImages\02 properties.bmp;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + \ No newline at end of file diff --git a/src/webimtray/WebIMTray/Main.Designer.cs b/src/webimtray/WebIMTray/Main.Designer.cs index c80dfe99..40d682bd 100644 --- a/src/webimtray/WebIMTray/Main.Designer.cs +++ b/src/webimtray/WebIMTray/Main.Designer.cs @@ -30,6 +30,7 @@ namespace webImTray { this.menuStrip1 = new System.Windows.Forms.MenuStrip(); this.refreshToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.optionsMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.hideToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.notifyMenu.SuspendLayout(); this.menuStrip1.SuspendLayout(); this.SuspendLayout(); @@ -37,8 +38,7 @@ namespace webImTray { // notifyIcon // this.notifyIcon.ContextMenuStrip = this.notifyMenu; - this.notifyIcon.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon.Icon"))); - this.notifyIcon.Visible = true; + resources.ApplyResources(this.notifyIcon, "notifyIcon"); this.notifyIcon.MouseDown += new System.Windows.Forms.MouseEventHandler(this.notifyIconClick); // // notifyMenu @@ -48,35 +48,30 @@ namespace webImTray { this.toolStripMenuItem1, this.exitToolStripMenuItem}); this.notifyMenu.Name = "notifyMenu"; - this.notifyMenu.Size = new System.Drawing.Size(79, 54); + resources.ApplyResources(this.notifyMenu, "notifyMenu"); // // optionsToolStripMenuItem // - this.optionsToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("optionsToolStripMenuItem.Image"))); - this.optionsToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Silver; + resources.ApplyResources(this.optionsToolStripMenuItem, "optionsToolStripMenuItem"); this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem"; - this.optionsToolStripMenuItem.Size = new System.Drawing.Size(78, 22); this.optionsToolStripMenuItem.Click += new System.EventHandler(this.optionsMenu_Click); // // toolStripMenuItem1 // this.toolStripMenuItem1.Name = "toolStripMenuItem1"; - this.toolStripMenuItem1.Size = new System.Drawing.Size(75, 6); + resources.ApplyResources(this.toolStripMenuItem1, "toolStripMenuItem1"); // // exitToolStripMenuItem // this.exitToolStripMenuItem.Name = "exitToolStripMenuItem"; - this.exitToolStripMenuItem.Size = new System.Drawing.Size(78, 22); + resources.ApplyResources(this.exitToolStripMenuItem, "exitToolStripMenuItem"); this.exitToolStripMenuItem.Click += new System.EventHandler(this.menuExitClick); // // webBrowser1 // - this.webBrowser1.Dock = System.Windows.Forms.DockStyle.Fill; - this.webBrowser1.Location = new System.Drawing.Point(0, 24); + resources.ApplyResources(this.webBrowser1, "webBrowser1"); this.webBrowser1.MinimumSize = new System.Drawing.Size(20, 20); this.webBrowser1.Name = "webBrowser1"; - this.webBrowser1.Size = new System.Drawing.Size(864, 461); - this.webBrowser1.TabIndex = 2; this.webBrowser1.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.webBrowser1_PreviewKeyDown); // // reloadPageTimer @@ -88,34 +83,36 @@ namespace webImTray { // this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.refreshToolStripMenuItem, - this.optionsMenuItem}); - this.menuStrip1.Location = new System.Drawing.Point(0, 0); + this.optionsMenuItem, + this.hideToolStripMenuItem}); + resources.ApplyResources(this.menuStrip1, "menuStrip1"); this.menuStrip1.Name = "menuStrip1"; - this.menuStrip1.Size = new System.Drawing.Size(864, 24); - this.menuStrip1.TabIndex = 3; - this.menuStrip1.Text = "menuStrip1"; // // refreshToolStripMenuItem // + this.refreshToolStripMenuItem.Image = global::webImTray.App._01_navigate; + resources.ApplyResources(this.refreshToolStripMenuItem, "refreshToolStripMenuItem"); this.refreshToolStripMenuItem.Name = "refreshToolStripMenuItem"; - this.refreshToolStripMenuItem.Size = new System.Drawing.Size(57, 20); - this.refreshToolStripMenuItem.Text = "Refresh"; this.refreshToolStripMenuItem.Click += new System.EventHandler(this.refreshToolStripMenuItem_Click); // // optionsMenuItem // + this.optionsMenuItem.Image = global::webImTray.App._02_properties; + resources.ApplyResources(this.optionsMenuItem, "optionsMenuItem"); this.optionsMenuItem.Name = "optionsMenuItem"; - this.optionsMenuItem.Size = new System.Drawing.Size(56, 20); - this.optionsMenuItem.Text = "Options"; this.optionsMenuItem.Click += new System.EventHandler(this.optionsToolStripMenuItem1_Click); // + // hideToolStripMenuItem + // + this.hideToolStripMenuItem.Name = "hideToolStripMenuItem"; + resources.ApplyResources(this.hideToolStripMenuItem, "hideToolStripMenuItem"); + this.hideToolStripMenuItem.Click += new System.EventHandler(this.hideApp); + // // MainWindow // - this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); - this.ClientSize = new System.Drawing.Size(864, 485); + resources.ApplyResources(this, "$this"); this.Controls.Add(this.webBrowser1); this.Controls.Add(this.menuStrip1); - this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MainMenuStrip = this.menuStrip1; this.Name = "MainWindow"; this.ShowInTaskbar = false; @@ -123,12 +120,6 @@ namespace webImTray { this.GotFocus += new System.EventHandler(this.gotFocus); this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Client_FormClosing); this.Resize += new System.EventHandler(this.FormResize); - - this.optionsMenuItem.Text = "Options"; - this.refreshToolStripMenuItem.Text = "Refresh"; - this.optionsToolStripMenuItem.Text = "Options.."; - this.exitToolStripMenuItem.Text = "Exit"; - this.notifyMenu.ResumeLayout(false); this.menuStrip1.ResumeLayout(false); this.menuStrip1.PerformLayout(); @@ -147,6 +138,7 @@ namespace webImTray { private System.Windows.Forms.MenuStrip menuStrip1; private System.Windows.Forms.ToolStripMenuItem refreshToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem optionsMenuItem; + private System.Windows.Forms.ToolStripMenuItem hideToolStripMenuItem; } } diff --git a/src/webimtray/WebIMTray/Main.cs b/src/webimtray/WebIMTray/Main.cs index 4204e1c0..378a62cc 100644 --- a/src/webimtray/WebIMTray/Main.cs +++ b/src/webimtray/WebIMTray/Main.cs @@ -202,5 +202,10 @@ namespace webImTray { hideWindow(); } } + + private void hideApp(object sender, EventArgs e) + { + hideWindow(); + } } } diff --git a/src/webimtray/WebIMTray/Main.resx b/src/webimtray/WebIMTray/Main.resx index 689888ba..50b49f9c 100644 --- a/src/webimtray/WebIMTray/Main.resx +++ b/src/webimtray/WebIMTray/Main.resx @@ -118,20 +118,20 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - 135, 12 + 134, 99 - 259, 20 + 245, 102 - - - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 - YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAIVJREFUOE/dk0EO - gCAMBPlgv+l/DBcTH4O2WrLCFi56kaQJgXbYbUNKXy4RKSz2bT3PF4vwfS3MOdO4oAOAF48hN4BJ1Jdn - kKpAE321RRHkYcEBmKxABnO12rhOgV9WOQ3Eodh1mwJawGK0hftubDNAqygEoAU2GWbBYD9REH0adv76 - 5z0AIQLwRor4ZGsAAAAASUVORK5CYII= - + + 131, 54 + + + notifyMenu + + + System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 @@ -161,15 +161,134 @@ AADghwAA4IcAAOCHAADxjwAA//8AAP//AAA= + + + True + + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 + YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAIVJREFUOE/dk0EO + gCAMBPlgv+l/DBcTH4O2WrLCFi56kaQJgXbYbUNKXy4RKSz2bT3PF4vwfS3MOdO4oAOAF48hN4BJ1Jdn + kKpAE321RRHkYcEBmKxABnO12rhOgV9WOQ3Eodh1mwJawGK0hftubDNAqygEoAU2GWbBYD9REH0adv76 + 5z0AIQLwRor4ZGsAAAAASUVORK5CYII= + + + + Silver + + + 130, 22 + + + Options.. + + + 127, 6 + + + 130, 22 + + + Exit + + + + Fill + + + 0, 24 + + + 864, 461 + + + 2 + + + webBrowser1 + + + System.Windows.Forms.WebBrowser, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 1 + - 544, 11 + 384, 102 - 17, 48 + 0, 0 + + + Silver + + + 73, 20 + + + Refresh + + + Black + + + 72, 20 + + + Options + + + Esc + + + 40, 20 + + + Hide + + + Hides application into tray + + + 0, 0 + + + 864, 24 + + + 3 + + + menuStrip1 + + + menuStrip1 + + + System.Windows.Forms.MenuStrip, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 2 + + + True 173 + + 5, 13 + + + 864, 485 + AAABAAEAEBAAAAEAGABoAwAAFgAAACgAAAAQAAAAIAAAAAEAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA @@ -189,4 +308,58 @@ AACAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAQAA//8AAP//AAD//wAA + + notifyIcon + + + System.Windows.Forms.NotifyIcon, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + optionsToolStripMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + toolStripMenuItem1 + + + System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + exitToolStripMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + reloadPageTimer + + + System.Windows.Forms.Timer, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + refreshToolStripMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + optionsMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + hideToolStripMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + MainWindow + + + webImTray.LockNotificationForm, webImTray, Version=1.0.4.0, Culture=neutral, PublicKeyToken=null + \ No newline at end of file diff --git a/src/webimtray/WebIMTray/Properties/Resources.resx b/src/webimtray/WebIMTray/Properties/Resources.resx index 7b56db39..5ea0895e 100644 --- a/src/webimtray/WebIMTray/Properties/Resources.resx +++ b/src/webimtray/WebIMTray/Properties/Resources.resx @@ -1,77 +1,96 @@  + Microsoft ResX Schema + + Version 2.0 + + The primary goals of this format is to allow a simple XML format + that is mostly human readable. The generation and parsing of the + various data types are done through the TypeConverter classes + associated with the data types. + + Example: + + ... ado.net/XML headers & schema ... + text/microsoft-resx + 2.0 + System.Resources.ResXResourceReader, System.Windows.Forms, ... + System.Resources.ResXResourceWriter, System.Windows.Forms, ... + this is my long stringthis is a comment + Blue + + [base64 mime encoded serialized .NET Framework object] + + + [base64 mime encoded string representing a byte array form of the .NET Framework object] + This is a comment + + + There are any number of "resheader" rows that contain simple + name/value pairs. + + Each data row contains a name, and value. The row also contains a + type or mimetype. Type corresponds to a .NET class that support + text/value conversion through the TypeConverter architecture. + Classes that don't support this are serialized and stored with the + mimetype set. + + The mimetype is used for serialized objects, and tells the + ResXResourceReader how to depersist the object. This is currently not + extensible. For a given mimetype the value must be set accordingly: + + Note - application/x-microsoft.net.object.binary.base64 is the format + that the ResXResourceWriter will generate, however the reader can + read any of the formats listed below. + + mimetype: application/x-microsoft.net.object.binary.base64 + value : The object must be serialized with + : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter + : and then encoded with base64 encoding. + + mimetype: application/x-microsoft.net.object.soap.base64 + value : The object must be serialized with + : System.Runtime.Serialization.Formatters.Soap.SoapFormatter + : and then encoded with base64 encoding. + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + - + + @@ -90,12 +109,12 @@ text/microsoft-resx - 1.3 + 2.0 - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 \ No newline at end of file diff --git a/src/webimtray/WebIMTray/icons/logo.bmp b/src/webimtray/WebIMTray/icons/logo.bmp deleted file mode 100644 index 252dfbc8a5eba982cd12c92c3b2c0b9b6e1e5f44..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 15854 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 System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + hideWhenStarted + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox1 + + + 0 + + + autoStart + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox1 + + + 1 + + + showInTaskBar + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox1 + + + 2 + + + + Tahoma, 9.75pt, style=Bold + + + 3, 3 + + + + 12, 12, 12, 12 + + + 368, 106 + + + 0 + + + Application + + + groupBox1 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 2 + True - Microsoft Sans Serif, 8.25pt @@ -209,36 +276,83 @@ 2 - - Tahoma, 9.75pt, style=Bold + + textBox2 - - 3, 3 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 12, 12, 12, 12 + + groupBox2 - - 368, 106 - - + 0 - - Application + + textBox1 - - groupBox1 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + + groupBox2 + + + 1 + + + showOptions + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox2 + + + 2 + + + showHide + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox2 + + + 3 + + + Tahoma, 9.75pt, style=Bold + + + 3, 115 + + + 12, 12, 12, 12 + + + 368, 89 + + + 1 + + + Hotkeys + + + groupBox2 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + $this - - 2 + + 1 False @@ -360,95 +474,29 @@ 3 - - Tahoma, 9.75pt, style=Bold + + Tahoma, 9.75pt - - 3, 115 + + 15, 32 - - 12, 12, 12, 12 + + 209, 24 - - 368, 89 - - - 1 - - - Hotkeys - - - groupBox2 - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - True - - - Microsoft Sans Serif, 8.25pt - - - 101, 30 - - - 63, 17 - - - 1 - - - Russian - - - radioRussian - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - languageBox - - + 0 - - True + + languageSelector - - Microsoft Sans Serif, 8.25pt + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 15, 30 - - - 59, 17 - - - 0 - - - English - - - radioEnglish - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + languageBox - - 1 + + 0 Tahoma, 9.75pt, style=Bold @@ -457,7 +505,7 @@ 3, 210 - 371, 53 + 371, 72 2 diff --git a/src/webimtray/WebIMTray/toolbarImages/02 properties.bmp b/src/webimtray/WebIMTray/toolbarImages/02 properties.bmp new file mode 100644 index 0000000000000000000000000000000000000000..ef443f64429b1ceb39a1a05c7e24abb1de3b4d4a GIT binary patch literal 1350 zcmd6nu?@m75JiuImVyZ==_4@!1s!X61#jRTybq;UaOKXOCphjqIVnjIhyzl-^mC{9 z?&-@?a(_OKRCSZ*ReTFIey8BF>;INd3*@m z`M{_!&aJf{J?7wUz#uUyyym|2ey}5}LmsX@-hGn?bIK{D@D`6bA$ShH<65Ox?ouY5 pQ4WhL!%$y^w?-4rEDtzKS@aBZ|KNbzD&)~`OtZCAF!uHzdIN%^AD;jK literal 0 HcmV?d00001 diff --git a/src/webimtray/WebIMTray/toolbarImages/02 talk.bmp b/src/webimtray/WebIMTray/toolbarImages/02 talk.bmp deleted file mode 100644 index a689d320b30e86d84b7c0ff482fa9202af720590..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 822 zcmb7?QBK1!5JX?a1^Da{I6)71oEx+7ry;9eXB}|+WYQ@%i zGcz7fa(*#7A&il&XEsmc954)h;`?UPtlxhQw#rUBA>6vO&r+$?@M$xxxfY5@;ayoB zL^iB|7ao3{k_xtJZiKN=I$nE}qyC*R6`mZGn)#MmzNIiT!n5+`&9mvDa4$RxFX}J* z5%GMff4Wlg_%h(<%4d(b*-QQ8Zu5@MXClo0o#&N(FUfTdb-4TiQ#ls>S4gFNO7;t_ Ok7QY}^>LK+P^yy@Ugs)G2VN&C_f 2.0 + v3.5 bin\Debug\ @@ -79,6 +80,9 @@ System + + 3.5 + System.Data @@ -96,6 +100,11 @@ + + + + + True True