2008-10-22 11:45:53 +00:00
|
|
|
namespace JDP
|
|
|
|
|
{
|
|
|
|
|
partial class frmAbout
|
|
|
|
|
{
|
|
|
|
|
/// <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(frmAbout));
|
|
|
|
|
this.linkLabel1 = new System.Windows.Forms.LinkLabel();
|
|
|
|
|
this.textBox1 = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.button1 = new System.Windows.Forms.Button();
|
2009-01-17 04:09:38 +00:00
|
|
|
this.linkLabel2 = new System.Windows.Forms.LinkLabel();
|
2011-06-13 20:25:13 +00:00
|
|
|
this.linkLabel3 = new System.Windows.Forms.LinkLabel();
|
2008-10-22 11:45:53 +00:00
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// linkLabel1
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.linkLabel1, "linkLabel1");
|
|
|
|
|
this.linkLabel1.Name = "linkLabel1";
|
|
|
|
|
this.linkLabel1.TabStop = true;
|
|
|
|
|
this.linkLabel1.UseCompatibleTextRendering = true;
|
2011-06-13 20:25:13 +00:00
|
|
|
this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
|
2008-10-22 11:45:53 +00:00
|
|
|
//
|
|
|
|
|
// textBox1
|
|
|
|
|
//
|
|
|
|
|
this.textBox1.BackColor = System.Drawing.SystemColors.Control;
|
|
|
|
|
this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
2009-03-04 21:30:56 +00:00
|
|
|
resources.ApplyResources(this.textBox1, "textBox1");
|
2008-10-22 11:45:53 +00:00
|
|
|
this.textBox1.Name = "textBox1";
|
|
|
|
|
this.textBox1.ReadOnly = true;
|
2020-03-11 20:36:06 +01:00
|
|
|
this.textBox1.TabStop = false;
|
2008-10-22 11:45:53 +00:00
|
|
|
//
|
|
|
|
|
// button1
|
|
|
|
|
//
|
|
|
|
|
this.button1.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
2009-03-04 21:30:56 +00:00
|
|
|
resources.ApplyResources(this.button1, "button1");
|
2008-10-22 11:45:53 +00:00
|
|
|
this.button1.Name = "button1";
|
|
|
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
2009-01-17 04:09:38 +00:00
|
|
|
// linkLabel2
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.linkLabel2, "linkLabel2");
|
|
|
|
|
this.linkLabel2.Name = "linkLabel2";
|
|
|
|
|
this.linkLabel2.TabStop = true;
|
|
|
|
|
this.linkLabel2.UseCompatibleTextRendering = true;
|
2011-06-13 20:25:13 +00:00
|
|
|
this.linkLabel2.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
|
|
|
|
|
//
|
|
|
|
|
// linkLabel3
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.linkLabel3, "linkLabel3");
|
|
|
|
|
this.linkLabel3.Name = "linkLabel3";
|
|
|
|
|
this.linkLabel3.UseCompatibleTextRendering = true;
|
2009-01-17 04:09:38 +00:00
|
|
|
//
|
2008-10-22 11:45:53 +00:00
|
|
|
// frmAbout
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this, "$this");
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
|
|
this.CancelButton = this.button1;
|
2011-06-13 20:25:13 +00:00
|
|
|
this.Controls.Add(this.linkLabel3);
|
2009-01-17 04:09:38 +00:00
|
|
|
this.Controls.Add(this.linkLabel2);
|
2008-10-22 11:45:53 +00:00
|
|
|
this.Controls.Add(this.button1);
|
|
|
|
|
this.Controls.Add(this.textBox1);
|
|
|
|
|
this.Controls.Add(this.linkLabel1);
|
|
|
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
|
|
|
|
|
this.MaximizeBox = false;
|
|
|
|
|
this.MinimizeBox = false;
|
|
|
|
|
this.Name = "frmAbout";
|
|
|
|
|
this.ShowIcon = false;
|
|
|
|
|
this.ShowInTaskbar = false;
|
|
|
|
|
this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
|
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
this.PerformLayout();
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
private System.Windows.Forms.LinkLabel linkLabel1;
|
|
|
|
|
private System.Windows.Forms.TextBox textBox1;
|
|
|
|
|
private System.Windows.Forms.Button button1;
|
2009-01-17 04:09:38 +00:00
|
|
|
private System.Windows.Forms.LinkLabel linkLabel2;
|
2011-06-13 20:25:13 +00:00
|
|
|
private System.Windows.Forms.LinkLabel linkLabel3;
|
2008-10-22 11:45:53 +00:00
|
|
|
}
|
|
|
|
|
}
|