TileIconifier.Forms.Shared.FrmException.InitializeComponent C# (CSharp) Method

InitializeComponent() private method

Required method for Designer support - do not modify the contents of this method with the code editor.
private InitializeComponent ( ) : void
return void
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmException));
            this.rtxtUnhandledException = new System.Windows.Forms.RichTextBox();
            this.SuspendLayout();
            // 
            // rtxtUnhandledException
            // 
            resources.ApplyResources(this.rtxtUnhandledException, "rtxtUnhandledException");
            this.rtxtUnhandledException.Name = "rtxtUnhandledException";
            this.rtxtUnhandledException.ReadOnly = true;
            this.rtxtUnhandledException.LinkClicked += new System.Windows.Forms.LinkClickedEventHandler(this.rtxtException_LinkClicked);
            this.rtxtUnhandledException.MouseUp += new System.Windows.Forms.MouseEventHandler(this.rtxtUnhandledException_MouseUp);
            // 
            // FrmException
            // 
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
            this.Controls.Add(this.rtxtUnhandledException);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "FrmException";
            this.Load += new System.EventHandler(this.FrmUnhandledExceptionLoad);
            this.ResumeLayout(false);

        }