|
|
|
@ -37,6 +37,7 @@ namespace ICSharpCode.SharpDevelop.Services
@@ -37,6 +37,7 @@ namespace ICSharpCode.SharpDevelop.Services
|
|
|
|
|
this.btnStop = new System.Windows.Forms.Button(); |
|
|
|
|
this.btnBreak = new System.Windows.Forms.Button(); |
|
|
|
|
this.btnContinue = new System.Windows.Forms.Button(); |
|
|
|
|
this.chkBreakOnHandled = new System.Windows.Forms.CheckBox(); |
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox)).BeginInit(); |
|
|
|
|
this.SuspendLayout(); |
|
|
|
|
//
|
|
|
|
@ -45,14 +46,14 @@ namespace ICSharpCode.SharpDevelop.Services
@@ -45,14 +46,14 @@ namespace ICSharpCode.SharpDevelop.Services
|
|
|
|
|
this.pictureBox.Location = new System.Drawing.Point(4, 12); |
|
|
|
|
this.pictureBox.Name = "pictureBox"; |
|
|
|
|
this.pictureBox.Size = new System.Drawing.Size(48, 52); |
|
|
|
|
this.pictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; |
|
|
|
|
this.pictureBox.TabIndex = 0; |
|
|
|
|
this.pictureBox.TabStop = false; |
|
|
|
|
this.pictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; |
|
|
|
|
//
|
|
|
|
|
// lblExceptionText
|
|
|
|
|
//
|
|
|
|
|
this.lblExceptionText.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) |
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right))); |
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right))); |
|
|
|
|
this.lblExceptionText.Location = new System.Drawing.Point(58, 12); |
|
|
|
|
this.lblExceptionText.Name = "lblExceptionText"; |
|
|
|
|
this.lblExceptionText.Size = new System.Drawing.Size(564, 52); |
|
|
|
@ -62,14 +63,14 @@ namespace ICSharpCode.SharpDevelop.Services
@@ -62,14 +63,14 @@ namespace ICSharpCode.SharpDevelop.Services
|
|
|
|
|
// exceptionView
|
|
|
|
|
//
|
|
|
|
|
this.exceptionView.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))); |
|
|
|
|
| System.Windows.Forms.AnchorStyles.Left) |
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right))); |
|
|
|
|
this.exceptionView.BackColor = System.Drawing.SystemColors.Control; |
|
|
|
|
this.exceptionView.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
|
|
|
|
this.exceptionView.Location = new System.Drawing.Point(4, 70); |
|
|
|
|
this.exceptionView.Name = "exceptionView"; |
|
|
|
|
this.exceptionView.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.ForcedBoth; |
|
|
|
|
this.exceptionView.Size = new System.Drawing.Size(635, 290); |
|
|
|
|
this.exceptionView.Size = new System.Drawing.Size(635, 283); |
|
|
|
|
this.exceptionView.TabIndex = 2; |
|
|
|
|
this.exceptionView.Text = ""; |
|
|
|
|
//
|
|
|
|
@ -77,7 +78,7 @@ namespace ICSharpCode.SharpDevelop.Services
@@ -77,7 +78,7 @@ namespace ICSharpCode.SharpDevelop.Services
|
|
|
|
|
//
|
|
|
|
|
this.btnStop.Anchor = System.Windows.Forms.AnchorStyles.Bottom; |
|
|
|
|
this.btnStop.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; |
|
|
|
|
this.btnStop.Location = new System.Drawing.Point(385, 366); |
|
|
|
|
this.btnStop.Location = new System.Drawing.Point(385, 380); |
|
|
|
|
this.btnStop.Name = "btnStop"; |
|
|
|
|
this.btnStop.Size = new System.Drawing.Size(115, 30); |
|
|
|
|
this.btnStop.TabIndex = 3; |
|
|
|
@ -90,7 +91,7 @@ namespace ICSharpCode.SharpDevelop.Services
@@ -90,7 +91,7 @@ namespace ICSharpCode.SharpDevelop.Services
|
|
|
|
|
//
|
|
|
|
|
this.btnBreak.Anchor = System.Windows.Forms.AnchorStyles.Bottom; |
|
|
|
|
this.btnBreak.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; |
|
|
|
|
this.btnBreak.Location = new System.Drawing.Point(143, 366); |
|
|
|
|
this.btnBreak.Location = new System.Drawing.Point(143, 380); |
|
|
|
|
this.btnBreak.Name = "btnBreak"; |
|
|
|
|
this.btnBreak.Size = new System.Drawing.Size(115, 30); |
|
|
|
|
this.btnBreak.TabIndex = 4; |
|
|
|
@ -103,7 +104,7 @@ namespace ICSharpCode.SharpDevelop.Services
@@ -103,7 +104,7 @@ namespace ICSharpCode.SharpDevelop.Services
|
|
|
|
|
//
|
|
|
|
|
this.btnContinue.Anchor = System.Windows.Forms.AnchorStyles.Bottom; |
|
|
|
|
this.btnContinue.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; |
|
|
|
|
this.btnContinue.Location = new System.Drawing.Point(264, 366); |
|
|
|
|
this.btnContinue.Location = new System.Drawing.Point(264, 380); |
|
|
|
|
this.btnContinue.Name = "btnContinue"; |
|
|
|
|
this.btnContinue.Size = new System.Drawing.Size(115, 30); |
|
|
|
|
this.btnContinue.TabIndex = 5; |
|
|
|
@ -112,11 +113,23 @@ namespace ICSharpCode.SharpDevelop.Services
@@ -112,11 +113,23 @@ namespace ICSharpCode.SharpDevelop.Services
|
|
|
|
|
this.btnContinue.UseVisualStyleBackColor = true; |
|
|
|
|
this.btnContinue.Click += new System.EventHandler(this.BtnContinueClick); |
|
|
|
|
//
|
|
|
|
|
// chkBreakOnHandled
|
|
|
|
|
//
|
|
|
|
|
this.chkBreakOnHandled.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) |
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right))); |
|
|
|
|
this.chkBreakOnHandled.Location = new System.Drawing.Point(4, 350); |
|
|
|
|
this.chkBreakOnHandled.Name = "chkBreakOnHandled"; |
|
|
|
|
this.chkBreakOnHandled.Size = new System.Drawing.Size(635, 24); |
|
|
|
|
this.chkBreakOnHandled.TabIndex = 6; |
|
|
|
|
this.chkBreakOnHandled.Text = "checkBox1"; |
|
|
|
|
this.chkBreakOnHandled.UseVisualStyleBackColor = true; |
|
|
|
|
//
|
|
|
|
|
// DebuggeeExceptionForm
|
|
|
|
|
//
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; |
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); |
|
|
|
|
this.ClientSize = new System.Drawing.Size(642, 399); |
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; |
|
|
|
|
this.ClientSize = new System.Drawing.Size(642, 413); |
|
|
|
|
this.Controls.Add(this.chkBreakOnHandled); |
|
|
|
|
this.Controls.Add(this.btnContinue); |
|
|
|
|
this.Controls.Add(this.btnBreak); |
|
|
|
|
this.Controls.Add(this.btnStop); |
|
|
|
@ -128,6 +141,7 @@ namespace ICSharpCode.SharpDevelop.Services
@@ -128,6 +141,7 @@ namespace ICSharpCode.SharpDevelop.Services
|
|
|
|
|
this.Resize += new System.EventHandler(this.FormResize); |
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox)).EndInit(); |
|
|
|
|
this.ResumeLayout(false); |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
private System.Windows.Forms.Button btnContinue; |
|
|
|
|
private System.Windows.Forms.Button btnBreak; |
|
|
|
@ -135,6 +149,7 @@ namespace ICSharpCode.SharpDevelop.Services
@@ -135,6 +149,7 @@ namespace ICSharpCode.SharpDevelop.Services
|
|
|
|
|
private System.Windows.Forms.RichTextBox exceptionView; |
|
|
|
|
private System.Windows.Forms.Label lblExceptionText; |
|
|
|
|
private System.Windows.Forms.PictureBox pictureBox; |
|
|
|
|
private System.Windows.Forms.CheckBox chkBreakOnHandled; |
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
|