mirror of
https://github.com/psforever/GameLauncher.git
synced 2026-01-19 18:24:45 +00:00
147 lines
6.7 KiB
C#
147 lines
6.7 KiB
C#
namespace PSLauncher
|
|
{
|
|
partial class About
|
|
{
|
|
/// <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()
|
|
{
|
|
this.okButton = new System.Windows.Forms.Button();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.linkLabel1 = new System.Windows.Forms.LinkLabel();
|
|
this.versionInfo = new System.Windows.Forms.TextBox();
|
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// okButton
|
|
//
|
|
this.okButton.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
|
|
this.okButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
this.okButton.Location = new System.Drawing.Point(135, 200);
|
|
this.okButton.Name = "okButton";
|
|
this.okButton.Size = new System.Drawing.Size(75, 23);
|
|
this.okButton.TabIndex = 25;
|
|
this.okButton.Text = "&OK";
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label1.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.label1.Location = new System.Drawing.Point(9, 97);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(328, 23);
|
|
this.label1.TabIndex = 26;
|
|
this.label1.Text = "PSForever Launcher";
|
|
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.label2.Location = new System.Drawing.Point(9, 120);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(328, 23);
|
|
this.label2.TabIndex = 27;
|
|
this.label2.Text = "Designed by Chord for PSForever";
|
|
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.label2.Click += new System.EventHandler(this.label2_Click);
|
|
//
|
|
// linkLabel1
|
|
//
|
|
this.linkLabel1.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.linkLabel1.Location = new System.Drawing.Point(9, 143);
|
|
this.linkLabel1.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5);
|
|
this.linkLabel1.Name = "linkLabel1";
|
|
this.linkLabel1.Padding = new System.Windows.Forms.Padding(0, 0, 0, 5);
|
|
this.linkLabel1.Size = new System.Drawing.Size(328, 22);
|
|
this.linkLabel1.TabIndex = 28;
|
|
this.linkLabel1.TabStop = true;
|
|
this.linkLabel1.Text = "http://psforever.net";
|
|
this.linkLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
|
|
//
|
|
// versionInfo
|
|
//
|
|
this.versionInfo.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.versionInfo.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.versionInfo.Location = new System.Drawing.Point(9, 165);
|
|
this.versionInfo.Margin = new System.Windows.Forms.Padding(3, 10, 3, 10);
|
|
this.versionInfo.Name = "versionInfo";
|
|
this.versionInfo.ReadOnly = true;
|
|
this.versionInfo.Size = new System.Drawing.Size(328, 13);
|
|
this.versionInfo.TabIndex = 29;
|
|
this.versionInfo.TabStop = false;
|
|
this.versionInfo.Text = "Version 1.x.x.x";
|
|
this.versionInfo.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// pictureBox1
|
|
//
|
|
this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.pictureBox1.Image = global::PSLauncher.Properties.Resources.vector_logo_psforever;
|
|
this.pictureBox1.Location = new System.Drawing.Point(9, 9);
|
|
this.pictureBox1.Name = "pictureBox1";
|
|
this.pictureBox1.Size = new System.Drawing.Size(328, 88);
|
|
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
this.pictureBox1.TabIndex = 30;
|
|
this.pictureBox1.TabStop = false;
|
|
//
|
|
// About
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(346, 235);
|
|
this.Controls.Add(this.versionInfo);
|
|
this.Controls.Add(this.linkLabel1);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.label1);
|
|
this.Controls.Add(this.okButton);
|
|
this.Controls.Add(this.pictureBox1);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "About";
|
|
this.Padding = new System.Windows.Forms.Padding(9);
|
|
this.ShowIcon = false;
|
|
this.ShowInTaskbar = false;
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
this.Text = "About PSForever Launcher";
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Button okButton;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.LinkLabel linkLabel1;
|
|
private System.Windows.Forms.TextBox versionInfo;
|
|
private System.Windows.Forms.PictureBox pictureBox1;
|
|
}
|
|
}
|