rpftool/RPFTool/aboutform.Designer.cs

136 lines
5.8 KiB
C#

namespace RPFTool
{
partial class aboutform
{
/// <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(aboutform));
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.WebLink = new System.Windows.Forms.LinkLabel();
this.label4 = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.SuspendLayout();
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(279, 155);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(81, 13);
this.label3.TabIndex = 21;
this.label3.Text = "Copyright 2013";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label2.Location = new System.Drawing.Point(143, 43);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(173, 21);
this.label2.TabIndex = 20;
this.label2.Text = "Created by Twisted89";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label1.Location = new System.Drawing.Point(186, 22);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(83, 21);
this.label1.TabIndex = 19;
this.label1.Text = "RPF TOOL";
//
// pictureBox1
//
this.pictureBox1.Image = global::RPFTool.Properties.Resources.logo_large;
this.pictureBox1.Location = new System.Drawing.Point(49, 42);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(77, 79);
this.pictureBox1.TabIndex = 18;
this.pictureBox1.TabStop = false;
//
// WebLink
//
this.WebLink.AutoSize = true;
this.WebLink.Location = new System.Drawing.Point(177, 83);
this.WebLink.Name = "WebLink";
this.WebLink.Size = new System.Drawing.Size(103, 13);
this.WebLink.TabIndex = 22;
this.WebLink.TabStop = true;
this.WebLink.Text = "http://tmacdev.com";
this.WebLink.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.WebLink_LinkClicked);
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(12, 155);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(29, 13);
this.label4.TabIndex = 23;
this.label4.Text = "V1.3";
//
// aboutform
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(372, 177);
this.Controls.Add(this.label4);
this.Controls.Add(this.WebLink);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.pictureBox1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MaximumSize = new System.Drawing.Size(388, 215);
this.MinimizeBox = false;
this.MinimumSize = new System.Drawing.Size(388, 215);
this.Name = "aboutform";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "About";
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.LinkLabel WebLink;
private System.Windows.Forms.Label label4;
}
}