namespace ProcessHacker { partial class AboutWindow { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// 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.labelCredits = 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.buttonMoreInfo = new System.Windows.Forms.Button(); this.linkAsm = new System.Windows.Forms.LinkLabel(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox)).BeginInit(); 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(333, 218); 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"; // // labelCredits // this.labelCredits.AutoSize = true; this.labelCredits.Location = new System.Drawing.Point(174, 68); this.labelCredits.Name = "labelCredits"; this.labelCredits.Size = new System.Drawing.Size(58, 26); this.labelCredits.TabIndex = 4; this.labelCredits.Text = "Thanks to:\r\n\r\n"; // // linkFamFamFam // this.linkFamFamFam.AutoSize = true; this.linkFamFamFam.Location = new System.Drawing.Point(174, 126); 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.Location = new System.Drawing.Point(174, 110); this.linkVistaMenu.Name = "linkVistaMenu"; this.linkVistaMenu.Size = new System.Drawing.Size(155, 13); this.linkVistaMenu.TabIndex = 6; this.linkVistaMenu.TabStop = true; this.linkVistaMenu.Text = "wyDay - VistaMenu, SplitButton"; this.linkVistaMenu.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkVistaMenu_LinkClicked); // // linkHexBox // this.linkHexBox.AutoSize = true; this.linkHexBox.Location = new System.Drawing.Point(174, 94); 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.AutoSize = true; this.labelBy.Location = new System.Drawing.Point(174, 50); this.labelBy.Name = "labelBy"; this.labelBy.Size = new System.Drawing.Size(212, 13); this.labelBy.TabIndex = 8; this.labelBy.Text = "by wj32. 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, 223); 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.AutoSize = true; this.linkEmail.Location = new System.Drawing.Point(12, 203); this.linkEmail.Name = "linkEmail"; this.linkEmail.Size = new System.Drawing.Size(190, 13); this.linkEmail.TabIndex = 10; this.linkEmail.TabStop = true; this.linkEmail.Text = "Send feedback to wj32.64@gmail.com"; this.linkEmail.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkEmail_LinkClicked); // // buttonMoreInfo // this.buttonMoreInfo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.buttonMoreInfo.FlatStyle = System.Windows.Forms.FlatStyle.System; this.buttonMoreInfo.Location = new System.Drawing.Point(252, 218); this.buttonMoreInfo.Name = "buttonMoreInfo"; this.buttonMoreInfo.Size = new System.Drawing.Size(75, 23); this.buttonMoreInfo.TabIndex = 11; this.buttonMoreInfo.Text = "More..."; this.buttonMoreInfo.UseVisualStyleBackColor = true; this.buttonMoreInfo.Click += new System.EventHandler(this.buttonMoreInfo_Click); // // linkAsm // this.linkAsm.AutoSize = true; this.linkAsm.Location = new System.Drawing.Point(174, 142); 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); // // AboutWindow // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(420, 253); this.Controls.Add(this.linkAsm); this.Controls.Add(this.buttonMoreInfo); this.Controls.Add(this.linkEmail); this.Controls.Add(this.linkSourceforge); this.Controls.Add(this.labelBy); this.Controls.Add(this.linkHexBox); this.Controls.Add(this.linkVistaMenu); this.Controls.Add(this.linkFamFamFam); this.Controls.Add(this.labelCredits); 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.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.Label labelCredits; 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.Button buttonMoreInfo; private System.Windows.Forms.LinkLabel linkAsm; } }