184 lines
7.7 KiB
C#
184 lines
7.7 KiB
C#
namespace DeviceScheduler
|
|
{
|
|
partial class frmAbout
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
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(frmAbout));
|
|
this.cmdClose = new System.Windows.Forms.Button();
|
|
this.lnkInternet = new System.Windows.Forms.LinkLabel();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.lblVersion = new System.Windows.Forms.Label();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.linkLabel1 = new System.Windows.Forms.LinkLabel();
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
this.SuspendLayout();
|
|
//
|
|
// cmdClose
|
|
//
|
|
this.cmdClose.AccessibleDescription = null;
|
|
this.cmdClose.AccessibleName = null;
|
|
resources.ApplyResources(this.cmdClose, "cmdClose");
|
|
this.cmdClose.BackgroundImage = null;
|
|
this.cmdClose.Font = null;
|
|
this.cmdClose.Name = "cmdClose";
|
|
this.cmdClose.UseVisualStyleBackColor = true;
|
|
this.cmdClose.Click += new System.EventHandler(this.cmdClose_Click);
|
|
//
|
|
// lnkInternet
|
|
//
|
|
this.lnkInternet.AccessibleDescription = null;
|
|
this.lnkInternet.AccessibleName = null;
|
|
resources.ApplyResources(this.lnkInternet, "lnkInternet");
|
|
this.lnkInternet.BackColor = System.Drawing.Color.Transparent;
|
|
this.lnkInternet.Font = null;
|
|
this.lnkInternet.Name = "lnkInternet";
|
|
this.lnkInternet.TabStop = true;
|
|
this.lnkInternet.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AccessibleDescription = null;
|
|
this.label2.AccessibleName = null;
|
|
resources.ApplyResources(this.label2, "label2");
|
|
this.label2.BackColor = System.Drawing.Color.Transparent;
|
|
this.label2.Font = null;
|
|
this.label2.Name = "label2";
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AccessibleDescription = null;
|
|
this.label3.AccessibleName = null;
|
|
resources.ApplyResources(this.label3, "label3");
|
|
this.label3.BackColor = System.Drawing.Color.Transparent;
|
|
this.label3.Font = null;
|
|
this.label3.Name = "label3";
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AccessibleDescription = null;
|
|
this.label4.AccessibleName = null;
|
|
resources.ApplyResources(this.label4, "label4");
|
|
this.label4.BackColor = System.Drawing.Color.Transparent;
|
|
this.label4.Font = null;
|
|
this.label4.Name = "label4";
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AccessibleDescription = null;
|
|
this.label5.AccessibleName = null;
|
|
resources.ApplyResources(this.label5, "label5");
|
|
this.label5.BackColor = System.Drawing.Color.Transparent;
|
|
this.label5.Font = null;
|
|
this.label5.Name = "label5";
|
|
//
|
|
// lblVersion
|
|
//
|
|
this.lblVersion.AccessibleDescription = null;
|
|
this.lblVersion.AccessibleName = null;
|
|
resources.ApplyResources(this.lblVersion, "lblVersion");
|
|
this.lblVersion.BackColor = System.Drawing.Color.Transparent;
|
|
this.lblVersion.Font = null;
|
|
this.lblVersion.Name = "lblVersion";
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AccessibleDescription = null;
|
|
this.label6.AccessibleName = null;
|
|
resources.ApplyResources(this.label6, "label6");
|
|
this.label6.BackColor = System.Drawing.Color.Transparent;
|
|
this.label6.Font = null;
|
|
this.label6.Name = "label6";
|
|
//
|
|
// linkLabel1
|
|
//
|
|
this.linkLabel1.AccessibleDescription = null;
|
|
this.linkLabel1.AccessibleName = null;
|
|
resources.ApplyResources(this.linkLabel1, "linkLabel1");
|
|
this.linkLabel1.BackColor = System.Drawing.Color.Transparent;
|
|
this.linkLabel1.Font = null;
|
|
this.linkLabel1.Name = "linkLabel1";
|
|
this.linkLabel1.TabStop = true;
|
|
this.linkLabel1.Tag = "http://www.vistaico.com/link_to_us.htm";
|
|
this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked_1);
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.AccessibleDescription = null;
|
|
this.label7.AccessibleName = null;
|
|
resources.ApplyResources(this.label7, "label7");
|
|
this.label7.BackColor = System.Drawing.Color.Transparent;
|
|
this.label7.Font = null;
|
|
this.label7.Name = "label7";
|
|
//
|
|
// frmAbout
|
|
//
|
|
this.AccessibleDescription = null;
|
|
this.AccessibleName = null;
|
|
resources.ApplyResources(this, "$this");
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.Controls.Add(this.label7);
|
|
this.Controls.Add(this.linkLabel1);
|
|
this.Controls.Add(this.label6);
|
|
this.Controls.Add(this.lblVersion);
|
|
this.Controls.Add(this.label5);
|
|
this.Controls.Add(this.label4);
|
|
this.Controls.Add(this.label3);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.lnkInternet);
|
|
this.Controls.Add(this.cmdClose);
|
|
this.Font = null;
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
|
this.Icon = null;
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "frmAbout";
|
|
this.ShowIcon = false;
|
|
this.ShowInTaskbar = false;
|
|
this.Load += new System.EventHandler(this.frmAbout_Load);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Button cmdClose;
|
|
private System.Windows.Forms.LinkLabel lnkInternet;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.Label lblVersion;
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.LinkLabel linkLabel1;
|
|
private System.Windows.Forms.Label label7;
|
|
|
|
}
|
|
}
|