Axiom.Framework.Exceptions.WinFormErrorDialog.InitializeComponent C# (CSharp) Method

InitializeComponent() private method

private InitializeComponent ( ) : void
return void
		private void InitializeComponent()
		{
			this.lblHeader = new System.Windows.Forms.Label();
			this.txtMsg = new System.Windows.Forms.TextBox();
			this.lblFooter = new System.Windows.Forms.Label();
			this.cmdClose = new System.Windows.Forms.Button();
			this.SuspendLayout();
			// 
			// lblHeader
			// 
			this.lblHeader.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
			this.lblHeader.Font = new System.Drawing.Font( "Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ( (byte)( 0 ) ) );
			this.lblHeader.ForeColor = System.Drawing.Color.FromArgb( ( (int)( ( (byte)( 25 ) ) ) ), ( (int)( ( (byte)( 35 ) ) ) ), ( (int)( ( (byte)( 75 ) ) ) ) );
			this.lblHeader.Location = new System.Drawing.Point( 12, 9 );
			this.lblHeader.Name = "lblHeader";
			this.lblHeader.Size = new System.Drawing.Size( 422, 40 );
			this.lblHeader.TabIndex = 9;
			this.lblHeader.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.lblHeader.Text = global::Axiom.Framework.Properties.Resources.Axiom_Error_Header;
			// 
			// txtMsg
			// 
			this.txtMsg.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
			this.txtMsg.Font = new System.Drawing.Font( "Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ( (byte)( 0 ) ) );
			this.txtMsg.ForeColor = System.Drawing.Color.FromArgb( ( (int)( ( (byte)( 25 ) ) ) ), ( (int)( ( (byte)( 35 ) ) ) ), ( (int)( ( (byte)( 75 ) ) ) ) );
			this.txtMsg.Location = new System.Drawing.Point( 12, 49 );
			this.txtMsg.Name = "txtMsg";
			this.txtMsg.Size = new System.Drawing.Size( 422, 161 );
			this.txtMsg.TabIndex = 9;
			this.txtMsg.Multiline = true;
			this.txtMsg.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
			this.txtMsg.ScrollBars = System.Windows.Forms.ScrollBars.Both;
			this.txtMsg.ReadOnly = true;
			// 
			// lblFooter
			// 
			this.lblFooter.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
			this.lblFooter.Font = new System.Drawing.Font( "Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ( (byte)( 0 ) ) );
			this.lblFooter.ForeColor = System.Drawing.Color.FromArgb( ( (int)( ( (byte)( 25 ) ) ) ), ( (int)( ( (byte)( 35 ) ) ) ), ( (int)( ( (byte)( 75 ) ) ) ) );
			this.lblFooter.Location = new System.Drawing.Point( 12, 220 );
			this.lblFooter.Name = "lblFooter";
			this.lblFooter.Size = new System.Drawing.Size( 422, 86 );
			this.lblFooter.TabIndex = 9;
			this.lblFooter.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.lblFooter.Text = global::Axiom.Framework.Properties.Resources.Axiom_Error_Footer;
			// 
			// cmdClose
			// 
			this.cmdClose.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
			this.cmdClose.DialogResult = System.Windows.Forms.DialogResult.OK;
			this.cmdClose.Location = new System.Drawing.Point( 172, 313 );
			this.cmdClose.Name = "cmdClose";
			this.cmdClose.Size = new System.Drawing.Size( 80, 26 );
			this.cmdClose.TabIndex = 11;
			this.cmdClose.Text = "&Close";
			// 
			// WinFormErrorDialog
			// 
			this.ClientSize = new System.Drawing.Size( 446, 351 );
			this.ControlBox = false;
			this.Controls.Add( this.cmdClose );
			this.Controls.Add( this.lblHeader );
			this.Controls.Add( this.lblFooter );
			this.Controls.Add( this.txtMsg );
			this.Font = new System.Drawing.Font( "Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ( (byte)( 0 ) ) );
			this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
			this.MaximizeBox = false;
			this.MinimizeBox = false;
			this.Name = "WinFormErrorDialog";
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
			this.Text = global::Axiom.Framework.Properties.Resources.Axiom_Error_Title;
			this.ResumeLayout( false );

		}