2013-08-29 10:05:50 +00:00
namespace CodeImp.DoomBuilder.GZBuilder.Windows
{
partial class ExceptionDialog
{
/// <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>
2014-12-03 23:15:26 +00:00
protected override void Dispose ( bool disposing )
{
if ( disposing & & ( components ! = null ) )
{
2013-08-29 10:05:50 +00:00
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>
2014-12-03 23:15:26 +00:00
private void InitializeComponent ( )
{
2013-08-29 10:05:50 +00:00
this . bQuit = new System . Windows . Forms . Button ( ) ;
this . bContinue = new System . Windows . Forms . Button ( ) ;
this . errorMessage = new System . Windows . Forms . TextBox ( ) ;
this . pictureBox1 = new System . Windows . Forms . PictureBox ( ) ;
this . reportLink = new System . Windows . Forms . LinkLabel ( ) ;
this . threadLink = new System . Windows . Forms . LinkLabel ( ) ;
this . bToClipboard = new System . Windows . Forms . Button ( ) ;
this . errorDescription = new System . Windows . Forms . Label ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . pictureBox1 ) ) . BeginInit ( ) ;
this . SuspendLayout ( ) ;
//
// bQuit
//
this . bQuit . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Bottom | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . bQuit . DialogResult = System . Windows . Forms . DialogResult . Cancel ;
2015-02-15 20:16:01 +00:00
this . bQuit . Location = new System . Drawing . Point ( 537 , 195 ) ;
2013-08-29 10:05:50 +00:00
this . bQuit . Name = "bQuit" ;
this . bQuit . Size = new System . Drawing . Size ( 75 , 23 ) ;
this . bQuit . TabIndex = 0 ;
this . bQuit . Text = "Quit" ;
this . bQuit . UseVisualStyleBackColor = true ;
//
// bContinue
//
this . bContinue . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Bottom | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
2015-02-15 20:16:01 +00:00
this . bContinue . Location = new System . Drawing . Point ( 456 , 195 ) ;
2013-08-29 10:05:50 +00:00
this . bContinue . Name = "bContinue" ;
this . bContinue . Size = new System . Drawing . Size ( 75 , 23 ) ;
this . bContinue . TabIndex = 1 ;
this . bContinue . Text = "Continue" ;
this . bContinue . UseVisualStyleBackColor = true ;
this . bContinue . Click + = new System . EventHandler ( this . bContinue_Click ) ;
//
// errorMessage
//
this . errorMessage . Location = new System . Drawing . Point ( 77 , 28 ) ;
this . errorMessage . Multiline = true ;
this . errorMessage . Name = "errorMessage" ;
this . errorMessage . ScrollBars = System . Windows . Forms . ScrollBars . Vertical ;
this . errorMessage . Size = new System . Drawing . Size ( 535 , 119 ) ;
this . errorMessage . TabIndex = 3 ;
this . errorMessage . Text = "Stack trace" ;
//
// pictureBox1
//
this . pictureBox1 . Image = global :: CodeImp . DoomBuilder . Properties . Resources . MCrash ;
this . pictureBox1 . Location = new System . Drawing . Point ( 7 , 9 ) ;
this . pictureBox1 . Name = "pictureBox1" ;
this . pictureBox1 . Size = new System . Drawing . Size ( 64 , 64 ) ;
this . pictureBox1 . TabIndex = 2 ;
this . pictureBox1 . TabStop = false ;
//
// reportLink
//
this . reportLink . AutoSize = true ;
2014-12-30 13:21:01 +00:00
this . reportLink . LinkArea = new System . Windows . Forms . LinkArea ( 53 , 4 ) ;
2015-01-06 11:49:06 +00:00
this . reportLink . LinkColor = System . Drawing . SystemColors . HotTrack ;
2014-12-30 13:21:01 +00:00
this . reportLink . Location = new System . Drawing . Point ( 77 , 157 ) ;
2013-08-29 10:05:50 +00:00
this . reportLink . Name = "reportLink" ;
2014-12-30 13:21:01 +00:00
this . reportLink . Size = new System . Drawing . Size ( 286 , 17 ) ;
2013-08-29 10:05:50 +00:00
this . reportLink . TabIndex = 5 ;
this . reportLink . TabStop = true ;
2014-12-30 13:21:01 +00:00
this . reportLink . Text = "Error report with additional information was created here" ;
this . reportLink . UseCompatibleTextRendering = true ;
2013-08-29 10:05:50 +00:00
this . reportLink . LinkClicked + = new System . Windows . Forms . LinkLabelLinkClickedEventHandler ( this . reportLink_LinkClicked ) ;
//
// threadLink
//
this . threadLink . AutoSize = true ;
2014-12-30 13:21:01 +00:00
this . threadLink . LinkArea = new System . Windows . Forms . LinkArea ( 101 , 28 ) ;
2015-01-06 11:49:06 +00:00
this . threadLink . LinkColor = System . Drawing . SystemColors . HotTrack ;
2014-12-30 13:21:01 +00:00
this . threadLink . Location = new System . Drawing . Point ( 77 , 178 ) ;
2013-08-29 10:05:50 +00:00
this . threadLink . Name = "threadLink" ;
2014-12-30 13:21:01 +00:00
this . threadLink . Size = new System . Drawing . Size ( 349 , 30 ) ;
2013-08-29 10:05:50 +00:00
this . threadLink . TabIndex = 8 ;
this . threadLink . TabStop = true ;
2014-12-30 13:21:01 +00:00
this . threadLink . Text = "You can help fixing this error if you provide the ways to reproduce it \r\nand the " +
"error report at the official thread at ZDoom.org" ;
this . threadLink . UseCompatibleTextRendering = true ;
2013-08-29 10:05:50 +00:00
this . threadLink . LinkClicked + = new System . Windows . Forms . LinkLabelLinkClickedEventHandler ( this . threadLink_LinkClicked ) ;
//
// bToClipboard
//
this . bToClipboard . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Top | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . bToClipboard . Location = new System . Drawing . Point ( 512 , 151 ) ;
this . bToClipboard . Name = "bToClipboard" ;
2014-12-30 13:21:01 +00:00
this . bToClipboard . Size = new System . Drawing . Size ( 100 , 23 ) ;
2013-08-29 10:05:50 +00:00
this . bToClipboard . TabIndex = 9 ;
this . bToClipboard . Text = "Copy to clipboard" ;
this . bToClipboard . UseVisualStyleBackColor = true ;
this . bToClipboard . Click + = new System . EventHandler ( this . bToClipboard_Click ) ;
//
// errorDescription
//
this . errorDescription . AutoSize = true ;
2014-12-30 13:21:01 +00:00
this . errorDescription . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 8.25F , System . Drawing . FontStyle . Bold , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 204 ) ) ) ;
2013-08-29 10:05:50 +00:00
this . errorDescription . Location = new System . Drawing . Point ( 77 , 9 ) ;
this . errorDescription . Name = "errorDescription" ;
2014-12-30 13:21:01 +00:00
this . errorDescription . Size = new System . Drawing . Size ( 176 , 13 ) ;
2013-08-29 10:05:50 +00:00
this . errorDescription . TabIndex = 10 ;
this . errorDescription . Text = "An application error occurred:" ;
//
// ExceptionDialog
//
this . AcceptButton = this . bContinue ;
this . AutoScaleDimensions = new System . Drawing . SizeF ( 96F , 96F ) ;
this . AutoScaleMode = System . Windows . Forms . AutoScaleMode . Dpi ;
this . CancelButton = this . bQuit ;
this . ClientSize = new System . Drawing . Size ( 624 , 224 ) ;
this . Controls . Add ( this . reportLink ) ;
this . Controls . Add ( this . errorDescription ) ;
this . Controls . Add ( this . bToClipboard ) ;
this . Controls . Add ( this . threadLink ) ;
this . Controls . Add ( this . errorMessage ) ;
this . Controls . Add ( this . pictureBox1 ) ;
this . Controls . Add ( this . bContinue ) ;
this . Controls . Add ( this . bQuit ) ;
2014-10-17 12:50:26 +00:00
this . FormBorderStyle = System . Windows . Forms . FormBorderStyle . FixedDialog ;
this . MaximizeBox = false ;
2013-08-29 10:05:50 +00:00
this . MinimizeBox = false ;
this . Name = "ExceptionDialog" ;
2014-10-17 12:50:26 +00:00
this . ShowIcon = false ;
2013-08-29 10:05:50 +00:00
this . ShowInTaskbar = false ;
this . StartPosition = System . Windows . Forms . FormStartPosition . CenterScreen ;
this . Text = "OH NOES! MOAR ERRORS!" ;
this . TopMost = true ;
( ( System . ComponentModel . ISupportInitialize ) ( this . pictureBox1 ) ) . EndInit ( ) ;
this . ResumeLayout ( false ) ;
this . PerformLayout ( ) ;
}
#endregion
private System . Windows . Forms . Button bQuit ;
private System . Windows . Forms . Button bContinue ;
private System . Windows . Forms . PictureBox pictureBox1 ;
private System . Windows . Forms . TextBox errorMessage ;
private System . Windows . Forms . LinkLabel reportLink ;
private System . Windows . Forms . LinkLabel threadLink ;
private System . Windows . Forms . Button bToClipboard ;
private System . Windows . Forms . Label errorDescription ;
}
}