namespace IndianHealthService.BMXNet.WinForm.Forms
{
partial class ExceptionMessageDialog
{
///
/// 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.exceptionTextBox = new System.Windows.Forms.TextBox();
this.exceptionLabel = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.stackTraceTextBox = new System.Windows.Forms.TextBox();
this.innerExceptionButton = new System.Windows.Forms.Button();
this.closeButton = new System.Windows.Forms.Button();
this.copyButton = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// exceptionTextBox
//
this.exceptionTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.exceptionTextBox.Location = new System.Drawing.Point(12, 25);
this.exceptionTextBox.Multiline = true;
this.exceptionTextBox.Name = "exceptionTextBox";
this.exceptionTextBox.Size = new System.Drawing.Size(423, 123);
this.exceptionTextBox.TabIndex = 0;
//
// exceptionLabel
//
this.exceptionLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.exceptionLabel.AutoSize = true;
this.exceptionLabel.Location = new System.Drawing.Point(12, 9);
this.exceptionLabel.Name = "exceptionLabel";
this.exceptionLabel.Size = new System.Drawing.Size(54, 13);
this.exceptionLabel.TabIndex = 1;
this.exceptionLabel.Text = "Exception";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(12, 160);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(66, 13);
this.label1.TabIndex = 3;
this.label1.Text = "Stack Trace";
//
// stackTraceTextBox
//
this.stackTraceTextBox.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.stackTraceTextBox.Location = new System.Drawing.Point(12, 176);
this.stackTraceTextBox.Multiline = true;
this.stackTraceTextBox.Name = "stackTraceTextBox";
this.stackTraceTextBox.Size = new System.Drawing.Size(423, 167);
this.stackTraceTextBox.TabIndex = 2;
//
// innerExceptionButton
//
this.innerExceptionButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.innerExceptionButton.Location = new System.Drawing.Point(140, 349);
this.innerExceptionButton.Name = "innerExceptionButton";
this.innerExceptionButton.Size = new System.Drawing.Size(119, 23);
this.innerExceptionButton.TabIndex = 4;
this.innerExceptionButton.Text = "Inner Exception";
this.innerExceptionButton.UseVisualStyleBackColor = true;
this.innerExceptionButton.Click += new System.EventHandler(this.innerExceptionButton_Click);
//
// closeButton
//
this.closeButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.closeButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.closeButton.Location = new System.Drawing.Point(316, 349);
this.closeButton.Name = "closeButton";
this.closeButton.Size = new System.Drawing.Size(119, 23);
this.closeButton.TabIndex = 5;
this.closeButton.Text = "Close";
this.closeButton.UseVisualStyleBackColor = true;
//
// copyButton
//
this.copyButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.copyButton.Enabled = false;
this.copyButton.Location = new System.Drawing.Point(15, 349);
this.copyButton.Name = "copyButton";
this.copyButton.Size = new System.Drawing.Size(119, 23);
this.copyButton.TabIndex = 6;
this.copyButton.Text = "Copy to Clipboard";
this.copyButton.UseVisualStyleBackColor = true;
this.copyButton.Click += new System.EventHandler(this.copyButton_Click);
//
// CfShowExceptionDialog
//
this.AcceptButton = this.closeButton;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.closeButton;
this.ClientSize = new System.Drawing.Size(447, 379);
this.Controls.Add(this.copyButton);
this.Controls.Add(this.closeButton);
this.Controls.Add(this.innerExceptionButton);
this.Controls.Add(this.label1);
this.Controls.Add(this.stackTraceTextBox);
this.Controls.Add(this.exceptionLabel);
this.Controls.Add(this.exceptionTextBox);
this.Name = "CfShowExceptionDialog";
this.ShowIcon = false;
this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Exception Details";
this.Load += new System.EventHandler(this.CfShowExceptionDialog_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox exceptionTextBox;
private System.Windows.Forms.Label exceptionLabel;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox stackTraceTextBox;
private System.Windows.Forms.Button innerExceptionButton;
private System.Windows.Forms.Button closeButton;
private System.Windows.Forms.Button copyButton;
}
}