Quasar/Server/Forms/FrmAbout.Designer.cs

179 lines
8.5 KiB
C#
Raw Normal View History

2015-01-27 14:56:52 -08:00
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));
2015-08-19 11:37:17 -07:00
this.picIcon = new System.Windows.Forms.PictureBox();
2015-01-27 14:56:52 -08:00
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();
2015-05-04 08:23:39 -07:00
this.lnkCredits = new System.Windows.Forms.LinkLabel();
this.lnkGithubPage = new System.Windows.Forms.LinkLabel();
2015-08-19 11:01:23 -07:00
this.lblSubTitle = new System.Windows.Forms.Label();
2015-08-19 11:37:17 -07:00
((System.ComponentModel.ISupportInitialize)(this.picIcon)).BeginInit();
2015-01-27 14:56:52 -08:00
this.SuspendLayout();
//
2015-08-19 11:37:17 -07:00
// picIcon
2015-01-27 14:56:52 -08:00
//
2015-08-19 11:37:17 -07:00
this.picIcon.Image = global::xServer.Properties.Resources.Quasar_Server;
this.picIcon.Location = new System.Drawing.Point(12, 12);
this.picIcon.Name = "picIcon";
this.picIcon.Size = new System.Drawing.Size(64, 64);
this.picIcon.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
this.picIcon.TabIndex = 0;
this.picIcon.TabStop = false;
2015-01-27 14:56:52 -08:00
//
// 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)));
2015-08-19 11:01:23 -07:00
this.lblTitle.Location = new System.Drawing.Point(82, 7);
2015-01-27 14:56:52 -08:00
this.lblTitle.Name = "lblTitle";
2015-08-19 11:01:23 -07:00
this.lblTitle.Size = new System.Drawing.Size(79, 30);
2015-01-27 14:56:52 -08:00
this.lblTitle.TabIndex = 0;
2015-08-19 11:01:23 -07:00
this.lblTitle.Text = "Quasar";
2015-01-27 14:56:52 -08:00
//
// lblVersion
//
this.lblVersion.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
2015-08-19 11:01:23 -07:00
this.lblVersion.Location = new System.Drawing.Point(341, 40);
2015-01-27 14:56:52 -08:00
this.lblVersion.Name = "lblVersion";
2015-08-19 11:01:23 -07:00
this.lblVersion.Size = new System.Drawing.Size(75, 13);
this.lblVersion.TabIndex = 2;
this.lblVersion.Text = "%VERSION%";
this.lblVersion.TextAlign = System.Drawing.ContentAlignment.TopRight;
2015-01-27 14:56:52 -08:00
//
// btnOkay
//
this.btnOkay.DialogResult = System.Windows.Forms.DialogResult.Cancel;
2015-05-04 08:23:39 -07:00
this.btnOkay.Location = new System.Drawing.Point(341, 319);
2015-01-27 14:56:52 -08:00
this.btnOkay.Name = "btnOkay";
this.btnOkay.Size = new System.Drawing.Size(75, 23);
2015-08-19 11:01:23 -07:00
this.btnOkay.TabIndex = 7;
2015-01-27 14:56:52 -08:00
this.btnOkay.Text = "&Okay";
this.btnOkay.UseVisualStyleBackColor = true;
this.btnOkay.Click += new System.EventHandler(this.btnOkay_Click);
//
// rtxtContent
//
2015-05-04 08:23:39 -07:00
this.rtxtContent.Location = new System.Drawing.Point(15, 112);
2015-01-27 14:56:52 -08:00
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);
2015-08-19 11:01:23 -07:00
this.rtxtContent.TabIndex = 6;
2015-01-27 14:56:52 -08:00
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)));
2015-05-04 08:23:39 -07:00
this.lblLicense.Location = new System.Drawing.Point(12, 94);
2015-01-27 14:56:52 -08:00
this.lblLicense.Name = "lblLicense";
this.lblLicense.Size = new System.Drawing.Size(46, 15);
2015-08-19 11:01:23 -07:00
this.lblLicense.TabIndex = 5;
2015-01-27 14:56:52 -08:00
this.lblLicense.Text = "License";
//
2015-05-04 08:23:39 -07:00
// lnkCredits
//
this.lnkCredits.AutoSize = true;
2015-08-19 11:01:23 -07:00
this.lnkCredits.Location = new System.Drawing.Point(373, 80);
2015-05-04 08:23:39 -07:00
this.lnkCredits.Name = "lnkCredits";
this.lnkCredits.Size = new System.Drawing.Size(43, 13);
2015-08-19 11:01:23 -07:00
this.lnkCredits.TabIndex = 4;
2015-05-04 08:23:39 -07:00
this.lnkCredits.TabStop = true;
this.lnkCredits.Text = "Credits";
this.lnkCredits.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lnkCredits_LinkClicked);
//
// lnkGithubPage
//
this.lnkGithubPage.AutoSize = true;
2015-08-19 11:01:23 -07:00
this.lnkGithubPage.Location = new System.Drawing.Point(344, 60);
2015-05-04 08:23:39 -07:00
this.lnkGithubPage.Name = "lnkGithubPage";
this.lnkGithubPage.Size = new System.Drawing.Size(72, 13);
2015-08-19 11:01:23 -07:00
this.lnkGithubPage.TabIndex = 3;
2015-05-04 08:23:39 -07:00
this.lnkGithubPage.TabStop = true;
this.lnkGithubPage.Text = "GitHub Page";
this.lnkGithubPage.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lnkGithubPage_LinkClicked);
//
2015-08-19 11:01:23 -07:00
// 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(84, 37);
this.lblSubTitle.Name = "lblSubTitle";
this.lblSubTitle.Size = new System.Drawing.Size(171, 17);
this.lblSubTitle.TabIndex = 1;
this.lblSubTitle.Text = "Remote Administration Tool";
//
2015-05-04 08:23:39 -07:00
// FrmAbout
2015-01-27 14:56:52 -08:00
//
this.AcceptButton = this.btnOkay;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.btnOkay;
2015-05-04 08:23:39 -07:00
this.ClientSize = new System.Drawing.Size(428, 354);
2015-08-19 11:01:23 -07:00
this.Controls.Add(this.lblSubTitle);
2015-05-04 08:23:39 -07:00
this.Controls.Add(this.lnkGithubPage);
this.Controls.Add(this.lnkCredits);
2015-01-27 14:56:52 -08:00
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);
2015-08-19 11:37:17 -07:00
this.Controls.Add(this.picIcon);
2015-01-27 14:56:52 -08:00
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;
2015-05-04 08:23:39 -07:00
this.Name = "FrmAbout";
2015-01-27 14:56:52 -08:00
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
2015-08-19 11:01:23 -07:00
this.Text = "Quasar - About";
2015-08-19 11:37:17 -07:00
((System.ComponentModel.ISupportInitialize)(this.picIcon)).EndInit();
2015-01-27 14:56:52 -08:00
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
2015-08-19 11:37:17 -07:00
private System.Windows.Forms.PictureBox picIcon;
2015-01-27 14:56:52 -08:00
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;
2015-05-04 08:23:39 -07:00
private System.Windows.Forms.LinkLabel lnkCredits;
private System.Windows.Forms.LinkLabel lnkGithubPage;
2015-08-19 11:01:23 -07:00
private System.Windows.Forms.Label lblSubTitle;
2015-01-27 14:56:52 -08:00
}
}