mirror of
https://github.com/Mibew/mibew.git
synced 2024-11-15 08:34:11 +03:00
Mibew Tray 1.1.1 release
Update links to an actual mibew domain in Mibew Tray application (thanks to Nemesis0one)
This commit is contained in:
parent
2562abdf4b
commit
7016a45312
@ -66,7 +66,7 @@
|
||||
"DisplayName" = "8:Release"
|
||||
"IsDebugOnly" = "11:FALSE"
|
||||
"IsReleaseOnly" = "11:TRUE"
|
||||
"OutputFilename" = "8:Release\\MibewTray11.msi"
|
||||
"OutputFilename" = "8:Release\\MibewTray111.msi"
|
||||
"PackageFilesAs" = "3:2"
|
||||
"PackageFileSize" = "3:-2147483648"
|
||||
"CabType" = "3:1"
|
||||
@ -191,23 +191,23 @@
|
||||
{
|
||||
"Name" = "8:Microsoft Visual Studio"
|
||||
"ProductName" = "8:Mibew Tray"
|
||||
"ProductCode" = "8:{1362E6BF-F684-4D34-8768-536D9AAA06D3}"
|
||||
"PackageCode" = "8:{E2D977FB-6F9D-4BF2-910B-08C3187542EC}"
|
||||
"ProductCode" = "8:{897DF909-F9E7-40BD-A164-242407859800}"
|
||||
"PackageCode" = "8:{827DD7FB-975A-4475-AC2A-A47EB906BF30}"
|
||||
"UpgradeCode" = "8:{484448C1-3D53-454F-BC23-BA913AAE7E1D}"
|
||||
"RestartWWWService" = "11:FALSE"
|
||||
"RemovePreviousVersions" = "11:TRUE"
|
||||
"DetectNewerInstalledVersion" = "11:TRUE"
|
||||
"InstallAllUsers" = "11:FALSE"
|
||||
"ProductVersion" = "8:1.1.0"
|
||||
"ProductVersion" = "8:1.1.1"
|
||||
"Manufacturer" = "8:Mibew Community"
|
||||
"ARPHELPTELEPHONE" = "8:"
|
||||
"ARPHELPLINK" = "8:http://openwebim.org/forums/"
|
||||
"ARPHELPLINK" = "8:http://mibew.org/forums/"
|
||||
"Title" = "8:Mibew Messenger Tray"
|
||||
"Subject" = "8:"
|
||||
"ARPCONTACT" = "8:Mibew Community"
|
||||
"Keywords" = "8:"
|
||||
"ARPCOMMENTS" = "8:Tray Application for Mibew Messenger"
|
||||
"ARPURLINFOABOUT" = "8:http://www.openwebim.org"
|
||||
"ARPURLINFOABOUT" = "8:http://www.mibew.org"
|
||||
"ARPPRODUCTICON" = "8:_5050C10B17B645A4856D44594EE57741"
|
||||
"ARPIconIndex" = "3:32512"
|
||||
"SearchPath" = "8:"
|
||||
|
25
src/mibewtray/MibewTray/App.Designer.cs
generated
25
src/mibewtray/MibewTray/App.Designer.cs
generated
@ -1,7 +1,7 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
// Runtime Version:2.0.50727.1433
|
||||
// Runtime Version:4.0.30319.18034
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
@ -19,7 +19,7 @@ namespace webImTray {
|
||||
// class via a tool like ResGen or Visual Studio.
|
||||
// To add or remove a member, edit your .ResX file then rerun ResGen
|
||||
// with the /str option, or rebuild your VS project.
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "2.0.0.0")]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
||||
internal class App {
|
||||
@ -60,6 +60,9 @@ namespace webImTray {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
internal static System.Drawing.Bitmap hide {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("hide", resourceCulture);
|
||||
@ -67,6 +70,9 @@ namespace webImTray {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
internal static System.Drawing.Bitmap history {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("history", resourceCulture);
|
||||
@ -74,6 +80,9 @@ namespace webImTray {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Icon similar to (Icon).
|
||||
/// </summary>
|
||||
internal static System.Drawing.Icon Notify {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("Notify", resourceCulture);
|
||||
@ -81,6 +90,9 @@ namespace webImTray {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Icon similar to (Icon).
|
||||
/// </summary>
|
||||
internal static System.Drawing.Icon Notify_offl {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("Notify_offl", resourceCulture);
|
||||
@ -88,6 +100,9 @@ namespace webImTray {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
internal static System.Drawing.Bitmap options {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("options", resourceCulture);
|
||||
@ -95,6 +110,9 @@ namespace webImTray {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
internal static System.Drawing.Bitmap refresh {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("refresh", resourceCulture);
|
||||
@ -102,6 +120,9 @@ namespace webImTray {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
internal static System.Drawing.Bitmap visitors {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("visitors", resourceCulture);
|
||||
|
@ -26,7 +26,7 @@ using System.Runtime.CompilerServices;
|
||||
// You can specify all the values or you can default the Revision and Build Numbers
|
||||
// by using the '*' as shown below:
|
||||
|
||||
[assembly: AssemblyVersion("1.1.0")]
|
||||
[assembly: AssemblyVersion("1.1.1")]
|
||||
|
||||
//
|
||||
// In order to sign your assembly you must specify a key to use. Refer to the
|
||||
|
@ -43,7 +43,7 @@ namespace webImTray {
|
||||
|
||||
void navigateThere() {
|
||||
#if DEBUG
|
||||
webBrowser1.Navigate("http://openwebim.org/webim/operator/users.php?nomenu");
|
||||
webBrowser1.Navigate("http://demo.mibew.org/operator/users.php?nomenu");
|
||||
#else
|
||||
webBrowser1.Navigate(Options.WebIMServer + Options.PENDING_USERS_PAGE);
|
||||
#endif
|
||||
|
@ -9,7 +9,7 @@ using System.Globalization;
|
||||
namespace webImTray {
|
||||
class Options {
|
||||
|
||||
public const string DEFAULT_SERVER = "http://openwebim.org/webim";
|
||||
public const string DEFAULT_SERVER = "http://demo.mibew.org";
|
||||
public const string PENDING_USERS_PAGE = "/operator/users.php?nomenu";
|
||||
public const string HISTORY_PAGE = "/operator/history.php";
|
||||
public const string SETTINGS_PAGE = "/operator/operators.php";
|
||||
|
@ -1,4 +1,5 @@
|
||||
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
|
||||
<PropertyGroup>
|
||||
<ProjectType>Local</ProjectType>
|
||||
<ProductVersion>9.0.21022</ProductVersion>
|
||||
@ -25,8 +26,24 @@
|
||||
</FileUpgradeFlags>
|
||||
<UpgradeBackupLocation>
|
||||
</UpgradeBackupLocation>
|
||||
<OldToolsVersion>2.0</OldToolsVersion>
|
||||
<OldToolsVersion>3.5</OldToolsVersion>
|
||||
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
||||
<IsWebBootstrapper>false</IsWebBootstrapper>
|
||||
<PublishUrl>F:\mibewtray\MibewInstaller\</PublishUrl>
|
||||
<Install>true</Install>
|
||||
<InstallFrom>Disk</InstallFrom>
|
||||
<UpdateEnabled>false</UpdateEnabled>
|
||||
<UpdateMode>Foreground</UpdateMode>
|
||||
<UpdateInterval>7</UpdateInterval>
|
||||
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
||||
<UpdatePeriodically>false</UpdatePeriodically>
|
||||
<UpdateRequired>false</UpdateRequired>
|
||||
<MapFileExtensions>true</MapFileExtensions>
|
||||
<ApplicationRevision>2</ApplicationRevision>
|
||||
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
||||
<UseApplicationTrust>false</UseApplicationTrust>
|
||||
<PublishWizardCompleted>true</PublishWizardCompleted>
|
||||
<BootstrapperEnabled>true</BootstrapperEnabled>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<OutputPath>bin\Debug\</OutputPath>
|
||||
@ -75,6 +92,18 @@
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<PlatformTarget>AnyCPU</PlatformTarget>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<ManifestCertificateThumbprint>140A3DB550346C895737527D0E4FE4D49ED69092</ManifestCertificateThumbprint>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<ManifestKeyFile>mibewTray_TemporaryKey.pfx</ManifestKeyFile>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<GenerateManifests>true</GenerateManifests>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<SignManifests>false</SignManifests>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="System">
|
||||
<Name>System</Name>
|
||||
@ -188,6 +217,18 @@
|
||||
<ItemGroup>
|
||||
<Folder Include="Properties\" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
|
||||
<Visible>False</Visible>
|
||||
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
|
||||
<Install>false</Install>
|
||||
</BootstrapperPackage>
|
||||
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
||||
<Visible>False</Visible>
|
||||
<ProductName>.NET Framework 3.5 SP1</ProductName>
|
||||
<Install>true</Install>
|
||||
</BootstrapperPackage>
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
||||
<PropertyGroup>
|
||||
<PreBuildEvent>
|
||||
|
13
src/mibewtray/MibewTray/mibewTray.csproj.user
Normal file
13
src/mibewtray/MibewTray/mibewTray.csproj.user
Normal file
@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<PublishUrlHistory>F:\mibewtray\MibewInstaller\|publish\</PublishUrlHistory>
|
||||
<InstallUrlHistory />
|
||||
<SupportUrlHistory />
|
||||
<UpdateUrlHistory />
|
||||
<BootstrapperUrlHistory />
|
||||
<ErrorReportUrlHistory />
|
||||
<FallbackCulture>en-US</FallbackCulture>
|
||||
<VerifyUploadedFiles>false</VerifyUploadedFiles>
|
||||
</PropertyGroup>
|
||||
</Project>
|
55
src/mibewtray/MibewTray/options/About.Designer.cs
generated
55
src/mibewtray/MibewTray/options/About.Designer.cs
generated
@ -26,81 +26,96 @@ namespace webImTray {
|
||||
System.Windows.Forms.Label label3;
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(About));
|
||||
System.Windows.Forms.Label label4;
|
||||
System.Windows.Forms.Label label5;
|
||||
System.Windows.Forms.Label label6;
|
||||
this.label1 = new System.Windows.Forms.Label();
|
||||
this.label2 = new System.Windows.Forms.Label();
|
||||
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
||||
this.linkLabel1 = new System.Windows.Forms.LinkLabel();
|
||||
this.linkLabel2 = new System.Windows.Forms.LinkLabel();
|
||||
this.linkLabel3 = new System.Windows.Forms.LinkLabel();
|
||||
label3 = new System.Windows.Forms.Label();
|
||||
label4 = new System.Windows.Forms.Label();
|
||||
label5 = new System.Windows.Forms.Label();
|
||||
label6 = new System.Windows.Forms.Label();
|
||||
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// label3
|
||||
//
|
||||
label3.AccessibleDescription = null;
|
||||
label3.AccessibleName = null;
|
||||
resources.ApplyResources(label3, "label3");
|
||||
label3.Name = "label3";
|
||||
//
|
||||
// label4
|
||||
//
|
||||
label4.AccessibleDescription = null;
|
||||
label4.AccessibleName = null;
|
||||
resources.ApplyResources(label4, "label4");
|
||||
label4.Name = "label4";
|
||||
//
|
||||
// label5
|
||||
//
|
||||
resources.ApplyResources(label5, "label5");
|
||||
label5.Name = "label5";
|
||||
//
|
||||
// label6
|
||||
//
|
||||
resources.ApplyResources(label6, "label6");
|
||||
label6.Name = "label6";
|
||||
//
|
||||
// label1
|
||||
//
|
||||
this.label1.AccessibleDescription = null;
|
||||
this.label1.AccessibleName = null;
|
||||
resources.ApplyResources(this.label1, "label1");
|
||||
this.label1.ForeColor = System.Drawing.Color.Maroon;
|
||||
this.label1.Name = "label1";
|
||||
//
|
||||
// label2
|
||||
//
|
||||
this.label2.AccessibleDescription = null;
|
||||
this.label2.AccessibleName = null;
|
||||
resources.ApplyResources(this.label2, "label2");
|
||||
this.label2.Name = "label2";
|
||||
//
|
||||
// pictureBox1
|
||||
//
|
||||
this.pictureBox1.AccessibleDescription = null;
|
||||
this.pictureBox1.AccessibleName = null;
|
||||
resources.ApplyResources(this.pictureBox1, "pictureBox1");
|
||||
this.pictureBox1.BackgroundImage = null;
|
||||
this.pictureBox1.Font = null;
|
||||
this.pictureBox1.ImageLocation = null;
|
||||
this.pictureBox1.Name = "pictureBox1";
|
||||
this.pictureBox1.TabStop = false;
|
||||
//
|
||||
// linkLabel1
|
||||
//
|
||||
this.linkLabel1.AccessibleDescription = null;
|
||||
this.linkLabel1.AccessibleName = null;
|
||||
resources.ApplyResources(this.linkLabel1, "linkLabel1");
|
||||
this.linkLabel1.Name = "linkLabel1";
|
||||
this.linkLabel1.TabStop = true;
|
||||
this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.webim_ru_link);
|
||||
//
|
||||
// linkLabel2
|
||||
//
|
||||
resources.ApplyResources(this.linkLabel2, "linkLabel2");
|
||||
this.linkLabel2.Name = "linkLabel2";
|
||||
this.linkLabel2.TabStop = true;
|
||||
//
|
||||
// linkLabel3
|
||||
//
|
||||
resources.ApplyResources(this.linkLabel3, "linkLabel3");
|
||||
this.linkLabel3.Name = "linkLabel3";
|
||||
this.linkLabel3.TabStop = true;
|
||||
this.linkLabel3.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel3_LinkClicked);
|
||||
//
|
||||
// About
|
||||
//
|
||||
this.AccessibleDescription = null;
|
||||
this.AccessibleName = null;
|
||||
resources.ApplyResources(this, "$this");
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.BackColor = System.Drawing.Color.White;
|
||||
this.BackgroundImage = null;
|
||||
this.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
|
||||
this.Controls.Add(this.linkLabel3);
|
||||
this.Controls.Add(label6);
|
||||
this.Controls.Add(this.linkLabel2);
|
||||
this.Controls.Add(label5);
|
||||
this.Controls.Add(this.linkLabel1);
|
||||
this.Controls.Add(label4);
|
||||
this.Controls.Add(label3);
|
||||
this.Controls.Add(this.pictureBox1);
|
||||
this.Controls.Add(this.label2);
|
||||
this.Controls.Add(this.label1);
|
||||
this.Font = null;
|
||||
this.Name = "About";
|
||||
this.Load += new System.EventHandler(this.About_Load);
|
||||
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
||||
this.ResumeLayout(false);
|
||||
this.PerformLayout();
|
||||
@ -113,5 +128,7 @@ namespace webImTray {
|
||||
private System.Windows.Forms.Label label2;
|
||||
private System.Windows.Forms.PictureBox pictureBox1;
|
||||
private System.Windows.Forms.LinkLabel linkLabel1;
|
||||
private System.Windows.Forms.LinkLabel linkLabel2;
|
||||
private System.Windows.Forms.LinkLabel linkLabel3;
|
||||
}
|
||||
}
|
||||
|
@ -28,13 +28,23 @@ namespace webImTray {
|
||||
#endregion
|
||||
|
||||
private void i_services_ru_link(object sender, LinkLabelLinkClickedEventArgs e) {
|
||||
System.Diagnostics.Process.Start("http://openwebim.org/");
|
||||
System.Diagnostics.Process.Start("http://mibew.org/");
|
||||
}
|
||||
|
||||
private void webim_ru_link(object sender, LinkLabelLinkClickedEventArgs e) {
|
||||
System.Diagnostics.Process.Start("http://openwebim.org/");
|
||||
System.Diagnostics.Process.Start("http://mibew.org/");
|
||||
}
|
||||
|
||||
public event ModifiedEvent PanelModified;
|
||||
|
||||
private void About_Load(object sender, EventArgs e)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
private void linkLabel3_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
|
||||
{
|
||||
System.Diagnostics.Process.Start("http://mibew.org/forums/");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -117,36 +117,216 @@
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<metadata name="label3.GenerateMember" type="System.Boolean, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>False</value>
|
||||
</metadata>
|
||||
<assembly alias="mscorlib" name="mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
||||
<data name="label3.AutoSize" type="System.Boolean, mscorlib">
|
||||
<value>True</value>
|
||||
</data>
|
||||
<assembly alias="System.Drawing" name="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
||||
<data name="linkLabel1.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>0, 21</value>
|
||||
<data name="label3.Font" type="System.Drawing.Font, System.Drawing">
|
||||
<value>Tahoma, 9pt</value>
|
||||
</data>
|
||||
<data name=">>pictureBox1.Type" xml:space="preserve">
|
||||
<value>System.Windows.Forms.PictureBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name=">>pictureBox2.ZOrder" xml:space="preserve">
|
||||
<value>0</value>
|
||||
<data name="label3.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>17, 134</value>
|
||||
</data>
|
||||
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
||||
<data name="label3.Padding" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
||||
<value>0, 0, 0, 7</value>
|
||||
</data>
|
||||
<data name="label3.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>309, 21</value>
|
||||
</data>
|
||||
<data name="label3.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>3</value>
|
||||
</data>
|
||||
<data name="label3.Text" xml:space="preserve">
|
||||
<value>Copyright (c) 2006-2013 Mibew Messenger Community</value>
|
||||
</data>
|
||||
<data name=">>label3.Name" xml:space="preserve">
|
||||
<value>label3</value>
|
||||
</data>
|
||||
<data name=">>label3.Type" xml:space="preserve">
|
||||
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name=">>label3.Parent" xml:space="preserve">
|
||||
<value>$this</value>
|
||||
</data>
|
||||
<data name=">>label3.ZOrder" xml:space="preserve">
|
||||
<value>6</value>
|
||||
</data>
|
||||
<metadata name="label4.GenerateMember" type="System.Boolean, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>False</value>
|
||||
</metadata>
|
||||
<data name="label4.AutoSize" type="System.Boolean, mscorlib">
|
||||
<value>True</value>
|
||||
</data>
|
||||
<data name="label4.Font" type="System.Drawing.Font, System.Drawing">
|
||||
<value>Tahoma, 9pt</value>
|
||||
</data>
|
||||
<data name="label4.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>22, 217</value>
|
||||
</data>
|
||||
<data name="label4.Padding" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
||||
<value>0, 0, 0, 7</value>
|
||||
</data>
|
||||
<data name=">>label2.Type" xml:space="preserve">
|
||||
<data name="label4.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>114, 21</value>
|
||||
</data>
|
||||
<data name="label4.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>4</value>
|
||||
</data>
|
||||
<data name="label4.Text" xml:space="preserve">
|
||||
<value>Please, visit our site</value>
|
||||
</data>
|
||||
<data name=">>label4.Name" xml:space="preserve">
|
||||
<value>label4</value>
|
||||
</data>
|
||||
<data name=">>label4.Type" xml:space="preserve">
|
||||
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name=">>label4.Parent" xml:space="preserve">
|
||||
<value>$this</value>
|
||||
</data>
|
||||
<data name=">>label4.ZOrder" xml:space="preserve">
|
||||
<value>5</value>
|
||||
</data>
|
||||
<metadata name="label5.GenerateMember" type="System.Boolean, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>False</value>
|
||||
</metadata>
|
||||
<data name="label5.AutoSize" type="System.Boolean, mscorlib">
|
||||
<value>True</value>
|
||||
</data>
|
||||
<data name="label5.Font" type="System.Drawing.Font, System.Drawing">
|
||||
<value>Tahoma, 9pt</value>
|
||||
</data>
|
||||
<data name="label5.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
||||
<value>NoControl</value>
|
||||
</data>
|
||||
<data name="label5.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>186, 206</value>
|
||||
</data>
|
||||
<data name="label5.Padding" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
||||
<value>0, 0, 0, 7</value>
|
||||
</data>
|
||||
<data name="label5.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>0, 21</value>
|
||||
</data>
|
||||
<data name="label5.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>6</value>
|
||||
</data>
|
||||
<data name=">>label5.Name" xml:space="preserve">
|
||||
<value>label5</value>
|
||||
</data>
|
||||
<data name=">>label5.Type" xml:space="preserve">
|
||||
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name=">>label5.Parent" xml:space="preserve">
|
||||
<value>$this</value>
|
||||
</data>
|
||||
<data name=">>label5.ZOrder" xml:space="preserve">
|
||||
<value>3</value>
|
||||
</data>
|
||||
<metadata name="label6.GenerateMember" type="System.Boolean, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>False</value>
|
||||
</metadata>
|
||||
<data name="label6.AutoSize" type="System.Boolean, mscorlib">
|
||||
<value>True</value>
|
||||
</data>
|
||||
<data name="label6.Font" type="System.Drawing.Font, System.Drawing">
|
||||
<value>Tahoma, 9pt</value>
|
||||
</data>
|
||||
<data name="label6.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
||||
<value>NoControl</value>
|
||||
</data>
|
||||
<data name="label6.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>190, 217</value>
|
||||
</data>
|
||||
<data name="label6.Padding" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
||||
<value>0, 0, 0, 7</value>
|
||||
</data>
|
||||
<data name="label6.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>133, 21</value>
|
||||
</data>
|
||||
<data name="label6.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>8</value>
|
||||
</data>
|
||||
<data name="label6.Text" xml:space="preserve">
|
||||
<value>Mibew Support Forums</value>
|
||||
</data>
|
||||
<data name=">>label6.Name" xml:space="preserve">
|
||||
<value>label6</value>
|
||||
</data>
|
||||
<data name=">>label6.Type" xml:space="preserve">
|
||||
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name=">>label6.Parent" xml:space="preserve">
|
||||
<value>$this</value>
|
||||
</data>
|
||||
<data name=">>label6.ZOrder" xml:space="preserve">
|
||||
<value>1</value>
|
||||
</data>
|
||||
<data name="label1.AutoSize" type="System.Boolean, mscorlib">
|
||||
<value>True</value>
|
||||
</data>
|
||||
<data name="label1.Font" type="System.Drawing.Font, System.Drawing">
|
||||
<value>Tahoma, 15.75pt</value>
|
||||
</data>
|
||||
<data name="label1.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>70, 41</value>
|
||||
</data>
|
||||
<data name="label1.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>120, 25</value>
|
||||
</data>
|
||||
<data name="label1.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>0</value>
|
||||
</data>
|
||||
<data name="label1.Text" xml:space="preserve">
|
||||
<value>Mibew Tray</value>
|
||||
</data>
|
||||
<data name=">>label1.Name" xml:space="preserve">
|
||||
<value>label1</value>
|
||||
</data>
|
||||
<data name=">>label1.Type" xml:space="preserve">
|
||||
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name=">>label1.Parent" xml:space="preserve">
|
||||
<value>$this</value>
|
||||
</data>
|
||||
<data name=">>pictureBox1.Parent" xml:space="preserve">
|
||||
<value>$this</value>
|
||||
<data name=">>label1.ZOrder" xml:space="preserve">
|
||||
<value>9</value>
|
||||
</data>
|
||||
<data name="label4.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>0, 21</value>
|
||||
</data>
|
||||
<assembly alias="mscorlib" name="mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
||||
<data name="label2.AutoSize" type="System.Boolean, mscorlib">
|
||||
<value>True</value>
|
||||
</data>
|
||||
<data name="label2.Font" type="System.Drawing.Font, System.Drawing">
|
||||
<value>Tahoma, 11.25pt, style=Bold</value>
|
||||
</data>
|
||||
<data name="label2.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>118, 170</value>
|
||||
</data>
|
||||
<data name="label2.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>109, 18</value>
|
||||
</data>
|
||||
<data name="label2.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>1</value>
|
||||
</data>
|
||||
<data name="label2.Text" xml:space="preserve">
|
||||
<value>Version 1.1.1</value>
|
||||
</data>
|
||||
<data name=">>label2.Name" xml:space="preserve">
|
||||
<value>label2</value>
|
||||
</data>
|
||||
<data name=">>label2.Type" xml:space="preserve">
|
||||
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name=">>label2.Parent" xml:space="preserve">
|
||||
<value>$this</value>
|
||||
</data>
|
||||
<data name=">>label2.ZOrder" xml:space="preserve">
|
||||
<value>8</value>
|
||||
</data>
|
||||
<data name="pictureBox1.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
Qk3mgQAAAAAAADYAAAAoAAAAbgAAAGQAAAABABgAAAAAAAAAAADEDgAAxA4AAAAAAAAAAAAA////////
|
||||
@ -706,272 +886,145 @@
|
||||
////////////////AAA=
|
||||
</value>
|
||||
</data>
|
||||
<data name="pictureBox2.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
R0lGODlhYABJAPcAAMXb60xVkANKkZnH5JKmxOzz+GOs1wU8hGe021RimNXj7QNjpkV2qazM48nd63J2
|
||||
pjqDuwwSZCNrpqSqxvz9/S0zeQNCiqnU6keKwnGmzG2jyjd4qxdEiFyn1LvT5bO70ZO+3KLD3XWr0rLO
|
||||
4/H2+QBbnVJ3qBVrrPn5+gBVnZnC3sLV5DN9t3aozFaGtYOsyeHi67XQ5MnJ2+3t7QttrU2UyAFsrHmJ
|
||||
stri7PHy9aC30Guozvr7/BYtdvX4+urs8miVuy1gmiRWlOzx9svl8srV44662iFysPj6/IqNtFSayou1
|
||||
1QIyfery9xhZmnWSudLe6oSy1oiUuY7F4wBSlvb5/GCXxXyq0ZKYvABeot/p8VmWxNPo89XW41ORxPT2
|
||||
+Ck8gABmqJO20am1zdPj8WajzZO51nGy2gYqdi15tavE2oW63DhFhQBaoZm71uHt9aXM5b3K3OTu9bTV
|
||||
6kGEu6PG4E+DtOXy+UuNv0SKvnKawYeHh7zd7dro8jxroSdxrnyhxdLa5svZ55SwzNzc3Hux1ixKiWqh
|
||||
x7nW6X6myGmArLHL3Rt0sBhxr+bw9mKJtV9onBdeotjb597t9iZ6s6vI34SixGOcx+Hq8H2szgBPmA1O
|
||||
kc7g7Wqfy5i92wEEWwpUmBU5fgFVmJiYmNjm8AoebSdQj0t/sNfp9HuCrni53ampqQBdpOfp8ICu0UCJ
|
||||
wT5Sj7nF2VubxszR4Axnq12dzFGWxoiqyhUjb8HX6bfD1xZOjw1hpCl2swZWmw5YnIS/4AFTmwBXnhER
|
||||
ESIiIkRERGZmZrq6uqLA1+/0+FVVVcvLy0aDr3SixHd3dzMzM/L3+kiPw4+qyOLs8vf7/EZhmZ2iwVWi
|
||||
006czoKcwLXc7uft86nA1x1ior6+07u50OPn78Tf705uoN7g6lZtoFeYxGuYwZ/Q6d7o8ESAth4eagdf
|
||||
plGNvn7A4tvs9d/s873C1wBbpb3P4AZaoAZSlQRVnFp+rImiw12Sv+Dr80FCgxhkm/39/QAAAP////7+
|
||||
/iwAAAAAYABJAAAI/wD9CRxIsKDBgwgp3CHC54LDC9qI3KGAsKLFixgzaixYhci5dghCigzZ7hwXHhtT
|
||||
qlyJkRqRKQgMIAA24JzDc1NUhTxzzh3Ln0BTOhpgwEC7OaiSUfs3kNodPsCKquLjjgsXd3cKQOMXtCtQ
|
||||
ImeuAeNDwiC0d0TCzZlyxkCHDmfaGjijasqFcJOoed2LkcKcawbmJCtIgkiDAQPgIApnNRycsAYGADvT
|
||||
4Rq2a2cGACjLtzNBHnCwFUJFkAKqBmvWDAj3xkfBf28GlOHDowkqRFNEYMPWYU04vZ758qhTA0SBgVUc
|
||||
qCgEDJEjihWrwNnRZyAPOXMKKVFSRsWd4Cz/if8fT1xFFfHJsiupVQiEChDuG3AiMb4+NRCF6NdPNqLM
|
||||
9kJ91CfggAQK+JOADUSjAgX/FNDADuuJYIQK761RiH9K7NBAEwMWIEIdBJKiXQ0iBFjgiQUeOB4A0YDw
|
||||
TzIxZFCGEYj0QQISVfBAAQVIOAIACLW8UkYuDNYHQBkmCljAEjWQ6AiKUNan4j/5lBMFNQ4UIkID+UT5
|
||||
jxYgvJIHHEjUh0QURvBAYDJRRBNNFNB4CaWK0EShARkqbMmhnP/w4EE0EDRQpHgAXJKkgHKU8QoGdQzK
|
||||
p4Hh/RODF1FE4Ykcj9aXSx6vcFIfCRl4wk+BueDxihcOZDrggXJsAUEmDoz/qup4DaSRgQ/1hdBJAQVS
|
||||
EwUEEHTy5KziHbhEGkvsSax40GjAAgD1keFFLic6gAEdEHjiaKY/VQIBCGUuq2kaUQxKQidLnEhCCyxA
|
||||
QAe0xK5UhSfIbituMl54MUR9ZliRzIkhsEBHGpfwOqtKTVxxBDv7ijugKxB4Ol4MeEhMIAAQCNyLCrJy
|
||||
u5EcVtBBxxJqOixgHSx4UJ8CeIBYoBbs9DIwHWQcrFE+eNBRCQaemDxgLiw0UF8BVrhy4hBWHNHuEZ2E
|
||||
++jNeRwBQCUnhOCzgA6wUEl9FLRgxXkEnnsCCyyk8YfVHl+UTx60jFCFF+ssYa/DWW/NLx6YEvhFJyek
|
||||
/+G30hbLidE0eMSzhD8eHEHLFvpd/Q/QIwhYCR2Bf3oJLb1Q0ksvJ+ChxdMWNbFFPJdU4Y8ItDRyhMqO
|
||||
/zNCGqxPzEIMBSazxQJH5J774l0KHl0ZNOBRXRMQ0MIILa+Q0rorJ8A73ghVFygHBAsw0sj119NSse8H
|
||||
/eNKI9F44M8/ldBgPg1hQDCCssv6EAMlrBgB9j9NlCGMLOwzawQtNpzv/wKUAEH+CFSROjDCFhAowxnK
|
||||
QIkw2OCBNlgADfJQhh1Y8IIYzKAGLViORoQhDIyQxQWjYYMwTFCDtjiBAyHIwgguIA8qGFaKDgKAI5Qj
|
||||
D6zIQhvawIoP+jAMOtyhEP+HSMQiDlEYPQQiERcQhgUYsQ1Z+KEUP8gKYayDBRpoACkaN56DOEJkmeBF
|
||||
FhZAxjKa8YxoTKMa18jGNp4xC8IQBi8o4YUlNMABjlDTlFrHx0cVox/9KIZARgHIfuxBIMoApCCJUchG
|
||||
AlI8jHRkP56xivH8sR/DEM8eGrmH8UQSkDMgEDP2QcpS7oMZyBjPBkjJjPEko5TNuKQg/fHJQxKikKu4
|
||||
pSQV+Q9d7jKT4imkMsSTyEJ28h+bLOQz1mTKZu4DCl8q5QvGs4hSIuOSzkAmJ/9hDEAS4x+EBKQx9kBO
|
||||
ch4DnIUc5x6GUUjxHMOY4mEnPGcgT0Bmc0DVJGUzxCD/hlGSUgz/QEYpFzGeF5RSC5fcAz05udB+jIKb
|
||||
hQzlgLoJSEKI55Lf1CYgl/GPZXgTkJ1MZiQrOSCDkvJz/xBDKaHZjFL+Szz+3MA/5ElOQNJUpJC0aTnN
|
||||
mVNMHuMYyRwGR/9xSWAmk6IKZSdF+yFRAflTAitYwSIkwErxrPKUroTlPwrpDHYOwxkgjeRDfSnJSpK1
|
||||
kcSwaDABOcx/FDOcNXUoIJc5IC04s5TM+JddSTlN8eRzH6ksZCTjGslhhDKcuzzsLucayneCNJ4VtadS
|
||||
k3lPAQn0rmJ46WX3QVDxmHQfn3PkN5MJT4iCkkBLVetSz0lajnq0H9+0aUUvSVIB/7WUlIu47T76+g/d
|
||||
vvQfV5XpVhv5UMfaVKKRpOuAIpnRf4B1o0S1qSbFOVzqRvQfPz2GWoMbzYOKhx3eDWgpAVpd2Lpzm70s
|
||||
5DCKwV72DtOXxCBnMSe51n609a3lJYRjl+nLTu51H82wqjXFA4RSbuAFBWblS4l73kKqFbGSHCaEHSlU
|
||||
7JZWnhblqkaziViObjaV//gsEPx6131sAJr1LcZ4jGuM8SxVkp18cSGLYQy1traj3lyrYaPbj0pSFJi6
|
||||
RekKSimB8SCDqkR+wW/7yGSfJSOqKBUQNYxwhUn8gx8q0JZ9kNEJEYhAA17+8iEOkQEvZ6DMYU5zBsZM
|
||||
ZjOzmf/NGWhBCzKggTHHWc54lnMz7lznQ2hAzms2Bz6scIlmZGIJdfAAKXLgKE5EwgnQokY6JMA+auBD
|
||||
AMFIgaY3zelOe3rTwuB0HOOYglB/+tSfDrUmBIBpCdBBA26IgQMUIIcCfIEHHYvBPP7wDvGYIxKBo0Az
|
||||
glGCLBj72MhmxQ5JTepgQLENoSZ1p00dRygi+9rYNnYbgqGJSKTjCiPoQwGcBjBNpKFhYtCEGwTkCmJj
|
||||
uwTC4HYwQPGLSHRDAviWwAZOoAlf3DvfAA94N36RgmwbvASaAMUfEuEBGcrJDQLYwJ4A8As7zO8fZgiG
|
||||
MErQhhKUIAWa6PYG8JEIN1TCAw7/4IQCFNAEBWxgA26Y9cpnTvOZO6AOdvBFxz3O855/POGnQEbvVGUG
|
||||
AfxhG8w6xSZoN55K/IIKHheGJiouhlwMoWMCWoELADGNTK3ACVD3ec81QQ87VIKLRBeABJQnHmRYgAHK
|
||||
WkE3NFECKlDBDvJYcoduwQA34CpTiRCAKEow+MITnuwbUAPaZ4UMAThhBeMpgB2YoIel/IMUfhAAFeiR
|
||||
iMXXpwrycIELUpUpfogBFFQQhepXLwoqCKAbt2iYyRaxCQGsezwOcMIBAIEraJzCAgIwR8kIVIUVmIMB
|
||||
g/j7o0hwC1AInvWtZ7UdBNE6KAThAHrAuhp2wYRHKOAft7DA/yYiR6AhyEMPDDAH9VWFjkc4QQD0iH/8
|
||||
QaGJAzgh9nxMBgOY4AdM8OP//7cIQYAGpjAIt7AJFgAEcgCA/PADKzAILsAAQBAHDFiBFliBcRAEp3AK
|
||||
ArAJHrgJoGABB+AH8nCBJniCF/gPgHAAFsANA6IAT8ABTMABHTiCT2AJ2QAE9sAA9mAJRaB8j+IDlrAL
|
||||
TyAPQdCBHyiCjxBlfVQE3GcCi0cNgmAJJrALmyAEHLALQcAAjyANcbANc+MlRcAAQjAIPPAIB2CFHngA
|
||||
HCANQNhHX2APTGABOnAiX5ANoaADCiAIOLANb5gpQ3APpiAO1KcDFsABm8ABMigEatBk4//xf3Egg0EA
|
||||
BScIBRzwBCiYiQzIA7rgB6YgDcnAD4FwfYpoAfxXBJqYiqmIAk/ABEwgDj9ggjxgD6GAiqpogkWgCKag
|
||||
CJTIDzkgh4oYCkxgD+Bwi8Z4gtsgDmjABCZQjBcID0ygCFVwjAAIBTcwiLGAa/zAA9nABKHAAaEQCk+Q
|
||||
A9RYjhUYCNWwjAkQCBf4BeSABrFwjChQBDdgCNUwBuQIgBMQjuDIAQTgA+YYkACIjmiABoYwAVeHgT0A
|
||||
C62QikgwDmNADvY4BiRQgWMAjqHQA4YwBgLZkf8HA4oQCqWABuTwAbEIgDxwA6WgCChwgl8gCWOgCIYA
|
||||
BiU5jRX4AWD/0AOhgAawQIEe6ZEoMAEBgAYRUAoBIAUyAA5fwA9DUA2lgAUUAIA+8AOS8AFJQA5sAAaw
|
||||
IAWzcIEUMAFggAY9UAoJIAk/eZb8AAPWkAA9EAGf0ANsAAk3MAapUAo9IAUfYA2pAAmwkJNaeQPwcJIW
|
||||
mANY0AO4gAs9cAMzgJaM2Qq6kAQJAAalEAGUeZilYJc9AAZgEAAPYA2zsJgn2AUPgAuXyQYT0JKMmZo8
|
||||
8ANd4A0TIAWpkApJ8ADqEAGmOQOoiYKtYA36MJm4AAldkJrCKYtMmQS1GQBY0AVL2Y4wIJS4QJn6MAH5
|
||||
OJzUaYEoYA0V8AkRoA8PMAEyIAnjMA6SViADE/AA+qAO2lkBSWCW1dmeFygDCYCen6AOFaAP9nmebqmd
|
||||
AZAEXRCV7vmfFZgD32CetUmZlKkO+rCf39CQANqg1gkDXSAD3vAN3iADXQAD0+mgtxgQADs=
|
||||
</value>
|
||||
</data>
|
||||
<data name=">>label2.Name" xml:space="preserve">
|
||||
<value>label2</value>
|
||||
</data>
|
||||
<data name=">>pictureBox1.ZOrder" xml:space="preserve">
|
||||
<value>3</value>
|
||||
</data>
|
||||
<data name="$this.Padding" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
||||
<value>10, 20, 0, 0</value>
|
||||
</data>
|
||||
<data name=">>label4.Parent" xml:space="preserve">
|
||||
<value>$this</value>
|
||||
</data>
|
||||
<data name=">>label4.Type" xml:space="preserve">
|
||||
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name="label4.Text" xml:space="preserve">
|
||||
<value>Please, visit our site</value>
|
||||
</data>
|
||||
<data name="$this.AutoScaleDimensions" type="System.Drawing.SizeF, System.Drawing">
|
||||
<value>6, 13</value>
|
||||
</data>
|
||||
<data name=">>label2.ZOrder" xml:space="preserve">
|
||||
<value>4</value>
|
||||
</data>
|
||||
<data name=">>pictureBox2.Type" xml:space="preserve">
|
||||
<value>System.Windows.Forms.PictureBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name="label4.Font" type="System.Drawing.Font, System.Drawing">
|
||||
<value>Tahoma, 9pt</value>
|
||||
</data>
|
||||
<data name=">>label1.ZOrder" xml:space="preserve">
|
||||
<value>5</value>
|
||||
</data>
|
||||
<data name=">>pictureBox2.Name" xml:space="preserve">
|
||||
<value>pictureBox2</value>
|
||||
</data>
|
||||
<data name="label1.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>0, 25</value>
|
||||
</data>
|
||||
<data name=">>linkLabel1.Name" xml:space="preserve">
|
||||
<value>linkLabel1</value>
|
||||
</data>
|
||||
<data name="label4.AutoSize" type="System.Boolean, mscorlib">
|
||||
<value>True</value>
|
||||
</data>
|
||||
<data name=">>linkLabel1.Type" xml:space="preserve">
|
||||
<value>System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name="linkLabel1.Font" type="System.Drawing.Font, System.Drawing">
|
||||
<value>Tahoma, 9pt</value>
|
||||
</data>
|
||||
<data name="label2.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>0, 18</value>
|
||||
</data>
|
||||
<data name="label3.AutoSize" type="System.Boolean, mscorlib">
|
||||
<value>True</value>
|
||||
</data>
|
||||
<data name="label2.Text" xml:space="preserve">
|
||||
<value>Version 1.1.0</value>
|
||||
</data>
|
||||
<data name="linkLabel1.Padding" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
||||
<value>0, 0, 0, 7</value>
|
||||
</data>
|
||||
<data name=">>label4.ZOrder" xml:space="preserve">
|
||||
<value>1</value>
|
||||
</data>
|
||||
<data name=">>label3.Parent" xml:space="preserve">
|
||||
<value>$this</value>
|
||||
</data>
|
||||
<data name=">>$this.Type" xml:space="preserve">
|
||||
<value>System.Windows.Forms.UserControl, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name=">>pictureBox1.Name" xml:space="preserve">
|
||||
<value>pictureBox1</value>
|
||||
</data>
|
||||
<data name="label3.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>0, 21</value>
|
||||
</data>
|
||||
<data name="label3.Text" xml:space="preserve">
|
||||
<value>Copyright (c) 2006-2009 Mibew Messenger Community</value>
|
||||
</data>
|
||||
<data name=">>$this.Name" xml:space="preserve">
|
||||
<value>About</value>
|
||||
</data>
|
||||
<data name="pictureBox2.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>17, 199</value>
|
||||
</data>
|
||||
<data name="label3.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>3</value>
|
||||
</data>
|
||||
<data name=">>label3.Name" xml:space="preserve">
|
||||
<value>label3</value>
|
||||
<data name="pictureBox1.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>264, 0</value>
|
||||
</data>
|
||||
<data name="pictureBox1.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>110, 100</value>
|
||||
</data>
|
||||
<data name=">>label2.Parent" xml:space="preserve">
|
||||
<value>$this</value>
|
||||
</data>
|
||||
<data name=">>label1.Name" xml:space="preserve">
|
||||
<value>label1</value>
|
||||
</data>
|
||||
<data name=">>label4.Name" xml:space="preserve">
|
||||
<value>label4</value>
|
||||
</data>
|
||||
<data name="pictureBox2.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>110, 76</value>
|
||||
</data>
|
||||
<data name="label2.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>85, 111</value>
|
||||
</data>
|
||||
<data name=">>linkLabel1.ZOrder" xml:space="preserve">
|
||||
<value>0</value>
|
||||
</data>
|
||||
<data name="pictureBox1.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>2</value>
|
||||
</data>
|
||||
<data name="$this.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>370, 325</value>
|
||||
<data name=">>pictureBox1.Name" xml:space="preserve">
|
||||
<value>pictureBox1</value>
|
||||
</data>
|
||||
<data name=">>linkLabel1.Parent" xml:space="preserve">
|
||||
<data name=">>pictureBox1.Type" xml:space="preserve">
|
||||
<value>System.Windows.Forms.PictureBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name=">>pictureBox1.Parent" xml:space="preserve">
|
||||
<value>$this</value>
|
||||
</data>
|
||||
<data name="label3.Font" type="System.Drawing.Font, System.Drawing">
|
||||
<value>Tahoma, 9pt</value>
|
||||
</data>
|
||||
<data name="linkLabel1.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>5</value>
|
||||
</data>
|
||||
<data name="label4.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>4</value>
|
||||
</data>
|
||||
<data name="linkLabel1.Text" xml:space="preserve">
|
||||
<value>http://www.openwebim.org</value>
|
||||
</data>
|
||||
<data name="label2.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>1</value>
|
||||
</data>
|
||||
<data name="pictureBox2.TabIndex" type="System.Int32, mscorlib">
|
||||
<data name=">>pictureBox1.ZOrder" xml:space="preserve">
|
||||
<value>7</value>
|
||||
</data>
|
||||
<data name="label2.Font" type="System.Drawing.Font, System.Drawing">
|
||||
<value>Tahoma, 11.25pt, style=Bold</value>
|
||||
</data>
|
||||
<data name="linkLabel1.AutoSize" type="System.Boolean, mscorlib">
|
||||
<value>True</value>
|
||||
</data>
|
||||
<data name=">>label1.Type" xml:space="preserve">
|
||||
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
<data name="linkLabel1.Font" type="System.Drawing.Font, System.Drawing">
|
||||
<value>Tahoma, 9pt</value>
|
||||
</data>
|
||||
<data name="linkLabel1.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>13, 156</value>
|
||||
<value>28, 254</value>
|
||||
</data>
|
||||
<data name="label3.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>13, 114</value>
|
||||
</data>
|
||||
<data name="label1.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>0</value>
|
||||
</data>
|
||||
<data name="pictureBox1.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>264, 0</value>
|
||||
</data>
|
||||
<data name="label1.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>13, 20</value>
|
||||
</data>
|
||||
<data name=">>label3.ZOrder" xml:space="preserve">
|
||||
<value>2</value>
|
||||
</data>
|
||||
<data name="label1.Font" type="System.Drawing.Font, System.Drawing">
|
||||
<value>Tahoma, 15.75pt</value>
|
||||
</data>
|
||||
<data name="label1.AutoSize" type="System.Boolean, mscorlib">
|
||||
<value>True</value>
|
||||
</data>
|
||||
<data name="label3.Padding" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
||||
<data name="linkLabel1.Padding" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
||||
<value>0, 0, 0, 7</value>
|
||||
</data>
|
||||
<data name=">>label3.Type" xml:space="preserve">
|
||||
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
<data name="linkLabel1.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>103, 21</value>
|
||||
</data>
|
||||
<data name=">>pictureBox2.Parent" xml:space="preserve">
|
||||
<data name="linkLabel1.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>5</value>
|
||||
</data>
|
||||
<data name="linkLabel1.Text" xml:space="preserve">
|
||||
<value>http://mibew.org</value>
|
||||
</data>
|
||||
<data name=">>linkLabel1.Name" xml:space="preserve">
|
||||
<value>linkLabel1</value>
|
||||
</data>
|
||||
<data name=">>linkLabel1.Type" xml:space="preserve">
|
||||
<value>System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name=">>linkLabel1.Parent" xml:space="preserve">
|
||||
<value>$this</value>
|
||||
</data>
|
||||
<data name="label1.Text" xml:space="preserve">
|
||||
<value>Mibew Tray</value>
|
||||
<data name=">>linkLabel1.ZOrder" xml:space="preserve">
|
||||
<value>4</value>
|
||||
</data>
|
||||
<data name="label4.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>13, 135</value>
|
||||
<data name="linkLabel2.AutoSize" type="System.Boolean, mscorlib">
|
||||
<value>True</value>
|
||||
</data>
|
||||
<data name="linkLabel2.Font" type="System.Drawing.Font, System.Drawing">
|
||||
<value>Tahoma, 9pt</value>
|
||||
</data>
|
||||
<data name="linkLabel2.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
||||
<value>NoControl</value>
|
||||
</data>
|
||||
<data name="linkLabel2.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>186, 242</value>
|
||||
</data>
|
||||
<data name="linkLabel2.Padding" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
||||
<value>0, 0, 0, 7</value>
|
||||
</data>
|
||||
<data name="linkLabel2.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>0, 21</value>
|
||||
</data>
|
||||
<data name="linkLabel2.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>7</value>
|
||||
</data>
|
||||
<data name=">>linkLabel2.Name" xml:space="preserve">
|
||||
<value>linkLabel2</value>
|
||||
</data>
|
||||
<data name=">>linkLabel2.Type" xml:space="preserve">
|
||||
<value>System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name=">>linkLabel2.Parent" xml:space="preserve">
|
||||
<value>$this</value>
|
||||
</data>
|
||||
<data name=">>linkLabel2.ZOrder" xml:space="preserve">
|
||||
<value>2</value>
|
||||
</data>
|
||||
<data name="linkLabel3.AutoSize" type="System.Boolean, mscorlib">
|
||||
<value>True</value>
|
||||
</data>
|
||||
<data name="linkLabel3.Font" type="System.Drawing.Font, System.Drawing">
|
||||
<value>Tahoma, 9pt</value>
|
||||
</data>
|
||||
<data name="linkLabel3.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
||||
<value>NoControl</value>
|
||||
</data>
|
||||
<data name="linkLabel3.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>185, 254</value>
|
||||
</data>
|
||||
<data name="linkLabel3.Padding" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
||||
<value>0, 0, 0, 7</value>
|
||||
</data>
|
||||
<data name="linkLabel3.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>145, 21</value>
|
||||
</data>
|
||||
<data name="linkLabel3.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>9</value>
|
||||
</data>
|
||||
<data name="linkLabel3.Text" xml:space="preserve">
|
||||
<value>http://mibew.org/forums</value>
|
||||
</data>
|
||||
<data name=">>linkLabel3.Name" xml:space="preserve">
|
||||
<value>linkLabel3</value>
|
||||
</data>
|
||||
<data name=">>linkLabel3.Type" xml:space="preserve">
|
||||
<value>System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name=">>linkLabel3.Parent" xml:space="preserve">
|
||||
<value>$this</value>
|
||||
</data>
|
||||
<data name=">>linkLabel3.ZOrder" xml:space="preserve">
|
||||
<value>0</value>
|
||||
</data>
|
||||
<metadata name="label3.GenerateMember" type="System.Boolean, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>False</value>
|
||||
</metadata>
|
||||
<metadata name="$this.Localizable" type="System.Boolean, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="label4.GenerateMember" type="System.Boolean, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>False</value>
|
||||
</metadata>
|
||||
<data name="$this.AutoScaleDimensions" type="System.Drawing.SizeF, System.Drawing">
|
||||
<value>6, 13</value>
|
||||
</data>
|
||||
<data name="$this.Padding" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
||||
<value>10, 20, 0, 0</value>
|
||||
</data>
|
||||
<data name="$this.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>342, 297</value>
|
||||
</data>
|
||||
<data name=">>$this.Name" xml:space="preserve">
|
||||
<value>About</value>
|
||||
</data>
|
||||
<data name=">>$this.Type" xml:space="preserve">
|
||||
<value>System.Windows.Forms.UserControl, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
</root>
|
@ -41,10 +41,6 @@ namespace webImTray {
|
||||
//
|
||||
// groupBox1
|
||||
//
|
||||
this.groupBox1.AccessibleDescription = null;
|
||||
this.groupBox1.AccessibleName = null;
|
||||
resources.ApplyResources(this.groupBox1, "groupBox1");
|
||||
this.groupBox1.BackgroundImage = null;
|
||||
this.groupBox1.Controls.Add(this.label2);
|
||||
this.groupBox1.Controls.Add(this.forceRefreshTime);
|
||||
this.groupBox1.Controls.Add(this.forceRefresh);
|
||||
@ -52,20 +48,17 @@ namespace webImTray {
|
||||
this.groupBox1.Controls.Add(this.webimServer);
|
||||
this.groupBox1.Controls.Add(this.label1);
|
||||
this.groupBox1.Controls.Add(this.autoDisconnect);
|
||||
resources.ApplyResources(this.groupBox1, "groupBox1");
|
||||
this.groupBox1.Name = "groupBox1";
|
||||
this.groupBox1.TabStop = false;
|
||||
//
|
||||
// label2
|
||||
//
|
||||
this.label2.AccessibleDescription = null;
|
||||
this.label2.AccessibleName = null;
|
||||
resources.ApplyResources(this.label2, "label2");
|
||||
this.label2.Name = "label2";
|
||||
//
|
||||
// forceRefreshTime
|
||||
//
|
||||
this.forceRefreshTime.AccessibleDescription = null;
|
||||
this.forceRefreshTime.AccessibleName = null;
|
||||
resources.ApplyResources(this.forceRefreshTime, "forceRefreshTime");
|
||||
this.forceRefreshTime.Maximum = new decimal(new int[] {
|
||||
120,
|
||||
@ -87,63 +80,44 @@ namespace webImTray {
|
||||
//
|
||||
// forceRefresh
|
||||
//
|
||||
this.forceRefresh.AccessibleDescription = null;
|
||||
this.forceRefresh.AccessibleName = null;
|
||||
resources.ApplyResources(this.forceRefresh, "forceRefresh");
|
||||
this.forceRefresh.BackgroundImage = null;
|
||||
this.forceRefresh.Name = "forceRefresh";
|
||||
this.forceRefresh.UseVisualStyleBackColor = true;
|
||||
this.forceRefresh.CheckedChanged += new System.EventHandler(this.forceRefresh_CheckedChanged);
|
||||
//
|
||||
// autoDesconnectOnSS
|
||||
//
|
||||
this.autoDesconnectOnSS.AccessibleDescription = null;
|
||||
this.autoDesconnectOnSS.AccessibleName = null;
|
||||
resources.ApplyResources(this.autoDesconnectOnSS, "autoDesconnectOnSS");
|
||||
this.autoDesconnectOnSS.BackgroundImage = null;
|
||||
this.autoDesconnectOnSS.Name = "autoDesconnectOnSS";
|
||||
this.autoDesconnectOnSS.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// webimServer
|
||||
//
|
||||
this.webimServer.AccessibleDescription = null;
|
||||
this.webimServer.AccessibleName = null;
|
||||
resources.ApplyResources(this.webimServer, "webimServer");
|
||||
this.webimServer.BackgroundImage = null;
|
||||
this.webimServer.Name = "webimServer";
|
||||
this.webimServer.TextChanged += new System.EventHandler(this.webimServer_TextChanged);
|
||||
//
|
||||
// label1
|
||||
//
|
||||
this.label1.AccessibleDescription = null;
|
||||
this.label1.AccessibleName = null;
|
||||
resources.ApplyResources(this.label1, "label1");
|
||||
this.label1.Name = "label1";
|
||||
//
|
||||
// autoDisconnect
|
||||
//
|
||||
this.autoDisconnect.AccessibleDescription = null;
|
||||
this.autoDisconnect.AccessibleName = null;
|
||||
resources.ApplyResources(this.autoDisconnect, "autoDisconnect");
|
||||
this.autoDisconnect.BackgroundImage = null;
|
||||
this.autoDisconnect.Name = "autoDisconnect";
|
||||
this.autoDisconnect.UseVisualStyleBackColor = true;
|
||||
this.autoDisconnect.CheckedChanged += new System.EventHandler(this.autoDisconnect_CheckedChanged);
|
||||
//
|
||||
// groupBox2
|
||||
//
|
||||
this.groupBox2.AccessibleDescription = null;
|
||||
this.groupBox2.AccessibleName = null;
|
||||
resources.ApplyResources(this.groupBox2, "groupBox2");
|
||||
this.groupBox2.BackgroundImage = null;
|
||||
this.groupBox2.Controls.Add(this.showUserPreferences);
|
||||
resources.ApplyResources(this.groupBox2, "groupBox2");
|
||||
this.groupBox2.Name = "groupBox2";
|
||||
this.groupBox2.TabStop = false;
|
||||
//
|
||||
// showUserPreferences
|
||||
//
|
||||
this.showUserPreferences.AccessibleDescription = null;
|
||||
this.showUserPreferences.AccessibleName = null;
|
||||
resources.ApplyResources(this.showUserPreferences, "showUserPreferences");
|
||||
this.showUserPreferences.Name = "showUserPreferences";
|
||||
this.showUserPreferences.TabStop = true;
|
||||
@ -151,14 +125,10 @@ namespace webImTray {
|
||||
//
|
||||
// OptionsConnectionPanel
|
||||
//
|
||||
this.AccessibleDescription = null;
|
||||
this.AccessibleName = null;
|
||||
resources.ApplyResources(this, "$this");
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.BackgroundImage = null;
|
||||
this.Controls.Add(this.groupBox2);
|
||||
this.Controls.Add(this.groupBox1);
|
||||
this.Font = null;
|
||||
this.Name = "OptionsConnectionPanel";
|
||||
this.groupBox1.ResumeLayout(false);
|
||||
this.groupBox1.PerformLayout();
|
||||
|
@ -117,136 +117,181 @@
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="forceRefresh.Text" xml:space="preserve">
|
||||
<value>Force page update every</value>
|
||||
<assembly alias="mscorlib" name="mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
||||
<data name="label2.AutoSize" type="System.Boolean, mscorlib">
|
||||
<value>True</value>
|
||||
</data>
|
||||
<assembly alias="System.Drawing" name="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
||||
<data name="forceRefresh.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>17, 124</value>
|
||||
<data name="label2.Font" type="System.Drawing.Font, System.Drawing">
|
||||
<value>Microsoft Sans Serif, 8.25pt</value>
|
||||
</data>
|
||||
<data name="groupBox2.Font" type="System.Drawing.Font, System.Drawing">
|
||||
<value>Tahoma, 9.75pt, style=Bold</value>
|
||||
<data name="label2.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>239, 125</value>
|
||||
</data>
|
||||
<data name=">>autoDisconnect.Parent" xml:space="preserve">
|
||||
<value>groupBox1</value>
|
||||
<data name="label2.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>43, 13</value>
|
||||
</data>
|
||||
<data name=">>autoDisconnect.Type" xml:space="preserve">
|
||||
<value>System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
<data name="label2.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>9</value>
|
||||
</data>
|
||||
<data name="forceRefreshTime.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>45, 20</value>
|
||||
<data name="label2.Text" xml:space="preserve">
|
||||
<value>minutes</value>
|
||||
</data>
|
||||
<data name=">>groupBox2.Parent" xml:space="preserve">
|
||||
<value>$this</value>
|
||||
<data name=">>label2.Name" xml:space="preserve">
|
||||
<value>label2</value>
|
||||
</data>
|
||||
<data name=">>label2.Type" xml:space="preserve">
|
||||
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<assembly alias="mscorlib" name="mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
||||
<data name=">>label2.Parent" xml:space="preserve">
|
||||
<value>groupBox1</value>
|
||||
</data>
|
||||
<data name=">>label2.ZOrder" xml:space="preserve">
|
||||
<value>0</value>
|
||||
</data>
|
||||
<data name="forceRefreshTime.Enabled" type="System.Boolean, mscorlib">
|
||||
<value>False</value>
|
||||
</data>
|
||||
<data name="forceRefreshTime.Font" type="System.Drawing.Font, System.Drawing">
|
||||
<value>Microsoft Sans Serif, 8.25pt</value>
|
||||
</data>
|
||||
<data name="forceRefreshTime.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>188, 123</value>
|
||||
</data>
|
||||
<data name="forceRefreshTime.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>45, 20</value>
|
||||
</data>
|
||||
<data name="forceRefreshTime.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>8</value>
|
||||
</data>
|
||||
<data name=">>forceRefreshTime.Name" xml:space="preserve">
|
||||
<value>forceRefreshTime</value>
|
||||
</data>
|
||||
<data name=">>forceRefreshTime.Type" xml:space="preserve">
|
||||
<value>System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name=">>forceRefreshTime.Parent" xml:space="preserve">
|
||||
<value>groupBox1</value>
|
||||
</data>
|
||||
<data name=">>forceRefreshTime.ZOrder" xml:space="preserve">
|
||||
<value>1</value>
|
||||
</data>
|
||||
<data name="forceRefresh.AutoSize" type="System.Boolean, mscorlib">
|
||||
<value>True</value>
|
||||
</data>
|
||||
<data name="forceRefresh.Font" type="System.Drawing.Font, System.Drawing">
|
||||
<value>Microsoft Sans Serif, 8.25pt</value>
|
||||
</data>
|
||||
<data name="forceRefresh.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>17, 124</value>
|
||||
</data>
|
||||
<data name="forceRefresh.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>145, 17</value>
|
||||
</data>
|
||||
<data name="forceRefresh.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>7</value>
|
||||
</data>
|
||||
<data name=">>label1.Parent" xml:space="preserve">
|
||||
<data name="forceRefresh.Text" xml:space="preserve">
|
||||
<value>Force page update every</value>
|
||||
</data>
|
||||
<data name=">>forceRefresh.Name" xml:space="preserve">
|
||||
<value>forceRefresh</value>
|
||||
</data>
|
||||
<data name=">>forceRefresh.Type" xml:space="preserve">
|
||||
<value>System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name=">>forceRefresh.Parent" xml:space="preserve">
|
||||
<value>groupBox1</value>
|
||||
</data>
|
||||
<data name=">>forceRefresh.ZOrder" xml:space="preserve">
|
||||
<value>2</value>
|
||||
</data>
|
||||
<data name="autoDesconnectOnSS.AutoSize" type="System.Boolean, mscorlib">
|
||||
<value>True</value>
|
||||
</data>
|
||||
<data name="autoDesconnectOnSS.Enabled" type="System.Boolean, mscorlib">
|
||||
<value>False</value>
|
||||
</data>
|
||||
<data name="autoDesconnectOnSS.Font" type="System.Drawing.Font, System.Drawing">
|
||||
<value>Microsoft Sans Serif, 8.25pt</value>
|
||||
</data>
|
||||
<data name="autoDesconnectOnSS.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>17, 101</value>
|
||||
</data>
|
||||
<data name="autoDesconnectOnSS.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>231, 17</value>
|
||||
</data>
|
||||
<data name="autoDesconnectOnSS.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>6</value>
|
||||
</data>
|
||||
<data name="autoDesconnectOnSS.Text" xml:space="preserve">
|
||||
<value>Become idle if the screen saver is activated</value>
|
||||
</data>
|
||||
<data name=">>autoDesconnectOnSS.Name" xml:space="preserve">
|
||||
<value>autoDesconnectOnSS</value>
|
||||
</data>
|
||||
<data name=">>autoDesconnectOnSS.Type" xml:space="preserve">
|
||||
<value>System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name=">>autoDesconnectOnSS.Parent" xml:space="preserve">
|
||||
<value>groupBox1</value>
|
||||
</data>
|
||||
<data name=">>autoDesconnectOnSS.ZOrder" xml:space="preserve">
|
||||
<value>3</value>
|
||||
</data>
|
||||
<data name="forceRefresh.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>145, 17</value>
|
||||
</data>
|
||||
<data name="autoDesconnectOnSS.Font" type="System.Drawing.Font, System.Drawing">
|
||||
<value>Microsoft Sans Serif, 8.25pt</value>
|
||||
</data>
|
||||
<data name="label2.AutoSize" type="System.Boolean, mscorlib">
|
||||
<value>True</value>
|
||||
</data>
|
||||
<data name=">>showUserPreferences.ZOrder" xml:space="preserve">
|
||||
<value>0</value>
|
||||
</data>
|
||||
<data name="autoDisconnect.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>17, 78</value>
|
||||
</data>
|
||||
<data name="forceRefresh.Font" type="System.Drawing.Font, System.Drawing">
|
||||
<value>Microsoft Sans Serif, 8.25pt</value>
|
||||
</data>
|
||||
<data name=">>label2.Name" xml:space="preserve">
|
||||
<value>label2</value>
|
||||
</data>
|
||||
<data name="showUserPreferences.AutoSize" type="System.Boolean, mscorlib">
|
||||
<value>True</value>
|
||||
</data>
|
||||
<data name="showUserPreferences.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>15, 27</value>
|
||||
</data>
|
||||
<data name=">>groupBox1.Parent" xml:space="preserve">
|
||||
<value>$this</value>
|
||||
</data>
|
||||
<data name=">>label1.Name" xml:space="preserve">
|
||||
<value>label1</value>
|
||||
</data>
|
||||
<data name="groupBox2.Text" xml:space="preserve">
|
||||
<value>Operator preferences</value>
|
||||
</data>
|
||||
<data name="showUserPreferences.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>0</value>
|
||||
</data>
|
||||
<data name="$this.AutoScaleDimensions" type="System.Drawing.SizeF, System.Drawing">
|
||||
<value>6, 13</value>
|
||||
</data>
|
||||
<data name="autoDesconnectOnSS.AutoSize" type="System.Boolean, mscorlib">
|
||||
<value>True</value>
|
||||
</data>
|
||||
<data name=">>label1.ZOrder" xml:space="preserve">
|
||||
<value>5</value>
|
||||
</data>
|
||||
<data name="label1.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>125, 13</value>
|
||||
</data>
|
||||
<data name=">>groupBox2.Type" xml:space="preserve">
|
||||
<value>System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name="forceRefreshTime.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>188, 123</value>
|
||||
</data>
|
||||
<data name=">>showUserPreferences.Name" xml:space="preserve">
|
||||
<value>showUserPreferences</value>
|
||||
</data>
|
||||
<data name=">>groupBox1.Name" xml:space="preserve">
|
||||
<value>groupBox1</value>
|
||||
</data>
|
||||
<data name=">>webimServer.Name" xml:space="preserve">
|
||||
<value>webimServer</value>
|
||||
</data>
|
||||
<data name="label2.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>43, 13</value>
|
||||
</data>
|
||||
<data name="webimServer.Font" type="System.Drawing.Font, System.Drawing">
|
||||
<value>Microsoft Sans Serif, 8.25pt</value>
|
||||
</data>
|
||||
<data name=">>label2.ZOrder" xml:space="preserve">
|
||||
<value>0</value>
|
||||
</data>
|
||||
<data name="label2.Text" xml:space="preserve">
|
||||
<value>minutes</value>
|
||||
</data>
|
||||
<data name="autoDesconnectOnSS.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>231, 17</value>
|
||||
</data>
|
||||
<data name="webimServer.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>17, 46</value>
|
||||
</data>
|
||||
<data name="autoDesconnectOnSS.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>6</value>
|
||||
<data name="webimServer.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>307, 20</value>
|
||||
</data>
|
||||
<data name="webimServer.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>5</value>
|
||||
</data>
|
||||
<data name=">>webimServer.Name" xml:space="preserve">
|
||||
<value>webimServer</value>
|
||||
</data>
|
||||
<data name=">>webimServer.Type" xml:space="preserve">
|
||||
<value>System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name=">>groupBox2.Name" xml:space="preserve">
|
||||
<value>groupBox2</value>
|
||||
<data name=">>webimServer.Parent" xml:space="preserve">
|
||||
<value>groupBox1</value>
|
||||
</data>
|
||||
<data name="label2.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>9</value>
|
||||
<data name=">>webimServer.ZOrder" xml:space="preserve">
|
||||
<value>4</value>
|
||||
</data>
|
||||
<data name="label1.AutoSize" type="System.Boolean, mscorlib">
|
||||
<value>True</value>
|
||||
</data>
|
||||
<data name="label1.Font" type="System.Drawing.Font, System.Drawing">
|
||||
<value>Microsoft Sans Serif, 8.25pt</value>
|
||||
</data>
|
||||
<data name="label1.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>15, 28</value>
|
||||
</data>
|
||||
<data name="label1.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>125, 13</value>
|
||||
</data>
|
||||
<data name="label1.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>4</value>
|
||||
</data>
|
||||
<data name="label1.Text" xml:space="preserve">
|
||||
<value>Mibew Messenger Installation Location</value>
|
||||
</data>
|
||||
<data name=">>label1.Name" xml:space="preserve">
|
||||
<value>label1</value>
|
||||
</data>
|
||||
<data name=">>label1.Type" xml:space="preserve">
|
||||
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name=">>label1.Parent" xml:space="preserve">
|
||||
<value>groupBox1</value>
|
||||
</data>
|
||||
<data name=">>label1.ZOrder" xml:space="preserve">
|
||||
<value>5</value>
|
||||
</data>
|
||||
<data name="autoDisconnect.AutoSize" type="System.Boolean, mscorlib">
|
||||
<value>True</value>
|
||||
@ -254,32 +299,14 @@
|
||||
<data name="autoDisconnect.Font" type="System.Drawing.Font, System.Drawing">
|
||||
<value>Microsoft Sans Serif, 8.25pt</value>
|
||||
</data>
|
||||
<data name="forceRefresh.AutoSize" type="System.Boolean, mscorlib">
|
||||
<value>True</value>
|
||||
<data name="autoDisconnect.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>17, 78</value>
|
||||
</data>
|
||||
<data name=">>$this.Name" xml:space="preserve">
|
||||
<value>OptionsConnectionPanel</value>
|
||||
<data name="autoDisconnect.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>202, 17</value>
|
||||
</data>
|
||||
<data name=">>showUserPreferences.Type" xml:space="preserve">
|
||||
<value>System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name="groupBox1.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>3, 3</value>
|
||||
</data>
|
||||
<data name=">>forceRefreshTime.Name" xml:space="preserve">
|
||||
<value>forceRefreshTime</value>
|
||||
</data>
|
||||
<data name="groupBox2.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>3, 213</value>
|
||||
</data>
|
||||
<data name=">>autoDesconnectOnSS.Parent" xml:space="preserve">
|
||||
<value>groupBox1</value>
|
||||
</data>
|
||||
<data name=">>label2.Parent" xml:space="preserve">
|
||||
<value>groupBox1</value>
|
||||
</data>
|
||||
<data name=">>groupBox2.ZOrder" xml:space="preserve">
|
||||
<value>0</value>
|
||||
<data name="autoDisconnect.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>3</value>
|
||||
</data>
|
||||
<data name="autoDisconnect.Text" xml:space="preserve">
|
||||
<value>Become idle if the computer is locked</value>
|
||||
@ -287,138 +314,84 @@
|
||||
<data name=">>autoDisconnect.Name" xml:space="preserve">
|
||||
<value>autoDisconnect</value>
|
||||
</data>
|
||||
<data name=">>forceRefresh.Parent" xml:space="preserve">
|
||||
<data name=">>autoDisconnect.Type" xml:space="preserve">
|
||||
<value>System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name=">>autoDisconnect.Parent" xml:space="preserve">
|
||||
<value>groupBox1</value>
|
||||
</data>
|
||||
<data name="label2.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>239, 125</value>
|
||||
</data>
|
||||
<data name="forceRefreshTime.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>8</value>
|
||||
</data>
|
||||
<data name="autoDisconnect.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>202, 17</value>
|
||||
</data>
|
||||
<data name="$this.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>374, 329</value>
|
||||
</data>
|
||||
<data name=">>forceRefreshTime.Type" xml:space="preserve">
|
||||
<value>System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name="forceRefreshTime.Font" type="System.Drawing.Font, System.Drawing">
|
||||
<value>Microsoft Sans Serif, 8.25pt</value>
|
||||
</data>
|
||||
<data name=">>$this.Type" xml:space="preserve">
|
||||
<value>System.Windows.Forms.UserControl, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name="groupBox1.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>1</value>
|
||||
</data>
|
||||
<data name="groupBox1.Font" type="System.Drawing.Font, System.Drawing">
|
||||
<value>Tahoma, 9.75pt, style=Bold</value>
|
||||
</data>
|
||||
<data name=">>groupBox1.ZOrder" xml:space="preserve">
|
||||
<value>1</value>
|
||||
</data>
|
||||
<data name=">>autoDisconnect.ZOrder" xml:space="preserve">
|
||||
<value>6</value>
|
||||
</data>
|
||||
<data name=">>forceRefreshTime.Parent" xml:space="preserve">
|
||||
<value>groupBox1</value>
|
||||
<data name="groupBox1.Font" type="System.Drawing.Font, System.Drawing">
|
||||
<value>Tahoma, 9.75pt, style=Bold</value>
|
||||
</data>
|
||||
<data name="autoDesconnectOnSS.Enabled" type="System.Boolean, mscorlib">
|
||||
<value>False</value>
|
||||
<data name="groupBox1.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>3, 3</value>
|
||||
</data>
|
||||
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
||||
<data name="groupBox1.Padding" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
||||
<value>12, 12, 12, 12</value>
|
||||
</data>
|
||||
<data name="groupBox1.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>368, 203</value>
|
||||
</data>
|
||||
<data name="groupBox1.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>1</value>
|
||||
</data>
|
||||
<data name="groupBox1.Text" xml:space="preserve">
|
||||
<value>Connection</value>
|
||||
</data>
|
||||
<data name=">>groupBox1.Name" xml:space="preserve">
|
||||
<value>groupBox1</value>
|
||||
</data>
|
||||
<data name=">>groupBox1.Type" xml:space="preserve">
|
||||
<value>System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name=">>label1.Type" xml:space="preserve">
|
||||
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
<data name=">>groupBox1.Parent" xml:space="preserve">
|
||||
<value>$this</value>
|
||||
</data>
|
||||
<data name=">>webimServer.Parent" xml:space="preserve">
|
||||
<value>groupBox1</value>
|
||||
</data>
|
||||
<data name=">>showUserPreferences.Parent" xml:space="preserve">
|
||||
<value>groupBox2</value>
|
||||
</data>
|
||||
<data name="showUserPreferences.Text" xml:space="preserve">
|
||||
<value>Click here to change your preferences online</value>
|
||||
</data>
|
||||
<data name="showUserPreferences.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>252, 14</value>
|
||||
</data>
|
||||
<data name=">>forceRefreshTime.ZOrder" xml:space="preserve">
|
||||
<data name=">>groupBox1.ZOrder" xml:space="preserve">
|
||||
<value>1</value>
|
||||
</data>
|
||||
<data name="webimServer.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>5</value>
|
||||
</data>
|
||||
<data name="label1.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>4</value>
|
||||
</data>
|
||||
<data name="autoDesconnectOnSS.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>17, 101</value>
|
||||
</data>
|
||||
<data name=">>webimServer.ZOrder" xml:space="preserve">
|
||||
<value>4</value>
|
||||
</data>
|
||||
<data name="autoDesconnectOnSS.Text" xml:space="preserve">
|
||||
<value>Become idle if the screen saver is activated</value>
|
||||
</data>
|
||||
<data name=">>forceRefresh.Name" xml:space="preserve">
|
||||
<value>forceRefresh</value>
|
||||
</data>
|
||||
<data name="label1.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>15, 28</value>
|
||||
</data>
|
||||
<data name="forceRefreshTime.Enabled" type="System.Boolean, mscorlib">
|
||||
<value>False</value>
|
||||
</data>
|
||||
<data name="label1.Font" type="System.Drawing.Font, System.Drawing">
|
||||
<value>Microsoft Sans Serif, 8.25pt</value>
|
||||
</data>
|
||||
<data name="autoDisconnect.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>3</value>
|
||||
</data>
|
||||
<data name="label2.Font" type="System.Drawing.Font, System.Drawing">
|
||||
<value>Microsoft Sans Serif, 8.25pt</value>
|
||||
</data>
|
||||
<data name="label1.AutoSize" type="System.Boolean, mscorlib">
|
||||
<data name="showUserPreferences.AutoSize" type="System.Boolean, mscorlib">
|
||||
<value>True</value>
|
||||
</data>
|
||||
<data name=">>autoDesconnectOnSS.Type" xml:space="preserve">
|
||||
<value>System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name=">>autoDesconnectOnSS.Name" xml:space="preserve">
|
||||
<value>autoDesconnectOnSS</value>
|
||||
</data>
|
||||
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
||||
<data name="groupBox2.Padding" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
||||
<value>12, 12, 12, 12</value>
|
||||
</data>
|
||||
<data name="groupBox1.Padding" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
||||
<value>12, 12, 12, 12</value>
|
||||
</data>
|
||||
<data name="webimServer.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>307, 20</value>
|
||||
</data>
|
||||
<data name="showUserPreferences.Font" type="System.Drawing.Font, System.Drawing">
|
||||
<value>Tahoma, 9pt</value>
|
||||
</data>
|
||||
<data name=">>forceRefresh.ZOrder" xml:space="preserve">
|
||||
<value>2</value>
|
||||
<data name="showUserPreferences.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>54, 43</value>
|
||||
</data>
|
||||
<data name="label1.Text" xml:space="preserve">
|
||||
<value>Mibew Messenger server</value>
|
||||
<data name="showUserPreferences.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>252, 14</value>
|
||||
</data>
|
||||
<data name=">>forceRefresh.Type" xml:space="preserve">
|
||||
<value>System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
<data name="showUserPreferences.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>0</value>
|
||||
</data>
|
||||
<data name="groupBox1.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>368, 203</value>
|
||||
<data name="showUserPreferences.Text" xml:space="preserve">
|
||||
<value>Click here to change your preferences online</value>
|
||||
</data>
|
||||
<data name=">>showUserPreferences.Name" xml:space="preserve">
|
||||
<value>showUserPreferences</value>
|
||||
</data>
|
||||
<data name=">>showUserPreferences.Type" xml:space="preserve">
|
||||
<value>System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name=">>showUserPreferences.Parent" xml:space="preserve">
|
||||
<value>groupBox2</value>
|
||||
</data>
|
||||
<data name=">>showUserPreferences.ZOrder" xml:space="preserve">
|
||||
<value>0</value>
|
||||
</data>
|
||||
<data name="groupBox2.Font" type="System.Drawing.Font, System.Drawing">
|
||||
<value>Tahoma, 9.75pt, style=Bold</value>
|
||||
</data>
|
||||
<data name="groupBox2.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>3, 213</value>
|
||||
</data>
|
||||
<data name="groupBox2.Padding" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
||||
<value>12, 12, 12, 12</value>
|
||||
</data>
|
||||
<data name="groupBox2.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>368, 87</value>
|
||||
@ -426,7 +399,34 @@
|
||||
<data name="groupBox2.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>2</value>
|
||||
</data>
|
||||
<metadata name="$this.Localizable" type="System.Boolean, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<data name="groupBox2.Text" xml:space="preserve">
|
||||
<value>Operator preferences</value>
|
||||
</data>
|
||||
<data name=">>groupBox2.Name" xml:space="preserve">
|
||||
<value>groupBox2</value>
|
||||
</data>
|
||||
<data name=">>groupBox2.Type" xml:space="preserve">
|
||||
<value>System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name=">>groupBox2.Parent" xml:space="preserve">
|
||||
<value>$this</value>
|
||||
</data>
|
||||
<data name=">>groupBox2.ZOrder" xml:space="preserve">
|
||||
<value>0</value>
|
||||
</data>
|
||||
<data name="$this.Localizable" type="System.Boolean, mscorlib">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
</data>
|
||||
<data name="$this.AutoScaleDimensions" type="System.Drawing.SizeF, System.Drawing">
|
||||
<value>6, 13</value>
|
||||
</data>
|
||||
<data name="$this.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>374, 329</value>
|
||||
</data>
|
||||
<data name=">>$this.Name" xml:space="preserve">
|
||||
<value>OptionsConnectionPanel</value>
|
||||
</data>
|
||||
<data name=">>$this.Type" xml:space="preserve">
|
||||
<value>System.Windows.Forms.UserControl, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
</root>
|
@ -14,7 +14,7 @@ namespace webImTray {
|
||||
static OptionsPanel[] panels = new OptionsPanel[] {
|
||||
new OptionsGeneralPanel(),
|
||||
new OptionsConnectionPanel(),
|
||||
new OptionsSoundsPanel(),
|
||||
// new OptionsSoundsPanel(),
|
||||
new About()
|
||||
};
|
||||
|
||||
@ -85,7 +85,7 @@ namespace webImTray {
|
||||
}
|
||||
|
||||
private void openWebIMSite(object sender, LinkLabelLinkClickedEventArgs e) {
|
||||
System.Diagnostics.Process.Start("http://openwebim.org/");
|
||||
System.Diagnostics.Process.Start("http://mibew.org/");
|
||||
}
|
||||
|
||||
private void applyChanges() {
|
||||
|
@ -30,15 +30,9 @@ namespace webImTray {
|
||||
this.hideWhenStarted = new System.Windows.Forms.CheckBox();
|
||||
this.autoStart = new System.Windows.Forms.CheckBox();
|
||||
this.showInTaskBar = new System.Windows.Forms.CheckBox();
|
||||
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
||||
this.textBox2 = new System.Windows.Forms.TextBox();
|
||||
this.textBox1 = new System.Windows.Forms.TextBox();
|
||||
this.showOptions = new System.Windows.Forms.CheckBox();
|
||||
this.showHide = new System.Windows.Forms.CheckBox();
|
||||
this.languageBox = new System.Windows.Forms.GroupBox();
|
||||
this.languageSelector = new System.Windows.Forms.ComboBox();
|
||||
this.groupBox1.SuspendLayout();
|
||||
this.groupBox2.SuspendLayout();
|
||||
this.languageBox.SuspendLayout();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
@ -72,40 +66,6 @@ namespace webImTray {
|
||||
this.showInTaskBar.UseVisualStyleBackColor = true;
|
||||
this.showInTaskBar.CheckedChanged += new System.EventHandler(this.checkboxChanged);
|
||||
//
|
||||
// groupBox2
|
||||
//
|
||||
this.groupBox2.Controls.Add(this.textBox2);
|
||||
this.groupBox2.Controls.Add(this.textBox1);
|
||||
this.groupBox2.Controls.Add(this.showOptions);
|
||||
this.groupBox2.Controls.Add(this.showHide);
|
||||
resources.ApplyResources(this.groupBox2, "groupBox2");
|
||||
this.groupBox2.Name = "groupBox2";
|
||||
this.groupBox2.TabStop = false;
|
||||
//
|
||||
// textBox2
|
||||
//
|
||||
resources.ApplyResources(this.textBox2, "textBox2");
|
||||
this.textBox2.Name = "textBox2";
|
||||
//
|
||||
// textBox1
|
||||
//
|
||||
resources.ApplyResources(this.textBox1, "textBox1");
|
||||
this.textBox1.Name = "textBox1";
|
||||
//
|
||||
// showOptions
|
||||
//
|
||||
resources.ApplyResources(this.showOptions, "showOptions");
|
||||
this.showOptions.Name = "showOptions";
|
||||
this.showOptions.UseVisualStyleBackColor = true;
|
||||
this.showOptions.CheckedChanged += new System.EventHandler(this.checkboxChanged);
|
||||
//
|
||||
// showHide
|
||||
//
|
||||
resources.ApplyResources(this.showHide, "showHide");
|
||||
this.showHide.Name = "showHide";
|
||||
this.showHide.UseVisualStyleBackColor = true;
|
||||
this.showHide.CheckedChanged += new System.EventHandler(this.checkboxChanged);
|
||||
//
|
||||
// languageBox
|
||||
//
|
||||
this.languageBox.Controls.Add(this.languageSelector);
|
||||
@ -125,13 +85,10 @@ namespace webImTray {
|
||||
resources.ApplyResources(this, "$this");
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.Controls.Add(this.languageBox);
|
||||
this.Controls.Add(this.groupBox2);
|
||||
this.Controls.Add(this.groupBox1);
|
||||
this.Name = "OptionsGeneralPanel";
|
||||
this.groupBox1.ResumeLayout(false);
|
||||
this.groupBox1.PerformLayout();
|
||||
this.groupBox2.ResumeLayout(false);
|
||||
this.groupBox2.PerformLayout();
|
||||
this.languageBox.ResumeLayout(false);
|
||||
this.ResumeLayout(false);
|
||||
|
||||
@ -143,11 +100,6 @@ namespace webImTray {
|
||||
private System.Windows.Forms.CheckBox showInTaskBar;
|
||||
private System.Windows.Forms.CheckBox autoStart;
|
||||
private System.Windows.Forms.CheckBox hideWhenStarted;
|
||||
private System.Windows.Forms.GroupBox groupBox2;
|
||||
private System.Windows.Forms.CheckBox showOptions;
|
||||
private System.Windows.Forms.CheckBox showHide;
|
||||
private System.Windows.Forms.TextBox textBox2;
|
||||
private System.Windows.Forms.TextBox textBox1;
|
||||
private System.Windows.Forms.GroupBox languageBox;
|
||||
private System.Windows.Forms.ComboBox languageSelector;
|
||||
}
|
||||
|
@ -117,16 +117,83 @@
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name=">>hideWhenStarted.Name" xml:space="preserve">
|
||||
<value>hideWhenStarted</value>
|
||||
</data>
|
||||
<data name=">>hideWhenStarted.Type" xml:space="preserve">
|
||||
<value>System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name=">>hideWhenStarted.Parent" xml:space="preserve">
|
||||
<value>groupBox1</value>
|
||||
</data>
|
||||
<data name=">>hideWhenStarted.ZOrder" xml:space="preserve">
|
||||
<value>0</value>
|
||||
</data>
|
||||
<data name=">>autoStart.Name" xml:space="preserve">
|
||||
<value>autoStart</value>
|
||||
</data>
|
||||
<data name=">>autoStart.Type" xml:space="preserve">
|
||||
<value>System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name=">>autoStart.Parent" xml:space="preserve">
|
||||
<value>groupBox1</value>
|
||||
</data>
|
||||
<data name=">>autoStart.ZOrder" xml:space="preserve">
|
||||
<value>1</value>
|
||||
</data>
|
||||
<data name=">>showInTaskBar.Name" xml:space="preserve">
|
||||
<value>showInTaskBar</value>
|
||||
</data>
|
||||
<data name=">>showInTaskBar.Type" xml:space="preserve">
|
||||
<value>System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name=">>showInTaskBar.Parent" xml:space="preserve">
|
||||
<value>groupBox1</value>
|
||||
</data>
|
||||
<data name=">>showInTaskBar.ZOrder" xml:space="preserve">
|
||||
<value>2</value>
|
||||
</data>
|
||||
<assembly alias="System.Drawing" name="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
||||
<data name="groupBox1.Font" type="System.Drawing.Font, System.Drawing">
|
||||
<value>Tahoma, 9.75pt, style=Bold</value>
|
||||
</data>
|
||||
<data name="groupBox1.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>3, 3</value>
|
||||
</data>
|
||||
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
||||
<data name="groupBox1.Padding" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
||||
<value>12, 12, 12, 12</value>
|
||||
</data>
|
||||
<data name="groupBox1.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>368, 154</value>
|
||||
</data>
|
||||
<assembly alias="mscorlib" name="mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
||||
<data name="groupBox1.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>0</value>
|
||||
</data>
|
||||
<data name="groupBox1.Text" xml:space="preserve">
|
||||
<value>Application</value>
|
||||
</data>
|
||||
<data name=">>groupBox1.Name" xml:space="preserve">
|
||||
<value>groupBox1</value>
|
||||
</data>
|
||||
<data name=">>groupBox1.Type" xml:space="preserve">
|
||||
<value>System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name=">>groupBox1.Parent" xml:space="preserve">
|
||||
<value>$this</value>
|
||||
</data>
|
||||
<data name=">>groupBox1.ZOrder" xml:space="preserve">
|
||||
<value>1</value>
|
||||
</data>
|
||||
<data name="hideWhenStarted.AutoSize" type="System.Boolean, mscorlib">
|
||||
<value>True</value>
|
||||
</data>
|
||||
<assembly alias="System.Drawing" name="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
||||
<data name="hideWhenStarted.Font" type="System.Drawing.Font, System.Drawing">
|
||||
<value>Microsoft Sans Serif, 8.25pt</value>
|
||||
</data>
|
||||
<data name="hideWhenStarted.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>15, 76</value>
|
||||
<value>15, 122</value>
|
||||
</data>
|
||||
<data name="hideWhenStarted.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>134, 17</value>
|
||||
@ -156,7 +223,7 @@
|
||||
<value>Microsoft Sans Serif, 8.25pt</value>
|
||||
</data>
|
||||
<data name="autoStart.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>15, 53</value>
|
||||
<value>15, 76</value>
|
||||
</data>
|
||||
<data name="autoStart.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>225, 17</value>
|
||||
@ -209,187 +276,6 @@
|
||||
<data name=">>showInTaskBar.ZOrder" xml:space="preserve">
|
||||
<value>2</value>
|
||||
</data>
|
||||
<data name="groupBox1.Font" type="System.Drawing.Font, System.Drawing">
|
||||
<value>Tahoma, 9.75pt, style=Bold</value>
|
||||
</data>
|
||||
<data name="groupBox1.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>3, 3</value>
|
||||
</data>
|
||||
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
||||
<data name="groupBox1.Padding" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
||||
<value>12, 12, 12, 12</value>
|
||||
</data>
|
||||
<data name="groupBox1.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>368, 106</value>
|
||||
</data>
|
||||
<data name="groupBox1.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>0</value>
|
||||
</data>
|
||||
<data name="groupBox1.Text" xml:space="preserve">
|
||||
<value>Application</value>
|
||||
</data>
|
||||
<data name=">>groupBox1.Name" xml:space="preserve">
|
||||
<value>groupBox1</value>
|
||||
</data>
|
||||
<data name=">>groupBox1.Type" xml:space="preserve">
|
||||
<value>System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name=">>groupBox1.Parent" xml:space="preserve">
|
||||
<value>$this</value>
|
||||
</data>
|
||||
<data name=">>groupBox1.ZOrder" xml:space="preserve">
|
||||
<value>2</value>
|
||||
</data>
|
||||
<data name="textBox2.Enabled" type="System.Boolean, mscorlib">
|
||||
<value>False</value>
|
||||
</data>
|
||||
<data name="textBox2.Font" type="System.Drawing.Font, System.Drawing">
|
||||
<value>Microsoft Sans Serif, 8.25pt</value>
|
||||
</data>
|
||||
<data name="textBox2.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>216, 52</value>
|
||||
</data>
|
||||
<data name="textBox2.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>100, 20</value>
|
||||
</data>
|
||||
<data name="textBox2.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>3</value>
|
||||
</data>
|
||||
<data name=">>textBox2.Name" xml:space="preserve">
|
||||
<value>textBox2</value>
|
||||
</data>
|
||||
<data name=">>textBox2.Type" xml:space="preserve">
|
||||
<value>System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name=">>textBox2.Parent" xml:space="preserve">
|
||||
<value>groupBox2</value>
|
||||
</data>
|
||||
<data name=">>textBox2.ZOrder" xml:space="preserve">
|
||||
<value>0</value>
|
||||
</data>
|
||||
<data name="textBox1.Enabled" type="System.Boolean, mscorlib">
|
||||
<value>False</value>
|
||||
</data>
|
||||
<data name="textBox1.Font" type="System.Drawing.Font, System.Drawing">
|
||||
<value>Microsoft Sans Serif, 8.25pt</value>
|
||||
</data>
|
||||
<data name="textBox1.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>216, 29</value>
|
||||
</data>
|
||||
<data name="textBox1.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>100, 20</value>
|
||||
</data>
|
||||
<data name="textBox1.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>2</value>
|
||||
</data>
|
||||
<data name=">>textBox1.Name" xml:space="preserve">
|
||||
<value>textBox1</value>
|
||||
</data>
|
||||
<data name=">>textBox1.Type" xml:space="preserve">
|
||||
<value>System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name=">>textBox1.Parent" xml:space="preserve">
|
||||
<value>groupBox2</value>
|
||||
</data>
|
||||
<data name=">>textBox1.ZOrder" xml:space="preserve">
|
||||
<value>1</value>
|
||||
</data>
|
||||
<data name="showOptions.AutoSize" type="System.Boolean, mscorlib">
|
||||
<value>True</value>
|
||||
</data>
|
||||
<data name="showOptions.Enabled" type="System.Boolean, mscorlib">
|
||||
<value>False</value>
|
||||
</data>
|
||||
<data name="showOptions.Font" type="System.Drawing.Font, System.Drawing">
|
||||
<value>Microsoft Sans Serif, 8.25pt</value>
|
||||
</data>
|
||||
<data name="showOptions.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>15, 54</value>
|
||||
</data>
|
||||
<data name="showOptions.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>90, 17</value>
|
||||
</data>
|
||||
<data name="showOptions.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>1</value>
|
||||
</data>
|
||||
<data name="showOptions.Text" xml:space="preserve">
|
||||
<value>Show options</value>
|
||||
</data>
|
||||
<data name=">>showOptions.Name" xml:space="preserve">
|
||||
<value>showOptions</value>
|
||||
</data>
|
||||
<data name=">>showOptions.Type" xml:space="preserve">
|
||||
<value>System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name=">>showOptions.Parent" xml:space="preserve">
|
||||
<value>groupBox2</value>
|
||||
</data>
|
||||
<data name=">>showOptions.ZOrder" xml:space="preserve">
|
||||
<value>2</value>
|
||||
</data>
|
||||
<data name="showHide.AutoSize" type="System.Boolean, mscorlib">
|
||||
<value>True</value>
|
||||
</data>
|
||||
<data name="showHide.Enabled" type="System.Boolean, mscorlib">
|
||||
<value>False</value>
|
||||
</data>
|
||||
<data name="showHide.Font" type="System.Drawing.Font, System.Drawing">
|
||||
<value>Microsoft Sans Serif, 8.25pt</value>
|
||||
</data>
|
||||
<data name="showHide.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>15, 31</value>
|
||||
</data>
|
||||
<data name="showHide.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>144, 17</value>
|
||||
</data>
|
||||
<data name="showHide.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>0</value>
|
||||
</data>
|
||||
<data name="showHide.Text" xml:space="preserve">
|
||||
<value>Show/Hide main window</value>
|
||||
</data>
|
||||
<data name=">>showHide.Name" xml:space="preserve">
|
||||
<value>showHide</value>
|
||||
</data>
|
||||
<data name=">>showHide.Type" xml:space="preserve">
|
||||
<value>System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name=">>showHide.Parent" xml:space="preserve">
|
||||
<value>groupBox2</value>
|
||||
</data>
|
||||
<data name=">>showHide.ZOrder" xml:space="preserve">
|
||||
<value>3</value>
|
||||
</data>
|
||||
<data name="groupBox2.Font" type="System.Drawing.Font, System.Drawing">
|
||||
<value>Tahoma, 9.75pt, style=Bold</value>
|
||||
</data>
|
||||
<data name="groupBox2.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>3, 115</value>
|
||||
</data>
|
||||
<data name="groupBox2.Padding" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
||||
<value>12, 12, 12, 12</value>
|
||||
</data>
|
||||
<data name="groupBox2.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>368, 89</value>
|
||||
</data>
|
||||
<data name="groupBox2.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>1</value>
|
||||
</data>
|
||||
<data name="groupBox2.Text" xml:space="preserve">
|
||||
<value>Hotkeys</value>
|
||||
</data>
|
||||
<data name=">>groupBox2.Name" xml:space="preserve">
|
||||
<value>groupBox2</value>
|
||||
</data>
|
||||
<data name=">>groupBox2.Type" xml:space="preserve">
|
||||
<value>System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name=">>groupBox2.Parent" xml:space="preserve">
|
||||
<value>$this</value>
|
||||
</data>
|
||||
<data name=">>groupBox2.ZOrder" xml:space="preserve">
|
||||
<value>1</value>
|
||||
</data>
|
||||
<data name="languageSelector.Enabled" type="System.Boolean, mscorlib">
|
||||
<value>False</value>
|
||||
</data>
|
||||
@ -397,7 +283,7 @@
|
||||
<value>Tahoma, 9.75pt</value>
|
||||
</data>
|
||||
<data name="languageSelector.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>15, 32</value>
|
||||
<value>75, 39</value>
|
||||
</data>
|
||||
<data name="languageSelector.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>209, 24</value>
|
||||
@ -421,10 +307,10 @@
|
||||
<value>Tahoma, 9.75pt, style=Bold</value>
|
||||
</data>
|
||||
<data name="languageBox.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>3, 210</value>
|
||||
<value>3, 189</value>
|
||||
</data>
|
||||
<data name="languageBox.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>371, 72</value>
|
||||
<value>368, 93</value>
|
||||
</data>
|
||||
<data name="languageBox.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>2</value>
|
||||
|
Loading…
Reference in New Issue
Block a user