Click here to Skip to main content
15,885,940 members
Articles / Programming Languages / C#

What can be simpler than graphical primitives? Part 3

Rate me:
Please Sign up or sign in to vote.
5.00/5 (8 votes)
8 Apr 2013CPOL43 min read 23.8K   560   32  
namespace GraphicalPrimitives
{
    partial class Form_Rings_Coaxial
    {
        /// <summary>
        /// Required designer variable.
        /// </summary>
        private System .ComponentModel .IContainer components = null;

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

        #region Windows Form Designer generated code

        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent ()
        {
            this .components = new System .ComponentModel .Container ();
            this .menuOnRings = new System .Windows .Forms .ContextMenuStrip (this .components);
            this .miMoveRingInside = new System .Windows .Forms .ToolStripMenuItem ();
            this .miMoveRingOutside = new System .Windows .Forms .ToolStripMenuItem ();
            this .toolStripSeparator1 = new System .Windows .Forms .ToolStripSeparator ();
            this .miAddRing = new System .Windows .Forms .ToolStripMenuItem ();
            this .miInsertRing = new System .Windows .Forms .ToolStripMenuItem ();
            this .miDeleteRing = new System .Windows .Forms .ToolStripMenuItem ();
            this .toolStripSeparator2 = new System .Windows .Forms .ToolStripSeparator ();
            this .miLeaveOneRing = new System .Windows .Forms .ToolStripMenuItem ();
            this .miDefaultView = new System .Windows .Forms .ToolStripMenuItem ();
            this .menuOnEmpty = new System .Windows .Forms .ContextMenuStrip (this .components);
            this .miDefaultView_2 = new System .Windows .Forms .ToolStripMenuItem ();
            this .btnCovers = new System .Windows .Forms .Button ();
            this .menuOnInfo = new System .Windows .Forms .ContextMenuStrip (this .components);
            this .miInfoFont = new System .Windows .Forms .ToolStripMenuItem ();
            this .miInfoTextColor = new System .Windows .Forms .ToolStripMenuItem ();
            this .miInfoBackColor = new System .Windows .Forms .ToolStripMenuItem ();
            this .menuOnRings .SuspendLayout ();
            this .menuOnEmpty .SuspendLayout ();
            this .menuOnInfo .SuspendLayout ();
            this .SuspendLayout ();
            // 
            // menuOnRings
            // 
            this .menuOnRings .Items .AddRange (new System .Windows .Forms .ToolStripItem [] {
            this.miMoveRingInside,
            this.miMoveRingOutside,
            this.toolStripSeparator1,
            this.miAddRing,
            this.miInsertRing,
            this.miDeleteRing,
            this.toolStripSeparator2,
            this.miLeaveOneRing,
            this.miDefaultView});
            this .menuOnRings .Name = "menuOnRings";
            this .menuOnRings .ShowImageMargin = false;
            this .menuOnRings .Size = new System .Drawing .Size (249, 170);
            this .menuOnRings .Opening += new System .ComponentModel .CancelEventHandler (this .Opening_menuOnRings);
            // 
            // miMoveRingInside
            // 
            this .miMoveRingInside .Name = "miMoveRingInside";
            this .miMoveRingInside .Size = new System .Drawing .Size (248, 22);
            this .miMoveRingInside .Text = "Move ring inside";
            this .miMoveRingInside .Click += new System .EventHandler (this .Click_miMoveRingInside);
            // 
            // miMoveRingOutside
            // 
            this .miMoveRingOutside .Name = "miMoveRingOutside";
            this .miMoveRingOutside .Size = new System .Drawing .Size (248, 22);
            this .miMoveRingOutside .Text = "Move ring outside";
            this .miMoveRingOutside .Click += new System .EventHandler (this .Click_miMoveRingOutside);
            // 
            // toolStripSeparator1
            // 
            this .toolStripSeparator1 .Name = "toolStripSeparator1";
            this .toolStripSeparator1 .Size = new System .Drawing .Size (245, 6);
            // 
            // miAddRing
            // 
            this .miAddRing .Name = "miAddRing";
            this .miAddRing .Size = new System .Drawing .Size (248, 22);
            this .miAddRing .Text = "Add ring (outside)";
            this .miAddRing .Click += new System .EventHandler (this .Click_miAddRing);
            // 
            // miInsertRing
            // 
            this .miInsertRing .Name = "miInsertRing";
            this .miInsertRing .Size = new System .Drawing .Size (248, 22);
            this .miInsertRing .Text = "Insert ring (before pressed)";
            this .miInsertRing .Click += new System .EventHandler (this .Click_miInsertRing);
            // 
            // miDeleteRing
            // 
            this .miDeleteRing .Name = "miDeleteRing";
            this .miDeleteRing .Size = new System .Drawing .Size (248, 22);
            this .miDeleteRing .Text = "Delete ring";
            this .miDeleteRing .Click += new System .EventHandler (this .Click_miDeleteRing);
            // 
            // toolStripSeparator2
            // 
            this .toolStripSeparator2 .Name = "toolStripSeparator2";
            this .toolStripSeparator2 .Size = new System .Drawing .Size (245, 6);
            // 
            // miLeaveOneRing
            // 
            this .miLeaveOneRing .Name = "miLeaveOneRing";
            this .miLeaveOneRing .Size = new System .Drawing .Size (248, 22);
            this .miLeaveOneRing .Text = "Leave only pressed ring";
            this .miLeaveOneRing .Click += new System .EventHandler (this .Click_miLeaveOneRing);
            // 
            // miDefaultView
            // 
            this .miDefaultView .Name = "miDefaultView";
            this .miDefaultView .Size = new System .Drawing .Size (248, 22);
            this .miDefaultView .Text = "Default view";
            this .miDefaultView .Click += new System .EventHandler (this .Click_miDefaultView);
            // 
            // menuOnEmpty
            // 
            this .menuOnEmpty .Items .AddRange (new System .Windows .Forms .ToolStripItem [] {
            this.miDefaultView_2});
            this .menuOnEmpty .Name = "menuOnEmpty";
            this .menuOnEmpty .ShowImageMargin = false;
            this .menuOnEmpty .Size = new System .Drawing .Size (146, 26);
            // 
            // miDefaultView_2
            // 
            this .miDefaultView_2 .Name = "miDefaultView_2";
            this .miDefaultView_2 .Size = new System .Drawing .Size (145, 22);
            this .miDefaultView_2 .Text = "Default view";
            this .miDefaultView_2 .Click += new System .EventHandler (this .Click_miDefaultView);
            // 
            // btnCovers
            // 
            this .btnCovers .Image = global::GraphicalPrimitives .Properties .Resources .Covers;
            this .btnCovers .Location = new System .Drawing .Point (12, 12);
            this .btnCovers .Name = "btnCovers";
            this .btnCovers .Size = new System .Drawing .Size (28, 28);
            this .btnCovers .TabIndex = 21;
            this .btnCovers .UseVisualStyleBackColor = true;
            this .btnCovers .Click += new System .EventHandler (this .Click_btnCovers);
            // 
            // menuOnInfo
            // 
            this .menuOnInfo .Items .AddRange (new System .Windows .Forms .ToolStripItem [] {
            this.miInfoFont,
            this.miInfoTextColor,
            this.miInfoBackColor});
            this .menuOnInfo .Name = "menuOnInfo";
            this .menuOnInfo .ShowImageMargin = false;
            this .menuOnInfo .Size = new System .Drawing .Size (148, 92);
            // 
            // miInfoFont
            // 
            this .miInfoFont .Name = "miInfoFont";
            this .miInfoFont .Size = new System .Drawing .Size (147, 22);
            this .miInfoFont .Text = "Font...";
            this .miInfoFont .Click += new System .EventHandler (this .Click_miInfoFont);
            // 
            // miInfoTextColor
            // 
            this .miInfoTextColor .Name = "miInfoTextColor";
            this .miInfoTextColor .Size = new System .Drawing .Size (147, 22);
            this .miInfoTextColor .Text = "Text color...";
            this .miInfoTextColor .Click += new System .EventHandler (this .Click_miInfoTextColor);
            // 
            // miInfoBackColor
            // 
            this .miInfoBackColor .Name = "miInfoBackColor";
            this .miInfoBackColor .Size = new System .Drawing .Size (147, 22);
            this .miInfoBackColor .Text = "Back color...";
            this .miInfoBackColor .Click += new System .EventHandler (this .Click_miInfoBackColor);
            // 
            // Form_Rings_Coaxial
            // 
            this .AutoScaleDimensions = new System .Drawing .SizeF (8F, 16F);
            this .AutoScaleMode = System .Windows .Forms .AutoScaleMode .Font;
            this .ClientSize = new System .Drawing .Size (720, 529);
            this .Controls .Add (this .btnCovers);
            this .DoubleBuffered = true;
            this .MaximizeBox = false;
            this .MinimizeBox = false;
            this .Name = "Form_Rings_Coaxial";
            this .ShowIcon = false;
            this .Text = "Coaxial rings";
            this .Load += new System .EventHandler (this .OnLoad);
            this .MouseUp += new System .Windows .Forms .MouseEventHandler (this .OnMouseUp);
            this .Paint += new System .Windows .Forms .PaintEventHandler (this .OnPaint);
            this .ContextMenuStripChanged += new System .EventHandler (this .OnContextMenuChanged);
            this .MouseDown += new System .Windows .Forms .MouseEventHandler (this .OnMouseDown);
            this .FormClosing += new System .Windows .Forms .FormClosingEventHandler (this .OnFormClosing);
            this .MouseMove += new System .Windows .Forms .MouseEventHandler (this .OnMouseMove);
            this .menuOnRings .ResumeLayout (false);
            this .menuOnEmpty .ResumeLayout (false);
            this .menuOnInfo .ResumeLayout (false);
            this .ResumeLayout (false);

        }

