mirror of https://github.com/quasar/Quasar.git
166 lines
7.7 KiB
C#
166 lines
7.7 KiB
C#
namespace xServer.Forms
|
|
{
|
|
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.picXRAT = new System.Windows.Forms.PictureBox();
|
|
this.lblTitle = new System.Windows.Forms.Label();
|
|
this.lblVersion = new System.Windows.Forms.Label();
|
|
this.btnOkay = new System.Windows.Forms.Button();
|
|
this.rtxtContent = new System.Windows.Forms.RichTextBox();
|
|
this.lblLicense = new System.Windows.Forms.Label();
|
|
this.lnkCredits = new System.Windows.Forms.LinkLabel();
|
|
this.lnkGithubPage = new System.Windows.Forms.LinkLabel();
|
|
((System.ComponentModel.ISupportInitialize)(this.picXRAT)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// picXRAT
|
|
//
|
|
this.picXRAT.Image = global::xServer.Properties.Resources.xRAT_64x64;
|
|
this.picXRAT.Location = new System.Drawing.Point(12, 12);
|
|
this.picXRAT.Name = "picXRAT";
|
|
this.picXRAT.Size = new System.Drawing.Size(64, 64);
|
|
this.picXRAT.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
|
|
this.picXRAT.TabIndex = 0;
|
|
this.picXRAT.TabStop = false;
|
|
//
|
|
// lblTitle
|
|
//
|
|
this.lblTitle.AutoSize = true;
|
|
this.lblTitle.Font = new System.Drawing.Font("Segoe UI", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblTitle.Location = new System.Drawing.Point(82, 26);
|
|
this.lblTitle.Name = "lblTitle";
|
|
this.lblTitle.Size = new System.Drawing.Size(94, 30);
|
|
this.lblTitle.TabIndex = 0;
|
|
this.lblTitle.Text = "xRAT 2.0";
|
|
//
|
|
// lblVersion
|
|
//
|
|
this.lblVersion.AutoSize = true;
|
|
this.lblVersion.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblVersion.Location = new System.Drawing.Point(364, 43);
|
|
this.lblVersion.Name = "lblVersion";
|
|
this.lblVersion.Size = new System.Drawing.Size(52, 13);
|
|
this.lblVersion.TabIndex = 1;
|
|
this.lblVersion.Text = "RELEASEX";
|
|
//
|
|
// btnOkay
|
|
//
|
|
this.btnOkay.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
this.btnOkay.Location = new System.Drawing.Point(341, 319);
|
|
this.btnOkay.Name = "btnOkay";
|
|
this.btnOkay.Size = new System.Drawing.Size(75, 23);
|
|
this.btnOkay.TabIndex = 6;
|
|
this.btnOkay.Text = "&Okay";
|
|
this.btnOkay.UseVisualStyleBackColor = true;
|
|
this.btnOkay.Click += new System.EventHandler(this.btnOkay_Click);
|
|
//
|
|
// rtxtContent
|
|
//
|
|
this.rtxtContent.Location = new System.Drawing.Point(15, 112);
|
|
this.rtxtContent.Name = "rtxtContent";
|
|
this.rtxtContent.ReadOnly = true;
|
|
this.rtxtContent.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical;
|
|
this.rtxtContent.Size = new System.Drawing.Size(401, 201);
|
|
this.rtxtContent.TabIndex = 5;
|
|
this.rtxtContent.Text = "";
|
|
//
|
|
// lblLicense
|
|
//
|
|
this.lblLicense.AutoSize = true;
|
|
this.lblLicense.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblLicense.Location = new System.Drawing.Point(12, 94);
|
|
this.lblLicense.Name = "lblLicense";
|
|
this.lblLicense.Size = new System.Drawing.Size(46, 15);
|
|
this.lblLicense.TabIndex = 4;
|
|
this.lblLicense.Text = "License";
|
|
//
|
|
// lnkCredits
|
|
//
|
|
this.lnkCredits.AutoSize = true;
|
|
this.lnkCredits.Location = new System.Drawing.Point(373, 63);
|
|
this.lnkCredits.Name = "lnkCredits";
|
|
this.lnkCredits.Size = new System.Drawing.Size(43, 13);
|
|
this.lnkCredits.TabIndex = 7;
|
|
this.lnkCredits.TabStop = true;
|
|
this.lnkCredits.Text = "Credits";
|
|
this.lnkCredits.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lnkCredits_LinkClicked);
|
|
//
|
|
// lnkGithubPage
|
|
//
|
|
this.lnkGithubPage.AutoSize = true;
|
|
this.lnkGithubPage.Location = new System.Drawing.Point(92, 63);
|
|
this.lnkGithubPage.Name = "lnkGithubPage";
|
|
this.lnkGithubPage.Size = new System.Drawing.Size(72, 13);
|
|
this.lnkGithubPage.TabIndex = 8;
|
|
this.lnkGithubPage.TabStop = true;
|
|
this.lnkGithubPage.Text = "GitHub Page";
|
|
this.lnkGithubPage.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lnkGithubPage_LinkClicked);
|
|
//
|
|
// FrmAbout
|
|
//
|
|
this.AcceptButton = this.btnOkay;
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.CancelButton = this.btnOkay;
|
|
this.ClientSize = new System.Drawing.Size(428, 354);
|
|
this.Controls.Add(this.lnkGithubPage);
|
|
this.Controls.Add(this.lnkCredits);
|
|
this.Controls.Add(this.lblLicense);
|
|
this.Controls.Add(this.rtxtContent);
|
|
this.Controls.Add(this.btnOkay);
|
|
this.Controls.Add(this.lblVersion);
|
|
this.Controls.Add(this.lblTitle);
|
|
this.Controls.Add(this.picXRAT);
|
|
this.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "FrmAbout";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "xRAT 2.0 - About";
|
|
((System.ComponentModel.ISupportInitialize)(this.picXRAT)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.PictureBox picXRAT;
|
|
private System.Windows.Forms.Label lblTitle;
|
|
private System.Windows.Forms.Label lblVersion;
|
|
private System.Windows.Forms.Button btnOkay;
|
|
private System.Windows.Forms.RichTextBox rtxtContent;
|
|
private System.Windows.Forms.Label lblLicense;
|
|
private System.Windows.Forms.LinkLabel lnkCredits;
|
|
private System.Windows.Forms.LinkLabel lnkGithubPage;
|
|
}
|
|
} |