SafeDispatch/Safedispatch_4_0/ErrWithLink.Designer.cs
2024-02-22 18:43:59 +02:00

185 lines
8.8 KiB
C#

namespace Dispatcher
{
partial class ErrWithLink
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ErrWithLink));
this.radButton1 = new Telerik.WinControls.UI.RadButton();
this.radLabel1 = new Telerik.WinControls.UI.RadLabel();
this.radLabel2 = new Telerik.WinControls.UI.RadLabel();
this.radLabel3 = new Telerik.WinControls.UI.RadLabel();
this.linkLabel1 = new System.Windows.Forms.LinkLabel();
this.linkLabel2 = new System.Windows.Forms.LinkLabel();
this.radLabel4 = new Telerik.WinControls.UI.RadLabel();
this.radLabel5 = new Telerik.WinControls.UI.RadLabel();
this.linkLabel3 = new System.Windows.Forms.LinkLabel();
((System.ComponentModel.ISupportInitialize)(this.radButton1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.radLabel1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.radLabel2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.radLabel3)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.radLabel4)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.radLabel5)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
this.SuspendLayout();
//
// radButton1
//
this.radButton1.Location = new System.Drawing.Point(166, 165);
this.radButton1.Name = "radButton1";
this.radButton1.Size = new System.Drawing.Size(121, 24);
this.radButton1.TabIndex = 0;
this.radButton1.Text = "Ok";
this.radButton1.Click += new System.EventHandler(this.radButton1_Click);
//
// radLabel1
//
this.radLabel1.AutoSize = false;
this.radLabel1.ForeColor = System.Drawing.Color.Black;
this.radLabel1.Location = new System.Drawing.Point(24, 8);
this.radLabel1.Name = "radLabel1";
this.radLabel1.Size = new System.Drawing.Size(411, 48);
this.radLabel1.TabIndex = 1;
this.radLabel1.Text = resources.GetString("radLabel1.Text");
//
// radLabel2
//
this.radLabel2.Location = new System.Drawing.Point(24, 61);
this.radLabel2.Name = "radLabel2";
this.radLabel2.Size = new System.Drawing.Size(44, 18);
this.radLabel2.TabIndex = 2;
this.radLabel2.Text = "1. Click ";
//
// radLabel3
//
this.radLabel3.Location = new System.Drawing.Point(24, 78);
this.radLabel3.Name = "radLabel3";
this.radLabel3.Size = new System.Drawing.Size(328, 18);
this.radLabel3.TabIndex = 3;
this.radLabel3.Text = "unzip de file and run SafeMobile Patch.exe click button and wait.";
//
// linkLabel1
//
this.linkLabel1.AutoSize = true;
this.linkLabel1.Location = new System.Drawing.Point(74, 62);
this.linkLabel1.Name = "linkLabel1";
this.linkLabel1.Size = new System.Drawing.Size(306, 13);
this.linkLabel1.TabIndex = 6;
this.linkLabel1.TabStop = true;
this.linkLabel1.Text = "http://portal.safemobile.com/upload/SafeMobilePatch.zip ";
this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
//
// linkLabel2
//
this.linkLabel2.AutoSize = true;
this.linkLabel2.Location = new System.Drawing.Point(74, 104);
this.linkLabel2.Name = "linkLabel2";
this.linkLabel2.Size = new System.Drawing.Size(349, 13);
this.linkLabel2.TabIndex = 9;
this.linkLabel2.TabStop = true;
this.linkLabel2.Text = "http://www.microsoft.com/en-us/download/details.aspx?id=26347";
this.linkLabel2.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel2_LinkClicked);
//
// radLabel4
//
this.radLabel4.Location = new System.Drawing.Point(24, 103);
this.radLabel4.Name = "radLabel4";
this.radLabel4.Size = new System.Drawing.Size(46, 18);
this.radLabel4.TabIndex = 7;
this.radLabel4.Text = "2. Go to";
//
// radLabel5
//
this.radLabel5.Location = new System.Drawing.Point(24, 120);
this.radLabel5.Name = "radLabel5";
this.radLabel5.Size = new System.Drawing.Size(346, 18);
this.radLabel5.TabIndex = 8;
this.radLabel5.Text = "and install VC2005++ for x86 and for install VC2008+ for x86 go to: ";
//
// linkLabel3
//
this.linkLabel3.AutoSize = true;
this.linkLabel3.Location = new System.Drawing.Point(25, 140);
this.linkLabel3.Name = "linkLabel3";
this.linkLabel3.Size = new System.Drawing.Size(349, 13);
this.linkLabel3.TabIndex = 10;
this.linkLabel3.TabStop = true;
this.linkLabel3.Text = "http://www.microsoft.com/en-us/download/details.aspx?id=11895";
this.linkLabel3.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel3_LinkClicked);
//
// ErrWithLink
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(447, 201);
this.Controls.Add(this.linkLabel3);
this.Controls.Add(this.linkLabel2);
this.Controls.Add(this.radLabel4);
this.Controls.Add(this.radLabel5);
this.Controls.Add(this.linkLabel1);
this.Controls.Add(this.radLabel2);
this.Controls.Add(this.radLabel3);
this.Controls.Add(this.radLabel1);
this.Controls.Add(this.radButton1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "ErrWithLink";
//
//
//
this.RootElement.ApplyShapeToControl = true;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Error you need to install VC2005 and VC2008 Redistributable Package";
this.ThemeName = "ControlDefault";
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.ErrWithLink_FormClosed);
((System.ComponentModel.ISupportInitialize)(this.radButton1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.radLabel1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.radLabel2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.radLabel3)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.radLabel4)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.radLabel5)).EndInit();
((System.ComponentModel.ISupportInitialize)(this)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private Telerik.WinControls.UI.RadButton radButton1;
private Telerik.WinControls.UI.RadLabel radLabel1;
private Telerik.WinControls.UI.RadLabel radLabel2;
private Telerik.WinControls.UI.RadLabel radLabel3;
private System.Windows.Forms.LinkLabel linkLabel1;
private System.Windows.Forms.LinkLabel linkLabel2;
private Telerik.WinControls.UI.RadLabel radLabel4;
private Telerik.WinControls.UI.RadLabel radLabel5;
private System.Windows.Forms.LinkLabel linkLabel3;
}
}