Click here to Skip to main content
15,881,898 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 frmMain CLASS
    /// <summary>
    /// Partial class that creates the GUI part of the frmMain object
    /// </summary>
    partial class frmMain
    {
        #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(frmMain));
            this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
            this.sbMainBottom = new System.Windows.Forms.StatusStrip();
            this.lblStatus = new System.Windows.Forms.ToolStripStatusLabel();
            this.pbStatus = new System.Windows.Forms.ToolStripProgressBar();
            this.mnusMainTop = new System.Windows.Forms.MenuStrip();
            this.mnuFile = new System.Windows.Forms.ToolStripMenuItem();
            this.mnuOpen = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
            this.mnuDraw = new System.Windows.Forms.ToolStripMenuItem();
            this.mnuZoom = new System.Windows.Forms.ToolStripMenuItem();
            this.mnuSave = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
            this.mnuPrint = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator();
            this.mnuExit = new System.Windows.Forms.ToolStripMenuItem();
            this.menuSettings = new System.Windows.Forms.ToolStripMenuItem();
            this.mnuUserSettings = new System.Windows.Forms.ToolStripMenuItem();
            this.menuSHTree = new System.Windows.Forms.ToolStripMenuItem();
            this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.mnuAboutApp = new System.Windows.Forms.ToolStripMenuItem();
            this.pnlMain = new System.Windows.Forms.Panel();
            this.pnlContents = new System.Windows.Forms.Panel();
            this.splitContainer1 = new System.Windows.Forms.SplitContainer();
            this.pnlTreeContents = new System.Windows.Forms.Panel();
            this.tvNameSpaces = new System.Windows.Forms.TreeView();
            this.imglTreeview = new System.Windows.Forms.ImageList(this.components);
            this.pnlBannerTree = new System.Windows.Forms.Panel();
            this.pnlShowHide = new System.Windows.Forms.Panel();
            this.picShownHideTreeview = new System.Windows.Forms.PictureBox();
            this.pnlFlowClasses = new AutoDiagramer.ClassDrawerContainerPanel();
            this.pnlBanner = new System.Windows.Forms.Panel();
            this.picEdging = new System.Windows.Forms.PictureBox();
            this.lblBannerText2 = new System.Windows.Forms.Label();
            this.lblBannerText1 = new System.Windows.Forms.Label();
            this.pictureBox1 = new System.Windows.Forms.PictureBox();
            this.toolsMainTop = new System.Windows.Forms.ToolStrip();
            this.btnOpenFile = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.btnDrawDiagram = new System.Windows.Forms.ToolStripButton();
            this.btnZoom = new System.Windows.Forms.ToolStripButton();
            this.btnSaveDiagram = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
            this.btnPrint = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator8 = new System.Windows.Forms.ToolStripSeparator();
            this.btnExit = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            this.btnSettings = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
            this.btnAbout = new System.Windows.Forms.ToolStripButton();
            this.cmnuTree = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.mnuViewDiagram = new System.Windows.Forms.ToolStripMenuItem();
            this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
            this.printDocument1 = new System.Drawing.Printing.PrintDocument();
            this.printDialog1 = new System.Windows.Forms.PrintDialog();
            this.sbMainBottom.SuspendLayout();
            this.mnusMainTop.SuspendLayout();
            this.pnlMain.SuspendLayout();
            this.pnlContents.SuspendLayout();
            this.splitContainer1.Panel1.SuspendLayout();
            this.splitContainer1.Panel2.SuspendLayout();
            this.splitContainer1.SuspendLayout();
            this.pnlTreeContents.SuspendLayout();
            this.pnlShowHide.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.picShownHideTreeview)).BeginInit();
            this.pnlBanner.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.picEdging)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
            this.toolsMainTop.SuspendLayout();
            this.cmnuTree.SuspendLayout();
            this.SuspendLayout();
            // 
            // openFileDialog1
            // 
            this.openFileDialog1.FileName = "openFileDialog1";
            // 
            // sbMainBottom
            // 
            this.sbMainBottom.BackColor = System.Drawing.Color.WhiteSmoke;
            this.sbMainBottom.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.lblStatus,
            this.pbStatus});
            this.sbMainBottom.Location = new System.Drawing.Point(0, 522);
            this.sbMainBottom.Name = "sbMainBottom";
            this.sbMainBottom.Size = new System.Drawing.Size(860, 22);
            this.sbMainBottom.TabIndex = 3;
            this.sbMainBottom.Text = "statusStrip1";
            // 
            // lblStatus
            // 
            this.lblStatus.AutoSize = false;
            this.lblStatus.Name = "lblStatus";
            this.lblStatus.Overflow = System.Windows.Forms.ToolStripItemOverflow.Always;
            this.lblStatus.Size = new System.Drawing.Size(300, 17);
            this.lblStatus.Text = "toolStripStatusLabel1";
            this.lblStatus.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // pbStatus
            // 
            this.pbStatus.Name = "pbStatus";
            this.pbStatus.Size = new System.Drawing.Size(200, 16);
            this.pbStatus.Style = System.Windows.Forms.ProgressBarStyle.Marquee;
            // 
            // mnusMainTop
            // 
            this.mnusMainTop.BackColor = System.Drawing.SystemColors.Control;
            this.mnusMainTop.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.mnuFile,
            this.menuSettings,
            this.helpToolStripMenuItem});
            this.mnusMainTop.Location = new System.Drawing.Point(0, 0);
            this.mnusMainTop.Name = "mnusMainTop";
            this.mnusMainTop.Size = new System.Drawing.Size(860, 24);
            this.mnusMainTop.TabIndex = 4;
            this.mnusMainTop.Text = "menuStrip1";
            // 
            // mnuFile
            // 
            this.mnuFile.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.mnuOpen,
            this.toolStripSeparator3,
            this.mnuDraw,
            this.mnuZoom,
            this.mnuSave,
            this.toolStripSeparator5,
            this.mnuPrint,
            this.toolStripSeparator7,
            this.mnuExit});
            this.mnuFile.Name = "mnuFile";
            this.mnuFile.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.F)));
            this.mnuFile.Size = new System.Drawing.Size(35, 20);
            this.mnuFile.Text = "&File";
            // 
            // mnuOpen
            // 
            this.mnuOpen.Image = ((System.Drawing.Image)(resources.GetObject("mnuOpen.Image")));
            this.mnuOpen.Name = "mnuOpen";
            this.mnuOpen.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O)));
            this.mnuOpen.Size = new System.Drawing.Size(227, 22);
            this.mnuOpen.Text = "&Open Dll / Exe";
            this.mnuOpen.ToolTipText = "Open Dll / Exe";
            this.mnuOpen.Click += new System.EventHandler(this.mnuOpen_Click);
            // 
            // toolStripSeparator3
            // 
            this.toolStripSeparator3.Name = "toolStripSeparator3";
            this.toolStripSeparator3.Size = new System.Drawing.Size(224, 6);
            // 
            // mnuDraw
            // 
            this.mnuDraw.Enabled = false;
            this.mnuDraw.Image = global::AutoDiagramer.Resource1.Draw16;
            this.mnuDraw.Name = "mnuDraw";
            this.mnuDraw.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.D)));
            this.mnuDraw.Size = new System.Drawing.Size(227, 22);
            this.mnuDraw.Text = "&Draw Diagram";
            this.mnuDraw.ToolTipText = "Draw the class diagram";
            this.mnuDraw.Click += new System.EventHandler(this.mnuDraw_Click);
            // 
            // mnuZoom
            // 
            this.mnuZoom.Enabled = false;
            this.mnuZoom.Image = global::AutoDiagramer.Resource1.View16;
            this.mnuZoom.Name = "mnuZoom";
            this.mnuZoom.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Z)));
            this.mnuZoom.Size = new System.Drawing.Size(227, 22);
            this.mnuZoom.Text = "View &Zoomable Image";
            this.mnuZoom.ToolTipText = "View a zoomable image form of the current diagram";
            this.mnuZoom.Click += new System.EventHandler(this.mnuZoom_Click);
            // 
            // mnuSave
            // 
            this.mnuSave.Enabled = false;
            this.mnuSave.Image = global::AutoDiagramer.Resource1.save16;
            this.mnuSave.Name = "mnuSave";
            this.mnuSave.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));
            this.mnuSave.Size = new System.Drawing.Size(227, 22);
            this.mnuSave.Text = "&Save Diagram";
            this.mnuSave.ToolTipText = "Save the current diagram";
            this.mnuSave.Click += new System.EventHandler(this.mnuSave_Click);
            // 
            // toolStripSeparator5
            // 
            this.toolStripSeparator5.Name = "toolStripSeparator5";
            this.toolStripSeparator5.Size = new System.Drawing.Size(224, 6);
            // 
            // mnuPrint
            // 
            this.mnuPrint.Enabled = false;
            this.mnuPrint.Image = global::AutoDiagramer.Resource1.print16;
            this.mnuPrint.Name = "mnuPrint";
            this.mnuPrint.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.P)));
            this.mnuPrint.Size = new System.Drawing.Size(227, 22);
            this.mnuPrint.Text = "&Print";
            this.mnuPrint.ToolTipText = "Print the diagram";
            this.mnuPrint.Click += new System.EventHandler(this.mnuPrint_Click);
            // 
            // toolStripSeparator7
            // 
            this.toolStripSeparator7.Name = "toolStripSeparator7";
            this.toolStripSeparator7.Size = new System.Drawing.Size(224, 6);
            // 
            // mnuExit
            // 
            this.mnuExit.Image = ((System.Drawing.Image)(resources.GetObject("mnuExit.Image")));
            this.mnuExit.Name = "mnuExit";
            this.mnuExit.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.X)));
            this.mnuExit.Size = new System.Drawing.Size(227, 22);
            this.mnuExit.Text = "E&xit";
            this.mnuExit.ToolTipText = "Exit application";
            this.mnuExit.Click += new System.EventHandler(this.mnuExit_Click);
            // 
            // menuSettings
            // 
            this.menuSettings.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.mnuUserSettings,
            this.menuSHTree});
            this.menuSettings.Name = "menuSettings";
            this.menuSettings.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.S)));
            this.menuSettings.Size = new System.Drawing.Size(58, 20);
            this.menuSettings.Text = "&Settings";
            // 
            // mnuUserSettings
            // 
            this.mnuUserSettings.Image = global::AutoDiagramer.Resource1.Setting16;
            this.mnuUserSettings.Name = "mnuUserSettings";
            this.mnuUserSettings.Size = new System.Drawing.Size(183, 22);
            this.mnuUserSettings.Text = "Configure Settings";
            this.mnuUserSettings.ToolTipText = "Configure settings";
            this.mnuUserSettings.Click += new System.EventHandler(this.mnuUserSettings_Click);
            // 
            // menuSHTree
            // 
            this.menuSHTree.Image = global::AutoDiagramer.Resource1.HideTree16;
            this.menuSHTree.Name = "menuSHTree";
            this.menuSHTree.Size = new System.Drawing.Size(183, 22);
            this.menuSHTree.Text = "Show/Hide Treeview";
            this.menuSHTree.ToolTipText = "Show OR hide the treeview";
            this.menuSHTree.Click += new System.EventHandler(this.menuSHTree_Click);
            // 
            // helpToolStripMenuItem
            // 
            this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.mnuAboutApp});
            this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
            this.helpToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.H)));
            this.helpToolStripMenuItem.Size = new System.Drawing.Size(40, 20);
            this.helpToolStripMenuItem.Text = "&Help";
            // 
            // mnuAboutApp
            // 
            this.mnuAboutApp.Image = ((System.Drawing.Image)(resources.GetObject("mnuAboutApp.Image")));
            this.mnuAboutApp.Name = "mnuAboutApp";
            this.mnuAboutApp.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.A)));
            this.mnuAboutApp.Size = new System.Drawing.Size(226, 22);
            this.mnuAboutApp.Text = "About the application";
            this.mnuAboutApp.ToolTipText = "About the application";
            this.mnuAboutApp.Click += new System.EventHandler(this.mnuAboutApp_Click);
            // 
            // pnlMain
            // 
            this.pnlMain.Controls.Add(this.pnlContents);
            this.pnlMain.Controls.Add(this.toolsMainTop);
            this.pnlMain.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pnlMain.Location = new System.Drawing.Point(0, 24);
            this.pnlMain.Name = "pnlMain";
            this.pnlMain.Size = new System.Drawing.Size(860, 498);
            this.pnlMain.TabIndex = 5;
            // 
            // pnlContents
            // 
            this.pnlContents.Controls.Add(this.splitContainer1);
            this.pnlContents.Controls.Add(this.pnlBanner);
            this.pnlContents.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pnlContents.Location = new System.Drawing.Point(0, 23);
            this.pnlContents.Name = "pnlContents";
            this.pnlContents.Size = new System.Drawing.Size(860, 475);
            this.pnlContents.TabIndex = 3;
            // 
            // splitContainer1
            // 
            this.splitContainer1.BackColor = System.Drawing.Color.White;
            this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer1.Location = new System.Drawing.Point(0, 84);
            this.splitContainer1.Name = "splitContainer1";
            // 
            // splitContainer1.Panel1
            // 
            this.splitContainer1.Panel1.BackColor = System.Drawing.Color.White;
            this.splitContainer1.Panel1.Controls.Add(this.pnlTreeContents);
            this.splitContainer1.Panel1.Controls.Add(this.pnlShowHide);
            // 
            // splitContainer1.Panel2
            // 
            this.splitContainer1.Panel2.BackColor = System.Drawing.Color.White;
            this.splitContainer1.Panel2.Controls.Add(this.pnlFlowClasses);
            this.splitContainer1.Size = new System.Drawing.Size(860, 391);
            this.splitContainer1.SplitterDistance = 285;
            this.splitContainer1.SplitterWidth = 8;
            this.splitContainer1.TabIndex = 3;
            this.splitContainer1.SplitterMoved += new System.Windows.Forms.SplitterEventHandler(this.splitContainer1_SplitterMoved);
            // 
            // pnlTreeContents
            // 
            this.pnlTreeContents.BackColor = System.Drawing.Color.White;
            this.pnlTreeContents.Controls.Add(this.tvNameSpaces);
            this.pnlTreeContents.Controls.Add(this.pnlBannerTree);
            this.pnlTreeContents.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pnlTreeContents.Location = new System.Drawing.Point(0, 0);
            this.pnlTreeContents.Name = "pnlTreeContents";
            this.pnlTreeContents.Size = new System.Drawing.Size(265, 391);
            this.pnlTreeContents.TabIndex = 4;
            // 
            // tvNameSpaces
            // 
            this.tvNameSpaces.BackColor = System.Drawing.Color.White;
            this.tvNameSpaces.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.tvNameSpaces.CheckBoxes = true;
            this.tvNameSpaces.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tvNameSpaces.ImageIndex = 0;
            this.tvNameSpaces.ImageList = this.imglTreeview;
            this.tvNameSpaces.Location = new System.Drawing.Point(0, 24);
            this.tvNameSpaces.Name = "tvNameSpaces";
            this.tvNameSpaces.SelectedImageIndex = 0;
            this.tvNameSpaces.ShowLines = false;
            this.tvNameSpaces.Size = new System.Drawing.Size(265, 367);
            this.tvNameSpaces.TabIndex = 4;
            this.tvNameSpaces.AfterCheck += new System.Windows.Forms.TreeViewEventHandler(this.tvNameSpaces_AfterCheck);
            this.tvNameSpaces.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.tvNameSpaces_NodeMouseClick);
            // 
            // imglTreeview
            // 
            this.imglTreeview.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imglTreeview.ImageStream")));
            this.imglTreeview.TransparentColor = System.Drawing.Color.Transparent;
            this.imglTreeview.Images.SetKeyName(0, "TreeRoot.png");
            this.imglTreeview.Images.SetKeyName(1, "TreeLeaf.png");
            this.imglTreeview.Images.SetKeyName(2, "TreeCode.png");
            // 
            // pnlBannerTree
            // 
            this.pnlBannerTree.BackColor = System.Drawing.Color.White;
            this.pnlBannerTree.Dock = System.Windows.Forms.DockStyle.Top;
            this.pnlBannerTree.ForeColor = System.Drawing.Color.White;
            this.pnlBannerTree.Location = new System.Drawing.Point(0, 0);
            this.pnlBannerTree.Name = "pnlBannerTree";
            this.pnlBannerTree.Size = new System.Drawing.Size(265, 24);
            this.pnlBannerTree.TabIndex = 3;
            // 
            // pnlShowHide
            // 
            this.pnlShowHide.BackColor = System.Drawing.Color.DarkGray;
            this.pnlShowHide.Controls.Add(this.picShownHideTreeview);
            this.pnlShowHide.Dock = System.Windows.Forms.DockStyle.Right;
            this.pnlShowHide.Location = new System.Drawing.Point(265, 0);
            this.pnlShowHide.Name = "pnlShowHide";
            this.pnlShowHide.Size = new System.Drawing.Size(20, 391);
            this.pnlShowHide.TabIndex = 3;
            this.pnlShowHide.Visible = false;
            // 
            // picShownHideTreeview
            // 
            this.picShownHideTreeview.Dock = System.Windows.Forms.DockStyle.Top;
            this.picShownHideTreeview.Image = global::AutoDiagramer.Resource1.HideTree;
            this.picShownHideTreeview.Location = new System.Drawing.Point(0, 0);
            this.picShownHideTreeview.Name = "picShownHideTreeview";
            this.picShownHideTreeview.Size = new System.Drawing.Size(20, 20);
            this.picShownHideTreeview.TabIndex = 0;
            this.picShownHideTreeview.TabStop = false;
            this.toolTip1.SetToolTip(this.picShownHideTreeview, "Show OR hide the treeview");
            this.picShownHideTreeview.Click += new System.EventHandler(this.picShownHideTreeview_Click);
            // 
            // pnlFlowClasses
            // 
            this.pnlFlowClasses.AutoSize = true;
            this.pnlFlowClasses.ClassesToDraw = null;
            this.pnlFlowClasses.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 200F));
            this.pnlFlowClasses.Location = new System.Drawing.Point(0, 0);
            this.pnlFlowClasses.MaxSize = new System.Drawing.Size(0, 0);
            this.pnlFlowClasses.Name = "pnlFlowClasses";
            this.pnlFlowClasses.Size = new System.Drawing.Size(200, 100);
            this.pnlFlowClasses.TabIndex = 0;
            // 
            // pnlBanner
            // 
            this.pnlBanner.BackColor = System.Drawing.Color.WhiteSmoke;
            this.pnlBanner.Controls.Add(this.picEdging);
            this.pnlBanner.Controls.Add(this.lblBannerText2);
            this.pnlBanner.Controls.Add(this.lblBannerText1);
            this.pnlBanner.Controls.Add(this.pictureBox1);
            this.pnlBanner.Dock = System.Windows.Forms.DockStyle.Top;
            this.pnlBanner.Location = new System.Drawing.Point(0, 0);
            this.pnlBanner.Name = "pnlBanner";
            this.pnlBanner.Size = new System.Drawing.Size(860, 84);
            this.pnlBanner.TabIndex = 2;
            // 
            // picEdging
            // 
            this.picEdging.Dock = System.Windows.Forms.DockStyle.Right;
            this.picEdging.Image = global::AutoDiagramer.Resource1.edging;
            this.picEdging.Location = new System.Drawing.Point(660, 0);
            this.picEdging.Name = "picEdging";
            this.picEdging.Size = new System.Drawing.Size(200, 84);
            this.picEdging.TabIndex = 4;
            this.picEdging.TabStop = false;
            // 
            // lblBannerText2
            // 
            this.lblBannerText2.AutoSize = true;
            this.lblBannerText2.ForeColor = System.Drawing.Color.Black;
            this.lblBannerText2.Location = new System.Drawing.Point(94, 46);
            this.lblBannerText2.Name = "lblBannerText2";
            this.lblBannerText2.Size = new System.Drawing.Size(35, 13);
            this.lblBannerText2.TabIndex = 3;
            this.lblBannerText2.Text = "label2";
            // 
            // 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(90, 8);
            this.lblBannerText1.Name = "lblBannerText1";
            this.lblBannerText1.Size = new System.Drawing.Size(113, 38);
            this.lblBannerText1.TabIndex = 1;
            this.lblBannerText1.Text = "label1";
            // 
            // pictureBox1
            // 
            this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
            this.pictureBox1.Location = new System.Drawing.Point(3, 3);
            this.pictureBox1.Name = "pictureBox1";
            this.pictureBox1.Size = new System.Drawing.Size(82, 77);
            this.pictureBox1.TabIndex = 0;
            this.pictureBox1.TabStop = false;
            // 
            // toolsMainTop
            // 
            this.toolsMainTop.BackColor = System.Drawing.SystemColors.Control;
            this.toolsMainTop.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.btnOpenFile,
            this.toolStripSeparator1,
            this.btnDrawDiagram,
            this.btnZoom,
            this.btnSaveDiagram,
            this.toolStripSeparator6,
            this.btnPrint,
            this.toolStripSeparator8,
            this.btnExit,
            this.toolStripSeparator2,
            this.btnSettings,
            this.toolStripSeparator4,
            this.btnAbout});
            this.toolsMainTop.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.Flow;
            this.toolsMainTop.Location = new System.Drawing.Point(0, 0);
            this.toolsMainTop.Name = "toolsMainTop";
            this.toolsMainTop.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
            this.toolsMainTop.Size = new System.Drawing.Size(860, 23);
            this.toolsMainTop.TabIndex = 1;
            this.toolsMainTop.Text = "toolStrip1";
            // 
            // btnOpenFile
            // 
            this.btnOpenFile.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.btnOpenFile.Image = ((System.Drawing.Image)(resources.GetObject("btnOpenFile.Image")));
            this.btnOpenFile.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.btnOpenFile.Name = "btnOpenFile";
            this.btnOpenFile.Size = new System.Drawing.Size(23, 20);
            this.btnOpenFile.Text = "toolStripButton1";
            this.btnOpenFile.ToolTipText = "Open Dll / Exe";
            this.btnOpenFile.Click += new System.EventHandler(this.btnOpenFile_Click);
            // 
            // toolStripSeparator1
            // 
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            this.toolStripSeparator1.Size = new System.Drawing.Size(6, 23);
            // 
            // btnDrawDiagram
            // 
            this.btnDrawDiagram.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.btnDrawDiagram.Enabled = false;
            this.btnDrawDiagram.Image = global::AutoDiagramer.Resource1.Draw16;
            this.btnDrawDiagram.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.btnDrawDiagram.Name = "btnDrawDiagram";
            this.btnDrawDiagram.Size = new System.Drawing.Size(23, 20);
            this.btnDrawDiagram.Text = "toolStripButton1";
            this.btnDrawDiagram.ToolTipText = "Draw the class diagram";
            this.btnDrawDiagram.Click += new System.EventHandler(this.btnDrawDiagram_Click);
            // 
            // btnZoom
            // 
            this.btnZoom.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.btnZoom.Enabled = false;
            this.btnZoom.Image = global::AutoDiagramer.Resource1.View16;
            this.btnZoom.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.btnZoom.Name = "btnZoom";
            this.btnZoom.Size = new System.Drawing.Size(23, 20);
            this.btnZoom.Text = "toolStripButton1";
            this.btnZoom.ToolTipText = "View a zoomable image form of the current diagram";
            this.btnZoom.Click += new System.EventHandler(this.btnZoom_Click);
            // 
            // btnSaveDiagram
            // 
            this.btnSaveDiagram.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.btnSaveDiagram.Enabled = false;
            this.btnSaveDiagram.Image = global::AutoDiagramer.Resource1.save16;
            this.btnSaveDiagram.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.btnSaveDiagram.Name = "btnSaveDiagram";
            this.btnSaveDiagram.Size = new System.Drawing.Size(23, 20);
            this.btnSaveDiagram.Text = "toolStripButton1";
            this.btnSaveDiagram.ToolTipText = "Save the current diagram";
            this.btnSaveDiagram.Click += new System.EventHandler(this.btnSaveDiagram_Click);
            // 
            // toolStripSeparator6
            // 
            this.toolStripSeparator6.Name = "toolStripSeparator6";
            this.toolStripSeparator6.Size = new System.Drawing.Size(6, 23);
            // 
            // btnPrint
            // 
            this.btnPrint.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.btnPrint.Enabled = false;
            this.btnPrint.Image = global::AutoDiagramer.Resource1.print16;
            this.btnPrint.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.btnPrint.Name = "btnPrint";
            this.btnPrint.Size = new System.Drawing.Size(23, 20);
            this.btnPrint.Text = "toolStripButton1";
            this.btnPrint.ToolTipText = "Print the diagram";
            this.btnPrint.Click += new System.EventHandler(this.btnPrint_Click);
            // 
            // toolStripSeparator8
            // 
            this.toolStripSeparator8.Name = "toolStripSeparator8";
            this.toolStripSeparator8.Size = new System.Drawing.Size(6, 23);
            // 
            // btnExit
            // 
            this.btnExit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.btnExit.Image = ((System.Drawing.Image)(resources.GetObject("btnExit.Image")));
            this.btnExit.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.btnExit.Name = "btnExit";
            this.btnExit.Size = new System.Drawing.Size(23, 20);
            this.btnExit.Text = "toolStripButton1";
            this.btnExit.ToolTipText = "Exit application";
            this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
            // 
            // toolStripSeparator2
            // 
            this.toolStripSeparator2.Name = "toolStripSeparator2";
            this.toolStripSeparator2.Size = new System.Drawing.Size(6, 23);
            // 
            // btnSettings
            // 
            this.btnSettings.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.btnSettings.Image = global::AutoDiagramer.Resource1.Setting16;
            this.btnSettings.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.btnSettings.Name = "btnSettings";
            this.btnSettings.Size = new System.Drawing.Size(23, 20);
            this.btnSettings.Text = "toolStripButton1";
            this.btnSettings.ToolTipText = "Configure settings";
            this.btnSettings.Click += new System.EventHandler(this.btnSettings_Click);
            // 
            // toolStripSeparator4
            // 
            this.toolStripSeparator4.Name = "toolStripSeparator4";
            this.toolStripSeparator4.Size = new System.Drawing.Size(6, 23);
            // 
            // btnAbout
            // 
            this.btnAbout.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.btnAbout.Image = ((System.Drawing.Image)(resources.GetObject("btnAbout.Image")));
            this.btnAbout.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.btnAbout.Name = "btnAbout";
            this.btnAbout.Size = new System.Drawing.Size(23, 20);
            this.btnAbout.Text = "toolStripButton1";
            this.btnAbout.ToolTipText = "About the application";
            this.btnAbout.Click += new System.EventHandler(this.btnAbout_Click);
            // 
            // cmnuTree
            // 
            this.cmnuTree.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.mnuViewDiagram});
            this.cmnuTree.Name = "cmnuTree";
            this.cmnuTree.Size = new System.Drawing.Size(269, 26);
            // 
            // mnuViewDiagram
            // 
            this.mnuViewDiagram.Image = global::AutoDiagramer.Resource1.Draw16;
            this.mnuViewDiagram.Name = "mnuViewDiagram";
            this.mnuViewDiagram.Size = new System.Drawing.Size(268, 22);
            this.mnuViewDiagram.Text = "View class diagram for this namespace";
            this.mnuViewDiagram.Click += new System.EventHandler(this.mnuViewDiagram_Click);
            // 
            // printDialog1
            // 
            this.printDialog1.UseEXDialog = true;
            // 
            // frmMain
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(860, 544);
            this.Controls.Add(this.pnlMain);
            this.Controls.Add(this.sbMainBottom);
            this.Controls.Add(this.mnusMainTop);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MainMenuStrip = this.mnusMainTop;
            this.Name = "frmMain";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "AutoDiagrammer";
            this.Resize += new System.EventHandler(this.frmMain_Resize);
            this.Load += new System.EventHandler(this.frmMain_Load);
            this.sbMainBottom.ResumeLayout(false);
            this.sbMainBottom.PerformLayout();
            this.mnusMainTop.ResumeLayout(false);
            this.mnusMainTop.PerformLayout();
            this.pnlMain.ResumeLayout(false);
            this.pnlMain.PerformLayout();
            this.pnlContents.ResumeLayout(false);
            this.splitContainer1.Panel1.ResumeLayout(false);
            this.splitContainer1.Panel2.ResumeLayout(false);
            this.splitContainer1.Panel2.PerformLayout();
            this.splitContainer1.ResumeLayout(false);
            this.pnlTreeContents.ResumeLayout(false);
            this.pnlShowHide.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.picShownHideTreeview)).EndInit();
            this.pnlBanner.ResumeLayout(false);
            this.pnlBanner.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.picEdging)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
            this.toolsMainTop.ResumeLayout(false);
            this.toolsMainTop.PerformLayout();
            this.cmnuTree.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.OpenFileDialog openFileDialog1;
        private System.Windows.Forms.StatusStrip sbMainBottom;
        private System.Windows.Forms.MenuStrip mnusMainTop;
        private System.Windows.Forms.Panel pnlMain;
        private System.Windows.Forms.ToolStrip toolsMainTop;
        private System.Windows.Forms.ImageList imglTreeview;
        private System.Windows.Forms.Panel pnlContents;
        private System.Windows.Forms.SplitContainer splitContainer1;
        private System.Windows.Forms.Panel pnlBanner;
        private System.Windows.Forms.Label lblBannerText2;
        private System.Windows.Forms.Label lblBannerText1;
        private System.Windows.Forms.PictureBox pictureBox1;
        private System.Windows.Forms.ToolStripButton btnOpenFile;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
        private System.Windows.Forms.ToolStripButton btnExit;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
        private System.Windows.Forms.ToolStripButton btnAbout;
        private System.Windows.Forms.ToolStripMenuItem mnuFile;
        private System.Windows.Forms.ToolStripMenuItem mnuOpen;
        private System.Windows.Forms.ToolStripMenuItem helpToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem mnuAboutApp;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
        private System.Windows.Forms.ToolStripMenuItem mnuExit;
        private System.Windows.Forms.ToolStripStatusLabel lblStatus;
        private System.Windows.Forms.ToolStripProgressBar pbStatus;
        private ClassDrawerContainerPanel pnlFlowClasses;
        private System.Windows.Forms.ToolStripButton btnSettings;
        private System.Windows.Forms.ToolStripMenuItem menuSettings;
        private System.Windows.Forms.ToolStripMenuItem mnuUserSettings;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
        private System.Windows.Forms.ContextMenuStrip cmnuTree;
        private System.Windows.Forms.ToolStripMenuItem mnuViewDiagram;
        #endregion

        private System.Windows.Forms.ToolStripSeparator toolStripSeparator5;
        private System.Windows.Forms.ToolStripMenuItem mnuSave;
        private System.Windows.Forms.ToolStripButton btnSaveDiagram;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator6;
        private System.Windows.Forms.PictureBox picEdging;
        private System.Windows.Forms.ToolStripMenuItem mnuDraw;
        private System.Windows.Forms.ToolStripButton btnDrawDiagram;
        private System.Windows.Forms.ToolStripMenuItem mnuZoom;
        private System.Windows.Forms.ToolStripButton btnZoom;
        private System.Windows.Forms.ToolStripMenuItem menuSHTree;
        private System.Windows.Forms.Panel pnlTreeContents;
        private System.Windows.Forms.TreeView tvNameSpaces;
        private System.Windows.Forms.Panel pnlBannerTree;
        private System.Windows.Forms.Panel pnlShowHide;
        private System.Windows.Forms.PictureBox picShownHideTreeview;
        private System.Windows.Forms.ToolTip toolTip1;
        private System.Drawing.Printing.PrintDocument printDocument1;
        private System.Windows.Forms.PrintDialog printDialog1;
        private System.Windows.Forms.ToolStripMenuItem mnuPrint;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator7;
        private System.Windows.Forms.ToolStripButton btnPrint;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator8;



    }
    #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