237 lines
13 KiB
C#
237 lines
13 KiB
C#
|
namespace DynamicLink
|
|||
|
{
|
|||
|
partial class AboutWindow
|
|||
|
{
|
|||
|
/// <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(AboutWindow));
|
|||
|
this.pictureBanner = new System.Windows.Forms.PictureBox();
|
|||
|
this.groupGeneral = new DynamicLink.Controls.MyGroupBox();
|
|||
|
this.labelAuthor = new System.Windows.Forms.Label();
|
|||
|
this.labelVersion = new System.Windows.Forms.Label();
|
|||
|
this.groupModules = new DynamicLink.Controls.MyGroupBox();
|
|||
|
this.labelModuleDescription = new System.Windows.Forms.Label();
|
|||
|
this.labelModuleName = new System.Windows.Forms.Label();
|
|||
|
this.listModules = new System.Windows.Forms.ListBox();
|
|||
|
this.groupBugs = new DynamicLink.Controls.MyGroupBox();
|
|||
|
this.linkMail = new System.Windows.Forms.LinkLabel();
|
|||
|
this.labelBugs = new System.Windows.Forms.Label();
|
|||
|
this.buttonClose = new DynamicLink.Controls.MyButton();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.pictureBanner)).BeginInit();
|
|||
|
this.groupGeneral.SuspendLayout();
|
|||
|
this.groupModules.SuspendLayout();
|
|||
|
this.groupBugs.SuspendLayout();
|
|||
|
this.SuspendLayout();
|
|||
|
//
|
|||
|
// pictureBanner
|
|||
|
//
|
|||
|
this.pictureBanner.Image = ((System.Drawing.Image)(resources.GetObject("pictureBanner.Image")));
|
|||
|
this.pictureBanner.Location = new System.Drawing.Point(0, 0);
|
|||
|
this.pictureBanner.Margin = new System.Windows.Forms.Padding(0);
|
|||
|
this.pictureBanner.Name = "pictureBanner";
|
|||
|
this.pictureBanner.Size = new System.Drawing.Size(360, 80);
|
|||
|
this.pictureBanner.TabIndex = 0;
|
|||
|
this.pictureBanner.TabStop = false;
|
|||
|
//
|
|||
|
// groupGeneral
|
|||
|
//
|
|||
|
this.groupGeneral.Controls.Add(this.labelAuthor);
|
|||
|
this.groupGeneral.Controls.Add(this.labelVersion);
|
|||
|
this.groupGeneral.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
this.groupGeneral.Location = new System.Drawing.Point(12, 93);
|
|||
|
this.groupGeneral.Name = "groupGeneral";
|
|||
|
this.groupGeneral.Padding = new System.Windows.Forms.Padding(3, 10, 3, 3);
|
|||
|
this.groupGeneral.Size = new System.Drawing.Size(336, 67);
|
|||
|
this.groupGeneral.TabIndex = 1;
|
|||
|
this.groupGeneral.TabStop = false;
|
|||
|
this.groupGeneral.Text = "Tibi\'s Mathematics Suite";
|
|||
|
//
|
|||
|
// labelAuthor
|
|||
|
//
|
|||
|
this.labelAuthor.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
|
|||
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|||
|
this.labelAuthor.BackColor = System.Drawing.Color.Transparent;
|
|||
|
this.labelAuthor.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
this.labelAuthor.Location = new System.Drawing.Point(6, 47);
|
|||
|
this.labelAuthor.Name = "labelAuthor";
|
|||
|
this.labelAuthor.Size = new System.Drawing.Size(324, 17);
|
|||
|
this.labelAuthor.TabIndex = 1;
|
|||
|
this.labelAuthor.Text = "Software created by Chibici Tiberiu.";
|
|||
|
//
|
|||
|
// labelVersion
|
|||
|
//
|
|||
|
this.labelVersion.AutoSize = true;
|
|||
|
this.labelVersion.BackColor = System.Drawing.Color.Transparent;
|
|||
|
this.labelVersion.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
this.labelVersion.Location = new System.Drawing.Point(6, 23);
|
|||
|
this.labelVersion.Name = "labelVersion";
|
|||
|
this.labelVersion.Size = new System.Drawing.Size(84, 13);
|
|||
|
this.labelVersion.TabIndex = 0;
|
|||
|
this.labelVersion.Text = "Version 2.0 beta";
|
|||
|
//
|
|||
|
// groupModules
|
|||
|
//
|
|||
|
this.groupModules.Controls.Add(this.labelModuleDescription);
|
|||
|
this.groupModules.Controls.Add(this.labelModuleName);
|
|||
|
this.groupModules.Controls.Add(this.listModules);
|
|||
|
this.groupModules.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
this.groupModules.Location = new System.Drawing.Point(12, 166);
|
|||
|
this.groupModules.Name = "groupModules";
|
|||
|
this.groupModules.Padding = new System.Windows.Forms.Padding(3, 10, 3, 3);
|
|||
|
this.groupModules.Size = new System.Drawing.Size(336, 101);
|
|||
|
this.groupModules.TabIndex = 2;
|
|||
|
this.groupModules.TabStop = false;
|
|||
|
this.groupModules.Text = "Installed modules:";
|
|||
|
//
|
|||
|
// labelModuleDescription
|
|||
|
//
|
|||
|
this.labelModuleDescription.BackColor = System.Drawing.Color.Transparent;
|
|||
|
this.labelModuleDescription.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
this.labelModuleDescription.Location = new System.Drawing.Point(212, 40);
|
|||
|
this.labelModuleDescription.Name = "labelModuleDescription";
|
|||
|
this.labelModuleDescription.Size = new System.Drawing.Size(118, 53);
|
|||
|
this.labelModuleDescription.TabIndex = 5;
|
|||
|
this.labelModuleDescription.Text = "Description:";
|
|||
|
//
|
|||
|
// labelModuleName
|
|||
|
//
|
|||
|
this.labelModuleName.BackColor = System.Drawing.Color.Transparent;
|
|||
|
this.labelModuleName.Location = new System.Drawing.Point(212, 23);
|
|||
|
this.labelModuleName.Name = "labelModuleName";
|
|||
|
this.labelModuleName.Size = new System.Drawing.Size(118, 17);
|
|||
|
this.labelModuleName.TabIndex = 4;
|
|||
|
this.labelModuleName.Text = "Name:";
|
|||
|
//
|
|||
|
// listModules
|
|||
|
//
|
|||
|
this.listModules.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|||
|
this.listModules.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
this.listModules.FormattingEnabled = true;
|
|||
|
this.listModules.Location = new System.Drawing.Point(6, 26);
|
|||
|
this.listModules.Name = "listModules";
|
|||
|
this.listModules.Size = new System.Drawing.Size(200, 67);
|
|||
|
this.listModules.TabIndex = 3;
|
|||
|
this.listModules.SelectedIndexChanged += new System.EventHandler(this.listModules_SelectedIndexChanged);
|
|||
|
//
|
|||
|
// groupBugs
|
|||
|
//
|
|||
|
this.groupBugs.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|||
|
this.groupBugs.Controls.Add(this.linkMail);
|
|||
|
this.groupBugs.Controls.Add(this.labelBugs);
|
|||
|
this.groupBugs.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
this.groupBugs.Location = new System.Drawing.Point(12, 273);
|
|||
|
this.groupBugs.Name = "groupBugs";
|
|||
|
this.groupBugs.Padding = new System.Windows.Forms.Padding(3, 10, 3, 3);
|
|||
|
this.groupBugs.Size = new System.Drawing.Size(336, 79);
|
|||
|
this.groupBugs.TabIndex = 2;
|
|||
|
this.groupBugs.TabStop = false;
|
|||
|
this.groupBugs.Text = "Bug reporting";
|
|||
|
//
|
|||
|
// linkMail
|
|||
|
//
|
|||
|
this.linkMail.AutoSize = true;
|
|||
|
this.linkMail.BackColor = System.Drawing.Color.Transparent;
|
|||
|
this.linkMail.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
this.linkMail.Location = new System.Drawing.Point(18, 56);
|
|||
|
this.linkMail.Name = "linkMail";
|
|||
|
this.linkMail.Size = new System.Drawing.Size(123, 13);
|
|||
|
this.linkMail.TabIndex = 2;
|
|||
|
this.linkMail.TabStop = true;
|
|||
|
this.linkMail.Text = "chibicitiberiu@gmail.com";
|
|||
|
this.linkMail.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkMail_LinkClicked);
|
|||
|
//
|
|||
|
// labelBugs
|
|||
|
//
|
|||
|
this.labelBugs.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|||
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|||
|
this.labelBugs.BackColor = System.Drawing.Color.Transparent;
|
|||
|
this.labelBugs.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
this.labelBugs.Location = new System.Drawing.Point(6, 23);
|
|||
|
this.labelBugs.Name = "labelBugs";
|
|||
|
this.labelBugs.Size = new System.Drawing.Size(324, 30);
|
|||
|
this.labelBugs.TabIndex = 1;
|
|||
|
this.labelBugs.Text = "If you found a bug in the software, or something doesn\'t work, feel free to repor" +
|
|||
|
"t it by writing an e-mail to the address:";
|
|||
|
//
|
|||
|
// buttonClose
|
|||
|
//
|
|||
|
this.buttonClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|||
|
this.buttonClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|||
|
this.buttonClose.Location = new System.Drawing.Point(143, 359);
|
|||
|
this.buttonClose.Name = "buttonClose";
|
|||
|
this.buttonClose.Size = new System.Drawing.Size(75, 23);
|
|||
|
this.buttonClose.TabIndex = 3;
|
|||
|
this.buttonClose.Text = "Close";
|
|||
|
this.buttonClose.UseVisualStyleBackColor = true;
|
|||
|
this.buttonClose.Click += new System.EventHandler(this.buttonOk_Click);
|
|||
|
//
|
|||
|
// AboutWindow
|
|||
|
//
|
|||
|
this.AcceptButton = this.buttonClose;
|
|||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|||
|
this.CancelButton = this.buttonClose;
|
|||
|
this.ClientSize = new System.Drawing.Size(360, 394);
|
|||
|
this.Controls.Add(this.buttonClose);
|
|||
|
this.Controls.Add(this.groupBugs);
|
|||
|
this.Controls.Add(this.groupModules);
|
|||
|
this.Controls.Add(this.groupGeneral);
|
|||
|
this.Controls.Add(this.pictureBanner);
|
|||
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
|||
|
this.MaximizeBox = false;
|
|||
|
this.MinimizeBox = false;
|
|||
|
this.Name = "AboutWindow";
|
|||
|
this.ShowInTaskbar = false;
|
|||
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|||
|
this.Text = "About";
|
|||
|
this.Paint += new System.Windows.Forms.PaintEventHandler(this.AboutWindow_Paint);
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.pictureBanner)).EndInit();
|
|||
|
this.groupGeneral.ResumeLayout(false);
|
|||
|
this.groupGeneral.PerformLayout();
|
|||
|
this.groupModules.ResumeLayout(false);
|
|||
|
this.groupBugs.ResumeLayout(false);
|
|||
|
this.groupBugs.PerformLayout();
|
|||
|
this.ResumeLayout(false);
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
#endregion
|
|||
|
|
|||
|
private System.Windows.Forms.PictureBox pictureBanner;
|
|||
|
private Controls.MyGroupBox groupGeneral;
|
|||
|
private System.Windows.Forms.Label labelAuthor;
|
|||
|
private System.Windows.Forms.Label labelVersion;
|
|||
|
private Controls.MyGroupBox groupModules;
|
|||
|
private System.Windows.Forms.ListBox listModules;
|
|||
|
private Controls.MyGroupBox groupBugs;
|
|||
|
private System.Windows.Forms.LinkLabel linkMail;
|
|||
|
private System.Windows.Forms.Label labelBugs;
|
|||
|
private Controls.MyButton buttonClose;
|
|||
|
private System.Windows.Forms.Label labelModuleDescription;
|
|||
|
private System.Windows.Forms.Label labelModuleName;
|
|||
|
}
|
|||
|
}
|