Exemple #1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.panelInformation = new System.Windows.Forms.Panel();
     this.header1          = new SmartAssembly.SmartExceptionsWithAdvancedUI.Controls.Header();
     this.debug            = new System.Windows.Forms.Button();
     this.continueCheckBox = new System.Windows.Forms.CheckBox();
     this.pleaseTellTitle  = new System.Windows.Forms.Label();
     this.dontSendReport   = new System.Windows.Forms.Button();
     this.sendReport       = new System.Windows.Forms.Button();
     this.errorMessage     = new SmartAssembly.SmartExceptionsCore.UI.AutoHeightLabel();
     this.saveAsFile       = new System.Windows.Forms.Button();
     this.panelSending     = new System.Windows.Forms.Panel();
     this.header2          = new SmartAssembly.SmartExceptionsWithAdvancedUI.Controls.Header();
     this.buttonSaveAsFile = new System.Windows.Forms.Button();
     this.cancelSending    = new System.Windows.Forms.Button();
     this.ok                  = new System.Windows.Forms.Button();
     this.retrySending        = new System.Windows.Forms.Button();
     this.waitSendingReport   = new SmartAssembly.SmartExceptionsCore.UI.WaitSendingReportControl();
     this.preparingFeedback   = new SmartAssembly.SmartExceptionsCore.UI.FeedbackControl();
     this.connectingFeedback  = new SmartAssembly.SmartExceptionsCore.UI.FeedbackControl();
     this.transferingFeedback = new SmartAssembly.SmartExceptionsCore.UI.FeedbackControl();
     this.completedFeedback   = new SmartAssembly.SmartExceptionsCore.UI.FeedbackControl();
     this.panelEmail          = new System.Windows.Forms.Panel();
     this.header3             = new SmartAssembly.SmartExceptionsWithAdvancedUI.Controls.Header();
     this.email               = new System.Windows.Forms.TextBox();
     this.textBoxExtraInfo    = new System.Windows.Forms.TextBox();
     this.label2              = new System.Windows.Forms.Label();
     this.labelEmail          = new System.Windows.Forms.Label();
     this.label3              = new System.Windows.Forms.Label();
     this.continueSendReport  = new System.Windows.Forms.Button();
     this.panelInformation.SuspendLayout();
     this.panelSending.SuspendLayout();
     this.panelEmail.SuspendLayout();
     this.SuspendLayout();
     //
     // panelInformation
     //
     this.panelInformation.Controls.Add(this.pleaseTellTitle);
     this.panelInformation.Controls.Add(this.header1);
     this.panelInformation.Controls.Add(this.debug);
     this.panelInformation.Controls.Add(this.continueCheckBox);
     this.panelInformation.Controls.Add(this.dontSendReport);
     this.panelInformation.Controls.Add(this.sendReport);
     this.panelInformation.Controls.Add(this.errorMessage);
     this.panelInformation.Controls.Add(this.saveAsFile);
     this.panelInformation.Location = new System.Drawing.Point(8, 8);
     this.panelInformation.Name     = "panelInformation";
     this.panelInformation.Size     = new System.Drawing.Size(413, 240);
     this.panelInformation.TabIndex = 0;
     //
     // header1
     //
     this.header1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(238)))), ((int)(((byte)(225)))));
     this.header1.Dock      = System.Windows.Forms.DockStyle.Top;
     this.header1.Location  = new System.Drawing.Point(0, 0);
     this.header1.Name      = "header1";
     this.header1.Size      = new System.Drawing.Size(413, 58);
     this.header1.TabIndex  = 16;
     //
     // debug
     //
     this.debug.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.debug.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.debug.Location  = new System.Drawing.Point(59, 205);
     this.debug.Name      = "debug";
     this.debug.Size      = new System.Drawing.Size(64, 24);
     this.debug.TabIndex  = 13;
     this.debug.Text      = "Debug";
     this.debug.Visible   = false;
     this.debug.Click    += new System.EventHandler(this.debug_Click);
     //
     // continueCheckBox
     //
     this.continueCheckBox.Anchor          = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.continueCheckBox.FlatStyle       = System.Windows.Forms.FlatStyle.System;
     this.continueCheckBox.Location        = new System.Drawing.Point(19, 174);
     this.continueCheckBox.Name            = "continueCheckBox";
     this.continueCheckBox.Size            = new System.Drawing.Size(226, 16);
     this.continueCheckBox.TabIndex        = 14;
     this.continueCheckBox.Text            = "Ignore this error and attempt to &continue.";
     this.continueCheckBox.CheckedChanged += new System.EventHandler(this.continueCheckBox_CheckedChanged);
     //
     // pleaseTellTitle
     //
     this.pleaseTellTitle.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                         | System.Windows.Forms.AnchorStyles.Right)));
     this.pleaseTellTitle.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.pleaseTellTitle.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.pleaseTellTitle.Location  = new System.Drawing.Point(16, 70);
     this.pleaseTellTitle.Name      = "pleaseTellTitle";
     this.pleaseTellTitle.Size      = new System.Drawing.Size(388, 16);
     this.pleaseTellTitle.TabIndex  = 11;
     this.pleaseTellTitle.Text      = "Please report it so that we can fix it for you.";
     //
     // dontSendReport
     //
     this.dontSendReport.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.dontSendReport.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.dontSendReport.Location  = new System.Drawing.Point(324, 205);
     this.dontSendReport.Name      = "dontSendReport";
     this.dontSendReport.Size      = new System.Drawing.Size(75, 24);
     this.dontSendReport.TabIndex  = 6;
     this.dontSendReport.Text      = "&Don\'t Send";
     this.dontSendReport.Click    += new System.EventHandler(this.dontSendReport_Click);
     //
     // sendReport
     //
     this.sendReport.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.sendReport.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.sendReport.Location  = new System.Drawing.Point(211, 205);
     this.sendReport.Name      = "sendReport";
     this.sendReport.Size      = new System.Drawing.Size(105, 24);
     this.sendReport.TabIndex  = 9;
     this.sendReport.Text      = "&Send Error Report";
     this.sendReport.Click    += new System.EventHandler(this.sendReport_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.FlatStyle   = System.Windows.Forms.FlatStyle.System;
     this.errorMessage.Location    = new System.Drawing.Point(18, 97);
     this.errorMessage.Name        = "errorMessage";
     this.errorMessage.Size        = new System.Drawing.Size(381, 13);
     this.errorMessage.TabIndex    = 10;
     this.errorMessage.Text        = "errorMessage";
     this.errorMessage.UseMnemonic = false;
     //
     // saveAsFile
     //
     this.saveAsFile.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.saveAsFile.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.saveAsFile.Location  = new System.Drawing.Point(131, 205);
     this.saveAsFile.Name      = "saveAsFile";
     this.saveAsFile.Size      = new System.Drawing.Size(72, 24);
     this.saveAsFile.TabIndex  = 11;
     this.saveAsFile.Text      = "Save as &File";
     this.saveAsFile.Click    += new System.EventHandler(this.saveAsFile_Click);
     //
     // panelSending
     //
     this.panelSending.Controls.Add(this.header2);
     this.panelSending.Controls.Add(this.buttonSaveAsFile);
     this.panelSending.Controls.Add(this.cancelSending);
     this.panelSending.Controls.Add(this.ok);
     this.panelSending.Controls.Add(this.retrySending);
     this.panelSending.Controls.Add(this.waitSendingReport);
     this.panelSending.Controls.Add(this.preparingFeedback);
     this.panelSending.Controls.Add(this.connectingFeedback);
     this.panelSending.Controls.Add(this.transferingFeedback);
     this.panelSending.Controls.Add(this.completedFeedback);
     this.panelSending.Location = new System.Drawing.Point(8, 264);
     this.panelSending.Name     = "panelSending";
     this.panelSending.Size     = new System.Drawing.Size(413, 232);
     this.panelSending.TabIndex = 2;
     this.panelSending.Visible  = false;
     //
     // header2
     //
     this.header2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(238)))), ((int)(((byte)(225)))));
     this.header2.Dock      = System.Windows.Forms.DockStyle.Top;
     this.header2.Location  = new System.Drawing.Point(0, 0);
     this.header2.Name      = "header2";
     this.header2.Size      = new System.Drawing.Size(413, 58);
     this.header2.TabIndex  = 26;
     //
     // buttonSaveAsFile
     //
     this.buttonSaveAsFile.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonSaveAsFile.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.buttonSaveAsFile.Location  = new System.Drawing.Point(66, 197);
     this.buttonSaveAsFile.Name      = "buttonSaveAsFile";
     this.buttonSaveAsFile.Size      = new System.Drawing.Size(72, 24);
     this.buttonSaveAsFile.TabIndex  = 25;
     this.buttonSaveAsFile.Text      = "Save as &File";
     this.buttonSaveAsFile.Visible   = false;
     this.buttonSaveAsFile.Click    += new System.EventHandler(this.buttonSaveAsFile_Click);
     //
     // cancelSending
     //
     this.cancelSending.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.cancelSending.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.cancelSending.Location  = new System.Drawing.Point(320, 197);
     this.cancelSending.Name      = "cancelSending";
     this.cancelSending.Size      = new System.Drawing.Size(80, 24);
     this.cancelSending.TabIndex  = 10;
     this.cancelSending.Text      = "&Cancel";
     this.cancelSending.Click    += new System.EventHandler(this.cancelSending_Click);
     //
     // ok
     //
     this.ok.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.ok.Enabled   = false;
     this.ok.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.ok.Location  = new System.Drawing.Point(232, 197);
     this.ok.Name      = "ok";
     this.ok.Size      = new System.Drawing.Size(80, 24);
     this.ok.TabIndex  = 22;
     this.ok.Text      = "&OK";
     this.ok.Click    += new System.EventHandler(this.ok_Click);
     //
     // retrySending
     //
     this.retrySending.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.retrySending.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.retrySending.Location  = new System.Drawing.Point(144, 197);
     this.retrySending.Name      = "retrySending";
     this.retrySending.Size      = new System.Drawing.Size(80, 24);
     this.retrySending.TabIndex  = 23;
     this.retrySending.Text      = "&Retry";
     this.retrySending.Visible   = false;
     this.retrySending.Click    += new System.EventHandler(this.retrySending_Click);
     //
     // waitSendingReport
     //
     this.waitSendingReport.Location = new System.Drawing.Point(87, 145);
     this.waitSendingReport.Name     = "waitSendingReport";
     this.waitSendingReport.Size     = new System.Drawing.Size(250, 42);
     this.waitSendingReport.TabIndex = 11;
     this.waitSendingReport.TabStop  = false;
     this.waitSendingReport.Visible  = false;
     //
     // preparingFeedback
     //
     this.preparingFeedback.Location = new System.Drawing.Point(24, 72);
     this.preparingFeedback.Name     = "preparingFeedback";
     this.preparingFeedback.Size     = new System.Drawing.Size(368, 16);
     this.preparingFeedback.TabIndex = 18;
     this.preparingFeedback.TabStop  = false;
     this.preparingFeedback.Text     = "Preparing the error report.";
     //
     // connectingFeedback
     //
     this.connectingFeedback.Location = new System.Drawing.Point(24, 96);
     this.connectingFeedback.Name     = "connectingFeedback";
     this.connectingFeedback.Size     = new System.Drawing.Size(368, 16);
     this.connectingFeedback.TabIndex = 19;
     this.connectingFeedback.TabStop  = false;
     this.connectingFeedback.Text     = "Connecting to server.";
     //
     // transferingFeedback
     //
     this.transferingFeedback.Location = new System.Drawing.Point(24, 120);
     this.transferingFeedback.Name     = "transferingFeedback";
     this.transferingFeedback.Size     = new System.Drawing.Size(368, 16);
     this.transferingFeedback.TabIndex = 20;
     this.transferingFeedback.TabStop  = false;
     this.transferingFeedback.Text     = "Transferring report.";
     //
     // completedFeedback
     //
     this.completedFeedback.Location = new System.Drawing.Point(24, 144);
     this.completedFeedback.Name     = "completedFeedback";
     this.completedFeedback.Size     = new System.Drawing.Size(368, 16);
     this.completedFeedback.TabIndex = 21;
     this.completedFeedback.TabStop  = false;
     this.completedFeedback.Text     = "Error reporting completed. Thank you.";
     //
     // panelEmail
     //
     this.panelEmail.Controls.Add(this.header3);
     this.panelEmail.Controls.Add(this.email);
     this.panelEmail.Controls.Add(this.textBoxExtraInfo);
     this.panelEmail.Controls.Add(this.label2);
     this.panelEmail.Controls.Add(this.labelEmail);
     this.panelEmail.Controls.Add(this.label3);
     this.panelEmail.Controls.Add(this.continueSendReport);
     this.panelEmail.Location = new System.Drawing.Point(11, 512);
     this.panelEmail.Name     = "panelEmail";
     this.panelEmail.Size     = new System.Drawing.Size(413, 232);
     this.panelEmail.TabIndex = 4;
     this.panelEmail.Visible  = false;
     //
     // header3
     //
     this.header3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(238)))), ((int)(((byte)(225)))));
     this.header3.Dock      = System.Windows.Forms.DockStyle.Top;
     this.header3.Location  = new System.Drawing.Point(0, 0);
     this.header3.Name      = "header3";
     this.header3.Size      = new System.Drawing.Size(413, 58);
     this.header3.TabIndex  = 27;
     //
     // email
     //
     this.email.Location     = new System.Drawing.Point(56, 183);
     this.email.Name         = "email";
     this.email.Size         = new System.Drawing.Size(189, 20);
     this.email.TabIndex     = 10;
     this.email.TextChanged += new System.EventHandler(this.email_TextChanged);
     //
     // textBoxExtraInfo
     //
     this.textBoxExtraInfo.Location     = new System.Drawing.Point(18, 90);
     this.textBoxExtraInfo.Multiline    = true;
     this.textBoxExtraInfo.Name         = "textBoxExtraInfo";
     this.textBoxExtraInfo.Size         = new System.Drawing.Size(379, 38);
     this.textBoxExtraInfo.TabIndex     = 14;
     this.textBoxExtraInfo.TextChanged += new System.EventHandler(this.textBoxExtraInfo_TextChanged);
     //
     // label2
     //
     this.label2.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label2.Location  = new System.Drawing.Point(18, 71);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(262, 16);
     this.label2.TabIndex  = 15;
     this.label2.Text      = "What were you doing when this happened?";
     //
     // labelEmail
     //
     this.labelEmail.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.labelEmail.Location  = new System.Drawing.Point(18, 186);
     this.labelEmail.Name      = "labelEmail";
     this.labelEmail.Size      = new System.Drawing.Size(52, 16);
     this.labelEmail.TabIndex  = 9;
     this.labelEmail.Text      = "&Email:";
     //
     // label3
     //
     this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.label3.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label3.Location  = new System.Drawing.Point(20, 143);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(381, 37);
     this.label3.TabIndex  = 10;
     this.label3.Text      = "If you\'re happy for us to contact you, please provide your e-mail address. This i" +
                             "nformation will not be used for any other purpose.";
     //
     // continueSendReport
     //
     this.continueSendReport.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.continueSendReport.Enabled   = false;
     this.continueSendReport.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.continueSendReport.Location  = new System.Drawing.Point(295, 197);
     this.continueSendReport.Name      = "continueSendReport";
     this.continueSendReport.Size      = new System.Drawing.Size(105, 24);
     this.continueSendReport.TabIndex  = 12;
     this.continueSendReport.Text      = "&Send Error Report";
     this.continueSendReport.Click    += new System.EventHandler(this.continueSendReport_Click);
     //
     // ExceptionReportingForm
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.BackColor         = System.Drawing.SystemColors.Window;
     this.ClientSize        = new System.Drawing.Size(434, 768);
     this.ControlBox        = false;
     this.Controls.Add(this.panelEmail);
     this.Controls.Add(this.panelInformation);
     this.Controls.Add(this.panelSending);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Name            = "ExceptionReportingForm";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "{1fe9e38e-05cc-46a3-ae48-6cda8fb62056}";
     this.TopMost         = true;
     this.panelInformation.ResumeLayout(false);
     this.panelSending.ResumeLayout(false);
     this.panelEmail.ResumeLayout(false);
     this.panelEmail.PerformLayout();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.panelInformation  = new System.Windows.Forms.Panel();
     this.labelRequiredInfo = new System.Windows.Forms.Label();
     this.debug             = new System.Windows.Forms.Button();
     this.continueCheckBox  = new System.Windows.Forms.CheckBox();
     this.pleaseTellTitle   = new System.Windows.Forms.Label();
     this.dontSendReport    = new System.Windows.Forms.Button();
     this.sendReport        = new System.Windows.Forms.Button();
     this.pleaseTellMessage = new System.Windows.Forms.Label();
     this.headerControl1    = new SmartAssembly.SmartExceptionsCore.UI.HeaderControl();
     this.errorMessage      = new SmartAssembly.SmartExceptionsCore.UI.AutoHeightLabel();
     this.saveAsFile        = new System.Windows.Forms.Button();
     this.panelSending      = new System.Windows.Forms.Panel();
     this.buttonSaveAsFile  = new System.Windows.Forms.Button();
     this.cancelSending     = new System.Windows.Forms.Button();
     this.ok                  = new System.Windows.Forms.Button();
     this.retrySending        = new System.Windows.Forms.Button();
     this.waitSendingReport   = new SmartAssembly.SmartExceptionsCore.UI.WaitSendingReportControl();
     this.headerControl2      = new SmartAssembly.SmartExceptionsCore.UI.HeaderControl();
     this.preparingFeedback   = new SmartAssembly.SmartExceptionsCore.UI.FeedbackControl();
     this.connectingFeedback  = new SmartAssembly.SmartExceptionsCore.UI.FeedbackControl();
     this.transferingFeedback = new SmartAssembly.SmartExceptionsCore.UI.FeedbackControl();
     this.completedFeedback   = new SmartAssembly.SmartExceptionsCore.UI.FeedbackControl();
     this.panelEmail          = new System.Windows.Forms.Panel();
     this.email               = new System.Windows.Forms.TextBox();
     this.textBoxExtraInfo    = new System.Windows.Forms.TextBox();
     this.label2              = new System.Windows.Forms.Label();
     this.label1              = new System.Windows.Forms.Label();
     this.labelEmail          = new System.Windows.Forms.Label();
     this.sendAnonymously     = new System.Windows.Forms.CheckBox();
     this.headerControl3      = new SmartAssembly.SmartExceptionsCore.UI.HeaderControl();
     this.label3              = new System.Windows.Forms.Label();
     this.continueSendReport  = new System.Windows.Forms.Button();
     this.poweredBy           = new SmartAssembly.SmartExceptionsCore.UI.PoweredBy();
     this.panelInformation.SuspendLayout();
     this.panelSending.SuspendLayout();
     this.panelEmail.SuspendLayout();
     this.SuspendLayout();
     //
     // panelInformation
     //
     this.panelInformation.Controls.Add(this.labelRequiredInfo);
     this.panelInformation.Controls.Add(this.debug);
     this.panelInformation.Controls.Add(this.continueCheckBox);
     this.panelInformation.Controls.Add(this.pleaseTellTitle);
     this.panelInformation.Controls.Add(this.dontSendReport);
     this.panelInformation.Controls.Add(this.sendReport);
     this.panelInformation.Controls.Add(this.pleaseTellMessage);
     this.panelInformation.Controls.Add(this.headerControl1);
     this.panelInformation.Controls.Add(this.errorMessage);
     this.panelInformation.Controls.Add(this.saveAsFile);
     this.panelInformation.Location = new System.Drawing.Point(8, 8);
     this.panelInformation.Name     = "panelInformation";
     this.panelInformation.Size     = new System.Drawing.Size(413, 240);
     this.panelInformation.TabIndex = 0;
     //
     // labelRequiredInfo
     //
     this.labelRequiredInfo.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.labelRequiredInfo.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelRequiredInfo.Location  = new System.Drawing.Point(124, 180);
     this.labelRequiredInfo.Name      = "labelRequiredInfo";
     this.labelRequiredInfo.Size      = new System.Drawing.Size(275, 16);
     this.labelRequiredInfo.TabIndex  = 15;
     this.labelRequiredInfo.Text      = "You are only required to send the first instance of an error.";
     //
     // debug
     //
     this.debug.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.debug.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.debug.Location  = new System.Drawing.Point(59, 205);
     this.debug.Name      = "debug";
     this.debug.Size      = new System.Drawing.Size(64, 24);
     this.debug.TabIndex  = 13;
     this.debug.Text      = "Debug";
     this.debug.Visible   = false;
     this.debug.Click    += new System.EventHandler(this.debug_Click);
     //
     // continueCheckBox
     //
     this.continueCheckBox.Anchor          = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.continueCheckBox.FlatStyle       = System.Windows.Forms.FlatStyle.System;
     this.continueCheckBox.Location        = new System.Drawing.Point(22, 99);
     this.continueCheckBox.Name            = "continueCheckBox";
     this.continueCheckBox.Size            = new System.Drawing.Size(226, 16);
     this.continueCheckBox.TabIndex        = 14;
     this.continueCheckBox.Text            = "Ignore this error and attempt to &continue.";
     this.continueCheckBox.CheckedChanged += new System.EventHandler(this.continueCheckBox_CheckedChanged);
     //
     // pleaseTellTitle
     //
     this.pleaseTellTitle.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                         | System.Windows.Forms.AnchorStyles.Right)));
     this.pleaseTellTitle.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.pleaseTellTitle.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.pleaseTellTitle.Location  = new System.Drawing.Point(20, 124);
     this.pleaseTellTitle.Name      = "pleaseTellTitle";
     this.pleaseTellTitle.Size      = new System.Drawing.Size(381, 16);
     this.pleaseTellTitle.TabIndex  = 11;
     this.pleaseTellTitle.Text      = "Please tell %CompanyName% about this problem.";
     //
     // dontSendReport
     //
     this.dontSendReport.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.dontSendReport.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.dontSendReport.Location  = new System.Drawing.Point(324, 205);
     this.dontSendReport.Name      = "dontSendReport";
     this.dontSendReport.Size      = new System.Drawing.Size(75, 24);
     this.dontSendReport.TabIndex  = 6;
     this.dontSendReport.Text      = "&Don\'t Send";
     this.dontSendReport.Click    += new System.EventHandler(this.dontSendReport_Click);
     //
     // sendReport
     //
     this.sendReport.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.sendReport.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.sendReport.Location  = new System.Drawing.Point(211, 205);
     this.sendReport.Name      = "sendReport";
     this.sendReport.Size      = new System.Drawing.Size(105, 24);
     this.sendReport.TabIndex  = 9;
     this.sendReport.Text      = "&Send Error Report";
     this.sendReport.Click    += new System.EventHandler(this.sendReport_Click);
     //
     // pleaseTellMessage
     //
     this.pleaseTellMessage.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                           | System.Windows.Forms.AnchorStyles.Right)));
     this.pleaseTellMessage.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.pleaseTellMessage.Location  = new System.Drawing.Point(20, 140);
     this.pleaseTellMessage.Name      = "pleaseTellMessage";
     this.pleaseTellMessage.Size      = new System.Drawing.Size(381, 55);
     this.pleaseTellMessage.TabIndex  = 12;
     this.pleaseTellMessage.Text      = "To help improve the software you use, %CompanyName% is interested in learning mor" +
                                        "e about this error. We have created a report about the error for you to send to " +
                                        "us.";
     //
     // headerControl1
     //
     this.headerControl1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(238)))), ((int)(((byte)(225)))));
     this.headerControl1.Dock      = System.Windows.Forms.DockStyle.Top;
     this.headerControl1.IconState = SmartAssembly.SmartExceptionsCore.UI.IconState.Error;
     this.headerControl1.Image     = null;
     this.headerControl1.Location  = new System.Drawing.Point(0, 0);
     this.headerControl1.Name      = "headerControl1";
     this.headerControl1.Size      = new System.Drawing.Size(413, 58);
     this.headerControl1.TabIndex  = 3;
     this.headerControl1.TabStop   = false;
     this.headerControl1.Text      = "%AppName% has encountered a problem.\nWe are sorry for the inconvenience.";
     //
     // 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.FlatStyle   = System.Windows.Forms.FlatStyle.System;
     this.errorMessage.Location    = new System.Drawing.Point(20, 69);
     this.errorMessage.Name        = "errorMessage";
     this.errorMessage.Size        = new System.Drawing.Size(381, 13);
     this.errorMessage.TabIndex    = 10;
     this.errorMessage.Text        = "errorMessage";
     this.errorMessage.UseMnemonic = false;
     //
     // saveAsFile
     //
     this.saveAsFile.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.saveAsFile.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.saveAsFile.Location  = new System.Drawing.Point(131, 205);
     this.saveAsFile.Name      = "saveAsFile";
     this.saveAsFile.Size      = new System.Drawing.Size(72, 24);
     this.saveAsFile.TabIndex  = 11;
     this.saveAsFile.Text      = "Save as &File";
     this.saveAsFile.Click    += new System.EventHandler(this.saveAsFile_Click);
     //
     // panelSending
     //
     this.panelSending.Controls.Add(this.buttonSaveAsFile);
     this.panelSending.Controls.Add(this.cancelSending);
     this.panelSending.Controls.Add(this.ok);
     this.panelSending.Controls.Add(this.retrySending);
     this.panelSending.Controls.Add(this.waitSendingReport);
     this.panelSending.Controls.Add(this.headerControl2);
     this.panelSending.Controls.Add(this.preparingFeedback);
     this.panelSending.Controls.Add(this.connectingFeedback);
     this.panelSending.Controls.Add(this.transferingFeedback);
     this.panelSending.Controls.Add(this.completedFeedback);
     this.panelSending.Location = new System.Drawing.Point(8, 264);
     this.panelSending.Name     = "panelSending";
     this.panelSending.Size     = new System.Drawing.Size(413, 232);
     this.panelSending.TabIndex = 2;
     this.panelSending.Visible  = false;
     //
     // buttonSaveAsFile
     //
     this.buttonSaveAsFile.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonSaveAsFile.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.buttonSaveAsFile.Location  = new System.Drawing.Point(66, 197);
     this.buttonSaveAsFile.Name      = "buttonSaveAsFile";
     this.buttonSaveAsFile.Size      = new System.Drawing.Size(72, 24);
     this.buttonSaveAsFile.TabIndex  = 25;
     this.buttonSaveAsFile.Text      = "Save as &File";
     this.buttonSaveAsFile.Visible   = false;
     this.buttonSaveAsFile.Click    += new System.EventHandler(this.buttonSaveAsFile_Click);
     //
     // cancelSending
     //
     this.cancelSending.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.cancelSending.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.cancelSending.Location  = new System.Drawing.Point(320, 197);
     this.cancelSending.Name      = "cancelSending";
     this.cancelSending.Size      = new System.Drawing.Size(80, 24);
     this.cancelSending.TabIndex  = 10;
     this.cancelSending.Text      = "&Cancel";
     this.cancelSending.Click    += new System.EventHandler(this.cancelSending_Click);
     //
     // ok
     //
     this.ok.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.ok.Enabled   = false;
     this.ok.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.ok.Location  = new System.Drawing.Point(232, 197);
     this.ok.Name      = "ok";
     this.ok.Size      = new System.Drawing.Size(80, 24);
     this.ok.TabIndex  = 22;
     this.ok.Text      = "&OK";
     this.ok.Click    += new System.EventHandler(this.ok_Click);
     //
     // retrySending
     //
     this.retrySending.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.retrySending.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.retrySending.Location  = new System.Drawing.Point(144, 197);
     this.retrySending.Name      = "retrySending";
     this.retrySending.Size      = new System.Drawing.Size(80, 24);
     this.retrySending.TabIndex  = 23;
     this.retrySending.Text      = "&Retry";
     this.retrySending.Visible   = false;
     this.retrySending.Click    += new System.EventHandler(this.retrySending_Click);
     //
     // waitSendingReport
     //
     this.waitSendingReport.Location = new System.Drawing.Point(87, 145);
     this.waitSendingReport.Name     = "waitSendingReport";
     this.waitSendingReport.Size     = new System.Drawing.Size(250, 42);
     this.waitSendingReport.TabIndex = 11;
     this.waitSendingReport.TabStop  = false;
     this.waitSendingReport.Visible  = false;
     //
     // headerControl2
     //
     this.headerControl2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(238)))), ((int)(((byte)(225)))));
     this.headerControl2.Dock      = System.Windows.Forms.DockStyle.Top;
     this.headerControl2.IconState = SmartAssembly.SmartExceptionsCore.UI.IconState.Error;
     this.headerControl2.Image     = null;
     this.headerControl2.Location  = new System.Drawing.Point(0, 0);
     this.headerControl2.Name      = "headerControl2";
     this.headerControl2.Size      = new System.Drawing.Size(413, 58);
     this.headerControl2.TabIndex  = 24;
     this.headerControl2.TabStop   = false;
     this.headerControl2.Text      = "Please wait while %AppName% sends the report to %CompanyName% through the Internet.";
     //
     // preparingFeedback
     //
     this.preparingFeedback.Location = new System.Drawing.Point(24, 72);
     this.preparingFeedback.Name     = "preparingFeedback";
     this.preparingFeedback.Size     = new System.Drawing.Size(368, 16);
     this.preparingFeedback.TabIndex = 18;
     this.preparingFeedback.TabStop  = false;
     this.preparingFeedback.Text     = "Preparing the error report.";
     //
     // connectingFeedback
     //
     this.connectingFeedback.Location = new System.Drawing.Point(24, 96);
     this.connectingFeedback.Name     = "connectingFeedback";
     this.connectingFeedback.Size     = new System.Drawing.Size(368, 16);
     this.connectingFeedback.TabIndex = 19;
     this.connectingFeedback.TabStop  = false;
     this.connectingFeedback.Text     = "Connecting to server.";
     //
     // transferingFeedback
     //
     this.transferingFeedback.Location = new System.Drawing.Point(24, 120);
     this.transferingFeedback.Name     = "transferingFeedback";
     this.transferingFeedback.Size     = new System.Drawing.Size(368, 16);
     this.transferingFeedback.TabIndex = 20;
     this.transferingFeedback.TabStop  = false;
     this.transferingFeedback.Text     = "Transferring report.";
     //
     // completedFeedback
     //
     this.completedFeedback.Location = new System.Drawing.Point(24, 144);
     this.completedFeedback.Name     = "completedFeedback";
     this.completedFeedback.Size     = new System.Drawing.Size(368, 16);
     this.completedFeedback.TabIndex = 21;
     this.completedFeedback.TabStop  = false;
     this.completedFeedback.Text     = "Error reporting completed. Thank you.";
     //
     // panelEmail
     //
     this.panelEmail.Controls.Add(this.email);
     this.panelEmail.Controls.Add(this.textBoxExtraInfo);
     this.panelEmail.Controls.Add(this.label2);
     this.panelEmail.Controls.Add(this.label1);
     this.panelEmail.Controls.Add(this.labelEmail);
     this.panelEmail.Controls.Add(this.sendAnonymously);
     this.panelEmail.Controls.Add(this.headerControl3);
     this.panelEmail.Controls.Add(this.label3);
     this.panelEmail.Controls.Add(this.continueSendReport);
     this.panelEmail.Location = new System.Drawing.Point(11, 512);
     this.panelEmail.Name     = "panelEmail";
     this.panelEmail.Size     = new System.Drawing.Size(413, 232);
     this.panelEmail.TabIndex = 4;
     this.panelEmail.Visible  = false;
     //
     // email
     //
     this.email.Location     = new System.Drawing.Point(93, 128);
     this.email.Name         = "email";
     this.email.Size         = new System.Drawing.Size(248, 20);
     this.email.TabIndex     = 10;
     this.email.TextChanged += new System.EventHandler(this.email_TextChanged);
     //
     // textBoxExtraInfo
     //
     this.textBoxExtraInfo.Location  = new System.Drawing.Point(93, 166);
     this.textBoxExtraInfo.Multiline = true;
     this.textBoxExtraInfo.Name      = "textBoxExtraInfo";
     this.textBoxExtraInfo.Size      = new System.Drawing.Size(189, 55);
     this.textBoxExtraInfo.TabIndex  = 14;
     //
     // label2
     //
     this.label2.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label2.Location  = new System.Drawing.Point(20, 166);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(67, 16);
     this.label2.TabIndex  = 15;
     this.label2.Text      = "More details:";
     //
     // label1
     //
     this.label1.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label1.ForeColor = System.Drawing.Color.Navy;
     this.label1.Location  = new System.Drawing.Point(347, 131);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(54, 16);
     this.label1.TabIndex  = 13;
     this.label1.Text      = "* required";
     //
     // labelEmail
     //
     this.labelEmail.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.labelEmail.Location  = new System.Drawing.Point(20, 131);
     this.labelEmail.Name      = "labelEmail";
     this.labelEmail.Size      = new System.Drawing.Size(100, 16);
     this.labelEmail.TabIndex  = 9;
     this.labelEmail.Text      = "&Email address:";
     //
     // sendAnonymously
     //
     this.sendAnonymously.FlatStyle       = System.Windows.Forms.FlatStyle.System;
     this.sendAnonymously.Location        = new System.Drawing.Point(106, 148);
     this.sendAnonymously.Name            = "sendAnonymously";
     this.sendAnonymously.Size            = new System.Drawing.Size(115, 16);
     this.sendAnonymously.TabIndex        = 11;
     this.sendAnonymously.Text            = "Send &anonymously.";
     this.sendAnonymously.CheckedChanged += new System.EventHandler(this.sendAnonymously_CheckedChanged);
     //
     // headerControl3
     //
     this.headerControl3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(238)))), ((int)(((byte)(225)))));
     this.headerControl3.Dock      = System.Windows.Forms.DockStyle.Top;
     this.headerControl3.IconState = SmartAssembly.SmartExceptionsCore.UI.IconState.Error;
     this.headerControl3.Image     = null;
     this.headerControl3.Location  = new System.Drawing.Point(0, 0);
     this.headerControl3.Name      = "headerControl3";
     this.headerControl3.Size      = new System.Drawing.Size(413, 58);
     this.headerControl3.TabIndex  = 3;
     this.headerControl3.TabStop   = false;
     this.headerControl3.Text      = "Do you want to be contacted by %CompanyName% regarding this problem?";
     //
     // label3
     //
     this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.label3.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label3.Location  = new System.Drawing.Point(20, 69);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(381, 43);
     this.label3.TabIndex  = 10;
     this.label3.Text      = "If you want to be contacted by %CompanyName% regarding this error, please provide" +
                             " your e-mail address. This information will not be used for any other purpose.";
     //
     // continueSendReport
     //
     this.continueSendReport.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.continueSendReport.Enabled   = false;
     this.continueSendReport.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.continueSendReport.Location  = new System.Drawing.Point(295, 197);
     this.continueSendReport.Name      = "continueSendReport";
     this.continueSendReport.Size      = new System.Drawing.Size(105, 24);
     this.continueSendReport.TabIndex  = 12;
     this.continueSendReport.Text      = "&Send Error Report";
     this.continueSendReport.Click    += new System.EventHandler(this.continueSendReport_Click);
     //
     // poweredBy
     //
     this.poweredBy.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.poweredBy.Cursor   = System.Windows.Forms.Cursors.Hand;
     this.poweredBy.Location = new System.Drawing.Point(6, 730);
     this.poweredBy.Name     = "poweredBy";
     this.poweredBy.Size     = new System.Drawing.Size(112, 32);
     this.poweredBy.TabIndex = 5;
     this.poweredBy.TabStop  = false;
     this.poweredBy.Text     = "poweredBy1";
     this.poweredBy.Visible  = false;
     //
     // ExceptionReportingForm
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.BackColor         = System.Drawing.SystemColors.Window;
     this.ClientSize        = new System.Drawing.Size(434, 768);
     this.ControlBox        = false;
     this.Controls.Add(this.poweredBy);
     this.Controls.Add(this.panelEmail);
     this.Controls.Add(this.panelInformation);
     this.Controls.Add(this.panelSending);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Name            = "ExceptionReportingForm";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "%AppName%";
     this.TopMost         = true;
     this.panelInformation.ResumeLayout(false);
     this.panelSending.ResumeLayout(false);
     this.panelEmail.ResumeLayout(false);
     this.panelEmail.PerformLayout();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.panelInformation  = new System.Windows.Forms.Panel();
     this.debug             = new System.Windows.Forms.Button();
     this.continueCheckBox  = new System.Windows.Forms.CheckBox();
     this.pleaseTellTitle   = new System.Windows.Forms.Label();
     this.dontSendReport    = new System.Windows.Forms.Button();
     this.sendReport        = new System.Windows.Forms.Button();
     this.pleaseTellMessage = new System.Windows.Forms.Label();
     this.headerControl1    = new SmartAssembly.SmartExceptionsCore.UI.HeaderControl();
     this.errorMessage      = new SmartAssembly.SmartExceptionsCore.UI.AutoHeightLabel();
     this.saveAsFile        = new System.Windows.Forms.Button();
     this.panelSending      = new System.Windows.Forms.Panel();
     this.cancelSending     = new System.Windows.Forms.Button();
     this.ok = new System.Windows.Forms.Button();
     this.waitSendingReport   = new SmartAssembly.SmartExceptionsCore.UI.WaitSendingReportControl();
     this.headerControl2      = new SmartAssembly.SmartExceptionsCore.UI.HeaderControl();
     this.preparingFeedback   = new SmartAssembly.SmartExceptionsCore.UI.FeedbackControl();
     this.connectingFeedback  = new SmartAssembly.SmartExceptionsCore.UI.FeedbackControl();
     this.transferingFeedback = new SmartAssembly.SmartExceptionsCore.UI.FeedbackControl();
     this.completedFeedback   = new SmartAssembly.SmartExceptionsCore.UI.FeedbackControl();
     this.retrySending        = new System.Windows.Forms.Button();
     this.saveAsFile3         = new System.Windows.Forms.Button();
     this.panelProxy          = new System.Windows.Forms.Panel();
     this.labelUserName       = new System.Windows.Forms.Label();
     this.labelPassword       = new System.Windows.Forms.Label();
     this.password            = new System.Windows.Forms.TextBox();
     this.userName            = new System.Windows.Forms.TextBox();
     this.saveAsFile2         = new System.Windows.Forms.Button();
     this.labelProxy          = new System.Windows.Forms.Label();
     this.proxy              = new System.Windows.Forms.TextBox();
     this.doNotUseProxy      = new System.Windows.Forms.CheckBox();
     this.headerControl3     = new SmartAssembly.SmartExceptionsCore.UI.HeaderControl();
     this.continueSendReport = new System.Windows.Forms.Button();
     this.poweredBy          = new SmartAssembly.SmartExceptionsCore.UI.PoweredBy();
     this.panelInformation.SuspendLayout();
     this.panelSending.SuspendLayout();
     this.panelProxy.SuspendLayout();
     this.SuspendLayout();
     //
     // panelInformation
     //
     this.panelInformation.Controls.Add(this.debug);
     this.panelInformation.Controls.Add(this.continueCheckBox);
     this.panelInformation.Controls.Add(this.pleaseTellTitle);
     this.panelInformation.Controls.Add(this.dontSendReport);
     this.panelInformation.Controls.Add(this.sendReport);
     this.panelInformation.Controls.Add(this.pleaseTellMessage);
     this.panelInformation.Controls.Add(this.headerControl1);
     this.panelInformation.Controls.Add(this.errorMessage);
     this.panelInformation.Controls.Add(this.saveAsFile);
     this.panelInformation.Location = new System.Drawing.Point(8, 8);
     this.panelInformation.Name     = "panelInformation";
     this.panelInformation.Size     = new System.Drawing.Size(413, 240);
     this.panelInformation.TabIndex = 0;
     //
     // debug
     //
     this.debug.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.debug.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.debug.Location  = new System.Drawing.Point(66, 205);
     this.debug.Name      = "debug";
     this.debug.Size      = new System.Drawing.Size(64, 24);
     this.debug.TabIndex  = 14;
     this.debug.Text      = "Debug";
     this.debug.Visible   = false;
     this.debug.Click    += new System.EventHandler(this.debug_Click);
     //
     // continueCheckBox
     //
     this.continueCheckBox.Anchor          = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.continueCheckBox.FlatStyle       = System.Windows.Forms.FlatStyle.System;
     this.continueCheckBox.Location        = new System.Drawing.Point(22, 99);
     this.continueCheckBox.Name            = "continueCheckBox";
     this.continueCheckBox.Size            = new System.Drawing.Size(226, 16);
     this.continueCheckBox.TabIndex        = 13;
     this.continueCheckBox.Text            = "Ignore this error and attempt to &continue.";
     this.continueCheckBox.CheckedChanged += new System.EventHandler(this.continueCheckBox_CheckedChanged);
     //
     // pleaseTellTitle
     //
     this.pleaseTellTitle.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                         | System.Windows.Forms.AnchorStyles.Right)));
     this.pleaseTellTitle.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.pleaseTellTitle.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.pleaseTellTitle.Location  = new System.Drawing.Point(20, 124);
     this.pleaseTellTitle.Name      = "pleaseTellTitle";
     this.pleaseTellTitle.Size      = new System.Drawing.Size(381, 16);
     this.pleaseTellTitle.TabIndex  = 11;
     this.pleaseTellTitle.Text      = "Please tell %CompanyName% about this problem.";
     //
     // dontSendReport
     //
     this.dontSendReport.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.dontSendReport.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.dontSendReport.Location  = new System.Drawing.Point(325, 205);
     this.dontSendReport.Name      = "dontSendReport";
     this.dontSendReport.Size      = new System.Drawing.Size(75, 24);
     this.dontSendReport.TabIndex  = 4;
     this.dontSendReport.Text      = "&Don\'t Send";
     this.dontSendReport.Click    += new System.EventHandler(this.dontSendReport_Click);
     //
     // sendReport
     //
     this.sendReport.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.sendReport.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.sendReport.Location  = new System.Drawing.Point(214, 205);
     this.sendReport.Name      = "sendReport";
     this.sendReport.Size      = new System.Drawing.Size(105, 24);
     this.sendReport.TabIndex  = 3;
     this.sendReport.Text      = "&Send Error Report";
     this.sendReport.Click    += new System.EventHandler(this.sendReport_Click);
     //
     // pleaseTellMessage
     //
     this.pleaseTellMessage.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                           | System.Windows.Forms.AnchorStyles.Right)));
     this.pleaseTellMessage.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.pleaseTellMessage.Location  = new System.Drawing.Point(20, 140);
     this.pleaseTellMessage.Name      = "pleaseTellMessage";
     this.pleaseTellMessage.Size      = new System.Drawing.Size(381, 55);
     this.pleaseTellMessage.TabIndex  = 12;
     this.pleaseTellMessage.Text      = "To help improve the software you use, %CompanyName% is interested in learning mor" +
                                        "e about this error. We have created a report about the error for you to send to " +
                                        "us.";
     //
     // headerControl1
     //
     this.headerControl1.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(36)), ((System.Byte)(96)), ((System.Byte)(179)));
     this.headerControl1.Dock      = System.Windows.Forms.DockStyle.Top;
     this.headerControl1.ForeColor = System.Drawing.Color.White;
     this.headerControl1.IconState = SmartAssembly.SmartExceptionsCore.UI.IconState.Error;
     this.headerControl1.Image     = null;
     this.headerControl1.Location  = new System.Drawing.Point(0, 0);
     this.headerControl1.Name      = "headerControl1";
     this.headerControl1.Size      = new System.Drawing.Size(413, 58);
     this.headerControl1.TabIndex  = 3;
     this.headerControl1.TabStop   = false;
     this.headerControl1.Text      = "%AppName% has encountered a problem.\nWe are sorry for the inconvenience.";
     //
     // 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.FlatStyle   = System.Windows.Forms.FlatStyle.System;
     this.errorMessage.Location    = new System.Drawing.Point(20, 69);
     this.errorMessage.Name        = "errorMessage";
     this.errorMessage.Size        = new System.Drawing.Size(381, 13);
     this.errorMessage.TabIndex    = 10;
     this.errorMessage.Text        = "errorMessage";
     this.errorMessage.UseMnemonic = false;
     //
     // saveAsFile
     //
     this.saveAsFile.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.saveAsFile.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.saveAsFile.Location  = new System.Drawing.Point(136, 205);
     this.saveAsFile.Name      = "saveAsFile";
     this.saveAsFile.Size      = new System.Drawing.Size(72, 24);
     this.saveAsFile.TabIndex  = 15;
     this.saveAsFile.Text      = "Save as &File";
     this.saveAsFile.Click    += new System.EventHandler(this.saveAsFile_Click);
     //
     // panelSending
     //
     this.panelSending.Controls.Add(this.cancelSending);
     this.panelSending.Controls.Add(this.ok);
     this.panelSending.Controls.Add(this.waitSendingReport);
     this.panelSending.Controls.Add(this.headerControl2);
     this.panelSending.Controls.Add(this.preparingFeedback);
     this.panelSending.Controls.Add(this.connectingFeedback);
     this.panelSending.Controls.Add(this.transferingFeedback);
     this.panelSending.Controls.Add(this.completedFeedback);
     this.panelSending.Controls.Add(this.retrySending);
     this.panelSending.Controls.Add(this.saveAsFile3);
     this.panelSending.Location = new System.Drawing.Point(8, 264);
     this.panelSending.Name     = "panelSending";
     this.panelSending.Size     = new System.Drawing.Size(413, 232);
     this.panelSending.TabIndex = 2;
     this.panelSending.Visible  = false;
     //
     // cancelSending
     //
     this.cancelSending.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.cancelSending.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.cancelSending.Location  = new System.Drawing.Point(320, 197);
     this.cancelSending.Name      = "cancelSending";
     this.cancelSending.Size      = new System.Drawing.Size(80, 24);
     this.cancelSending.TabIndex  = 8;
     this.cancelSending.Text      = "&Cancel";
     this.cancelSending.Click    += new System.EventHandler(this.cancelSending_Click);
     //
     // ok
     //
     this.ok.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.ok.Enabled   = false;
     this.ok.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.ok.Location  = new System.Drawing.Point(232, 197);
     this.ok.Name      = "ok";
     this.ok.Size      = new System.Drawing.Size(80, 24);
     this.ok.TabIndex  = 7;
     this.ok.Text      = "&OK";
     this.ok.Click    += new System.EventHandler(this.ok_Click);
     //
     // waitSendingReport
     //
     this.waitSendingReport.Location = new System.Drawing.Point(87, 145);
     this.waitSendingReport.Name     = "waitSendingReport";
     this.waitSendingReport.Size     = new System.Drawing.Size(250, 42);
     this.waitSendingReport.TabIndex = 11;
     this.waitSendingReport.TabStop  = false;
     this.waitSendingReport.Visible  = false;
     //
     // headerControl2
     //
     this.headerControl2.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(36)), ((System.Byte)(96)), ((System.Byte)(179)));
     this.headerControl2.Dock      = System.Windows.Forms.DockStyle.Top;
     this.headerControl2.ForeColor = System.Drawing.Color.White;
     this.headerControl2.IconState = SmartAssembly.SmartExceptionsCore.UI.IconState.Error;
     this.headerControl2.Image     = null;
     this.headerControl2.Location  = new System.Drawing.Point(0, 0);
     this.headerControl2.Name      = "headerControl2";
     this.headerControl2.Size      = new System.Drawing.Size(413, 58);
     this.headerControl2.TabIndex  = 24;
     this.headerControl2.TabStop   = false;
     this.headerControl2.Text      = "Please wait while %AppName% is sending the report to %CompanyName% through the In" +
                                     "ternet.";
     //
     // preparingFeedback
     //
     this.preparingFeedback.Location = new System.Drawing.Point(24, 72);
     this.preparingFeedback.Name     = "preparingFeedback";
     this.preparingFeedback.Size     = new System.Drawing.Size(368, 16);
     this.preparingFeedback.TabIndex = 18;
     this.preparingFeedback.TabStop  = false;
     this.preparingFeedback.Text     = "Preparing the error report.";
     //
     // connectingFeedback
     //
     this.connectingFeedback.Location = new System.Drawing.Point(24, 96);
     this.connectingFeedback.Name     = "connectingFeedback";
     this.connectingFeedback.Size     = new System.Drawing.Size(368, 16);
     this.connectingFeedback.TabIndex = 19;
     this.connectingFeedback.TabStop  = false;
     this.connectingFeedback.Text     = "Connecting to server.";
     //
     // transferingFeedback
     //
     this.transferingFeedback.Location = new System.Drawing.Point(24, 120);
     this.transferingFeedback.Name     = "transferingFeedback";
     this.transferingFeedback.Size     = new System.Drawing.Size(368, 16);
     this.transferingFeedback.TabIndex = 20;
     this.transferingFeedback.TabStop  = false;
     this.transferingFeedback.Text     = "Transferring report.";
     //
     // completedFeedback
     //
     this.completedFeedback.Location = new System.Drawing.Point(24, 144);
     this.completedFeedback.Name     = "completedFeedback";
     this.completedFeedback.Size     = new System.Drawing.Size(368, 16);
     this.completedFeedback.TabIndex = 21;
     this.completedFeedback.TabStop  = false;
     this.completedFeedback.Text     = "Error reporting completed. Thank you.";
     //
     // retrySending
     //
     this.retrySending.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.retrySending.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.retrySending.Location  = new System.Drawing.Point(56, 197);
     this.retrySending.Name      = "retrySending";
     this.retrySending.Size      = new System.Drawing.Size(80, 24);
     this.retrySending.TabIndex  = 6;
     this.retrySending.Text      = "&Retry";
     this.retrySending.Visible   = false;
     this.retrySending.Click    += new System.EventHandler(this.retrySending_Click);
     //
     // saveAsFile3
     //
     this.saveAsFile3.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.saveAsFile3.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.saveAsFile3.Location  = new System.Drawing.Point(144, 197);
     this.saveAsFile3.Name      = "saveAsFile3";
     this.saveAsFile3.Size      = new System.Drawing.Size(80, 24);
     this.saveAsFile3.TabIndex  = 5;
     this.saveAsFile3.Text      = "Save as &File";
     this.saveAsFile3.Visible   = false;
     this.saveAsFile3.Click    += new System.EventHandler(this.saveAsFile_Click);
     //
     // panelProxy
     //
     this.panelProxy.Controls.Add(this.labelUserName);
     this.panelProxy.Controls.Add(this.labelPassword);
     this.panelProxy.Controls.Add(this.password);
     this.panelProxy.Controls.Add(this.userName);
     this.panelProxy.Controls.Add(this.saveAsFile2);
     this.panelProxy.Controls.Add(this.labelProxy);
     this.panelProxy.Controls.Add(this.proxy);
     this.panelProxy.Controls.Add(this.doNotUseProxy);
     this.panelProxy.Controls.Add(this.headerControl3);
     this.panelProxy.Controls.Add(this.continueSendReport);
     this.panelProxy.Location = new System.Drawing.Point(11, 512);
     this.panelProxy.Name     = "panelProxy";
     this.panelProxy.Size     = new System.Drawing.Size(413, 232);
     this.panelProxy.TabIndex = 4;
     this.panelProxy.Visible  = false;
     //
     // labelUserName
     //
     this.labelUserName.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.labelUserName.Location  = new System.Drawing.Point(20, 115);
     this.labelUserName.Name      = "labelUserName";
     this.labelUserName.Size      = new System.Drawing.Size(84, 16);
     this.labelUserName.TabIndex  = 11;
     this.labelUserName.Text      = "&User Name:";
     //
     // labelPassword
     //
     this.labelPassword.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.labelPassword.Location  = new System.Drawing.Point(20, 147);
     this.labelPassword.Name      = "labelPassword";
     this.labelPassword.Size      = new System.Drawing.Size(100, 16);
     this.labelPassword.TabIndex  = 13;
     this.labelPassword.Text      = "P&assword:";
     //
     // password
     //
     this.password.Location     = new System.Drawing.Point(120, 144);
     this.password.Name         = "password";
     this.password.PasswordChar = '*';
     this.password.Size         = new System.Drawing.Size(256, 20);
     this.password.TabIndex     = 14;
     this.password.Text         = "";
     //
     // userName
     //
     this.userName.Location = new System.Drawing.Point(120, 112);
     this.userName.Name     = "userName";
     this.userName.Size     = new System.Drawing.Size(256, 20);
     this.userName.TabIndex = 12;
     this.userName.Text     = "";
     //
     // saveAsFile2
     //
     this.saveAsFile2.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.saveAsFile2.BackColor = System.Drawing.SystemColors.Window;
     this.saveAsFile2.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.saveAsFile2.Location  = new System.Drawing.Point(209, 197);
     this.saveAsFile2.Name      = "saveAsFile2";
     this.saveAsFile2.Size      = new System.Drawing.Size(80, 24);
     this.saveAsFile2.TabIndex  = 16;
     this.saveAsFile2.Text      = "Save as &File";
     this.saveAsFile2.Click    += new System.EventHandler(this.saveAsFile_Click);
     //
     // labelProxy
     //
     this.labelProxy.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.labelProxy.Location  = new System.Drawing.Point(20, 83);
     this.labelProxy.Name      = "labelProxy";
     this.labelProxy.Size      = new System.Drawing.Size(100, 16);
     this.labelProxy.TabIndex  = 9;
     this.labelProxy.Text      = "&Proxy address:";
     //
     // proxy
     //
     this.proxy.Location     = new System.Drawing.Point(120, 80);
     this.proxy.Name         = "proxy";
     this.proxy.Size         = new System.Drawing.Size(256, 20);
     this.proxy.TabIndex     = 10;
     this.proxy.Text         = "";
     this.proxy.TextChanged += new System.EventHandler(this.email_TextChanged);
     //
     // doNotUseProxy
     //
     this.doNotUseProxy.FlatStyle       = System.Windows.Forms.FlatStyle.System;
     this.doNotUseProxy.Location        = new System.Drawing.Point(120, 168);
     this.doNotUseProxy.Name            = "doNotUseProxy";
     this.doNotUseProxy.Size            = new System.Drawing.Size(136, 24);
     this.doNotUseProxy.TabIndex        = 15;
     this.doNotUseProxy.Text            = "I do &not use a proxy.";
     this.doNotUseProxy.CheckedChanged += new System.EventHandler(this.sendAnonymously_CheckedChanged);
     //
     // headerControl3
     //
     this.headerControl3.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(36)), ((System.Byte)(96)), ((System.Byte)(179)));
     this.headerControl3.Dock      = System.Windows.Forms.DockStyle.Top;
     this.headerControl3.ForeColor = System.Drawing.Color.White;
     this.headerControl3.IconState = SmartAssembly.SmartExceptionsCore.UI.IconState.Error;
     this.headerControl3.Image     = null;
     this.headerControl3.Location  = new System.Drawing.Point(0, 0);
     this.headerControl3.Name      = "headerControl3";
     this.headerControl3.Size      = new System.Drawing.Size(413, 58);
     this.headerControl3.TabIndex  = 3;
     this.headerControl3.TabStop   = false;
     this.headerControl3.Text      = "Do you use a corporate proxy to connect to the Internet?";
     //
     // continueSendReport
     //
     this.continueSendReport.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.continueSendReport.Enabled   = false;
     this.continueSendReport.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.continueSendReport.Location  = new System.Drawing.Point(295, 197);
     this.continueSendReport.Name      = "continueSendReport";
     this.continueSendReport.Size      = new System.Drawing.Size(105, 24);
     this.continueSendReport.TabIndex  = 17;
     this.continueSendReport.Text      = "&Send Error Report";
     this.continueSendReport.Click    += new System.EventHandler(this.continueSendReport_Click);
     //
     // poweredBy
     //
     this.poweredBy.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.poweredBy.Cursor   = System.Windows.Forms.Cursors.Hand;
     this.poweredBy.Location = new System.Drawing.Point(6, 730);
     this.poweredBy.Name     = "poweredBy";
     this.poweredBy.Size     = new System.Drawing.Size(120, 32);
     this.poweredBy.TabIndex = 5;
     this.poweredBy.TabStop  = false;
     //
     // ExceptionReportingForm
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.BackColor         = System.Drawing.SystemColors.Window;
     this.ClientSize        = new System.Drawing.Size(434, 768);
     this.ControlBox        = false;
     this.Controls.Add(this.poweredBy);
     this.Controls.Add(this.panelProxy);
     this.Controls.Add(this.panelInformation);
     this.Controls.Add(this.panelSending);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Name            = "ExceptionReportingForm";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "%AppName%";
     this.TopMost         = true;
     this.panelInformation.ResumeLayout(false);
     this.panelSending.ResumeLayout(false);
     this.panelProxy.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.panelInformation = new System.Windows.Forms.Panel();
     this.labelRequiredInfo = new System.Windows.Forms.Label();
     this.debug = new System.Windows.Forms.Button();
     this.continueCheckBox = new System.Windows.Forms.CheckBox();
     this.pleaseTellTitle = new System.Windows.Forms.Label();
     this.dontSendReport = new System.Windows.Forms.Button();
     this.sendReport = new System.Windows.Forms.Button();
     this.pleaseTellMessage = new System.Windows.Forms.Label();
     this.headerControl1 = new SmartAssembly.SmartExceptionsCore.UI.HeaderControl();
     this.errorMessage = new SmartAssembly.SmartExceptionsCore.UI.AutoHeightLabel();
     this.saveAsFile = new System.Windows.Forms.Button();
     this.panelSending = new System.Windows.Forms.Panel();
     this.buttonSaveAsFile = new System.Windows.Forms.Button();
     this.cancelSending = new System.Windows.Forms.Button();
     this.ok = new System.Windows.Forms.Button();
     this.retrySending = new System.Windows.Forms.Button();
     this.waitSendingReport = new SmartAssembly.SmartExceptionsCore.UI.WaitSendingReportControl();
     this.headerControl2 = new SmartAssembly.SmartExceptionsCore.UI.HeaderControl();
     this.preparingFeedback = new SmartAssembly.SmartExceptionsCore.UI.FeedbackControl();
     this.connectingFeedback = new SmartAssembly.SmartExceptionsCore.UI.FeedbackControl();
     this.transferingFeedback = new SmartAssembly.SmartExceptionsCore.UI.FeedbackControl();
     this.completedFeedback = new SmartAssembly.SmartExceptionsCore.UI.FeedbackControl();
     this.panelEmail = new System.Windows.Forms.Panel();
     this.email = new System.Windows.Forms.TextBox();
     this.textBoxExtraInfo = new System.Windows.Forms.TextBox();
     this.label2 = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.labelEmail = new System.Windows.Forms.Label();
     this.sendAnonymously = new System.Windows.Forms.CheckBox();
     this.headerControl3 = new SmartAssembly.SmartExceptionsCore.UI.HeaderControl();
     this.label3 = new System.Windows.Forms.Label();
     this.continueSendReport = new System.Windows.Forms.Button();
     this.poweredBy = new SmartAssembly.SmartExceptionsCore.UI.PoweredBy();
     this.panelInformation.SuspendLayout();
     this.panelSending.SuspendLayout();
     this.panelEmail.SuspendLayout();
     this.SuspendLayout();
     //
     // panelInformation
     //
     this.panelInformation.Controls.Add(this.labelRequiredInfo);
     this.panelInformation.Controls.Add(this.debug);
     this.panelInformation.Controls.Add(this.continueCheckBox);
     this.panelInformation.Controls.Add(this.pleaseTellTitle);
     this.panelInformation.Controls.Add(this.dontSendReport);
     this.panelInformation.Controls.Add(this.sendReport);
     this.panelInformation.Controls.Add(this.pleaseTellMessage);
     this.panelInformation.Controls.Add(this.headerControl1);
     this.panelInformation.Controls.Add(this.errorMessage);
     this.panelInformation.Controls.Add(this.saveAsFile);
     this.panelInformation.Location = new System.Drawing.Point(8, 8);
     this.panelInformation.Name = "panelInformation";
     this.panelInformation.Size = new System.Drawing.Size(413, 240);
     this.panelInformation.TabIndex = 0;
     //
     // labelRequiredInfo
     //
     this.labelRequiredInfo.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.labelRequiredInfo.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelRequiredInfo.Location = new System.Drawing.Point(124, 180);
     this.labelRequiredInfo.Name = "labelRequiredInfo";
     this.labelRequiredInfo.Size = new System.Drawing.Size(275, 16);
     this.labelRequiredInfo.TabIndex = 15;
     this.labelRequiredInfo.Text = "You are only required to send the first instance of an error.";
     //
     // debug
     //
     this.debug.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.debug.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.debug.Location = new System.Drawing.Point(59, 205);
     this.debug.Name = "debug";
     this.debug.Size = new System.Drawing.Size(64, 24);
     this.debug.TabIndex = 13;
     this.debug.Text = "Debug";
     this.debug.Visible = false;
     this.debug.Click += new System.EventHandler(this.debug_Click);
     //
     // continueCheckBox
     //
     this.continueCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.continueCheckBox.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.continueCheckBox.Location = new System.Drawing.Point(22, 99);
     this.continueCheckBox.Name = "continueCheckBox";
     this.continueCheckBox.Size = new System.Drawing.Size(226, 16);
     this.continueCheckBox.TabIndex = 14;
     this.continueCheckBox.Text = "Ignore this error and attempt to &continue.";
     this.continueCheckBox.CheckedChanged += new System.EventHandler(this.continueCheckBox_CheckedChanged);
     //
     // pleaseTellTitle
     //
     this.pleaseTellTitle.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.pleaseTellTitle.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.pleaseTellTitle.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.pleaseTellTitle.Location = new System.Drawing.Point(20, 124);
     this.pleaseTellTitle.Name = "pleaseTellTitle";
     this.pleaseTellTitle.Size = new System.Drawing.Size(381, 16);
     this.pleaseTellTitle.TabIndex = 11;
     this.pleaseTellTitle.Text = "Please tell %CompanyName% about this problem.";
     //
     // dontSendReport
     //
     this.dontSendReport.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.dontSendReport.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.dontSendReport.Location = new System.Drawing.Point(324, 205);
     this.dontSendReport.Name = "dontSendReport";
     this.dontSendReport.Size = new System.Drawing.Size(75, 24);
     this.dontSendReport.TabIndex = 6;
     this.dontSendReport.Text = "&Don\'t Send";
     this.dontSendReport.Click += new System.EventHandler(this.dontSendReport_Click);
     //
     // sendReport
     //
     this.sendReport.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.sendReport.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.sendReport.Location = new System.Drawing.Point(211, 205);
     this.sendReport.Name = "sendReport";
     this.sendReport.Size = new System.Drawing.Size(105, 24);
     this.sendReport.TabIndex = 9;
     this.sendReport.Text = "&Send Error Report";
     this.sendReport.Click += new System.EventHandler(this.sendReport_Click);
     //
     // pleaseTellMessage
     //
     this.pleaseTellMessage.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.pleaseTellMessage.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.pleaseTellMessage.Location = new System.Drawing.Point(20, 140);
     this.pleaseTellMessage.Name = "pleaseTellMessage";
     this.pleaseTellMessage.Size = new System.Drawing.Size(381, 55);
     this.pleaseTellMessage.TabIndex = 12;
     this.pleaseTellMessage.Text = "To help improve the software you use, %CompanyName% is interested in learning mor" +
         "e about this error. We have created a report about the error for you to send to " +
         "us.";
     //
     // headerControl1
     //
     this.headerControl1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(238)))), ((int)(((byte)(225)))));
     this.headerControl1.Dock = System.Windows.Forms.DockStyle.Top;
     this.headerControl1.IconState = SmartAssembly.SmartExceptionsCore.UI.IconState.Error;
     this.headerControl1.Image = null;
     this.headerControl1.Location = new System.Drawing.Point(0, 0);
     this.headerControl1.Name = "headerControl1";
     this.headerControl1.Size = new System.Drawing.Size(413, 58);
     this.headerControl1.TabIndex = 3;
     this.headerControl1.TabStop = false;
     this.headerControl1.Text = "%AppName% has encountered a problem.\nWe are sorry for the inconvenience.";
     //
     // 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.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.errorMessage.Location = new System.Drawing.Point(20, 69);
     this.errorMessage.Name = "errorMessage";
     this.errorMessage.Size = new System.Drawing.Size(381, 13);
     this.errorMessage.TabIndex = 10;
     this.errorMessage.Text = "errorMessage";
     this.errorMessage.UseMnemonic = false;
     //
     // saveAsFile
     //
     this.saveAsFile.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.saveAsFile.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.saveAsFile.Location = new System.Drawing.Point(131, 205);
     this.saveAsFile.Name = "saveAsFile";
     this.saveAsFile.Size = new System.Drawing.Size(72, 24);
     this.saveAsFile.TabIndex = 11;
     this.saveAsFile.Text = "Save as &File";
     this.saveAsFile.Click += new System.EventHandler(this.saveAsFile_Click);
     //
     // panelSending
     //
     this.panelSending.Controls.Add(this.buttonSaveAsFile);
     this.panelSending.Controls.Add(this.cancelSending);
     this.panelSending.Controls.Add(this.ok);
     this.panelSending.Controls.Add(this.retrySending);
     this.panelSending.Controls.Add(this.waitSendingReport);
     this.panelSending.Controls.Add(this.headerControl2);
     this.panelSending.Controls.Add(this.preparingFeedback);
     this.panelSending.Controls.Add(this.connectingFeedback);
     this.panelSending.Controls.Add(this.transferingFeedback);
     this.panelSending.Controls.Add(this.completedFeedback);
     this.panelSending.Location = new System.Drawing.Point(8, 264);
     this.panelSending.Name = "panelSending";
     this.panelSending.Size = new System.Drawing.Size(413, 232);
     this.panelSending.TabIndex = 2;
     this.panelSending.Visible = false;
     //
     // buttonSaveAsFile
     //
     this.buttonSaveAsFile.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonSaveAsFile.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.buttonSaveAsFile.Location = new System.Drawing.Point(66, 197);
     this.buttonSaveAsFile.Name = "buttonSaveAsFile";
     this.buttonSaveAsFile.Size = new System.Drawing.Size(72, 24);
     this.buttonSaveAsFile.TabIndex = 25;
     this.buttonSaveAsFile.Text = "Save as &File";
     this.buttonSaveAsFile.Visible = false;
     this.buttonSaveAsFile.Click += new System.EventHandler(this.buttonSaveAsFile_Click);
     //
     // cancelSending
     //
     this.cancelSending.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.cancelSending.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.cancelSending.Location = new System.Drawing.Point(320, 197);
     this.cancelSending.Name = "cancelSending";
     this.cancelSending.Size = new System.Drawing.Size(80, 24);
     this.cancelSending.TabIndex = 10;
     this.cancelSending.Text = "&Cancel";
     this.cancelSending.Click += new System.EventHandler(this.cancelSending_Click);
     //
     // ok
     //
     this.ok.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.ok.Enabled = false;
     this.ok.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.ok.Location = new System.Drawing.Point(232, 197);
     this.ok.Name = "ok";
     this.ok.Size = new System.Drawing.Size(80, 24);
     this.ok.TabIndex = 22;
     this.ok.Text = "&OK";
     this.ok.Click += new System.EventHandler(this.ok_Click);
     //
     // retrySending
     //
     this.retrySending.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.retrySending.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.retrySending.Location = new System.Drawing.Point(144, 197);
     this.retrySending.Name = "retrySending";
     this.retrySending.Size = new System.Drawing.Size(80, 24);
     this.retrySending.TabIndex = 23;
     this.retrySending.Text = "&Retry";
     this.retrySending.Visible = false;
     this.retrySending.Click += new System.EventHandler(this.retrySending_Click);
     //
     // waitSendingReport
     //
     this.waitSendingReport.Location = new System.Drawing.Point(87, 145);
     this.waitSendingReport.Name = "waitSendingReport";
     this.waitSendingReport.Size = new System.Drawing.Size(250, 42);
     this.waitSendingReport.TabIndex = 11;
     this.waitSendingReport.TabStop = false;
     this.waitSendingReport.Visible = false;
     //
     // headerControl2
     //
     this.headerControl2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(238)))), ((int)(((byte)(225)))));
     this.headerControl2.Dock = System.Windows.Forms.DockStyle.Top;
     this.headerControl2.IconState = SmartAssembly.SmartExceptionsCore.UI.IconState.Error;
     this.headerControl2.Image = null;
     this.headerControl2.Location = new System.Drawing.Point(0, 0);
     this.headerControl2.Name = "headerControl2";
     this.headerControl2.Size = new System.Drawing.Size(413, 58);
     this.headerControl2.TabIndex = 24;
     this.headerControl2.TabStop = false;
     this.headerControl2.Text = "Please wait while %AppName% sends the report to %CompanyName% through the Internet.";
     //
     // preparingFeedback
     //
     this.preparingFeedback.Location = new System.Drawing.Point(24, 72);
     this.preparingFeedback.Name = "preparingFeedback";
     this.preparingFeedback.Size = new System.Drawing.Size(368, 16);
     this.preparingFeedback.TabIndex = 18;
     this.preparingFeedback.TabStop = false;
     this.preparingFeedback.Text = "Preparing the error report.";
     //
     // connectingFeedback
     //
     this.connectingFeedback.Location = new System.Drawing.Point(24, 96);
     this.connectingFeedback.Name = "connectingFeedback";
     this.connectingFeedback.Size = new System.Drawing.Size(368, 16);
     this.connectingFeedback.TabIndex = 19;
     this.connectingFeedback.TabStop = false;
     this.connectingFeedback.Text = "Connecting to server.";
     //
     // transferingFeedback
     //
     this.transferingFeedback.Location = new System.Drawing.Point(24, 120);
     this.transferingFeedback.Name = "transferingFeedback";
     this.transferingFeedback.Size = new System.Drawing.Size(368, 16);
     this.transferingFeedback.TabIndex = 20;
     this.transferingFeedback.TabStop = false;
     this.transferingFeedback.Text = "Transferring report.";
     //
     // completedFeedback
     //
     this.completedFeedback.Location = new System.Drawing.Point(24, 144);
     this.completedFeedback.Name = "completedFeedback";
     this.completedFeedback.Size = new System.Drawing.Size(368, 16);
     this.completedFeedback.TabIndex = 21;
     this.completedFeedback.TabStop = false;
     this.completedFeedback.Text = "Error reporting completed. Thank you.";
     //
     // panelEmail
     //
     this.panelEmail.Controls.Add(this.email);
     this.panelEmail.Controls.Add(this.textBoxExtraInfo);
     this.panelEmail.Controls.Add(this.label2);
     this.panelEmail.Controls.Add(this.label1);
     this.panelEmail.Controls.Add(this.labelEmail);
     this.panelEmail.Controls.Add(this.sendAnonymously);
     this.panelEmail.Controls.Add(this.headerControl3);
     this.panelEmail.Controls.Add(this.label3);
     this.panelEmail.Controls.Add(this.continueSendReport);
     this.panelEmail.Location = new System.Drawing.Point(11, 512);
     this.panelEmail.Name = "panelEmail";
     this.panelEmail.Size = new System.Drawing.Size(413, 232);
     this.panelEmail.TabIndex = 4;
     this.panelEmail.Visible = false;
     //
     // email
     //
     this.email.Location = new System.Drawing.Point(93, 128);
     this.email.Name = "email";
     this.email.Size = new System.Drawing.Size(248, 20);
     this.email.TabIndex = 10;
     this.email.TextChanged += new System.EventHandler(this.email_TextChanged);
     //
     // textBoxExtraInfo
     //
     this.textBoxExtraInfo.Location = new System.Drawing.Point(93, 166);
     this.textBoxExtraInfo.Multiline = true;
     this.textBoxExtraInfo.Name = "textBoxExtraInfo";
     this.textBoxExtraInfo.Size = new System.Drawing.Size(189, 55);
     this.textBoxExtraInfo.TabIndex = 14;
     //
     // label2
     //
     this.label2.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label2.Location = new System.Drawing.Point(20, 166);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(67, 16);
     this.label2.TabIndex = 15;
     this.label2.Text = "More details:";
     //
     // label1
     //
     this.label1.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label1.ForeColor = System.Drawing.Color.Navy;
     this.label1.Location = new System.Drawing.Point(347, 131);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(54, 16);
     this.label1.TabIndex = 13;
     this.label1.Text = "* required";
     //
     // labelEmail
     //
     this.labelEmail.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.labelEmail.Location = new System.Drawing.Point(20, 131);
     this.labelEmail.Name = "labelEmail";
     this.labelEmail.Size = new System.Drawing.Size(100, 16);
     this.labelEmail.TabIndex = 9;
     this.labelEmail.Text = "&Email address:";
     //
     // sendAnonymously
     //
     this.sendAnonymously.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.sendAnonymously.Location = new System.Drawing.Point(106, 148);
     this.sendAnonymously.Name = "sendAnonymously";
     this.sendAnonymously.Size = new System.Drawing.Size(115, 16);
     this.sendAnonymously.TabIndex = 11;
     this.sendAnonymously.Text = "Send &anonymously.";
     this.sendAnonymously.CheckedChanged += new System.EventHandler(this.sendAnonymously_CheckedChanged);
     //
     // headerControl3
     //
     this.headerControl3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(238)))), ((int)(((byte)(225)))));
     this.headerControl3.Dock = System.Windows.Forms.DockStyle.Top;
     this.headerControl3.IconState = SmartAssembly.SmartExceptionsCore.UI.IconState.Error;
     this.headerControl3.Image = null;
     this.headerControl3.Location = new System.Drawing.Point(0, 0);
     this.headerControl3.Name = "headerControl3";
     this.headerControl3.Size = new System.Drawing.Size(413, 58);
     this.headerControl3.TabIndex = 3;
     this.headerControl3.TabStop = false;
     this.headerControl3.Text = "Do you want to be contacted by %CompanyName% regarding this problem?";
     //
     // label3
     //
     this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.label3.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label3.Location = new System.Drawing.Point(20, 69);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(381, 43);
     this.label3.TabIndex = 10;
     this.label3.Text = "If you want to be contacted by %CompanyName% regarding this error, please provide" +
         " your e-mail address. This information will not be used for any other purpose.";
     //
     // continueSendReport
     //
     this.continueSendReport.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.continueSendReport.Enabled = false;
     this.continueSendReport.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.continueSendReport.Location = new System.Drawing.Point(295, 197);
     this.continueSendReport.Name = "continueSendReport";
     this.continueSendReport.Size = new System.Drawing.Size(105, 24);
     this.continueSendReport.TabIndex = 12;
     this.continueSendReport.Text = "&Send Error Report";
     this.continueSendReport.Click += new System.EventHandler(this.continueSendReport_Click);
     //
     // poweredBy
     //
     this.poweredBy.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.poweredBy.Cursor = System.Windows.Forms.Cursors.Hand;
     this.poweredBy.Location = new System.Drawing.Point(6, 730);
     this.poweredBy.Name = "poweredBy";
     this.poweredBy.Size = new System.Drawing.Size(112, 32);
     this.poweredBy.TabIndex = 5;
     this.poweredBy.TabStop = false;
     this.poweredBy.Text = "poweredBy1";
     this.poweredBy.Visible = false;
     //
     // ExceptionReportingForm
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.BackColor = System.Drawing.SystemColors.Window;
     this.ClientSize = new System.Drawing.Size(434, 768);
     this.ControlBox = false;
     this.Controls.Add(this.poweredBy);
     this.Controls.Add(this.panelEmail);
     this.Controls.Add(this.panelInformation);
     this.Controls.Add(this.panelSending);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Name = "ExceptionReportingForm";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "%AppName%";
     this.TopMost = true;
     this.panelInformation.ResumeLayout(false);
     this.panelSending.ResumeLayout(false);
     this.panelEmail.ResumeLayout(false);
     this.panelEmail.PerformLayout();
     this.ResumeLayout(false);
 }