mirror of
https://github.com/mirror/processhacker
synced 2026-06-08 16:03:24 +00:00
276ad9a0f2
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2005 21ef857c-d57f-4fe0-8362-d861dc6d29cd
194 lines
10 KiB
C#
194 lines
10 KiB
C#
namespace ProcessHacker
|
|
{
|
|
partial class ErrorDialog
|
|
{
|
|
/// <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(ErrorDialog));
|
|
this.labelIntro = new System.Windows.Forms.Label();
|
|
this.buttonContinue = new System.Windows.Forms.Button();
|
|
this.buttonQuit = new System.Windows.Forms.Button();
|
|
this.textException = new System.Windows.Forms.TextBox();
|
|
this.submitReportButton = new System.Windows.Forms.Button();
|
|
this.statusLinkLabel = new System.Windows.Forms.LinkLabel();
|
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|
this.panel1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// labelIntro
|
|
//
|
|
this.labelIntro.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.labelIntro.Location = new System.Drawing.Point(60, 20);
|
|
this.labelIntro.Name = "labelIntro";
|
|
this.labelIntro.Size = new System.Drawing.Size(448, 43);
|
|
this.labelIntro.TabIndex = 0;
|
|
this.labelIntro.Text = resources.GetString("labelIntro.Text");
|
|
//
|
|
// buttonContinue
|
|
//
|
|
this.buttonContinue.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.buttonContinue.FlatStyle = System.Windows.Forms.FlatStyle.System;
|
|
this.buttonContinue.Location = new System.Drawing.Point(421, 326);
|
|
this.buttonContinue.Name = "buttonContinue";
|
|
this.buttonContinue.Size = new System.Drawing.Size(75, 23);
|
|
this.buttonContinue.TabIndex = 4;
|
|
this.buttonContinue.Text = "&Continue";
|
|
this.buttonContinue.UseVisualStyleBackColor = true;
|
|
this.buttonContinue.Click += new System.EventHandler(this.buttonContinue_Click);
|
|
//
|
|
// buttonQuit
|
|
//
|
|
this.buttonQuit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.buttonQuit.FlatStyle = System.Windows.Forms.FlatStyle.System;
|
|
this.buttonQuit.Location = new System.Drawing.Point(259, 326);
|
|
this.buttonQuit.Name = "buttonQuit";
|
|
this.buttonQuit.Size = new System.Drawing.Size(75, 23);
|
|
this.buttonQuit.TabIndex = 0;
|
|
this.buttonQuit.Text = "&Quit";
|
|
this.buttonQuit.UseVisualStyleBackColor = true;
|
|
this.buttonQuit.Click += new System.EventHandler(this.buttonQuit_Click);
|
|
//
|
|
// textException
|
|
//
|
|
this.textException.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.textException.BackColor = System.Drawing.Color.WhiteSmoke;
|
|
this.textException.Location = new System.Drawing.Point(12, 72);
|
|
this.textException.Multiline = true;
|
|
this.textException.Name = "textException";
|
|
this.textException.ReadOnly = true;
|
|
this.textException.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
|
|
this.textException.Size = new System.Drawing.Size(484, 240);
|
|
this.textException.TabIndex = 10;
|
|
//
|
|
// submitReportButton
|
|
//
|
|
this.submitReportButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.submitReportButton.FlatStyle = System.Windows.Forms.FlatStyle.System;
|
|
this.submitReportButton.Location = new System.Drawing.Point(340, 326);
|
|
this.submitReportButton.Name = "submitReportButton";
|
|
this.submitReportButton.Size = new System.Drawing.Size(75, 23);
|
|
this.submitReportButton.TabIndex = 5;
|
|
this.submitReportButton.Text = "&Send Report";
|
|
this.submitReportButton.UseVisualStyleBackColor = true;
|
|
this.submitReportButton.Click += new System.EventHandler(this.submitReportButton_Click);
|
|
//
|
|
// statusLinkLabel
|
|
//
|
|
this.statusLinkLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.statusLinkLabel.AutoSize = true;
|
|
this.statusLinkLabel.Enabled = false;
|
|
this.statusLinkLabel.Location = new System.Drawing.Point(9, 331);
|
|
this.statusLinkLabel.Name = "statusLinkLabel";
|
|
this.statusLinkLabel.Size = new System.Drawing.Size(199, 13);
|
|
this.statusLinkLabel.TabIndex = 6;
|
|
this.statusLinkLabel.TabStop = true;
|
|
this.statusLinkLabel.Text = "Please Wait, Reporting to Bug Tracker...";
|
|
this.statusLinkLabel.Visible = false;
|
|
this.statusLinkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.statusLinkLabel_LinkClicked);
|
|
//
|
|
// pictureBox1
|
|
//
|
|
this.pictureBox1.Image = global::ProcessHacker.Properties.Resources.exIcon;
|
|
this.pictureBox1.Location = new System.Drawing.Point(5, 6);
|
|
this.pictureBox1.Name = "pictureBox1";
|
|
this.pictureBox1.Size = new System.Drawing.Size(52, 50);
|
|
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
this.pictureBox1.TabIndex = 11;
|
|
this.pictureBox1.TabStop = false;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label1.Location = new System.Drawing.Point(61, 5);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(334, 13);
|
|
this.label1.TabIndex = 12;
|
|
this.label1.Text = "An unhandled exception has occured in Process Hacker. ";
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.panel1.BackColor = System.Drawing.Color.White;
|
|
this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.panel1.Controls.Add(this.label1);
|
|
this.panel1.Controls.Add(this.pictureBox1);
|
|
this.panel1.Controls.Add(this.labelIntro);
|
|
this.panel1.Location = new System.Drawing.Point(-1, -1);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(514, 67);
|
|
this.panel1.TabIndex = 16;
|
|
//
|
|
// ErrorDialog
|
|
//
|
|
this.AcceptButton = this.buttonQuit;
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.BackColor = System.Drawing.SystemColors.Control;
|
|
this.ClientSize = new System.Drawing.Size(508, 361);
|
|
this.Controls.Add(this.panel1);
|
|
this.Controls.Add(this.statusLinkLabel);
|
|
this.Controls.Add(this.submitReportButton);
|
|
this.Controls.Add(this.textException);
|
|
this.Controls.Add(this.buttonQuit);
|
|
this.Controls.Add(this.buttonContinue);
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.MinimumSize = new System.Drawing.Size(524, 200);
|
|
this.Name = "ErrorDialog";
|
|
this.ShowIcon = false;
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
|
|
this.Text = "Error";
|
|
this.TopMost = true;
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|
this.panel1.ResumeLayout(false);
|
|
this.panel1.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Label labelIntro;
|
|
private System.Windows.Forms.Button buttonContinue;
|
|
private System.Windows.Forms.Button buttonQuit;
|
|
private System.Windows.Forms.TextBox textException;
|
|
private System.Windows.Forms.Button submitReportButton;
|
|
private System.Windows.Forms.LinkLabel statusLinkLabel;
|
|
private System.Windows.Forms.PictureBox pictureBox1;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Panel panel1;
|
|
}
|
|
} |