namespace DelftTools.Controls.Swf
{
partial class ExceptionDialog
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ExceptionDialog));
this.buttonRestart = new System.Windows.Forms.Button();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.buttonCopyTextToClipboard = new System.Windows.Forms.Button();
this.exceptionTextBox = new System.Windows.Forms.RichTextBox();
this.richTextBox1 = new System.Windows.Forms.RichTextBox();
this.buttonExit = new System.Windows.Forms.Button();
this.ContinueButton = new System.Windows.Forms.Button();
this.buttonOpenLog = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.SuspendLayout();
//
// buttonRestart
//
this.buttonRestart.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.buttonRestart.DialogResult = System.Windows.Forms.DialogResult.OK;
this.buttonRestart.Location = new System.Drawing.Point(449, 238);
this.buttonRestart.Name = "buttonRestart";
this.buttonRestart.Size = new System.Drawing.Size(75, 23);
this.buttonRestart.TabIndex = 2;
this.buttonRestart.Text = "Restart";
this.buttonRestart.UseVisualStyleBackColor = true;
this.buttonRestart.Click += new System.EventHandler(this.buttonRestart_Click);
//
// pictureBox1
//
this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
this.pictureBox1.Location = new System.Drawing.Point(12, 12);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(23, 50);
this.pictureBox1.TabIndex = 5;
this.pictureBox1.TabStop = false;
//
// buttonCopyTextToClipboard
//
this.buttonCopyTextToClipboard.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.buttonCopyTextToClipboard.Location = new System.Drawing.Point(43, 238);
this.buttonCopyTextToClipboard.Name = "buttonCopyTextToClipboard";
this.buttonCopyTextToClipboard.Size = new System.Drawing.Size(124, 23);
this.buttonCopyTextToClipboard.TabIndex = 4;
this.buttonCopyTextToClipboard.Text = "Copy Text to Clipboard";
this.buttonCopyTextToClipboard.UseVisualStyleBackColor = true;
this.buttonCopyTextToClipboard.Click += new System.EventHandler(this.buttonCopyTextToClipboard_Click);
//
// exceptionTextBox
//
this.exceptionTextBox.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.exceptionTextBox.BackColor = System.Drawing.SystemColors.ControlLight;
this.exceptionTextBox.ForeColor = System.Drawing.Color.Black;
this.exceptionTextBox.Location = new System.Drawing.Point(41, 36);
this.exceptionTextBox.Name = "exceptionTextBox";
this.exceptionTextBox.ReadOnly = true;
this.exceptionTextBox.Size = new System.Drawing.Size(483, 196);
this.exceptionTextBox.TabIndex = 3;
this.exceptionTextBox.Text = "Bla-bla-bla.";
//
// richTextBox1
//
this.richTextBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.richTextBox1.BackColor = System.Drawing.SystemColors.ButtonFace;
this.richTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.richTextBox1.Location = new System.Drawing.Point(41, 12);
this.richTextBox1.Name = "richTextBox1";
this.richTextBox1.ReadOnly = true;
this.richTextBox1.Size = new System.Drawing.Size(483, 20);
this.richTextBox1.TabIndex = 3;
this.richTextBox1.Text = "An unhandled exception has occurred. Delta Shell needs to be restarted. ";
//
// buttonExit
//
this.buttonExit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.buttonExit.DialogResult = System.Windows.Forms.DialogResult.OK;
this.buttonExit.Location = new System.Drawing.Point(368, 238);
this.buttonExit.Name = "buttonExit";
this.buttonExit.Size = new System.Drawing.Size(75, 23);
this.buttonExit.TabIndex = 1;
this.buttonExit.Text = "Exit";
this.buttonExit.UseVisualStyleBackColor = true;
this.buttonExit.Click += new System.EventHandler(this.buttonExit_Click);
//
// buttonContinue
//
this.ContinueButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.ContinueButton.DialogResult = System.Windows.Forms.DialogResult.OK;
this.ContinueButton.Location = new System.Drawing.Point(287, 238);
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.buttonContinue_Click);
//
// buttonOpenLog
//
this.buttonOpenLog.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.buttonOpenLog.Location = new System.Drawing.Point(173, 238);
this.buttonOpenLog.Name = "buttonOpenLog";
this.buttonOpenLog.Size = new System.Drawing.Size(86, 23);
this.buttonOpenLog.TabIndex = 6;
this.buttonOpenLog.Text = "Open Log File";
this.buttonOpenLog.UseVisualStyleBackColor = true;
this.buttonOpenLog.Click += new System.EventHandler(this.buttonOpenLog_Click);
//
// ExceptionDialog
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(536, 273);
this.ControlBox = false;
this.Controls.Add(this.buttonOpenLog);
this.Controls.Add(this.ContinueButton);
this.Controls.Add(this.buttonExit);
this.Controls.Add(this.pictureBox1);
this.Controls.Add(this.exceptionTextBox);
this.Controls.Add(this.richTextBox1);
this.Controls.Add(this.buttonCopyTextToClipboard);
this.Controls.Add(this.buttonRestart);
this.Name = "ExceptionDialog";
this.ShowIcon = false;
this.ShowInTaskbar = false;
this.Text = "Critical Error";
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button buttonRestart;
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.Button buttonCopyTextToClipboard;
private System.Windows.Forms.RichTextBox exceptionTextBox;
private System.Windows.Forms.RichTextBox richTextBox1;
private System.Windows.Forms.Button buttonExit;
private System.Windows.Forms.Button buttonOpenLog;
}
}