mirror of
https://github.com/mirror/processhacker
synced 2026-06-08 16:03:24 +00:00
d70c3da472
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1482 21ef857c-d57f-4fe0-8362-d861dc6d29cd
529 lines
28 KiB
C#
529 lines
28 KiB
C#
namespace ProcessHacker
|
|
{
|
|
partial class AboutWindow
|
|
{
|
|
/// <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.buttonClose = new System.Windows.Forms.Button();
|
|
this.pictureBox = new System.Windows.Forms.PictureBox();
|
|
this.labelAppName = new System.Windows.Forms.Label();
|
|
this.labelVersion = new System.Windows.Forms.Label();
|
|
this.linkFamFamFam = new System.Windows.Forms.LinkLabel();
|
|
this.linkVistaMenu = new System.Windows.Forms.LinkLabel();
|
|
this.linkHexBox = new System.Windows.Forms.LinkLabel();
|
|
this.labelBy = new System.Windows.Forms.Label();
|
|
this.linkSourceforge = new System.Windows.Forms.LinkLabel();
|
|
this.linkEmail = new System.Windows.Forms.LinkLabel();
|
|
this.linkAsm = new System.Windows.Forms.LinkLabel();
|
|
this.linkTreeViewAdv = new System.Windows.Forms.LinkLabel();
|
|
this.flowCredits = new System.Windows.Forms.FlowLayoutPanel();
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.label10 = new System.Windows.Forms.Label();
|
|
this.label9 = new System.Windows.Forms.Label();
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.label11 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.linkGamingMasteR = new System.Windows.Forms.LinkLabel();
|
|
this.linkKerem = new System.Windows.Forms.LinkLabel();
|
|
this.linkSysinternals = new System.Windows.Forms.LinkLabel();
|
|
this.linkNtInternals = new System.Windows.Forms.LinkLabel();
|
|
this.linkReactOS = new System.Windows.Forms.LinkLabel();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.linkTaskDialog = new System.Windows.Forms.LinkLabel();
|
|
this.linkICSharpCode = new System.Windows.Forms.LinkLabel();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.labelFiller = new System.Windows.Forms.Label();
|
|
this.buttonChangelog = new System.Windows.Forms.Button();
|
|
this.buttonDiagnostics = new System.Windows.Forms.Button();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox)).BeginInit();
|
|
this.flowCredits.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// buttonClose
|
|
//
|
|
this.buttonClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.buttonClose.FlatStyle = System.Windows.Forms.FlatStyle.System;
|
|
this.buttonClose.Location = new System.Drawing.Point(420, 320);
|
|
this.buttonClose.Name = "buttonClose";
|
|
this.buttonClose.Size = new System.Drawing.Size(75, 23);
|
|
this.buttonClose.TabIndex = 0;
|
|
this.buttonClose.Text = "&Close";
|
|
this.buttonClose.UseVisualStyleBackColor = true;
|
|
this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click);
|
|
//
|
|
// pictureBox
|
|
//
|
|
this.pictureBox.Image = global::ProcessHacker.Properties.Resources.ProcessHacker;
|
|
this.pictureBox.Location = new System.Drawing.Point(12, 12);
|
|
this.pictureBox.Name = "pictureBox";
|
|
this.pictureBox.Size = new System.Drawing.Size(156, 150);
|
|
this.pictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
this.pictureBox.TabIndex = 1;
|
|
this.pictureBox.TabStop = false;
|
|
//
|
|
// labelAppName
|
|
//
|
|
this.labelAppName.AutoSize = true;
|
|
this.labelAppName.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.labelAppName.Location = new System.Drawing.Point(174, 12);
|
|
this.labelAppName.Name = "labelAppName";
|
|
this.labelAppName.Size = new System.Drawing.Size(119, 16);
|
|
this.labelAppName.TabIndex = 2;
|
|
this.labelAppName.Text = "Process Hacker";
|
|
//
|
|
// labelVersion
|
|
//
|
|
this.labelVersion.AutoSize = true;
|
|
this.labelVersion.Location = new System.Drawing.Point(174, 33);
|
|
this.labelVersion.Name = "labelVersion";
|
|
this.labelVersion.Size = new System.Drawing.Size(42, 13);
|
|
this.labelVersion.TabIndex = 3;
|
|
this.labelVersion.Text = "Version";
|
|
//
|
|
// linkFamFamFam
|
|
//
|
|
this.linkFamFamFam.AutoSize = true;
|
|
this.linkFamFamFam.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline;
|
|
this.linkFamFamFam.Location = new System.Drawing.Point(6, 211);
|
|
this.linkFamFamFam.Name = "linkFamFamFam";
|
|
this.linkFamFamFam.Size = new System.Drawing.Size(136, 13);
|
|
this.linkFamFamFam.TabIndex = 5;
|
|
this.linkFamFamFam.TabStop = true;
|
|
this.linkFamFamFam.Text = "famfamfam.com - Silk Icons";
|
|
this.linkFamFamFam.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkFamFamFam_LinkClicked);
|
|
//
|
|
// linkVistaMenu
|
|
//
|
|
this.linkVistaMenu.AutoSize = true;
|
|
this.linkVistaMenu.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline;
|
|
this.linkVistaMenu.Location = new System.Drawing.Point(6, 224);
|
|
this.linkVistaMenu.Name = "linkVistaMenu";
|
|
this.linkVistaMenu.Size = new System.Drawing.Size(183, 13);
|
|
this.linkVistaMenu.TabIndex = 6;
|
|
this.linkVistaMenu.TabStop = true;
|
|
this.linkVistaMenu.Text = "Wyatt O\'Day - VistaMenu, SplitButton";
|
|
this.linkVistaMenu.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkVistaMenu_LinkClicked);
|
|
//
|
|
// linkHexBox
|
|
//
|
|
this.linkHexBox.AutoSize = true;
|
|
this.linkHexBox.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline;
|
|
this.linkHexBox.Location = new System.Drawing.Point(6, 198);
|
|
this.linkHexBox.Name = "linkHexBox";
|
|
this.linkHexBox.Size = new System.Drawing.Size(151, 13);
|
|
this.linkHexBox.TabIndex = 7;
|
|
this.linkHexBox.TabStop = true;
|
|
this.linkHexBox.Text = "Bernhard Elbl - HexBox control";
|
|
this.linkHexBox.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkHexBox_LinkClicked);
|
|
//
|
|
// labelBy
|
|
//
|
|
this.labelBy.Location = new System.Drawing.Point(174, 50);
|
|
this.labelBy.Name = "labelBy";
|
|
this.labelBy.Size = new System.Drawing.Size(234, 17);
|
|
this.labelBy.TabIndex = 8;
|
|
this.labelBy.Text = "Licensed under the GNU GPL, v3.";
|
|
//
|
|
// linkSourceforge
|
|
//
|
|
this.linkSourceforge.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.linkSourceforge.AutoSize = true;
|
|
this.linkSourceforge.Location = new System.Drawing.Point(12, 325);
|
|
this.linkSourceforge.Name = "linkSourceforge";
|
|
this.linkSourceforge.Size = new System.Drawing.Size(229, 13);
|
|
this.linkSourceforge.TabIndex = 9;
|
|
this.linkSourceforge.TabStop = true;
|
|
this.linkSourceforge.Text = "http://sourceforge.net/projects/processhacker";
|
|
this.linkSourceforge.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkSourceforge_LinkClicked);
|
|
//
|
|
// linkEmail
|
|
//
|
|
this.linkEmail.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.linkEmail.AutoSize = true;
|
|
this.linkEmail.Location = new System.Drawing.Point(12, 307);
|
|
this.linkEmail.Name = "linkEmail";
|
|
this.linkEmail.Size = new System.Drawing.Size(145, 13);
|
|
this.linkEmail.TabIndex = 10;
|
|
this.linkEmail.TabStop = true;
|
|
this.linkEmail.Text = "Post feedback on our tracker";
|
|
this.linkEmail.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkEmail_LinkClicked);
|
|
//
|
|
// linkAsm
|
|
//
|
|
this.linkAsm.AutoSize = true;
|
|
this.linkAsm.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline;
|
|
this.linkAsm.Location = new System.Drawing.Point(6, 237);
|
|
this.linkAsm.Name = "linkAsm";
|
|
this.linkAsm.Size = new System.Drawing.Size(198, 13);
|
|
this.linkAsm.TabIndex = 12;
|
|
this.linkAsm.TabStop = true;
|
|
this.linkAsm.Text = "Oleh Yuschuk - Disassembler/Assembler";
|
|
this.linkAsm.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkAsm_LinkClicked);
|
|
//
|
|
// linkTreeViewAdv
|
|
//
|
|
this.linkTreeViewAdv.AutoSize = true;
|
|
this.linkTreeViewAdv.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline;
|
|
this.linkTreeViewAdv.Location = new System.Drawing.Point(6, 250);
|
|
this.linkTreeViewAdv.Name = "linkTreeViewAdv";
|
|
this.linkTreeViewAdv.Size = new System.Drawing.Size(165, 13);
|
|
this.linkTreeViewAdv.TabIndex = 12;
|
|
this.linkTreeViewAdv.TabStop = true;
|
|
this.linkTreeViewAdv.Text = "Andrey Gliznetsov - TreeViewAdv";
|
|
this.linkTreeViewAdv.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkTreeViewAdv_LinkClicked);
|
|
//
|
|
// flowCredits
|
|
//
|
|
this.flowCredits.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.flowCredits.AutoScroll = true;
|
|
this.flowCredits.Controls.Add(this.label8);
|
|
this.flowCredits.Controls.Add(this.label5);
|
|
this.flowCredits.Controls.Add(this.label6);
|
|
this.flowCredits.Controls.Add(this.label10);
|
|
this.flowCredits.Controls.Add(this.label9);
|
|
this.flowCredits.Controls.Add(this.label7);
|
|
this.flowCredits.Controls.Add(this.label1);
|
|
this.flowCredits.Controls.Add(this.label11);
|
|
this.flowCredits.Controls.Add(this.label2);
|
|
this.flowCredits.Controls.Add(this.linkGamingMasteR);
|
|
this.flowCredits.Controls.Add(this.linkKerem);
|
|
this.flowCredits.Controls.Add(this.linkSysinternals);
|
|
this.flowCredits.Controls.Add(this.linkNtInternals);
|
|
this.flowCredits.Controls.Add(this.linkReactOS);
|
|
this.flowCredits.Controls.Add(this.label4);
|
|
this.flowCredits.Controls.Add(this.linkHexBox);
|
|
this.flowCredits.Controls.Add(this.linkFamFamFam);
|
|
this.flowCredits.Controls.Add(this.linkVistaMenu);
|
|
this.flowCredits.Controls.Add(this.linkAsm);
|
|
this.flowCredits.Controls.Add(this.linkTreeViewAdv);
|
|
this.flowCredits.Controls.Add(this.linkTaskDialog);
|
|
this.flowCredits.Controls.Add(this.linkICSharpCode);
|
|
this.flowCredits.Controls.Add(this.label3);
|
|
this.flowCredits.Controls.Add(this.labelFiller);
|
|
this.flowCredits.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
|
|
this.flowCredits.Location = new System.Drawing.Point(177, 70);
|
|
this.flowCredits.Name = "flowCredits";
|
|
this.flowCredits.Padding = new System.Windows.Forms.Padding(3);
|
|
this.flowCredits.Size = new System.Drawing.Size(318, 215);
|
|
this.flowCredits.TabIndex = 14;
|
|
this.flowCredits.WrapContents = false;
|
|
this.flowCredits.MouseEnter += new System.EventHandler(this.flowCredits_MouseEnter);
|
|
//
|
|
// label8
|
|
//
|
|
this.label8.AutoSize = true;
|
|
this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label8.Location = new System.Drawing.Point(6, 3);
|
|
this.label8.Name = "label8";
|
|
this.label8.Size = new System.Drawing.Size(101, 13);
|
|
this.label8.TabIndex = 17;
|
|
this.label8.Text = "Project Members";
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Location = new System.Drawing.Point(6, 16);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(116, 13);
|
|
this.label5.TabIndex = 18;
|
|
this.label5.Text = "wj32 - Project Manager";
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.Location = new System.Drawing.Point(6, 29);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(91, 13);
|
|
this.label6.TabIndex = 18;
|
|
this.label6.Text = "Dean - Developer";
|
|
//
|
|
// label10
|
|
//
|
|
this.label10.AutoSize = true;
|
|
this.label10.Location = new System.Drawing.Point(6, 42);
|
|
this.label10.Name = "label10";
|
|
this.label10.Size = new System.Drawing.Size(89, 13);
|
|
this.label10.TabIndex = 23;
|
|
this.label10.Text = "Fliser - Developer";
|
|
//
|
|
// label9
|
|
//
|
|
this.label9.AutoSize = true;
|
|
this.label9.Location = new System.Drawing.Point(6, 55);
|
|
this.label9.Name = "label9";
|
|
this.label9.Size = new System.Drawing.Size(127, 13);
|
|
this.label9.TabIndex = 22;
|
|
this.label9.Text = "Mikalai Chaly - Developer";
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.AutoSize = true;
|
|
this.label7.Location = new System.Drawing.Point(6, 68);
|
|
this.label7.Name = "label7";
|
|
this.label7.Size = new System.Drawing.Size(142, 13);
|
|
this.label7.TabIndex = 18;
|
|
this.label7.Text = "Uday Shanbhag - Developer";
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(6, 81);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(188, 13);
|
|
this.label1.TabIndex = 13;
|
|
this.label1.Text = "XhmikosR - Installer Developer, Tester";
|
|
//
|
|
// label11
|
|
//
|
|
this.label11.AutoSize = true;
|
|
this.label11.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label11.Location = new System.Drawing.Point(6, 94);
|
|
this.label11.Name = "label11";
|
|
this.label11.Size = new System.Drawing.Size(68, 13);
|
|
this.label11.TabIndex = 17;
|
|
this.label11.Text = "Thanks to:";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(6, 107);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(134, 13);
|
|
this.label2.TabIndex = 17;
|
|
this.label2.Text = "EricJH - Windows 7 testing";
|
|
//
|
|
// linkGamingMasteR
|
|
//
|
|
this.linkGamingMasteR.AutoSize = true;
|
|
this.linkGamingMasteR.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline;
|
|
this.linkGamingMasteR.Location = new System.Drawing.Point(6, 120);
|
|
this.linkGamingMasteR.Name = "linkGamingMasteR";
|
|
this.linkGamingMasteR.Size = new System.Drawing.Size(210, 13);
|
|
this.linkGamingMasteR.TabIndex = 27;
|
|
this.linkGamingMasteR.TabStop = true;
|
|
this.linkGamingMasteR.Text = "GamingMasteR - Windows internals advice";
|
|
this.linkGamingMasteR.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkGamingMasteR_LinkClicked);
|
|
//
|
|
// linkKerem
|
|
//
|
|
this.linkKerem.AutoSize = true;
|
|
this.linkKerem.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline;
|
|
this.linkKerem.Location = new System.Drawing.Point(6, 133);
|
|
this.linkKerem.Name = "linkKerem";
|
|
this.linkKerem.Size = new System.Drawing.Size(161, 13);
|
|
this.linkKerem.TabIndex = 28;
|
|
this.linkKerem.TabStop = true;
|
|
this.linkKerem.Text = "Kerem Gümrükcü - Bug reporting";
|
|
this.linkKerem.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkKerem_LinkClicked);
|
|
//
|
|
// linkSysinternals
|
|
//
|
|
this.linkSysinternals.AutoSize = true;
|
|
this.linkSysinternals.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline;
|
|
this.linkSysinternals.Location = new System.Drawing.Point(6, 146);
|
|
this.linkSysinternals.Name = "linkSysinternals";
|
|
this.linkSysinternals.Size = new System.Drawing.Size(100, 13);
|
|
this.linkSysinternals.TabIndex = 17;
|
|
this.linkSysinternals.TabStop = true;
|
|
this.linkSysinternals.Text = "Sysinternals Forums";
|
|
this.linkSysinternals.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkSysinternals_LinkClicked);
|
|
//
|
|
// linkNtInternals
|
|
//
|
|
this.linkNtInternals.AutoSize = true;
|
|
this.linkNtInternals.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline;
|
|
this.linkNtInternals.Location = new System.Drawing.Point(6, 159);
|
|
this.linkNtInternals.Name = "linkNtInternals";
|
|
this.linkNtInternals.Size = new System.Drawing.Size(61, 13);
|
|
this.linkNtInternals.TabIndex = 24;
|
|
this.linkNtInternals.TabStop = true;
|
|
this.linkNtInternals.Text = "NTinternals";
|
|
this.linkNtInternals.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkNtInternals_LinkClicked);
|
|
//
|
|
// linkReactOS
|
|
//
|
|
this.linkReactOS.AutoSize = true;
|
|
this.linkReactOS.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline;
|
|
this.linkReactOS.Location = new System.Drawing.Point(6, 172);
|
|
this.linkReactOS.Name = "linkReactOS";
|
|
this.linkReactOS.Size = new System.Drawing.Size(237, 13);
|
|
this.linkReactOS.TabIndex = 25;
|
|
this.linkReactOS.TabStop = true;
|
|
this.linkReactOS.Text = "ReactOS - free, open source Windows NT clone";
|
|
this.linkReactOS.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkReactOS_LinkClicked);
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label4.Location = new System.Drawing.Point(6, 185);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(80, 13);
|
|
this.label4.TabIndex = 26;
|
|
this.label4.Text = "Components:";
|
|
//
|
|
// linkTaskDialog
|
|
//
|
|
this.linkTaskDialog.AutoSize = true;
|
|
this.linkTaskDialog.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline;
|
|
this.linkTaskDialog.Location = new System.Drawing.Point(6, 263);
|
|
this.linkTaskDialog.Name = "linkTaskDialog";
|
|
this.linkTaskDialog.Size = new System.Drawing.Size(114, 13);
|
|
this.linkTaskDialog.TabIndex = 21;
|
|
this.linkTaskDialog.TabStop = true;
|
|
this.linkTaskDialog.Text = "KevinGre - TaskDialog";
|
|
this.linkTaskDialog.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkTaskDialog_LinkClicked);
|
|
//
|
|
// linkICSharpCode
|
|
//
|
|
this.linkICSharpCode.AutoSize = true;
|
|
this.linkICSharpCode.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline;
|
|
this.linkICSharpCode.Location = new System.Drawing.Point(6, 276);
|
|
this.linkICSharpCode.Name = "linkICSharpCode";
|
|
this.linkICSharpCode.Size = new System.Drawing.Size(144, 13);
|
|
this.linkICSharpCode.TabIndex = 19;
|
|
this.linkICSharpCode.TabStop = true;
|
|
this.linkICSharpCode.Text = "ic#code - .NET runtime code";
|
|
this.linkICSharpCode.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkICSharpCode_LinkClicked);
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(6, 289);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(0, 13);
|
|
this.label3.TabIndex = 15;
|
|
//
|
|
// labelFiller
|
|
//
|
|
this.labelFiller.AutoSize = true;
|
|
this.labelFiller.Location = new System.Drawing.Point(6, 302);
|
|
this.labelFiller.Name = "labelFiller";
|
|
this.labelFiller.Size = new System.Drawing.Size(31, 13);
|
|
this.labelFiller.TabIndex = 17;
|
|
this.labelFiller.Text = " ";
|
|
//
|
|
// buttonChangelog
|
|
//
|
|
this.buttonChangelog.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.buttonChangelog.FlatStyle = System.Windows.Forms.FlatStyle.System;
|
|
this.buttonChangelog.Location = new System.Drawing.Point(325, 291);
|
|
this.buttonChangelog.Name = "buttonChangelog";
|
|
this.buttonChangelog.Size = new System.Drawing.Size(75, 23);
|
|
this.buttonChangelog.TabIndex = 15;
|
|
this.buttonChangelog.Text = "Changelog...";
|
|
this.buttonChangelog.UseVisualStyleBackColor = true;
|
|
this.buttonChangelog.Click += new System.EventHandler(this.buttonChangelog_Click);
|
|
//
|
|
// buttonDiagnostics
|
|
//
|
|
this.buttonDiagnostics.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.buttonDiagnostics.FlatStyle = System.Windows.Forms.FlatStyle.System;
|
|
this.buttonDiagnostics.Location = new System.Drawing.Point(406, 291);
|
|
this.buttonDiagnostics.Name = "buttonDiagnostics";
|
|
this.buttonDiagnostics.Size = new System.Drawing.Size(89, 23);
|
|
this.buttonDiagnostics.TabIndex = 16;
|
|
this.buttonDiagnostics.Text = "Diagnostics...";
|
|
this.buttonDiagnostics.UseVisualStyleBackColor = true;
|
|
this.buttonDiagnostics.Click += new System.EventHandler(this.buttonDiagnostics_Click);
|
|
//
|
|
// AboutWindow
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(507, 355);
|
|
this.Controls.Add(this.buttonDiagnostics);
|
|
this.Controls.Add(this.buttonChangelog);
|
|
this.Controls.Add(this.flowCredits);
|
|
this.Controls.Add(this.linkEmail);
|
|
this.Controls.Add(this.linkSourceforge);
|
|
this.Controls.Add(this.labelBy);
|
|
this.Controls.Add(this.labelVersion);
|
|
this.Controls.Add(this.labelAppName);
|
|
this.Controls.Add(this.pictureBox);
|
|
this.Controls.Add(this.buttonClose);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "AboutWindow";
|
|
this.Padding = new System.Windows.Forms.Padding(9);
|
|
this.ShowIcon = false;
|
|
this.ShowInTaskbar = false;
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
this.Text = "About";
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox)).EndInit();
|
|
this.flowCredits.ResumeLayout(false);
|
|
this.flowCredits.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Button buttonClose;
|
|
private System.Windows.Forms.PictureBox pictureBox;
|
|
private System.Windows.Forms.Label labelAppName;
|
|
private System.Windows.Forms.Label labelVersion;
|
|
private System.Windows.Forms.LinkLabel linkFamFamFam;
|
|
private System.Windows.Forms.LinkLabel linkVistaMenu;
|
|
private System.Windows.Forms.LinkLabel linkHexBox;
|
|
private System.Windows.Forms.Label labelBy;
|
|
private System.Windows.Forms.LinkLabel linkSourceforge;
|
|
private System.Windows.Forms.LinkLabel linkEmail;
|
|
private System.Windows.Forms.LinkLabel linkAsm;
|
|
private System.Windows.Forms.LinkLabel linkTreeViewAdv;
|
|
private System.Windows.Forms.FlowLayoutPanel flowCredits;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.Label labelFiller;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.Label label7;
|
|
private System.Windows.Forms.LinkLabel linkICSharpCode;
|
|
private System.Windows.Forms.Button buttonChangelog;
|
|
private System.Windows.Forms.LinkLabel linkTaskDialog;
|
|
private System.Windows.Forms.Label label9;
|
|
private System.Windows.Forms.Button buttonDiagnostics;
|
|
private System.Windows.Forms.Label label10;
|
|
private System.Windows.Forms.Label label11;
|
|
private System.Windows.Forms.LinkLabel linkSysinternals;
|
|
private System.Windows.Forms.Label label8;
|
|
private System.Windows.Forms.LinkLabel linkNtInternals;
|
|
private System.Windows.Forms.LinkLabel linkReactOS;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.LinkLabel linkGamingMasteR;
|
|
private System.Windows.Forms.LinkLabel linkKerem;
|
|
|
|
}
|
|
}
|