2011-12-04 07:18:27 +00:00
|
|
|
|
namespace NBTExplorer
|
2011-12-02 06:32:20 +00:00
|
|
|
|
{
|
|
|
|
|
partial class About
|
|
|
|
|
{
|
|
|
|
|
/// <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 ()
|
|
|
|
|
{
|
2012-01-22 23:38:13 +00:00
|
|
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(About));
|
2011-12-02 06:32:20 +00:00
|
|
|
|
this.linkLabel1 = new System.Windows.Forms.LinkLabel();
|
2011-12-04 07:18:27 +00:00
|
|
|
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
2011-12-02 06:32:20 +00:00
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// linkLabel1
|
|
|
|
|
//
|
|
|
|
|
this.linkLabel1.AutoSize = true;
|
|
|
|
|
this.linkLabel1.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
|
|
this.linkLabel1.LinkArea = new System.Windows.Forms.LinkArea(0, 0);
|
2011-12-04 07:18:27 +00:00
|
|
|
|
this.linkLabel1.Location = new System.Drawing.Point(96, 12);
|
2011-12-02 06:32:20 +00:00
|
|
|
|
this.linkLabel1.Name = "linkLabel1";
|
|
|
|
|
this.linkLabel1.Size = new System.Drawing.Size(245, 120);
|
|
|
|
|
this.linkLabel1.TabIndex = 0;
|
|
|
|
|
this.linkLabel1.Text = "NBTExplorer\r\nCopyright ©2011 Justin Aquadro\r\n\r\nNBTExplorer is based on NBTEdit by" +
|
|
|
|
|
" copyboy\r\nFugue icon set: p.yusukekamiyamane.com\r\n\r\nEmail: jaquadro@gmail.com\r\nN" +
|
|
|
|
|
"BTExplorer Github Project Page";
|
2011-12-04 07:18:27 +00:00
|
|
|
|
//
|
|
|
|
|
// pictureBox1
|
|
|
|
|
//
|
2012-01-22 23:38:13 +00:00
|
|
|
|
this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
|
2011-12-04 07:18:27 +00:00
|
|
|
|
this.pictureBox1.Location = new System.Drawing.Point(12, 12);
|
|
|
|
|
this.pictureBox1.Name = "pictureBox1";
|
|
|
|
|
this.pictureBox1.Size = new System.Drawing.Size(78, 78);
|
|
|
|
|
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
|
|
|
this.pictureBox1.TabIndex = 1;
|
|
|
|
|
this.pictureBox1.TabStop = false;
|
2011-12-02 06:32:20 +00:00
|
|
|
|
//
|
|
|
|
|
// About
|
|
|
|
|
//
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
2011-12-04 07:18:27 +00:00
|
|
|
|
this.ClientSize = new System.Drawing.Size(350, 144);
|
|
|
|
|
this.Controls.Add(this.pictureBox1);
|
2011-12-02 06:32:20 +00:00
|
|
|
|
this.Controls.Add(this.linkLabel1);
|
|
|
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
|
|
|
|
this.MaximizeBox = false;
|
|
|
|
|
this.MinimizeBox = false;
|
|
|
|
|
this.Name = "About";
|
|
|
|
|
this.Text = "About NBTExplorer";
|
2011-12-04 07:18:27 +00:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
2011-12-02 06:32:20 +00:00
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
this.PerformLayout();
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
private System.Windows.Forms.LinkLabel linkLabel1;
|
2011-12-04 07:18:27 +00:00
|
|
|
|
private System.Windows.Forms.PictureBox pictureBox1;
|
2011-12-02 06:32:20 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
}
|