Files
2026-08-27 11:22:16 -06:00

154 lines
7.6 KiB
C#

namespace Quasar.Server.Forms
{
partial class FrmAbout
{
private System.ComponentModel.IContainer components = null;
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
components.Dispose();
base.Dispose(disposing);
}
#region Windows Form Designer generated code
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmAbout));
this.lblTitle = new System.Windows.Forms.Label();
this.lblSubTitle = new System.Windows.Forms.Label();
this.lblVersion = new System.Windows.Forms.Label();
this.lblSep = new System.Windows.Forms.Label();
this.lblCredits1 = new System.Windows.Forms.Label();
this.lblRole1 = new System.Windows.Forms.Label();
this.lblCredits2 = new System.Windows.Forms.Label();
this.lblRole2 = new System.Windows.Forms.Label();
this.btnOkay = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// 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(12, 12);
this.lblTitle.Name = "lblTitle";
this.lblTitle.TabIndex = 1;
this.lblTitle.Text = "Trollware";
//
// lblSubTitle
//
this.lblSubTitle.AutoSize = true;
this.lblSubTitle.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblSubTitle.Location = new System.Drawing.Point(14, 46);
this.lblSubTitle.Name = "lblSubTitle";
this.lblSubTitle.TabIndex = 2;
this.lblSubTitle.Text = "Credits";
//
// lblVersion
//
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(150, 46);
this.lblVersion.Name = "lblVersion";
this.lblVersion.Size = new System.Drawing.Size(60, 13);
this.lblVersion.TabIndex = 3;
this.lblVersion.Text = "%VERSION%";
this.lblVersion.TextAlign = System.Drawing.ContentAlignment.TopRight;
//
// lblSep — divider line
//
this.lblSep.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.lblSep.Location = new System.Drawing.Point(12, 86);
this.lblSep.Name = "lblSep";
this.lblSep.Size = new System.Drawing.Size(280, 2);
this.lblSep.TabIndex = 4;
//
// lblCredits1 (@shixvx)
//
this.lblCredits1.AutoSize = true;
this.lblCredits1.Font = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblCredits1.Location = new System.Drawing.Point(12, 104);
this.lblCredits1.Name = "lblCredits1";
this.lblCredits1.TabIndex = 5;
this.lblCredits1.Text = "@shixvx";
//
// lblRole1
//
this.lblRole1.AutoSize = true;
this.lblRole1.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblRole1.Location = new System.Drawing.Point(14, 128);
this.lblRole1.Name = "lblRole1";
this.lblRole1.TabIndex = 6;
this.lblRole1.Text = "everything else";
//
// lblCredits2 (@zwclose)
//
this.lblCredits2.AutoSize = true;
this.lblCredits2.Font = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblCredits2.Location = new System.Drawing.Point(12, 158);
this.lblCredits2.Name = "lblCredits2";
this.lblCredits2.TabIndex = 7;
this.lblCredits2.Text = "@zwclose";
//
// lblRole2
//
this.lblRole2.AutoSize = true;
this.lblRole2.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblRole2.Location = new System.Drawing.Point(14, 182);
this.lblRole2.Name = "lblRole2";
this.lblRole2.TabIndex = 8;
this.lblRole2.Text = "some ideas";
//
// btnOkay
//
this.btnOkay.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btnOkay.Location = new System.Drawing.Point(217, 205);
this.btnOkay.Name = "btnOkay";
this.btnOkay.Size = new System.Drawing.Size(75, 23);
this.btnOkay.TabIndex = 9;
this.btnOkay.Text = "&Okay";
this.btnOkay.UseVisualStyleBackColor = true;
this.btnOkay.Click += new System.EventHandler(this.btnOkay_Click);
//
// FrmAbout
//
this.AcceptButton = this.btnOkay;
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.CancelButton = this.btnOkay;
this.ClientSize = new System.Drawing.Size(304, 240);
this.Controls.Add(this.lblTitle);
this.Controls.Add(this.lblSubTitle);
this.Controls.Add(this.lblVersion);
this.Controls.Add(this.lblSep);
this.Controls.Add(this.lblCredits1);
this.Controls.Add(this.lblRole1);
this.Controls.Add(this.lblCredits2);
this.Controls.Add(this.lblRole2);
this.Controls.Add(this.btnOkay);
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 = "Trollware - Credits";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label lblTitle;
private System.Windows.Forms.Label lblSubTitle;
private System.Windows.Forms.Label lblVersion;
private System.Windows.Forms.Label lblSep;
private System.Windows.Forms.Label lblCredits1;
private System.Windows.Forms.Label lblRole1;
private System.Windows.Forms.Label lblCredits2;
private System.Windows.Forms.Label lblRole2;
private System.Windows.Forms.Button btnOkay;
}
}