namespace IM { partial class ExceptionBox { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.label1 = new System.Windows.Forms.Label(); this.exceptionTextBox = new System.Windows.Forms.TextBox(); this.okButton = new System.Windows.Forms.Button(); this.copyLinkLabel = new System.Windows.Forms.LinkLabel(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(12, 9); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(361, 26); this.label1.TabIndex = 0; this.label1.Text = "DarwinbotsIM has crashed.\r\nPlease submit this error to the forums: http://www.dar" + "winbots.com/Forums/"; // // exceptionTextBox // this.exceptionTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.exceptionTextBox.BackColor = System.Drawing.SystemColors.Window; this.exceptionTextBox.Location = new System.Drawing.Point(13, 39); this.exceptionTextBox.Multiline = true; this.exceptionTextBox.Name = "exceptionTextBox"; this.exceptionTextBox.ReadOnly = true; this.exceptionTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.exceptionTextBox.Size = new System.Drawing.Size(426, 158); this.exceptionTextBox.TabIndex = 999; this.exceptionTextBox.TabStop = false; // // okButton // this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK; this.okButton.Location = new System.Drawing.Point(188, 203); this.okButton.Name = "okButton"; this.okButton.Size = new System.Drawing.Size(75, 23); this.okButton.TabIndex = 3; this.okButton.Text = "Close"; this.okButton.UseVisualStyleBackColor = true; this.okButton.Click += new System.EventHandler(this.okButton_Click); // // copyLinkLabel // this.copyLinkLabel.AutoSize = true; this.copyLinkLabel.CausesValidation = false; this.copyLinkLabel.Location = new System.Drawing.Point(92, 213); this.copyLinkLabel.Name = "copyLinkLabel"; this.copyLinkLabel.Size = new System.Drawing.Size(90, 13); this.copyLinkLabel.TabIndex = 2; this.copyLinkLabel.TabStop = true; this.copyLinkLabel.Text = "Copy to Clipboard"; this.copyLinkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.copyLinkLabel_LinkClicked); // // ExceptionBox // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(451, 238); this.Controls.Add(this.okButton); this.Controls.Add(this.copyLinkLabel); this.Controls.Add(this.exceptionTextBox); this.Controls.Add(this.label1); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "ExceptionBox"; this.ShowIcon = false; this.ShowInTaskbar = false; this.Text = "DarwinbotsIM - Error"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox exceptionTextBox; private System.Windows.Forms.Button okButton; private System.Windows.Forms.LinkLabel copyLinkLabel; } }