mirror of
https://github.com/aelurum/AssetStudio.git
synced 2025-05-25 05:40:21 -04:00
Dark mode support for winforms was added with .net9, but the feature is still not finished. It should become better in future versions.
509 lines
27 KiB
C#
509 lines
27 KiB
C#
namespace AssetStudioGUI
|
|
{
|
|
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.tabControl1 = new System.Windows.Forms.TabControl();
|
|
this.tabPage1 = new System.Windows.Forms.TabPage();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.textBox2 = new System.Windows.Forms.TextBox();
|
|
this.label11 = new System.Windows.Forms.Label();
|
|
this.label10 = new System.Windows.Forms.Label();
|
|
this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
|
|
this.label16 = new System.Windows.Forms.Label();
|
|
this.label17 = new System.Windows.Forms.Label();
|
|
this.gitPerfareLinkLabel = new System.Windows.Forms.LinkLabel();
|
|
this.label18 = new System.Windows.Forms.Label();
|
|
this.label19 = new System.Windows.Forms.Label();
|
|
this.gitAelurumLinkLabel = new System.Windows.Forms.LinkLabel();
|
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.productNamelabel = new System.Windows.Forms.Label();
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
this.modVersionLabel = new System.Windows.Forms.Label();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
this.checkUpdatesLinkLabel = new System.Windows.Forms.LinkLabel();
|
|
this.tabPage2 = new System.Windows.Forms.TabPage();
|
|
this.licenseRichTextBox = new System.Windows.Forms.RichTextBox();
|
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
this.productTitleLabel = new System.Windows.Forms.Label();
|
|
this.CloseButton = new System.Windows.Forms.Button();
|
|
this.productVersionLabel = new System.Windows.Forms.Label();
|
|
this.panel2 = new System.Windows.Forms.Panel();
|
|
this.panel3 = new System.Windows.Forms.Panel();
|
|
this.tabControl1.SuspendLayout();
|
|
this.tabPage1.SuspendLayout();
|
|
this.panel1.SuspendLayout();
|
|
this.tableLayoutPanel2.SuspendLayout();
|
|
this.tableLayoutPanel1.SuspendLayout();
|
|
this.tabPage2.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|
this.panel2.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// tabControl1
|
|
//
|
|
this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.tabControl1.Controls.Add(this.tabPage1);
|
|
this.tabControl1.Controls.Add(this.tabPage2);
|
|
this.tabControl1.Location = new System.Drawing.Point(8, 103);
|
|
this.tabControl1.Name = "tabControl1";
|
|
this.tabControl1.SelectedIndex = 0;
|
|
this.tabControl1.Size = new System.Drawing.Size(370, 315);
|
|
this.tabControl1.TabIndex = 0;
|
|
//
|
|
// tabPage1
|
|
//
|
|
this.tabPage1.BackColor = System.Drawing.SystemColors.Window;
|
|
this.tabPage1.Controls.Add(this.panel1);
|
|
this.tabPage1.Controls.Add(this.textBox2);
|
|
this.tabPage1.Controls.Add(this.label11);
|
|
this.tabPage1.Controls.Add(this.label10);
|
|
this.tabPage1.Controls.Add(this.tableLayoutPanel2);
|
|
this.tabPage1.Controls.Add(this.tableLayoutPanel1);
|
|
this.tabPage1.Location = new System.Drawing.Point(4, 22);
|
|
this.tabPage1.Name = "tabPage1";
|
|
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
|
|
this.tabPage1.Size = new System.Drawing.Size(362, 289);
|
|
this.tabPage1.TabIndex = 0;
|
|
this.tabPage1.Text = "Info";
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.panel1.BackColor = System.Drawing.Color.White;
|
|
this.panel1.Controls.Add(this.label2);
|
|
this.panel1.Location = new System.Drawing.Point(9, 16);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(347, 46);
|
|
this.panel1.TabIndex = 21;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.BackColor = System.Drawing.SystemColors.Window;
|
|
this.label2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.label2.Location = new System.Drawing.Point(0, 0);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(347, 46);
|
|
this.label2.TabIndex = 0;
|
|
this.label2.Text = "AssetStudio is a tool for exploring, extracting, and exporting assets and asset b" +
|
|
"undles.";
|
|
this.label2.UseCompatibleTextRendering = true;
|
|
//
|
|
// textBox2
|
|
//
|
|
this.textBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.textBox2.BackColor = System.Drawing.SystemColors.Window;
|
|
this.textBox2.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.textBox2.Cursor = System.Windows.Forms.Cursors.Default;
|
|
this.textBox2.Enabled = false;
|
|
this.textBox2.ForeColor = System.Drawing.SystemColors.GrayText;
|
|
this.textBox2.Location = new System.Drawing.Point(9, 232);
|
|
this.textBox2.Multiline = true;
|
|
this.textBox2.Name = "textBox2";
|
|
this.textBox2.ReadOnly = true;
|
|
this.textBox2.Size = new System.Drawing.Size(347, 51);
|
|
this.textBox2.TabIndex = 20;
|
|
this.textBox2.TabStop = false;
|
|
this.textBox2.Text = "* Neither the repository, nor the tool, nor the author of the tool, nor the autho" +
|
|
"r of the modification is affiliated with, sponsored, or authorized by Unity Tech" +
|
|
"nologies or its affiliates.";
|
|
//
|
|
// label11
|
|
//
|
|
this.label11.AutoSize = true;
|
|
this.label11.Location = new System.Drawing.Point(6, 150);
|
|
this.label11.Name = "label11";
|
|
this.label11.Size = new System.Drawing.Size(43, 13);
|
|
this.label11.TabIndex = 17;
|
|
this.label11.Text = "Authors";
|
|
//
|
|
// label10
|
|
//
|
|
this.label10.AutoSize = true;
|
|
this.label10.Location = new System.Drawing.Point(8, 65);
|
|
this.label10.Name = "label10";
|
|
this.label10.Size = new System.Drawing.Size(42, 13);
|
|
this.label10.TabIndex = 16;
|
|
this.label10.Text = "Version";
|
|
//
|
|
// tableLayoutPanel2
|
|
//
|
|
this.tableLayoutPanel2.BackColor = System.Drawing.SystemColors.Menu;
|
|
this.tableLayoutPanel2.ColumnCount = 3;
|
|
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 41.37931F));
|
|
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 58.62069F));
|
|
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 113F));
|
|
this.tableLayoutPanel2.Controls.Add(this.label16, 0, 0);
|
|
this.tableLayoutPanel2.Controls.Add(this.label17, 1, 0);
|
|
this.tableLayoutPanel2.Controls.Add(this.gitPerfareLinkLabel, 2, 0);
|
|
this.tableLayoutPanel2.Controls.Add(this.label18, 0, 1);
|
|
this.tableLayoutPanel2.Controls.Add(this.label19, 1, 1);
|
|
this.tableLayoutPanel2.Controls.Add(this.gitAelurumLinkLabel, 2, 1);
|
|
this.tableLayoutPanel2.Location = new System.Drawing.Point(6, 165);
|
|
this.tableLayoutPanel2.Name = "tableLayoutPanel2";
|
|
this.tableLayoutPanel2.Padding = new System.Windows.Forms.Padding(2);
|
|
this.tableLayoutPanel2.RowCount = 2;
|
|
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|
this.tableLayoutPanel2.Size = new System.Drawing.Size(350, 40);
|
|
this.tableLayoutPanel2.TabIndex = 15;
|
|
//
|
|
// label16
|
|
//
|
|
this.label16.AutoSize = true;
|
|
this.label16.BackColor = System.Drawing.Color.Transparent;
|
|
this.label16.Location = new System.Drawing.Point(5, 2);
|
|
this.label16.Name = "label16";
|
|
this.label16.Size = new System.Drawing.Size(78, 13);
|
|
this.label16.TabIndex = 9;
|
|
this.label16.Text = "Original author:";
|
|
//
|
|
// label17
|
|
//
|
|
this.label17.AutoSize = true;
|
|
this.label17.BackColor = System.Drawing.Color.Transparent;
|
|
this.label17.Location = new System.Drawing.Point(101, 2);
|
|
this.label17.Name = "label17";
|
|
this.label17.Size = new System.Drawing.Size(110, 13);
|
|
this.label17.TabIndex = 10;
|
|
this.label17.Text = "Perfare (c) 2016-2022";
|
|
//
|
|
// gitPerfareLinkLabel
|
|
//
|
|
this.gitPerfareLinkLabel.AutoSize = true;
|
|
this.gitPerfareLinkLabel.BackColor = System.Drawing.Color.Transparent;
|
|
this.gitPerfareLinkLabel.LinkColor = System.Drawing.SystemColors.MenuHighlight;
|
|
this.gitPerfareLinkLabel.Location = new System.Drawing.Point(237, 2);
|
|
this.gitPerfareLinkLabel.Name = "gitPerfareLinkLabel";
|
|
this.gitPerfareLinkLabel.Size = new System.Drawing.Size(67, 13);
|
|
this.gitPerfareLinkLabel.TabIndex = 11;
|
|
this.gitPerfareLinkLabel.TabStop = true;
|
|
this.gitPerfareLinkLabel.Text = "GitHub page";
|
|
this.gitPerfareLinkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.gitPerfareLinkLabel_LinkClicked);
|
|
//
|
|
// label18
|
|
//
|
|
this.label18.AutoSize = true;
|
|
this.label18.BackColor = System.Drawing.Color.Transparent;
|
|
this.label18.Location = new System.Drawing.Point(5, 20);
|
|
this.label18.Name = "label18";
|
|
this.label18.Size = new System.Drawing.Size(76, 13);
|
|
this.label18.TabIndex = 12;
|
|
this.label18.Text = "Author of mod:";
|
|
//
|
|
// label19
|
|
//
|
|
this.label19.AutoSize = true;
|
|
this.label19.BackColor = System.Drawing.Color.Transparent;
|
|
this.label19.Location = new System.Drawing.Point(101, 20);
|
|
this.label19.Name = "label19";
|
|
this.label19.Size = new System.Drawing.Size(113, 13);
|
|
this.label19.TabIndex = 13;
|
|
this.label19.Text = "aelurum (c) 2021-2024";
|
|
//
|
|
// gitAelurumLinkLabel
|
|
//
|
|
this.gitAelurumLinkLabel.AutoSize = true;
|
|
this.gitAelurumLinkLabel.BackColor = System.Drawing.Color.Transparent;
|
|
this.gitAelurumLinkLabel.LinkColor = System.Drawing.SystemColors.MenuHighlight;
|
|
this.gitAelurumLinkLabel.Location = new System.Drawing.Point(237, 20);
|
|
this.gitAelurumLinkLabel.Name = "gitAelurumLinkLabel";
|
|
this.gitAelurumLinkLabel.Size = new System.Drawing.Size(67, 13);
|
|
this.gitAelurumLinkLabel.TabIndex = 14;
|
|
this.gitAelurumLinkLabel.TabStop = true;
|
|
this.gitAelurumLinkLabel.Text = "GitHub page";
|
|
this.gitAelurumLinkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.gitAelurumLinkLabel_LinkClicked);
|
|
//
|
|
// tableLayoutPanel1
|
|
//
|
|
this.tableLayoutPanel1.BackColor = System.Drawing.SystemColors.Menu;
|
|
this.tableLayoutPanel1.ColumnCount = 3;
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 41.37931F));
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 58.62069F));
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 113F));
|
|
this.tableLayoutPanel1.Controls.Add(this.label5, 0, 0);
|
|
this.tableLayoutPanel1.Controls.Add(this.productNamelabel, 1, 0);
|
|
this.tableLayoutPanel1.Controls.Add(this.label7, 0, 1);
|
|
this.tableLayoutPanel1.Controls.Add(this.modVersionLabel, 1, 1);
|
|
this.tableLayoutPanel1.Controls.Add(this.label4, 0, 2);
|
|
this.tableLayoutPanel1.Controls.Add(this.label8, 1, 2);
|
|
this.tableLayoutPanel1.Controls.Add(this.checkUpdatesLinkLabel, 2, 1);
|
|
this.tableLayoutPanel1.Location = new System.Drawing.Point(6, 80);
|
|
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
|
this.tableLayoutPanel1.Padding = new System.Windows.Forms.Padding(2);
|
|
this.tableLayoutPanel1.RowCount = 3;
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33334F));
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
|
this.tableLayoutPanel1.Size = new System.Drawing.Size(350, 60);
|
|
this.tableLayoutPanel1.TabIndex = 5;
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.BackColor = System.Drawing.Color.Transparent;
|
|
this.label5.Location = new System.Drawing.Point(5, 2);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(76, 13);
|
|
this.label5.TabIndex = 0;
|
|
this.label5.Text = "Product name:";
|
|
//
|
|
// productNamelabel
|
|
//
|
|
this.productNamelabel.AutoSize = true;
|
|
this.productNamelabel.BackColor = System.Drawing.Color.Transparent;
|
|
this.productNamelabel.Location = new System.Drawing.Point(101, 2);
|
|
this.productNamelabel.Name = "productNamelabel";
|
|
this.productNamelabel.Size = new System.Drawing.Size(103, 13);
|
|
this.productNamelabel.TabIndex = 1;
|
|
this.productNamelabel.Text = "AssetStudioModGUI";
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.AutoSize = true;
|
|
this.label7.BackColor = System.Drawing.Color.Transparent;
|
|
this.label7.Location = new System.Drawing.Point(5, 20);
|
|
this.label7.Name = "label7";
|
|
this.label7.Size = new System.Drawing.Size(68, 13);
|
|
this.label7.TabIndex = 2;
|
|
this.label7.Text = "Mod version:";
|
|
//
|
|
// modVersionLabel
|
|
//
|
|
this.modVersionLabel.AutoSize = true;
|
|
this.modVersionLabel.BackColor = System.Drawing.Color.Transparent;
|
|
this.modVersionLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.modVersionLabel.Location = new System.Drawing.Point(101, 20);
|
|
this.modVersionLabel.Name = "modVersionLabel";
|
|
this.modVersionLabel.Size = new System.Drawing.Size(46, 13);
|
|
this.modVersionLabel.TabIndex = 3;
|
|
this.modVersionLabel.Text = "0.18.0.0";
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.BackColor = System.Drawing.Color.Transparent;
|
|
this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label4.Location = new System.Drawing.Point(5, 38);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(55, 13);
|
|
this.label4.TabIndex = 4;
|
|
this.label4.Text = "Based on:";
|
|
//
|
|
// label8
|
|
//
|
|
this.label8.AutoSize = true;
|
|
this.label8.BackColor = System.Drawing.Color.Transparent;
|
|
this.label8.Location = new System.Drawing.Point(101, 38);
|
|
this.label8.Name = "label8";
|
|
this.label8.Size = new System.Drawing.Size(108, 13);
|
|
this.label8.TabIndex = 5;
|
|
this.label8.Text = "AssetStudio v0.16.47";
|
|
//
|
|
// checkUpdatesLinkLabel
|
|
//
|
|
this.checkUpdatesLinkLabel.AutoSize = true;
|
|
this.checkUpdatesLinkLabel.BackColor = System.Drawing.Color.Transparent;
|
|
this.checkUpdatesLinkLabel.LinkColor = System.Drawing.SystemColors.MenuHighlight;
|
|
this.checkUpdatesLinkLabel.Location = new System.Drawing.Point(237, 20);
|
|
this.checkUpdatesLinkLabel.Name = "checkUpdatesLinkLabel";
|
|
this.checkUpdatesLinkLabel.Size = new System.Drawing.Size(96, 13);
|
|
this.checkUpdatesLinkLabel.TabIndex = 6;
|
|
this.checkUpdatesLinkLabel.TabStop = true;
|
|
this.checkUpdatesLinkLabel.Text = "Check for Updates";
|
|
this.checkUpdatesLinkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.checkUpdatesLinkLabel_LinkClicked);
|
|
//
|
|
// tabPage2
|
|
//
|
|
this.tabPage2.Controls.Add(this.licenseRichTextBox);
|
|
this.tabPage2.Location = new System.Drawing.Point(4, 22);
|
|
this.tabPage2.Name = "tabPage2";
|
|
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
|
|
this.tabPage2.Size = new System.Drawing.Size(362, 289);
|
|
this.tabPage2.TabIndex = 1;
|
|
this.tabPage2.Text = "License";
|
|
this.tabPage2.UseVisualStyleBackColor = true;
|
|
//
|
|
// licenseRichTextBox
|
|
//
|
|
this.licenseRichTextBox.BackColor = System.Drawing.SystemColors.Window;
|
|
this.licenseRichTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.licenseRichTextBox.DetectUrls = false;
|
|
this.licenseRichTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.licenseRichTextBox.Location = new System.Drawing.Point(3, 3);
|
|
this.licenseRichTextBox.Name = "licenseRichTextBox";
|
|
this.licenseRichTextBox.ReadOnly = true;
|
|
this.licenseRichTextBox.Size = new System.Drawing.Size(356, 283);
|
|
this.licenseRichTextBox.TabIndex = 0;
|
|
this.licenseRichTextBox.Text = "MIT License";
|
|
this.licenseRichTextBox.ZoomFactor = 1.1F;
|
|
//
|
|
// pictureBox1
|
|
//
|
|
this.pictureBox1.BackColor = System.Drawing.Color.Transparent;
|
|
this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.pictureBox1.Image = global::AssetStudioGUI.Properties.Resources.as_logo;
|
|
this.pictureBox1.Location = new System.Drawing.Point(0, 0);
|
|
this.pictureBox1.Name = "pictureBox1";
|
|
this.pictureBox1.Size = new System.Drawing.Size(384, 50);
|
|
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
this.pictureBox1.TabIndex = 0;
|
|
this.pictureBox1.TabStop = false;
|
|
//
|
|
// productTitleLabel
|
|
//
|
|
this.productTitleLabel.BackColor = System.Drawing.Color.Transparent;
|
|
this.productTitleLabel.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.productTitleLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.productTitleLabel.Location = new System.Drawing.Point(0, 52);
|
|
this.productTitleLabel.Name = "productTitleLabel";
|
|
this.productTitleLabel.Size = new System.Drawing.Size(384, 30);
|
|
this.productTitleLabel.TabIndex = 1;
|
|
this.productTitleLabel.Text = "AssetStudioModGUI";
|
|
this.productTitleLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// CloseButton
|
|
//
|
|
this.CloseButton.BackColor = System.Drawing.SystemColors.ButtonFace;
|
|
this.CloseButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
this.CloseButton.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.CloseButton.Location = new System.Drawing.Point(0, 422);
|
|
this.CloseButton.Name = "CloseButton";
|
|
this.CloseButton.Size = new System.Drawing.Size(384, 39);
|
|
this.CloseButton.TabIndex = 1;
|
|
this.CloseButton.Text = "Close";
|
|
this.CloseButton.UseVisualStyleBackColor = false;
|
|
//
|
|
// productVersionLabel
|
|
//
|
|
this.productVersionLabel.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.productVersionLabel.ForeColor = System.Drawing.SystemColors.GrayText;
|
|
this.productVersionLabel.Location = new System.Drawing.Point(0, 82);
|
|
this.productVersionLabel.Name = "productVersionLabel";
|
|
this.productVersionLabel.Padding = new System.Windows.Forms.Padding(0, 0, 5, 0);
|
|
this.productVersionLabel.Size = new System.Drawing.Size(384, 13);
|
|
this.productVersionLabel.TabIndex = 2;
|
|
this.productVersionLabel.Text = "v0.18.0.0 [x64]";
|
|
this.productVersionLabel.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
|
|
//
|
|
// panel2
|
|
//
|
|
this.panel2.Controls.Add(this.productTitleLabel);
|
|
this.panel2.Controls.Add(this.pictureBox1);
|
|
this.panel2.Controls.Add(this.productVersionLabel);
|
|
this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.panel2.Location = new System.Drawing.Point(0, 5);
|
|
this.panel2.Name = "panel2";
|
|
this.panel2.Size = new System.Drawing.Size(384, 95);
|
|
this.panel2.TabIndex = 3;
|
|
//
|
|
// panel3
|
|
//
|
|
this.panel3.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.panel3.Location = new System.Drawing.Point(0, 0);
|
|
this.panel3.Name = "panel3";
|
|
this.panel3.Size = new System.Drawing.Size(384, 5);
|
|
this.panel3.TabIndex = 3;
|
|
//
|
|
// AboutForm
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.CancelButton = this.CloseButton;
|
|
this.ClientSize = new System.Drawing.Size(384, 461);
|
|
this.Controls.Add(this.panel2);
|
|
this.Controls.Add(this.panel3);
|
|
this.Controls.Add(this.CloseButton);
|
|
this.Controls.Add(this.tabControl1);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "AboutForm";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
this.Text = "About";
|
|
this.tabControl1.ResumeLayout(false);
|
|
this.tabPage1.ResumeLayout(false);
|
|
this.tabPage1.PerformLayout();
|
|
this.panel1.ResumeLayout(false);
|
|
this.tableLayoutPanel2.ResumeLayout(false);
|
|
this.tableLayoutPanel2.PerformLayout();
|
|
this.tableLayoutPanel1.ResumeLayout(false);
|
|
this.tableLayoutPanel1.PerformLayout();
|
|
this.tabPage2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|
this.panel2.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.TabControl tabControl1;
|
|
private System.Windows.Forms.PictureBox pictureBox1;
|
|
private System.Windows.Forms.TabPage tabPage2;
|
|
private System.Windows.Forms.Label productTitleLabel;
|
|
private System.Windows.Forms.Button CloseButton;
|
|
private System.Windows.Forms.Label productVersionLabel;
|
|
private System.Windows.Forms.TabPage tabPage1;
|
|
private System.Windows.Forms.Label label11;
|
|
private System.Windows.Forms.Label label10;
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
|
|
private System.Windows.Forms.Label label16;
|
|
private System.Windows.Forms.Label label17;
|
|
private System.Windows.Forms.LinkLabel gitPerfareLinkLabel;
|
|
private System.Windows.Forms.Label label18;
|
|
private System.Windows.Forms.Label label19;
|
|
private System.Windows.Forms.LinkLabel gitAelurumLinkLabel;
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.Label productNamelabel;
|
|
private System.Windows.Forms.Label label7;
|
|
private System.Windows.Forms.Label modVersionLabel;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.Label label8;
|
|
private System.Windows.Forms.LinkLabel checkUpdatesLinkLabel;
|
|
private System.Windows.Forms.RichTextBox licenseRichTextBox;
|
|
private System.Windows.Forms.TextBox textBox2;
|
|
private System.Windows.Forms.Panel panel1;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Panel panel2;
|
|
private System.Windows.Forms.Panel panel3;
|
|
}
|
|
} |