private void InitializeComponent()
{
this.panel1 = new System.Windows.Forms.Panel();
this.aboutText = new System.Windows.Forms.RichTextBox();
this.panel2 = new System.Windows.Forms.Panel();
this.richTextBox1 = new System.Windows.Forms.RichTextBox();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.pictBox = new System.Windows.Forms.PictureBox();
this.errorText = new System.Windows.Forms.RichTextBox();
this.Morebtn = new System.Windows.Forms.Button();
this.Raportbtn = new System.Windows.Forms.Button();
this.OKbtn = new System.Windows.Forms.Button();
this.panel3 = new System.Windows.Forms.Panel();
this.panel1.SuspendLayout();
this.panel2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictBox)).BeginInit();
this.panel3.SuspendLayout();
this.SuspendLayout();
//
// panel1
//
this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.panel1.Controls.Add(this.aboutText);
this.panel1.Location = new System.Drawing.Point(12, 12);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(490, 32);
this.panel1.TabIndex = 0;
//
// aboutText
//
this.aboutText.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.aboutText.BackColor = System.Drawing.SystemColors.ButtonFace;
this.aboutText.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.aboutText.Cursor = System.Windows.Forms.Cursors.Default;
this.aboutText.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.aboutText.Location = new System.Drawing.Point(3, 3);
this.aboutText.Name = "aboutText";
this.aboutText.ReadOnly = true;
this.aboutText.Size = new System.Drawing.Size(484, 24);
this.aboutText.TabIndex = 0;
this.aboutText.TabStop = false;
this.aboutText.Text = "";
//
// panel2
//
this.panel2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.panel2.Controls.Add(this.richTextBox1);
this.panel2.Controls.Add(this.label2);
this.panel2.Controls.Add(this.label1);
this.panel2.Controls.Add(this.pictBox);
this.panel2.Controls.Add(this.errorText);
this.panel2.Location = new System.Drawing.Point(12, 46);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(491, 204);
this.panel2.TabIndex = 1;
//
// richTextBox1
//
this.richTextBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.richTextBox1.BackColor = System.Drawing.SystemColors.Control;
this.richTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.richTextBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.richTextBox1.Location = new System.Drawing.Point(76, 120);
this.richTextBox1.Name = "richTextBox1";
this.richTextBox1.ReadOnly = true;
this.richTextBox1.Size = new System.Drawing.Size(409, 81);
this.richTextBox1.TabIndex = 4;
this.richTextBox1.TabStop = false;
this.richTextBox1.Text = "";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.label2.Location = new System.Drawing.Point(237, 104);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(65, 13);
this.label2.TabIndex = 3;
this.label2.Text = "Описание";
//
// label1
//
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.label1.Location = new System.Drawing.Point(70, 3);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(413, 31);
this.label1.TabIndex = 2;
this.label1.Text = "Выполнение последней операции закончилось ошибкой с сообщением:";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// pictBox
//
this.pictBox.Cursor = System.Windows.Forms.Cursors.Default;
this.pictBox.ErrorImage = null;
this.pictBox.InitialImage = null;
this.pictBox.Location = new System.Drawing.Point(3, 3);
this.pictBox.Name = "pictBox";
this.pictBox.Size = new System.Drawing.Size(68, 68);
this.pictBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
this.pictBox.TabIndex = 1;
this.pictBox.TabStop = false;
//
// errorText
//
this.errorText.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.errorText.BackColor = System.Drawing.SystemColors.Control;
this.errorText.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.errorText.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.errorText.Location = new System.Drawing.Point(73, 37);
this.errorText.Name = "errorText";
this.errorText.ReadOnly = true;
this.errorText.Size = new System.Drawing.Size(412, 64);
this.errorText.TabIndex = 0;
this.errorText.TabStop = false;
this.errorText.Text = "";
//
// Morebtn
//
this.Morebtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.Morebtn.Location = new System.Drawing.Point(402, 1);
this.Morebtn.Name = "Morebtn";
this.Morebtn.Size = new System.Drawing.Size(89, 26);
this.Morebtn.TabIndex = 2;
this.Morebtn.Text = "Подробнее";
this.Morebtn.UseVisualStyleBackColor = true;
this.Morebtn.Click += new System.EventHandler(this.Morebtn_Click);
//
// Raportbtn
//
this.Raportbtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.Raportbtn.Location = new System.Drawing.Point(0, 1);
this.Raportbtn.Name = "Raportbtn";
this.Raportbtn.Size = new System.Drawing.Size(144, 26);
this.Raportbtn.TabIndex = 3;
this.Raportbtn.Text = "Послать отчет об ошибке";
this.Raportbtn.UseVisualStyleBackColor = true;
this.Raportbtn.Click += new System.EventHandler(this.Raportbtn_Click);
//
// OKbtn
//
this.OKbtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.OKbtn.Location = new System.Drawing.Point(304, 1);
this.OKbtn.Name = "OKbtn";
this.OKbtn.Size = new System.Drawing.Size(89, 26);
this.OKbtn.TabIndex = 4;
this.OKbtn.Text = "ОК";
this.OKbtn.UseVisualStyleBackColor = true;
this.OKbtn.Click += new System.EventHandler(this.OKbtn_Click);
//
// panel3
//
this.panel3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.panel3.Controls.Add(this.OKbtn);
this.panel3.Controls.Add(this.Raportbtn);
this.panel3.Controls.Add(this.Morebtn);
this.panel3.Location = new System.Drawing.Point(12, 256);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(491, 29);
this.panel3.TabIndex = 2;
//
// ExceptionDialog
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(507, 297);
this.Controls.Add(this.panel3);
this.Controls.Add(this.panel2);
this.Controls.Add(this.panel1);
this.HelpButton = true;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "ExceptionDialog";
this.ShowInTaskbar = false;
this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.TopMost = true;
this.Load += new System.EventHandler(this.ISGBExceptionDialog_Load);
this.panel1.ResumeLayout(false);
this.panel2.ResumeLayout(false);
this.panel2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pictBox)).EndInit();
this.panel3.ResumeLayout(false);
this.ResumeLayout(false);
}