Click here to Skip to main content
15,886,851 members
Articles / Programming Languages / XML

Sedge: An Automated Error Reporting Tool

Rate me:
Please Sign up or sign in to vote.
4.94/5 (11 votes)
14 Jan 2010Ms-PL5 min read 38.3K   923   53  
This article describes Sedge - a highly customizable tool designed to help your customers create better error reports.
namespace Sedge.UI.View
{
	partial class MasterForm
	{
		/// <summary>
		/// Required designer variable.
		/// </summary>
		private System.ComponentModel.IContainer components = null;

		/// <summary>
		/// Clean up any resources being used.
		/// </summary>
		/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
		protected override void Dispose(bool disposing)
		{
			if (disposing && (components != null))
			{
				components.Dispose();
			}
			base.Dispose(disposing);
		}

		#region Windows Form Designer generated code

		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MasterForm));
			this.panelBanner = new System.Windows.Forms.Panel();
			this.labelCaption = new System.Windows.Forms.Label();
			this.panel1 = new System.Windows.Forms.Panel();
			this.buttonBack = new System.Windows.Forms.Button();
			this.buttonNext = new System.Windows.Forms.Button();
			this.buttonCancel = new System.Windows.Forms.Button();
			this.panelMain = new System.Windows.Forms.Panel();
			this.bevel2 = new Sedge.UI.Component.Bevel();
			this.bevel1 = new Sedge.UI.Component.Bevel();
			this.panelBanner.SuspendLayout();
			this.panel1.SuspendLayout();
			this.SuspendLayout();
			// 
			// panelBanner
			// 
			this.panelBanner.BackColor = System.Drawing.Color.White;
			this.panelBanner.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
			this.panelBanner.Controls.Add(this.labelCaption);
			this.panelBanner.Dock = System.Windows.Forms.DockStyle.Top;
			this.panelBanner.Location = new System.Drawing.Point(0, 0);
			this.panelBanner.Name = "panelBanner";
			this.panelBanner.Size = new System.Drawing.Size(541, 60);
			this.panelBanner.TabIndex = 0;
			// 
			// labelCaption
			// 
			this.labelCaption.AutoSize = true;
			this.labelCaption.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
			this.labelCaption.Location = new System.Drawing.Point(15, 24);
			this.labelCaption.Name = "labelCaption";
			this.labelCaption.Size = new System.Drawing.Size(41, 13);
			this.labelCaption.TabIndex = 0;
			this.labelCaption.Text = "label1";
			// 
			// panel1
			// 
			this.panel1.Controls.Add(this.buttonBack);
			this.panel1.Controls.Add(this.buttonNext);
			this.panel1.Controls.Add(this.buttonCancel);
			this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
			this.panel1.Location = new System.Drawing.Point(0, 308);
			this.panel1.Name = "panel1";
			this.panel1.Size = new System.Drawing.Size(541, 46);
			this.panel1.TabIndex = 1;
			// 
			// buttonBack
			// 
			this.buttonBack.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.buttonBack.Enabled = false;
			this.buttonBack.Location = new System.Drawing.Point(292, 11);
			this.buttonBack.Name = "buttonBack";
			this.buttonBack.Size = new System.Drawing.Size(75, 23);
			this.buttonBack.TabIndex = 2;
			this.buttonBack.Text = "button3";
			this.buttonBack.UseVisualStyleBackColor = true;
			this.buttonBack.Click += new System.EventHandler(this.buttonBack_Click);
			// 
			// buttonNext
			// 
			this.buttonNext.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.buttonNext.Location = new System.Drawing.Point(373, 11);
			this.buttonNext.Name = "buttonNext";
			this.buttonNext.Size = new System.Drawing.Size(75, 23);
			this.buttonNext.TabIndex = 1;
			this.buttonNext.Text = "button2";
			this.buttonNext.UseVisualStyleBackColor = true;
			this.buttonNext.Click += new System.EventHandler(this.buttonNext_Click);
			// 
			// buttonCancel
			// 
			this.buttonCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.buttonCancel.Location = new System.Drawing.Point(454, 11);
			this.buttonCancel.Name = "buttonCancel";
			this.buttonCancel.Size = new System.Drawing.Size(75, 23);
			this.buttonCancel.TabIndex = 0;
			this.buttonCancel.Text = "button1";
			this.buttonCancel.UseVisualStyleBackColor = true;
			this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click);
			// 
			// panelMain
			// 
			this.panelMain.Dock = System.Windows.Forms.DockStyle.Fill;
			this.panelMain.Location = new System.Drawing.Point(0, 63);
			this.panelMain.Name = "panelMain";
			this.panelMain.Size = new System.Drawing.Size(541, 242);
			this.panelMain.TabIndex = 4;
			// 
			// bevel2
			// 
			this.bevel2.Dock = System.Windows.Forms.DockStyle.Top;
			this.bevel2.Location = new System.Drawing.Point(0, 60);
			this.bevel2.Name = "bevel2";
			this.bevel2.Shape = System.Windows.Forms.Border3DSide.Top;
			this.bevel2.Size = new System.Drawing.Size(541, 3);
			this.bevel2.TabIndex = 3;
			this.bevel2.Text = "bevel2";
			// 
			// bevel1
			// 
			this.bevel1.Dock = System.Windows.Forms.DockStyle.Bottom;
			this.bevel1.Location = new System.Drawing.Point(0, 305);
			this.bevel1.Name = "bevel1";
			this.bevel1.Size = new System.Drawing.Size(541, 3);
			this.bevel1.TabIndex = 2;
			this.bevel1.Text = "bevel1";
			// 
			// MasterForm
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.ClientSize = new System.Drawing.Size(541, 354);
			this.Controls.Add(this.panelMain);
			this.Controls.Add(this.bevel2);
			this.Controls.Add(this.bevel1);
			this.Controls.Add(this.panel1);
			this.Controls.Add(this.panelBanner);
			this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
			this.MaximizeBox = false;
			this.MinimizeBox = false;
			this.Name = "MasterForm";
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
			this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MasterForm_FormClosing);
			this.panelBanner.ResumeLayout(false);
			this.panelBanner.PerformLayout();
			this.panel1.ResumeLayout(false);
			this.ResumeLayout(false);

		}

		#endregion

		private System.Windows.Forms.Panel panel1;
		private Sedge.UI.Component.Bevel bevel1;
		private Sedge.UI.Component.Bevel bevel2;
		internal System.Windows.Forms.Button buttonNext;
		internal System.Windows.Forms.Button buttonCancel;
		internal System.Windows.Forms.Button buttonBack;
		internal System.Windows.Forms.Panel panelBanner;
		private System.Windows.Forms.Label labelCaption;
		private System.Windows.Forms.Panel panelMain;
	}
}

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Microsoft Public License (Ms-PL)


Written By
Canada Canada
I am a software developer from Toronto with 15 years of experience in software design and development. My major professional area is the development of highly customized software solutions, including desktop and web applications. Industrial process automation and hardware-related software development are among my favorite projects and I enjoyed developing several applications for semiconductor manufacturing companies.

My blog: http://LunarFrog.com/blog

Comments and Discussions