namespace GoContactSyncMod
{
partial class ErrorDialog
{
/// <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>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
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>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ErrorDialog));
this.richTextBoxError = new System.Windows.Forms.RichTextBox();
this.SuspendLayout();
//
// richTextBoxError
//
this.richTextBoxError.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.richTextBoxError.Dock = System.Windows.Forms.DockStyle.Fill;
this.richTextBoxError.Location = new System.Drawing.Point(4, 4);
this.richTextBoxError.Name = "richTextBoxError";
this.richTextBoxError.ReadOnly = true;
this.richTextBoxError.Size = new System.Drawing.Size(638, 436);
this.richTextBoxError.TabIndex = 0;
this.richTextBoxError.Text = "";
//
// ErrorDialog
//
this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 23F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(646, 444);
this.Controls.Add(this.richTextBoxError);
this.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Margin = new System.Windows.Forms.Padding(4);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "ErrorDialog";
this.Padding = new System.Windows.Forms.Padding(4);
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "GCSM ERROR REPORT";
this.TopMost = true;
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.ErrorDialog_FormClosed);
this.Load += new System.EventHandler(this.ErrorDialog_Load);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.RichTextBox richTextBoxError;
}
}