Click here to Skip to main content
15,886,100 members
Articles / Multimedia / GDI+

100% Reflective Class Diagram Creation Tool

Rate me:
Please Sign up or sign in to vote.
4.98/5 (498 votes)
14 Jun 2011CPOL28 min read 1.8M   39.6K   1.2K  
100% Reflective Class Diagram Creation Tool
namespace AutoDiagramer
{
    #region frmSettings CLASS
    /// <summary>
    /// Partial class that creates the GUI part of the frmSettings object
    /// </summary>
    partial class frmSettings
    {
        #region Windows Form Designer generated code
        /// <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);
        }

        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmSettings));
            this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
            this.chkInterfaces = new System.Windows.Forms.CheckBox();
            this.chkConstructors = new System.Windows.Forms.CheckBox();
            this.chkFieldTypes = new System.Windows.Forms.CheckBox();
            this.chkMethReturns = new System.Windows.Forms.CheckBox();
            this.chkMethArgs = new System.Windows.Forms.CheckBox();
            this.chkPropTypes = new System.Windows.Forms.CheckBox();
            this.chkEvents = new System.Windows.Forms.CheckBox();
            this.btnOk = new System.Windows.Forms.Button();
            this.btnCancel = new System.Windows.Forms.Button();
            this.chkDelegates = new System.Windows.Forms.CheckBox();
            this.chkEnums = new System.Windows.Forms.CheckBox();
            this.pnlClassBorderCurrColor = new System.Windows.Forms.Panel();
            this.pnlClassEndCurrColor = new System.Windows.Forms.Panel();
            this.pnlClassStartCurrColor = new System.Windows.Forms.Panel();
            this.cmbAccess = new System.Windows.Forms.ComboBox();
            this.lblBannerText1 = new System.Windows.Forms.Label();
            this.lblBannerText2 = new System.Windows.Forms.Label();
            this.pnlSettingsScroll = new System.Windows.Forms.Panel();
            this.pnlAccessability = new System.Windows.Forms.Panel();
            this.lblAcess = new System.Windows.Forms.Label();
            this.lblAccessability = new System.Windows.Forms.Label();
            this.pnlClassBorderColor = new System.Windows.Forms.Panel();
            this.lnkClassBorderColor = new System.Windows.Forms.LinkLabel();
            this.lblClassBorderColor = new System.Windows.Forms.Label();
            this.pnlClassEndColor = new System.Windows.Forms.Panel();
            this.lnkClassEndColor = new System.Windows.Forms.LinkLabel();
            this.lblClassEndColor = new System.Windows.Forms.Label();
            this.pnlClassStartColor = new System.Windows.Forms.Panel();
            this.lnkClassStartColor = new System.Windows.Forms.LinkLabel();
            this.lblClassStartColor = new System.Windows.Forms.Label();
            this.pnlColumns = new System.Windows.Forms.Panel();
            this.lblColumns = new System.Windows.Forms.Label();
            this.nudColumns = new System.Windows.Forms.NumericUpDown();
            this.lblColumnSettins = new System.Windows.Forms.Label();
            this.pnlDelegates = new System.Windows.Forms.Panel();
            this.lblDelegates = new System.Windows.Forms.Label();
            this.pnlEnums = new System.Windows.Forms.Panel();
            this.lblEnums = new System.Windows.Forms.Label();
            this.pnlEvents = new System.Windows.Forms.Panel();
            this.lblEvents = new System.Windows.Forms.Label();
            this.picEvents = new System.Windows.Forms.PictureBox();
            this.pnlProperties = new System.Windows.Forms.Panel();
            this.lblPropsMain = new System.Windows.Forms.Label();
            this.picProps = new System.Windows.Forms.PictureBox();
            this.pnlMethods = new System.Windows.Forms.Panel();
            this.lblMethMain = new System.Windows.Forms.Label();
            this.picMeth = new System.Windows.Forms.PictureBox();
            this.pnlFields = new System.Windows.Forms.Panel();
            this.lblFieldMain = new System.Windows.Forms.Label();
            this.picField = new System.Windows.Forms.PictureBox();
            this.pnlConstructors = new System.Windows.Forms.Panel();
            this.lblConstrMain = new System.Windows.Forms.Label();
            this.picConstr = new System.Windows.Forms.PictureBox();
            this.pnlInterfaces = new System.Windows.Forms.Panel();
            this.lblInterMain = new System.Windows.Forms.Label();
            this.picInt = new System.Windows.Forms.PictureBox();
            this.picLogo = new System.Windows.Forms.PictureBox();
            this.pnlSettingsBanner = new System.Windows.Forms.Panel();
            this.panel4 = new System.Windows.Forms.Panel();
            this.pnlButtons = new System.Windows.Forms.Panel();
            this.chkMethPropGet = new System.Windows.Forms.CheckBox();
            this.chkMethPropSet = new System.Windows.Forms.CheckBox();
            this.pnlSettingsScroll.SuspendLayout();
            this.pnlAccessability.SuspendLayout();
            this.pnlClassBorderColor.SuspendLayout();
            this.pnlClassEndColor.SuspendLayout();
            this.pnlClassStartColor.SuspendLayout();
            this.pnlColumns.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.nudColumns)).BeginInit();
            this.pnlDelegates.SuspendLayout();
            this.pnlEnums.SuspendLayout();
            this.pnlEvents.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.picEvents)).BeginInit();
            this.pnlProperties.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.picProps)).BeginInit();
            this.pnlMethods.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.picMeth)).BeginInit();
            this.pnlFields.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.picField)).BeginInit();
            this.pnlConstructors.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.picConstr)).BeginInit();
            this.pnlInterfaces.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.picInt)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.picLogo)).BeginInit();
            this.panel4.SuspendLayout();
            this.pnlButtons.SuspendLayout();
            this.SuspendLayout();
            // 
            // chkInterfaces
            // 
            this.chkInterfaces.AutoSize = true;
            this.chkInterfaces.Location = new System.Drawing.Point(9, 31);
            this.chkInterfaces.Name = "chkInterfaces";
            this.chkInterfaces.Size = new System.Drawing.Size(102, 17);
            this.chkInterfaces.TabIndex = 18;
            this.chkInterfaces.Text = "Show interfaces";
            this.toolTip1.SetToolTip(this.chkInterfaces, "Should implemented interfaces be shown on the class diagram");
            this.chkInterfaces.UseVisualStyleBackColor = true;
            // 
            // chkConstructors
            // 
            this.chkConstructors.AutoSize = true;
            this.chkConstructors.Location = new System.Drawing.Point(9, 31);
            this.chkConstructors.Name = "chkConstructors";
            this.chkConstructors.Size = new System.Drawing.Size(164, 17);
            this.chkConstructors.TabIndex = 18;
            this.chkConstructors.Text = "Show constructor parameters";
            this.toolTip1.SetToolTip(this.chkConstructors, "Should contructor parameters be shown on the class diagram");
            this.chkConstructors.UseVisualStyleBackColor = true;
            // 
            // chkFieldTypes
            // 
            this.chkFieldTypes.AutoSize = true;
            this.chkFieldTypes.Location = new System.Drawing.Point(9, 31);
            this.chkFieldTypes.Name = "chkFieldTypes";
            this.chkFieldTypes.Size = new System.Drawing.Size(103, 17);
            this.chkFieldTypes.TabIndex = 18;
            this.chkFieldTypes.Text = "Show field types";
            this.toolTip1.SetToolTip(this.chkFieldTypes, "Should the field type be shown on the class diagram");
            this.chkFieldTypes.UseVisualStyleBackColor = true;
            // 
            // chkMethReturns
            // 
            this.chkMethReturns.AutoSize = true;
            this.chkMethReturns.Location = new System.Drawing.Point(9, 49);
            this.chkMethReturns.Name = "chkMethReturns";
            this.chkMethReturns.Size = new System.Drawing.Size(155, 17);
            this.chkMethReturns.TabIndex = 19;
            this.chkMethReturns.Text = "Show method return values";
            this.toolTip1.SetToolTip(this.chkMethReturns, "Should the method return value be shown on the class diagram");
            this.chkMethReturns.UseVisualStyleBackColor = true;
            // 
            // chkMethArgs
            // 
            this.chkMethArgs.AutoSize = true;
            this.chkMethArgs.Location = new System.Drawing.Point(9, 31);
            this.chkMethArgs.Name = "chkMethArgs";
            this.chkMethArgs.Size = new System.Drawing.Size(143, 17);
            this.chkMethArgs.TabIndex = 18;
            this.chkMethArgs.Text = "Show method arguments";
            this.toolTip1.SetToolTip(this.chkMethArgs, "Should the method arguments be shown on the class diagram");
            this.chkMethArgs.UseVisualStyleBackColor = true;
            // 
            // chkPropTypes
            // 
            this.chkPropTypes.AutoSize = true;
            this.chkPropTypes.Location = new System.Drawing.Point(9, 31);
            this.chkPropTypes.Name = "chkPropTypes";
            this.chkPropTypes.Size = new System.Drawing.Size(122, 17);
            this.chkPropTypes.TabIndex = 18;
            this.chkPropTypes.Text = "Show property types";
            this.toolTip1.SetToolTip(this.chkPropTypes, "Should the field type be shown on the class diagram");
            this.chkPropTypes.UseVisualStyleBackColor = true;
            // 
            // chkEvents
            // 
            this.chkEvents.AutoSize = true;
            this.chkEvents.Location = new System.Drawing.Point(9, 31);
            this.chkEvents.Name = "chkEvents";
            this.chkEvents.Size = new System.Drawing.Size(88, 17);
            this.chkEvents.TabIndex = 18;
            this.chkEvents.Text = "Show events";
            this.toolTip1.SetToolTip(this.chkEvents, "Should events be shown on the class diagram");
            this.chkEvents.UseVisualStyleBackColor = true;
            // 
            // btnOk
            // 
            this.btnOk.Location = new System.Drawing.Point(469, 5);
            this.btnOk.Name = "btnOk";
            this.btnOk.Size = new System.Drawing.Size(66, 23);
            this.btnOk.TabIndex = 16;
            this.btnOk.Text = "OK";
            this.toolTip1.SetToolTip(this.btnOk, "Accept these settings and close this form");
            this.btnOk.UseVisualStyleBackColor = true;
            this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
            // 
            // btnCancel
            // 
            this.btnCancel.Location = new System.Drawing.Point(385, 5);
            this.btnCancel.Name = "btnCancel";
            this.btnCancel.Size = new System.Drawing.Size(66, 23);
            this.btnCancel.TabIndex = 17;
            this.btnCancel.Text = "Cancel";
            this.toolTip1.SetToolTip(this.btnCancel, "Close this form");
            this.btnCancel.UseVisualStyleBackColor = true;
            this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
            // 
            // chkDelegates
            // 
            this.chkDelegates.AutoSize = true;
            this.chkDelegates.Location = new System.Drawing.Point(9, 31);
            this.chkDelegates.Name = "chkDelegates";
            this.chkDelegates.Size = new System.Drawing.Size(102, 17);
            this.chkDelegates.TabIndex = 18;
            this.chkDelegates.Text = "Show delegates";
            this.toolTip1.SetToolTip(this.chkDelegates, "Should delegates be shown on the class diagram");
            this.chkDelegates.UseVisualStyleBackColor = true;
            // 
            // chkEnums
            // 
            this.chkEnums.AutoSize = true;
            this.chkEnums.Location = new System.Drawing.Point(9, 31);
            this.chkEnums.Name = "chkEnums";
            this.chkEnums.Size = new System.Drawing.Size(119, 17);
            this.chkEnums.TabIndex = 18;
            this.chkEnums.Text = "Show enumerations";
            this.toolTip1.SetToolTip(this.chkEnums, "Should enums be shown on the class diagram");
            this.chkEnums.UseVisualStyleBackColor = true;
            // 
            // pnlClassBorderCurrColor
            // 
            this.pnlClassBorderCurrColor.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.pnlClassBorderCurrColor.Location = new System.Drawing.Point(10, 39);
            this.pnlClassBorderCurrColor.Name = "pnlClassBorderCurrColor";
            this.pnlClassBorderCurrColor.Size = new System.Drawing.Size(13, 13);
            this.pnlClassBorderCurrColor.TabIndex = 18;
            this.toolTip1.SetToolTip(this.pnlClassBorderCurrColor, "Current class border color");
            // 
            // pnlClassEndCurrColor
            // 
            this.pnlClassEndCurrColor.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.pnlClassEndCurrColor.Location = new System.Drawing.Point(10, 39);
            this.pnlClassEndCurrColor.Name = "pnlClassEndCurrColor";
            this.pnlClassEndCurrColor.Size = new System.Drawing.Size(13, 13);
            this.pnlClassEndCurrColor.TabIndex = 18;
            this.toolTip1.SetToolTip(this.pnlClassEndCurrColor, "Current class end color");
            // 
            // pnlClassStartCurrColor
            // 
            this.pnlClassStartCurrColor.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.pnlClassStartCurrColor.Location = new System.Drawing.Point(10, 39);
            this.pnlClassStartCurrColor.Name = "pnlClassStartCurrColor";
            this.pnlClassStartCurrColor.Size = new System.Drawing.Size(13, 13);
            this.pnlClassStartCurrColor.TabIndex = 18;
            this.toolTip1.SetToolTip(this.pnlClassStartCurrColor, "Current class start color");
            // 
            // cmbAccess
            // 
            this.cmbAccess.FormattingEnabled = true;
            this.cmbAccess.Items.AddRange(new object[] {
            "Public Only",
            "Public and Static",
            "All"});
            this.cmbAccess.Location = new System.Drawing.Point(10, 31);
            this.cmbAccess.Name = "cmbAccess";
            this.cmbAccess.Size = new System.Drawing.Size(143, 21);
            this.cmbAccess.TabIndex = 31;
            this.toolTip1.SetToolTip(this.cmbAccess, "Choose what level of accessability modified should be shown");
            // 
            // lblBannerText1
            // 
            this.lblBannerText1.AutoSize = true;
            this.lblBannerText1.Font = new System.Drawing.Font("Arial Black", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblBannerText1.ForeColor = System.Drawing.Color.CornflowerBlue;
            this.lblBannerText1.Location = new System.Drawing.Point(88, 15);
            this.lblBannerText1.Name = "lblBannerText1";
            this.lblBannerText1.Size = new System.Drawing.Size(280, 38);
            this.lblBannerText1.TabIndex = 9;
            this.lblBannerText1.Text = "AutoDiagrammer";
            // 
            // lblBannerText2
            // 
            this.lblBannerText2.AutoSize = true;
            this.lblBannerText2.ForeColor = System.Drawing.Color.Black;
            this.lblBannerText2.Location = new System.Drawing.Point(94, 53);
            this.lblBannerText2.Name = "lblBannerText2";
            this.lblBannerText2.Size = new System.Drawing.Size(289, 13);
            this.lblBannerText2.TabIndex = 10;
            this.lblBannerText2.Text = "Settings - Alter what is shown on the reflected class diagram";
            // 
            // pnlSettingsScroll
            // 
            this.pnlSettingsScroll.AutoScroll = true;
            this.pnlSettingsScroll.Controls.Add(this.pnlAccessability);
            this.pnlSettingsScroll.Controls.Add(this.pnlClassBorderColor);
            this.pnlSettingsScroll.Controls.Add(this.pnlClassEndColor);
            this.pnlSettingsScroll.Controls.Add(this.pnlClassStartColor);
            this.pnlSettingsScroll.Controls.Add(this.pnlColumns);
            this.pnlSettingsScroll.Controls.Add(this.pnlDelegates);
            this.pnlSettingsScroll.Controls.Add(this.pnlEnums);
            this.pnlSettingsScroll.Controls.Add(this.pnlEvents);
            this.pnlSettingsScroll.Controls.Add(this.pnlProperties);
            this.pnlSettingsScroll.Controls.Add(this.pnlMethods);
            this.pnlSettingsScroll.Controls.Add(this.pnlFields);
            this.pnlSettingsScroll.Controls.Add(this.pnlConstructors);
            this.pnlSettingsScroll.Controls.Add(this.pnlInterfaces);
            this.pnlSettingsScroll.Dock = System.Windows.Forms.DockStyle.Top;
            this.pnlSettingsScroll.Location = new System.Drawing.Point(0, 0);
            this.pnlSettingsScroll.Name = "pnlSettingsScroll";
            this.pnlSettingsScroll.Size = new System.Drawing.Size(541, 152);
            this.pnlSettingsScroll.TabIndex = 17;
            // 
            // pnlAccessability
            // 
            this.pnlAccessability.BackColor = System.Drawing.Color.White;
            this.pnlAccessability.Controls.Add(this.cmbAccess);
            this.pnlAccessability.Controls.Add(this.lblAcess);
            this.pnlAccessability.Controls.Add(this.lblAccessability);
            this.pnlAccessability.Dock = System.Windows.Forms.DockStyle.Top;
            this.pnlAccessability.Location = new System.Drawing.Point(0, 912);
            this.pnlAccessability.Name = "pnlAccessability";
            this.pnlAccessability.Size = new System.Drawing.Size(524, 76);
            this.pnlAccessability.TabIndex = 30;
            // 
            // lblAcess
            // 
            this.lblAcess.AutoSize = true;
            this.lblAcess.Location = new System.Drawing.Point(155, 35);
            this.lblAcess.Name = "lblAcess";
            this.lblAcess.Size = new System.Drawing.Size(294, 13);
            this.lblAcess.TabIndex = 18;
            this.lblAcess.Text = "Choose what level of accessability modified should be shown";
            // 
            // lblAccessability
            // 
            this.lblAccessability.AutoSize = true;
            this.lblAccessability.Font = new System.Drawing.Font("Arial Black", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblAccessability.ForeColor = System.Drawing.Color.CornflowerBlue;
            this.lblAccessability.Location = new System.Drawing.Point(24, 6);
            this.lblAccessability.Name = "lblAccessability";
            this.lblAccessability.Size = new System.Drawing.Size(215, 23);
            this.lblAccessability.TabIndex = 17;
            this.lblAccessability.Text = "Accessability Modifiers";
            // 
            // pnlClassBorderColor
            // 
            this.pnlClassBorderColor.BackColor = System.Drawing.Color.WhiteSmoke;
            this.pnlClassBorderColor.Controls.Add(this.lnkClassBorderColor);
            this.pnlClassBorderColor.Controls.Add(this.pnlClassBorderCurrColor);
            this.pnlClassBorderColor.Controls.Add(this.lblClassBorderColor);
            this.pnlClassBorderColor.Dock = System.Windows.Forms.DockStyle.Top;
            this.pnlClassBorderColor.Location = new System.Drawing.Point(0, 836);
            this.pnlClassBorderColor.Name = "pnlClassBorderColor";
            this.pnlClassBorderColor.Size = new System.Drawing.Size(524, 76);
            this.pnlClassBorderColor.TabIndex = 29;
            // 
            // lnkClassBorderColor
            // 
            this.lnkClassBorderColor.AutoSize = true;
            this.lnkClassBorderColor.LinkColor = System.Drawing.Color.Black;
            this.lnkClassBorderColor.Location = new System.Drawing.Point(52, 39);
            this.lnkClassBorderColor.Name = "lnkClassBorderColor";
            this.lnkClassBorderColor.Size = new System.Drawing.Size(71, 13);
            this.lnkClassBorderColor.TabIndex = 19;
            this.lnkClassBorderColor.TabStop = true;
            this.lnkClassBorderColor.Text = "Change Color";
            this.lnkClassBorderColor.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lnkClassBorderColor_LinkClicked);
            // 
            // lblClassBorderColor
            // 
            this.lblClassBorderColor.AutoSize = true;
            this.lblClassBorderColor.Font = new System.Drawing.Font("Arial Black", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblClassBorderColor.ForeColor = System.Drawing.Color.CornflowerBlue;
            this.lblClassBorderColor.Location = new System.Drawing.Point(24, 6);
            this.lblClassBorderColor.Name = "lblClassBorderColor";
            this.lblClassBorderColor.Size = new System.Drawing.Size(173, 23);
            this.lblClassBorderColor.TabIndex = 17;
            this.lblClassBorderColor.Text = "Class Border Color";
            // 
            // pnlClassEndColor
            // 
            this.pnlClassEndColor.BackColor = System.Drawing.Color.White;
            this.pnlClassEndColor.Controls.Add(this.lnkClassEndColor);
            this.pnlClassEndColor.Controls.Add(this.pnlClassEndCurrColor);
            this.pnlClassEndColor.Controls.Add(this.lblClassEndColor);
            this.pnlClassEndColor.Dock = System.Windows.Forms.DockStyle.Top;
            this.pnlClassEndColor.Location = new System.Drawing.Point(0, 760);
            this.pnlClassEndColor.Name = "pnlClassEndColor";
            this.pnlClassEndColor.Size = new System.Drawing.Size(524, 76);
            this.pnlClassEndColor.TabIndex = 29;
            // 
            // lnkClassEndColor
            // 
            this.lnkClassEndColor.AutoSize = true;
            this.lnkClassEndColor.LinkColor = System.Drawing.Color.Black;
            this.lnkClassEndColor.Location = new System.Drawing.Point(52, 39);
            this.lnkClassEndColor.Name = "lnkClassEndColor";
            this.lnkClassEndColor.Size = new System.Drawing.Size(71, 13);
            this.lnkClassEndColor.TabIndex = 19;
            this.lnkClassEndColor.TabStop = true;
            this.lnkClassEndColor.Text = "Change Color";
            this.lnkClassEndColor.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lnkClassEndColor_LinkClicked);
            // 
            // lblClassEndColor
            // 
            this.lblClassEndColor.AutoSize = true;
            this.lblClassEndColor.Font = new System.Drawing.Font("Arial Black", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblClassEndColor.ForeColor = System.Drawing.Color.CornflowerBlue;
            this.lblClassEndColor.Location = new System.Drawing.Point(24, 6);
            this.lblClassEndColor.Name = "lblClassEndColor";
            this.lblClassEndColor.Size = new System.Drawing.Size(260, 23);
            this.lblClassEndColor.TabIndex = 17;
            this.lblClassEndColor.Text = "Class Background End Color";
            // 
            // pnlClassStartColor
            // 
            this.pnlClassStartColor.BackColor = System.Drawing.Color.WhiteSmoke;
            this.pnlClassStartColor.Controls.Add(this.lnkClassStartColor);
            this.pnlClassStartColor.Controls.Add(this.pnlClassStartCurrColor);
            this.pnlClassStartColor.Controls.Add(this.lblClassStartColor);
            this.pnlClassStartColor.Dock = System.Windows.Forms.DockStyle.Top;
            this.pnlClassStartColor.Location = new System.Drawing.Point(0, 684);
            this.pnlClassStartColor.Name = "pnlClassStartColor";
            this.pnlClassStartColor.Size = new System.Drawing.Size(524, 76);
            this.pnlClassStartColor.TabIndex = 28;
            // 
            // lnkClassStartColor
            // 
            this.lnkClassStartColor.AutoSize = true;
            this.lnkClassStartColor.LinkColor = System.Drawing.Color.Black;
            this.lnkClassStartColor.Location = new System.Drawing.Point(52, 39);
            this.lnkClassStartColor.Name = "lnkClassStartColor";
            this.lnkClassStartColor.Size = new System.Drawing.Size(71, 13);
            this.lnkClassStartColor.TabIndex = 19;
            this.lnkClassStartColor.TabStop = true;
            this.lnkClassStartColor.Text = "Change Color";
            this.lnkClassStartColor.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lnkClassStartColor_LinkClicked);
            // 
            // lblClassStartColor
            // 
            this.lblClassStartColor.AutoSize = true;
            this.lblClassStartColor.Font = new System.Drawing.Font("Arial Black", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblClassStartColor.ForeColor = System.Drawing.Color.CornflowerBlue;
            this.lblClassStartColor.Location = new System.Drawing.Point(24, 6);
            this.lblClassStartColor.Name = "lblClassStartColor";
            this.lblClassStartColor.Size = new System.Drawing.Size(270, 23);
            this.lblClassStartColor.TabIndex = 17;
            this.lblClassStartColor.Text = "Class Background Start Color";
            // 
            // pnlColumns
            // 
            this.pnlColumns.BackColor = System.Drawing.Color.White;
            this.pnlColumns.Controls.Add(this.lblColumns);
            this.pnlColumns.Controls.Add(this.nudColumns);
            this.pnlColumns.Controls.Add(this.lblColumnSettins);
            this.pnlColumns.Dock = System.Windows.Forms.DockStyle.Top;
            this.pnlColumns.Location = new System.Drawing.Point(0, 608);
            this.pnlColumns.Name = "pnlColumns";
            this.pnlColumns.Size = new System.Drawing.Size(524, 76);
            this.pnlColumns.TabIndex = 27;
            // 
            // lblColumns
            // 
            this.lblColumns.AutoSize = true;
            this.lblColumns.Location = new System.Drawing.Point(57, 47);
            this.lblColumns.Name = "lblColumns";
            this.lblColumns.Size = new System.Drawing.Size(352, 13);
            this.lblColumns.TabIndex = 19;
            this.lblColumns.Text = "Pick how many columns across the diagram should allow to be generated";
            // 
            // nudColumns
            // 
            this.nudColumns.Location = new System.Drawing.Point(9, 43);
            this.nudColumns.Maximum = new decimal(new int[] {
            5,
            0,
            0,
            0});
            this.nudColumns.Minimum = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.nudColumns.Name = "nudColumns";
            this.nudColumns.Size = new System.Drawing.Size(41, 20);
            this.nudColumns.TabIndex = 18;
            this.nudColumns.Value = new decimal(new int[] {
            1,
            0,
            0,
            0});
            // 
            // lblColumnSettins
            // 
            this.lblColumnSettins.AutoSize = true;
            this.lblColumnSettins.Font = new System.Drawing.Font("Arial Black", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblColumnSettins.ForeColor = System.Drawing.Color.CornflowerBlue;
            this.lblColumnSettins.Location = new System.Drawing.Point(24, 6);
            this.lblColumnSettins.Name = "lblColumnSettins";
            this.lblColumnSettins.Size = new System.Drawing.Size(233, 23);
            this.lblColumnSettins.TabIndex = 17;
            this.lblColumnSettins.Text = "Diagram Column Settings";
            // 
            // pnlDelegates
            // 
            this.pnlDelegates.BackColor = System.Drawing.Color.WhiteSmoke;
            this.pnlDelegates.Controls.Add(this.chkDelegates);
            this.pnlDelegates.Controls.Add(this.lblDelegates);
            this.pnlDelegates.Dock = System.Windows.Forms.DockStyle.Top;
            this.pnlDelegates.Location = new System.Drawing.Point(0, 532);
            this.pnlDelegates.Name = "pnlDelegates";
            this.pnlDelegates.Size = new System.Drawing.Size(524, 76);
            this.pnlDelegates.TabIndex = 27;
            // 
            // lblDelegates
            // 
            this.lblDelegates.AutoSize = true;
            this.lblDelegates.Font = new System.Drawing.Font("Arial Black", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblDelegates.ForeColor = System.Drawing.Color.CornflowerBlue;
            this.lblDelegates.Location = new System.Drawing.Point(24, 6);
            this.lblDelegates.Name = "lblDelegates";
            this.lblDelegates.Size = new System.Drawing.Size(168, 23);
            this.lblDelegates.TabIndex = 17;
            this.lblDelegates.Text = "Delegate Settings";
            // 
            // pnlEnums
            // 
            this.pnlEnums.BackColor = System.Drawing.Color.White;
            this.pnlEnums.Controls.Add(this.chkEnums);
            this.pnlEnums.Controls.Add(this.lblEnums);
            this.pnlEnums.Dock = System.Windows.Forms.DockStyle.Top;
            this.pnlEnums.Location = new System.Drawing.Point(0, 456);
            this.pnlEnums.Name = "pnlEnums";
            this.pnlEnums.Size = new System.Drawing.Size(524, 76);
            this.pnlEnums.TabIndex = 26;
            // 
            // lblEnums
            // 
            this.lblEnums.AutoSize = true;
            this.lblEnums.Font = new System.Drawing.Font("Arial Black", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblEnums.ForeColor = System.Drawing.Color.CornflowerBlue;
            this.lblEnums.Location = new System.Drawing.Point(24, 6);
            this.lblEnums.Name = "lblEnums";
            this.lblEnums.Size = new System.Drawing.Size(202, 23);
            this.lblEnums.TabIndex = 17;
            this.lblEnums.Text = "Enumeration Settings";
            // 
            // pnlEvents
            // 
            this.pnlEvents.BackColor = System.Drawing.Color.WhiteSmoke;
            this.pnlEvents.Controls.Add(this.chkEvents);
            this.pnlEvents.Controls.Add(this.lblEvents);
            this.pnlEvents.Controls.Add(this.picEvents);
            this.pnlEvents.Dock = System.Windows.Forms.DockStyle.Top;
            this.pnlEvents.Location = new System.Drawing.Point(0, 380);
            this.pnlEvents.Name = "pnlEvents";
            this.pnlEvents.Size = new System.Drawing.Size(524, 76);
            this.pnlEvents.TabIndex = 25;
            // 
            // lblEvents
            // 
            this.lblEvents.AutoSize = true;
            this.lblEvents.Font = new System.Drawing.Font("Arial Black", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblEvents.ForeColor = System.Drawing.Color.CornflowerBlue;
            this.lblEvents.Location = new System.Drawing.Point(24, 6);
            this.lblEvents.Name = "lblEvents";
            this.lblEvents.Size = new System.Drawing.Size(140, 23);
            this.lblEvents.TabIndex = 17;
            this.lblEvents.Text = "Event Settings";
            // 
            // picEvents
            // 
            this.picEvents.Image = global::AutoDiagramer.Resource1.Events16;
            this.picEvents.Location = new System.Drawing.Point(7, 10);
            this.picEvents.Name = "picEvents";
            this.picEvents.Size = new System.Drawing.Size(16, 16);
            this.picEvents.TabIndex = 16;
            this.picEvents.TabStop = false;
            // 
            // pnlProperties
            // 
            this.pnlProperties.BackColor = System.Drawing.Color.White;
            this.pnlProperties.Controls.Add(this.chkPropTypes);
            this.pnlProperties.Controls.Add(this.lblPropsMain);
            this.pnlProperties.Controls.Add(this.picProps);
            this.pnlProperties.Dock = System.Windows.Forms.DockStyle.Top;
            this.pnlProperties.Location = new System.Drawing.Point(0, 304);
            this.pnlProperties.Name = "pnlProperties";
            this.pnlProperties.Size = new System.Drawing.Size(524, 76);
            this.pnlProperties.TabIndex = 24;
            // 
            // lblPropsMain
            // 
            this.lblPropsMain.AutoSize = true;
            this.lblPropsMain.Font = new System.Drawing.Font("Arial Black", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblPropsMain.ForeColor = System.Drawing.Color.CornflowerBlue;
            this.lblPropsMain.Location = new System.Drawing.Point(24, 6);
            this.lblPropsMain.Name = "lblPropsMain";
            this.lblPropsMain.Size = new System.Drawing.Size(165, 23);
            this.lblPropsMain.TabIndex = 17;
            this.lblPropsMain.Text = "Property Settings";
            // 
            // picProps
            // 
            this.picProps.Image = global::AutoDiagramer.Resource1.Prop16;
            this.picProps.Location = new System.Drawing.Point(7, 10);
            this.picProps.Name = "picProps";
            this.picProps.Size = new System.Drawing.Size(16, 16);
            this.picProps.TabIndex = 16;
            this.picProps.TabStop = false;
            // 
            // pnlMethods
            // 
            this.pnlMethods.BackColor = System.Drawing.Color.WhiteSmoke;
            this.pnlMethods.Controls.Add(this.chkMethPropSet);
            this.pnlMethods.Controls.Add(this.chkMethPropGet);
            this.pnlMethods.Controls.Add(this.chkMethReturns);
            this.pnlMethods.Controls.Add(this.chkMethArgs);
            this.pnlMethods.Controls.Add(this.lblMethMain);
            this.pnlMethods.Controls.Add(this.picMeth);
            this.pnlMethods.Dock = System.Windows.Forms.DockStyle.Top;
            this.pnlMethods.Location = new System.Drawing.Point(0, 228);
            this.pnlMethods.Name = "pnlMethods";
            this.pnlMethods.Size = new System.Drawing.Size(524, 76);
            this.pnlMethods.TabIndex = 23;
            // 
            // lblMethMain
            // 
            this.lblMethMain.AutoSize = true;
            this.lblMethMain.Font = new System.Drawing.Font("Arial Black", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblMethMain.ForeColor = System.Drawing.Color.CornflowerBlue;
            this.lblMethMain.Location = new System.Drawing.Point(24, 6);
            this.lblMethMain.Name = "lblMethMain";
            this.lblMethMain.Size = new System.Drawing.Size(155, 23);
            this.lblMethMain.TabIndex = 17;
            this.lblMethMain.Text = "Method Settings";
            // 
            // picMeth
            // 
            this.picMeth.Image = global::AutoDiagramer.Resource1.Constructors16;
            this.picMeth.Location = new System.Drawing.Point(7, 10);
            this.picMeth.Name = "picMeth";
            this.picMeth.Size = new System.Drawing.Size(16, 16);
            this.picMeth.TabIndex = 16;
            this.picMeth.TabStop = false;
            // 
            // pnlFields
            // 
            this.pnlFields.BackColor = System.Drawing.Color.White;
            this.pnlFields.Controls.Add(this.chkFieldTypes);
            this.pnlFields.Controls.Add(this.lblFieldMain);
            this.pnlFields.Controls.Add(this.picField);
            this.pnlFields.Dock = System.Windows.Forms.DockStyle.Top;
            this.pnlFields.Location = new System.Drawing.Point(0, 152);
            this.pnlFields.Name = "pnlFields";
            this.pnlFields.Size = new System.Drawing.Size(524, 76);
            this.pnlFields.TabIndex = 22;
            // 
            // lblFieldMain
            // 
            this.lblFieldMain.AutoSize = true;
            this.lblFieldMain.Font = new System.Drawing.Font("Arial Black", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblFieldMain.ForeColor = System.Drawing.Color.CornflowerBlue;
            this.lblFieldMain.Location = new System.Drawing.Point(24, 6);
            this.lblFieldMain.Name = "lblFieldMain";
            this.lblFieldMain.Size = new System.Drawing.Size(132, 23);
            this.lblFieldMain.TabIndex = 17;
            this.lblFieldMain.Text = "Field Settings";
            // 
            // picField
            // 
            this.picField.Image = global::AutoDiagramer.Resource1.Fields16;
            this.picField.Location = new System.Drawing.Point(7, 10);
            this.picField.Name = "picField";
            this.picField.Size = new System.Drawing.Size(16, 16);
            this.picField.TabIndex = 16;
            this.picField.TabStop = false;
            // 
            // pnlConstructors
            // 
            this.pnlConstructors.BackColor = System.Drawing.Color.WhiteSmoke;
            this.pnlConstructors.Controls.Add(this.chkConstructors);
            this.pnlConstructors.Controls.Add(this.lblConstrMain);
            this.pnlConstructors.Controls.Add(this.picConstr);
            this.pnlConstructors.Dock = System.Windows.Forms.DockStyle.Top;
            this.pnlConstructors.Location = new System.Drawing.Point(0, 76);
            this.pnlConstructors.Name = "pnlConstructors";
            this.pnlConstructors.Size = new System.Drawing.Size(524, 76);
            this.pnlConstructors.TabIndex = 20;
            // 
            // lblConstrMain
            // 
            this.lblConstrMain.AutoSize = true;
            this.lblConstrMain.Font = new System.Drawing.Font("Arial Black", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblConstrMain.ForeColor = System.Drawing.Color.CornflowerBlue;
            this.lblConstrMain.Location = new System.Drawing.Point(24, 6);
            this.lblConstrMain.Name = "lblConstrMain";
            this.lblConstrMain.Size = new System.Drawing.Size(194, 23);
            this.lblConstrMain.TabIndex = 17;
            this.lblConstrMain.Text = "Constructor Settings";
            // 
            // picConstr
            // 
            this.picConstr.Image = global::AutoDiagramer.Resource1.Constructors16;
            this.picConstr.Location = new System.Drawing.Point(7, 10);
            this.picConstr.Name = "picConstr";
            this.picConstr.Size = new System.Drawing.Size(16, 16);
            this.picConstr.TabIndex = 16;
            this.picConstr.TabStop = false;
            // 
            // pnlInterfaces
            // 
            this.pnlInterfaces.BackColor = System.Drawing.Color.White;
            this.pnlInterfaces.Controls.Add(this.chkInterfaces);
            this.pnlInterfaces.Controls.Add(this.lblInterMain);
            this.pnlInterfaces.Controls.Add(this.picInt);
            this.pnlInterfaces.Dock = System.Windows.Forms.DockStyle.Top;
            this.pnlInterfaces.Location = new System.Drawing.Point(0, 0);
            this.pnlInterfaces.Name = "pnlInterfaces";
            this.pnlInterfaces.Size = new System.Drawing.Size(524, 76);
            this.pnlInterfaces.TabIndex = 18;
            // 
            // lblInterMain
            // 
            this.lblInterMain.AutoSize = true;
            this.lblInterMain.Font = new System.Drawing.Font("Arial Black", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblInterMain.ForeColor = System.Drawing.Color.CornflowerBlue;
            this.lblInterMain.Location = new System.Drawing.Point(24, 6);
            this.lblInterMain.Name = "lblInterMain";
            this.lblInterMain.Size = new System.Drawing.Size(170, 23);
            this.lblInterMain.TabIndex = 17;
            this.lblInterMain.Text = "Interface Settings";
            // 
            // picInt
            // 
            this.picInt.Image = global::AutoDiagramer.Resource1.Interfaces16;
            this.picInt.Location = new System.Drawing.Point(7, 10);
            this.picInt.Name = "picInt";
            this.picInt.Size = new System.Drawing.Size(16, 16);
            this.picInt.TabIndex = 16;
            this.picInt.TabStop = false;
            // 
            // picLogo
            // 
            this.picLogo.Image = global::AutoDiagramer.Resource1.SettingImg;
            this.picLogo.Location = new System.Drawing.Point(12, 12);
            this.picLogo.Name = "picLogo";
            this.picLogo.Size = new System.Drawing.Size(70, 70);
            this.picLogo.TabIndex = 2;
            this.picLogo.TabStop = false;
            // 
            // pnlSettingsBanner
            // 
            this.pnlSettingsBanner.Location = new System.Drawing.Point(0, 148);
            this.pnlSettingsBanner.Name = "pnlSettingsBanner";
            this.pnlSettingsBanner.Size = new System.Drawing.Size(544, 21);
            this.pnlSettingsBanner.TabIndex = 18;
            this.pnlSettingsBanner.Paint += new System.Windows.Forms.PaintEventHandler(this.pnlSettingsBanner_Paint);
            // 
            // panel4
            // 
            this.panel4.BackColor = System.Drawing.Color.Gainsboro;
            this.panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.panel4.Controls.Add(this.pnlButtons);
            this.panel4.Controls.Add(this.pnlSettingsScroll);
            this.panel4.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.panel4.Location = new System.Drawing.Point(0, 168);
            this.panel4.Name = "panel4";
            this.panel4.Size = new System.Drawing.Size(543, 186);
            this.panel4.TabIndex = 19;
            // 
            // pnlButtons
            // 
            this.pnlButtons.BackColor = System.Drawing.Color.WhiteSmoke;
            this.pnlButtons.Controls.Add(this.btnCancel);
            this.pnlButtons.Controls.Add(this.btnOk);
            this.pnlButtons.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.pnlButtons.Location = new System.Drawing.Point(0, 152);
            this.pnlButtons.Name = "pnlButtons";
            this.pnlButtons.Size = new System.Drawing.Size(541, 32);
            this.pnlButtons.TabIndex = 0;
            // 
            // chkMethPropGet
            // 
            this.chkMethPropGet.AutoSize = true;
            this.chkMethPropGet.Location = new System.Drawing.Point(191, 30);
            this.chkMethPropGet.Name = "chkMethPropGet";
            this.chkMethPropGet.Size = new System.Drawing.Size(255, 17);
            this.chkMethPropGet.TabIndex = 20;
            this.chkMethPropGet.Text = "Show get method for existing property as method";
            this.toolTip1.SetToolTip(this.chkMethPropGet, "Should the get method for a property be shown on the class diagram");
            this.chkMethPropGet.UseVisualStyleBackColor = true;
            // 
            // chkMethPropSet
            // 
            this.chkMethPropSet.AutoSize = true;
            this.chkMethPropSet.Location = new System.Drawing.Point(191, 49);
            this.chkMethPropSet.Name = "chkMethPropSet";
            this.chkMethPropSet.Size = new System.Drawing.Size(254, 17);
            this.chkMethPropSet.TabIndex = 21;
            this.chkMethPropSet.Text = "Show set method for existing property as method";
            this.toolTip1.SetToolTip(this.chkMethPropSet, "Should the set method for a property be shown on the class diagram");
            this.chkMethPropSet.UseVisualStyleBackColor = true;
            // 
            // frmSettings
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.Color.WhiteSmoke;
            this.ClientSize = new System.Drawing.Size(543, 354);
            this.Controls.Add(this.panel4);
            this.Controls.Add(this.pnlSettingsBanner);
            this.Controls.Add(this.lblBannerText2);
            this.Controls.Add(this.lblBannerText1);
            this.Controls.Add(this.picLogo);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "frmSettings";
            this.ShowInTaskbar = false;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "AutoDiagrammer";
            this.Shown += new System.EventHandler(this.frmSettings_Shown);
            this.Load += new System.EventHandler(this.frmSettings_Load);
            this.pnlSettingsScroll.ResumeLayout(false);
            this.pnlAccessability.ResumeLayout(false);
            this.pnlAccessability.PerformLayout();
            this.pnlClassBorderColor.ResumeLayout(false);
            this.pnlClassBorderColor.PerformLayout();
            this.pnlClassEndColor.ResumeLayout(false);
            this.pnlClassEndColor.PerformLayout();
            this.pnlClassStartColor.ResumeLayout(false);
            this.pnlClassStartColor.PerformLayout();
            this.pnlColumns.ResumeLayout(false);
            this.pnlColumns.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.nudColumns)).EndInit();
            this.pnlDelegates.ResumeLayout(false);
            this.pnlDelegates.PerformLayout();
            this.pnlEnums.ResumeLayout(false);
            this.pnlEnums.PerformLayout();
            this.pnlEvents.ResumeLayout(false);
            this.pnlEvents.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.picEvents)).EndInit();
            this.pnlProperties.ResumeLayout(false);
            this.pnlProperties.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.picProps)).EndInit();
            this.pnlMethods.ResumeLayout(false);
            this.pnlMethods.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.picMeth)).EndInit();
            this.pnlFields.ResumeLayout(false);
            this.pnlFields.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.picField)).EndInit();
            this.pnlConstructors.ResumeLayout(false);
            this.pnlConstructors.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.picConstr)).EndInit();
            this.pnlInterfaces.ResumeLayout(false);
            this.pnlInterfaces.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.picInt)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.picLogo)).EndInit();
            this.panel4.ResumeLayout(false);
            this.pnlButtons.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion
        #region Instance Fields
        //instance fields
        /// <summary>
        /// Required designer variable.
        /// </summary>
        private System.ComponentModel.IContainer components = null;
        private System.Windows.Forms.PictureBox picLogo;
        private System.Windows.Forms.ToolTip toolTip1;
        private System.Windows.Forms.Label lblBannerText1;
        private System.Windows.Forms.Label lblBannerText2;
        private System.Windows.Forms.Panel pnlSettingsScroll;
        private System.Windows.Forms.Panel pnlInterfaces;
        private System.Windows.Forms.CheckBox chkInterfaces;
        private System.Windows.Forms.Label lblInterMain;
        private System.Windows.Forms.PictureBox picInt;
        private System.Windows.Forms.Panel pnlConstructors;
        private System.Windows.Forms.CheckBox chkConstructors;
        private System.Windows.Forms.Label lblConstrMain;
        private System.Windows.Forms.PictureBox picConstr;
        private System.Windows.Forms.Panel pnlMethods;
        private System.Windows.Forms.CheckBox chkMethReturns;
        private System.Windows.Forms.CheckBox chkMethArgs;
        private System.Windows.Forms.Label lblMethMain;
        private System.Windows.Forms.PictureBox picMeth;
        private System.Windows.Forms.Panel pnlFields;
        private System.Windows.Forms.CheckBox chkFieldTypes;
        private System.Windows.Forms.Label lblFieldMain;
        private System.Windows.Forms.PictureBox picField;
        private System.Windows.Forms.Panel pnlProperties;
        private System.Windows.Forms.CheckBox chkPropTypes;
        private System.Windows.Forms.Label lblPropsMain;
        private System.Windows.Forms.PictureBox picProps;
        private System.Windows.Forms.Panel pnlEvents;
        private System.Windows.Forms.CheckBox chkEvents;
        private System.Windows.Forms.Label lblEvents;
        private System.Windows.Forms.PictureBox picEvents;
        private System.Windows.Forms.Panel pnlSettingsBanner;
        private System.Windows.Forms.Panel panel4;
        private System.Windows.Forms.Panel pnlButtons;
        private System.Windows.Forms.Button btnCancel;
        private System.Windows.Forms.Button btnOk;
        private System.Windows.Forms.Panel pnlDelegates;
        private System.Windows.Forms.CheckBox chkDelegates;
        private System.Windows.Forms.Label lblDelegates;
        private System.Windows.Forms.Panel pnlEnums;
        private System.Windows.Forms.CheckBox chkEnums;
        private System.Windows.Forms.Label lblEnums;
        private System.Windows.Forms.Panel pnlColumns;
        private System.Windows.Forms.Label lblColumns;
        private System.Windows.Forms.NumericUpDown nudColumns;
        private System.Windows.Forms.Label lblColumnSettins;
        private System.Windows.Forms.Panel pnlClassStartColor;
        private System.Windows.Forms.Label lblClassStartColor;
        private System.Windows.Forms.LinkLabel lnkClassStartColor;
        private System.Windows.Forms.Panel pnlClassStartCurrColor;
        private System.Windows.Forms.Panel pnlClassEndColor;
        private System.Windows.Forms.LinkLabel lnkClassEndColor;
        private System.Windows.Forms.Panel pnlClassEndCurrColor;
        private System.Windows.Forms.Label lblClassEndColor;
        private System.Windows.Forms.Panel pnlClassBorderColor;
        private System.Windows.Forms.LinkLabel lnkClassBorderColor;
        private System.Windows.Forms.Panel pnlClassBorderCurrColor;
        private System.Windows.Forms.Label lblClassBorderColor;
        private System.Windows.Forms.Panel pnlAccessability;
        private System.Windows.Forms.Label lblAccessability;
        private System.Windows.Forms.Label lblAcess;
        private System.Windows.Forms.ComboBox cmbAccess;
        #endregion
        private System.Windows.Forms.CheckBox chkMethPropSet;
        private System.Windows.Forms.CheckBox chkMethPropGet;
    }
    #endregion
}

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 Code Project Open License (CPOL)


Written By
Software Developer (Senior)
United Kingdom United Kingdom
I currently hold the following qualifications (amongst others, I also studied Music Technology and Electronics, for my sins)

- MSc (Passed with distinctions), in Information Technology for E-Commerce
- BSc Hons (1st class) in Computer Science & Artificial Intelligence

Both of these at Sussex University UK.

Award(s)

I am lucky enough to have won a few awards for Zany Crazy code articles over the years

  • Microsoft C# MVP 2016
  • Codeproject MVP 2016
  • Microsoft C# MVP 2015
  • Codeproject MVP 2015
  • Microsoft C# MVP 2014
  • Codeproject MVP 2014
  • Microsoft C# MVP 2013
  • Codeproject MVP 2013
  • Microsoft C# MVP 2012
  • Codeproject MVP 2012
  • Microsoft C# MVP 2011
  • Codeproject MVP 2011
  • Microsoft C# MVP 2010
  • Codeproject MVP 2010
  • Microsoft C# MVP 2009
  • Codeproject MVP 2009
  • Microsoft C# MVP 2008
  • Codeproject MVP 2008
  • And numerous codeproject awards which you can see over at my blog

Comments and Discussions