mirror of
https://github.com/riperiperi/FreeSO
synced 2026-08-13 20:26:13 -04:00
134 lines
No EOL
6.4 KiB
C#
134 lines
No EOL
6.4 KiB
C#
namespace FSO.Client.Debug
|
|
{
|
|
partial class FSOExceptionDisplay
|
|
{
|
|
/// <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(FSOExceptionDisplay));
|
|
this.ContinueButton = new System.Windows.Forms.Button();
|
|
this.CopyButton = new System.Windows.Forms.Button();
|
|
this.ExceptionBox = new System.Windows.Forms.TextBox();
|
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// ContinueButton
|
|
//
|
|
this.ContinueButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.ContinueButton.Location = new System.Drawing.Point(647, 312);
|
|
this.ContinueButton.Name = "ContinueButton";
|
|
this.ContinueButton.Size = new System.Drawing.Size(75, 23);
|
|
this.ContinueButton.TabIndex = 0;
|
|
this.ContinueButton.Text = "Continue";
|
|
this.ContinueButton.UseVisualStyleBackColor = true;
|
|
this.ContinueButton.Click += new System.EventHandler(this.ContinueButton_Click);
|
|
//
|
|
// CopyButton
|
|
//
|
|
this.CopyButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.CopyButton.Location = new System.Drawing.Point(537, 312);
|
|
this.CopyButton.Name = "CopyButton";
|
|
this.CopyButton.Size = new System.Drawing.Size(104, 23);
|
|
this.CopyButton.TabIndex = 1;
|
|
this.CopyButton.Text = "Copy to Clipboard";
|
|
this.CopyButton.UseVisualStyleBackColor = true;
|
|
this.CopyButton.Click += new System.EventHandler(this.CopyButton_Click);
|
|
//
|
|
// ExceptionBox
|
|
//
|
|
this.ExceptionBox.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.ExceptionBox.Location = new System.Drawing.Point(8, 102);
|
|
this.ExceptionBox.Multiline = true;
|
|
this.ExceptionBox.Name = "ExceptionBox";
|
|
this.ExceptionBox.ScrollBars = System.Windows.Forms.ScrollBars.Both;
|
|
this.ExceptionBox.Size = new System.Drawing.Size(714, 201);
|
|
this.ExceptionBox.TabIndex = 2;
|
|
//
|
|
// pictureBox1
|
|
//
|
|
this.pictureBox1.BackgroundImage = global::FSO.Client.Properties.Resources.ico256;
|
|
this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|
this.pictureBox1.Location = new System.Drawing.Point(13, 12);
|
|
this.pictureBox1.Name = "pictureBox1";
|
|
this.pictureBox1.Size = new System.Drawing.Size(77, 77);
|
|
this.pictureBox1.TabIndex = 3;
|
|
this.pictureBox1.TabStop = false;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label1.Location = new System.Drawing.Point(100, 12);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(288, 25);
|
|
this.label1.TabIndex = 4;
|
|
this.label1.Text = "A fatal error has occurred!";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.Location = new System.Drawing.Point(100, 42);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(331, 47);
|
|
this.label2.TabIndex = 5;
|
|
this.label2.Text = "FreeSO has encountered a problem and needs to close. The exception details are li" +
|
|
"sted below, so that this issue can be reported and eventually fixed!";
|
|
//
|
|
// FSOExceptionDisplay
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(734, 347);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.label1);
|
|
this.Controls.Add(this.pictureBox1);
|
|
this.Controls.Add(this.ExceptionBox);
|
|
this.Controls.Add(this.CopyButton);
|
|
this.Controls.Add(this.ContinueButton);
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.MinimumSize = new System.Drawing.Size(500, 300);
|
|
this.Name = "FSOExceptionDisplay";
|
|
this.Text = "FreeSO";
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Button ContinueButton;
|
|
private System.Windows.Forms.Button CopyButton;
|
|
private System.Windows.Forms.TextBox ExceptionBox;
|
|
private System.Windows.Forms.PictureBox pictureBox1;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Label label2;
|
|
}
|
|
} |