namespace CodeImp.DoomBuilder.GZBuilder.Windows { 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() { 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.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); 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; this.bQuit.Location = new System.Drawing.Point(456, 195); 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))); this.bContinue.Location = new System.Drawing.Point(537, 195); 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.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); 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; this.reportLink.Location = new System.Drawing.Point(327, 157); this.reportLink.Name = "reportLink"; this.reportLink.Size = new System.Drawing.Size(29, 14); this.reportLink.TabIndex = 5; this.reportLink.TabStop = true; this.reportLink.Text = "here"; this.reportLink.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.reportLink_LinkClicked); // // label1 // this.label1.AutoSize = true; this.label1.FlatStyle = System.Windows.Forms.FlatStyle.System; this.label1.Location = new System.Drawing.Point(77, 157); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(256, 14); this.label1.TabIndex = 6; this.label1.Text = "Error report with additional information was created"; // // label2 // this.label2.AutoSize = true; this.label2.FlatStyle = System.Windows.Forms.FlatStyle.System; this.label2.Location = new System.Drawing.Point(77, 178); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(340, 28); this.label2.TabIndex = 7; this.label2.Text = "You can help fixing this error if you provide the ways to reproduce it \r\nand the " + "error report at"; // // threadLink // this.threadLink.AutoSize = true; this.threadLink.Location = new System.Drawing.Point(186, 192); this.threadLink.Name = "threadLink"; this.threadLink.Size = new System.Drawing.Size(159, 14); this.threadLink.TabIndex = 8; this.threadLink.TabStop = true; this.threadLink.Text = "the official thread at ZDoom.org"; 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"; this.bToClipboard.Size = new System.Drawing.Size(100, 20); 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; this.errorDescription.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.errorDescription.Location = new System.Drawing.Point(77, 9); this.errorDescription.Name = "errorDescription"; this.errorDescription.Size = new System.Drawing.Size(172, 14); 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.label1); this.Controls.Add(this.errorMessage); this.Controls.Add(this.pictureBox1); this.Controls.Add(this.bContinue); this.Controls.Add(this.bQuit); this.Controls.Add(this.label2); this.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "ExceptionDialog"; this.ShowIcon = false; 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.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.LinkLabel threadLink; private System.Windows.Forms.Button bToClipboard; private System.Windows.Forms.Label errorDescription; } }