        #endregion

        private System .Windows .Forms .ContextMenuStrip menuOnRings;
        private System .Windows .Forms .ToolStripMenuItem miMoveRingInside;
        private System .Windows .Forms .ToolStripMenuItem miMoveRingOutside;
        private System .Windows .Forms .ToolStripSeparator toolStripSeparator1;
        private System .Windows .Forms .ToolStripMenuItem miAddRing;
        private System .Windows .Forms .ToolStripMenuItem miInsertRing;
        private System .Windows .Forms .ToolStripMenuItem miDeleteRing;
        private System .Windows .Forms .ToolStripSeparator toolStripSeparator2;
        private System .Windows .Forms .ToolStripMenuItem miLeaveOneRing;
        private System .Windows .Forms .ToolStripMenuItem miDefaultView;
        private System .Windows .Forms .ContextMenuStrip menuOnEmpty;
        private System .Windows .Forms .ToolStripMenuItem miDefaultView_2;
        private System .Windows .Forms .Button btnCovers;
        private System .Windows .Forms .ContextMenuStrip menuOnInfo;
        private System .Windows .Forms .ToolStripMenuItem miInfoFont;
        private System .Windows .Forms .ToolStripMenuItem miInfoTextColor;
        private System .Windows .Forms .ToolStripMenuItem miInfoBackColor;
    }
}

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
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions