Click here to Skip to main content
15,894,825 members
Articles / Programming Languages / C#

User-driven applications

Rate me:
Please Sign up or sign in to vote.
4.88/5 (24 votes)
10 Apr 2010CPOL136 min read 33.1K   5   78  
User-driven applications are the programs in which full control is given to the users. Designers of such programs are responsible only for developing an instrument for solving some task, but they do not enforce users to work with this instrument according with a predefined scenario.
namespace UserDrivenApplications
{
    partial class Form_Functions
    {
        /// <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 .btnChange = new System .Windows .Forms .Button ();
            this .btnNewParamFunc = new System .Windows .Forms .Button ();
            this .btnNewFunc = new System .Windows .Forms .Button ();
            this .btnShowFunctions = new System .Windows .Forms .Button ();
            this .listNew = new System .Windows .Forms .ListView ();
            this .columnHeader2 = new System .Windows .Forms .ColumnHeader ();
            this .listPredefined = new System .Windows .Forms .ListView ();
            this .columnHeader1 = new System .Windows .Forms .ColumnHeader ();
            this .btnFuncDown = new System .Windows .Forms .Button ();
            this .btnFuncUp = new System .Windows .Forms .Button ();
            this .btnDeleteFunc = new System .Windows .Forms .Button ();
            this .menuOnPlot = new System .Windows .Forms .ContextMenuStrip (this .components);
            this .miAreaParameters = new System .Windows .Forms .ToolStripMenuItem ();
            this .miHorScaleParams = new System .Windows .Forms .ToolStripMenuItem ();
            this .miVerScaleParams = new System .Windows .Forms .ToolStripMenuItem ();
            this .toolStripSeparator9 = new System .Windows .Forms .ToolStripSeparator ();
            this .miFixUnfixScales = new System .Windows .Forms .ToolStripMenuItem ();
            this .miHideScales = new System .Windows .Forms .ToolStripMenuItem ();
            this .miUnveilScales = new System .Windows .Forms .ToolStripMenuItem ();
            this .miHideAreaComments = new System .Windows .Forms .ToolStripMenuItem ();
            this .miUnveilAreaComments = new System .Windows .Forms .ToolStripMenuItem ();
            this .toolStripSeparator2 = new System .Windows .Forms .ToolStripSeparator ();
            this .miChangeAreaLevel = new System .Windows .Forms .ToolStripMenuItem ();
            this .miPutOnTop = new System .Windows .Forms .ToolStripMenuItem ();
            this .miOneLevelUp = new System .Windows .Forms .ToolStripMenuItem ();
            this .miOneLevelDown = new System .Windows .Forms .ToolStripMenuItem ();
            this .miSendUnderneath = new System .Windows .Forms .ToolStripMenuItem ();
            this .miDeleteArea = new System .Windows .Forms .ToolStripMenuItem ();
            this .toolStripSeparator3 = new System .Windows .Forms .ToolStripSeparator ();
            this .miIntoClipboard = new System .Windows .Forms .ToolStripMenuItem ();
            this .miPurePlot = new System .Windows .Forms .ToolStripMenuItem ();
            this .toolStripSeparator6 = new System .Windows .Forms .ToolStripSeparator ();
            this .miAreaAsIs = new System .Windows .Forms .ToolStripMenuItem ();
            this .miAreaColorOnWhite = new System .Windows .Forms .ToolStripMenuItem ();
            this .miAreaWhiteOnWhite = new System .Windows .Forms .ToolStripMenuItem ();
            this .toolStripSeparator7 = new System .Windows .Forms .ToolStripSeparator ();
            this .miFullAsIs = new System .Windows .Forms .ToolStripMenuItem ();
            this .miFullColorsOnWhite = new System .Windows .Forms .ToolStripMenuItem ();
            this .miFullWhiteOnWhite = new System .Windows .Forms .ToolStripMenuItem ();
            this .toolStripSeparator5 = new System .Windows .Forms .ToolStripSeparator ();
            this .miRotationAngle2 = new System .Windows .Forms .ToolStripMenuItem ();
            this .menuOnGroup = new System .Windows .Forms .ContextMenuStrip (this .components);
            this .miModifyGroup = new System .Windows .Forms .ToolStripMenuItem ();
            this .miFixUnfixElements = new System .Windows .Forms .ToolStripMenuItem ();
            this .miGroupDefaultView = new System .Windows .Forms .ToolStripMenuItem ();
            this .toolStripSeparator1 = new System .Windows .Forms .ToolStripSeparator ();
            this .miListPredefinedFunctions = new System .Windows .Forms .ToolStripMenuItem ();
            this .menuOnScale = new System .Windows .Forms .ContextMenuStrip (this .components);
            this .miModifyScale = new System .Windows .Forms .ToolStripMenuItem ();
            this .miFlipScale = new System .Windows .Forms .ToolStripMenuItem ();
            this .miHideScale = new System .Windows .Forms .ToolStripMenuItem ();
            this .toolStripSeparator10 = new System .Windows .Forms .ToolStripSeparator ();
            this .miHideScaleComments = new System .Windows .Forms .ToolStripMenuItem ();
            this .miUnveilScaleComments = new System .Windows .Forms .ToolStripMenuItem ();
            this .menuOnComment = new System .Windows .Forms .ContextMenuStrip (this .components);
            this .miFixUnfixComment = new System .Windows .Forms .ToolStripMenuItem ();
            this .miModifyComment = new System .Windows .Forms .ToolStripMenuItem ();
            this .miHideComment = new System .Windows .Forms .ToolStripMenuItem ();
            this .miDeleteComment = new System .Windows .Forms .ToolStripMenuItem ();
            this .menuOnEmpty = new System .Windows .Forms .ContextMenuStrip (this .components);
            this .miIntoClipboard2 = new System .Windows .Forms .ToolStripMenuItem ();
            this .miPictureAsIs = new System .Windows .Forms .ToolStripMenuItem ();
            this .miPictureColorsOnWhite = new System .Windows .Forms .ToolStripMenuItem ();
            this .miPictureWhiteOnWhite = new System .Windows .Forms .ToolStripMenuItem ();
            this .miRotationAngle = new System .Windows .Forms .ToolStripMenuItem ();
            this .menuOnPlot .SuspendLayout ();
            this .menuOnGroup .SuspendLayout ();
            this .menuOnScale .SuspendLayout ();
            this .menuOnComment .SuspendLayout ();
            this .menuOnEmpty .SuspendLayout ();
            this .SuspendLayout ();
            // 
            // btnChange
            // 
            this .btnChange .Location = new System .Drawing .Point (98, 436);
            this .btnChange .MaximumSize = new System .Drawing .Size (200, 200);
            this .btnChange .MinimumSize = new System .Drawing .Size (50, 20);
            this .btnChange .Name = "btnChange";
            this .btnChange .Size = new System .Drawing .Size (120, 28);
            this .btnChange .TabIndex = 26;
            this .btnChange .Text = "Change";
            this .btnChange .UseVisualStyleBackColor = true;
            this .btnChange .Click += new System .EventHandler (this .Click_btnChange);
            // 
            // btnNewParamFunc
            // 
            this .btnNewParamFunc .Location = new System .Drawing .Point (98, 504);
            this .btnNewParamFunc .MaximumSize = new System .Drawing .Size (200, 200);
            this .btnNewParamFunc .MinimumSize = new System .Drawing .Size (50, 20);
            this .btnNewParamFunc .Name = "btnNewParamFunc";
            this .btnNewParamFunc .Size = new System .Drawing .Size (120, 28);
            this .btnNewParamFunc .TabIndex = 25;
            this .btnNewParamFunc .Text = "New X(r),Y(r)";
            this .btnNewParamFunc .UseVisualStyleBackColor = true;
            this .btnNewParamFunc .Click += new System .EventHandler (this .Click_btnNewFunc_XrYr);
            // 
            // btnNewFunc
            // 
            this .btnNewFunc .Location = new System .Drawing .Point (98, 470);
            this .btnNewFunc .MaximumSize = new System .Drawing .Size (200, 200);
            this .btnNewFunc .MinimumSize = new System .Drawing .Size (50, 20);
            this .btnNewFunc .Name = "btnNewFunc";
            this .btnNewFunc .Size = new System .Drawing .Size (120, 28);
            this .btnNewFunc .TabIndex = 24;
            this .btnNewFunc .Text = "New Y(x)";
            this .btnNewFunc .UseVisualStyleBackColor = true;
            this .btnNewFunc .Click += new System .EventHandler (this .Click_btnNewFunc_Yx);
            // 
            // btnShowFunctions
            // 
            this .btnShowFunctions .Location = new System .Drawing .Point (121, 563);
            this .btnShowFunctions .MaximumSize = new System .Drawing .Size (200, 200);
            this .btnShowFunctions .MinimumSize = new System .Drawing .Size (50, 20);
            this .btnShowFunctions .Name = "btnShowFunctions";
            this .btnShowFunctions .Size = new System .Drawing .Size (120, 28);
            this .btnShowFunctions .TabIndex = 23;
            this .btnShowFunctions .Text = "Show selected";
            this .btnShowFunctions .UseVisualStyleBackColor = true;
            this .btnShowFunctions .Click += new System .EventHandler (this .Click_btnShowFunctions);
            // 
            // listNew
            // 
            this .listNew .Columns .AddRange (new System .Windows .Forms .ColumnHeader [] {
            this.columnHeader2});
            this .listNew .FullRowSelect = true;
            this .listNew .HeaderStyle = System .Windows .Forms .ColumnHeaderStyle .Nonclickable;
            this .listNew .HideSelection = false;
            this .listNew .Location = new System .Drawing .Point (98, 257);
            this .listNew .MaximumSize = new System .Drawing .Size (500, 800);
            this .listNew .MinimumSize = new System .Drawing .Size (100, 90);
            this .listNew .Name = "listNew";
            this .listNew .Size = new System .Drawing .Size (155, 174);
            this .listNew .TabIndex = 19;
            this .listNew .UseCompatibleStateImageBehavior = false;
            this .listNew .View = System .Windows .Forms .View .Details;
            this .listNew .SelectedIndexChanged += new System .EventHandler (this .SelectedIndexChanged_listNew);
            // 
            // columnHeader2
            // 
            this .columnHeader2 .Text = "New";
            this .columnHeader2 .Width = 125;
            // 
            // listPredefined
            // 
            this .listPredefined .Columns .AddRange (new System .Windows .Forms .ColumnHeader [] {
            this.columnHeader1});
            this .listPredefined .FullRowSelect = true;
            this .listPredefined .HeaderStyle = System .Windows .Forms .ColumnHeaderStyle .Nonclickable;
            this .listPredefined .HideSelection = false;
            this .listPredefined .Location = new System .Drawing .Point (98, 73);
            this .listPredefined .MaximumSize = new System .Drawing .Size (500, 500);
            this .listPredefined .MinimumSize = new System .Drawing .Size (100, 90);
            this .listPredefined .Name = "listPredefined";
            this .listPredefined .Size = new System .Drawing .Size (155, 149);
            this .listPredefined .TabIndex = 18;
            this .listPredefined .UseCompatibleStateImageBehavior = false;
            this .listPredefined .View = System .Windows .Forms .View .Details;
            // 
            // columnHeader1
            // 
            this .columnHeader1 .Text = "Predefined";
            this .columnHeader1 .Width = 121;
            // 
            // btnFuncDown
            // 
            this .btnFuncDown .Image = global::UserDrivenApplications .Properties .Resources .ArrowDown;
            this .btnFuncDown .Location = new System .Drawing .Point (64, 371);
            this .btnFuncDown .Name = "btnFuncDown";
            this .btnFuncDown .Size = new System .Drawing .Size (28, 28);
            this .btnFuncDown .TabIndex = 22;
            this .btnFuncDown .UseVisualStyleBackColor = true;
            this .btnFuncDown .Click += new System .EventHandler (this .Click_btnFuncDown);
            // 
            // btnFuncUp
            // 
            this .btnFuncUp .Image = global::UserDrivenApplications .Properties .Resources .ArrowUp;
            this .btnFuncUp .Location = new System .Drawing .Point (64, 337);
            this .btnFuncUp .Name = "btnFuncUp";
            this .btnFuncUp .Size = new System .Drawing .Size (28, 28);
            this .btnFuncUp .TabIndex = 21;
            this .btnFuncUp .UseVisualStyleBackColor = true;
            this .btnFuncUp .Click += new System .EventHandler (this .Click_btnFuncUp);
            // 
            // btnDeleteFunc
            // 
            this .btnDeleteFunc .Image = global::UserDrivenApplications .Properties .Resources .DELETE;
            this .btnDeleteFunc .Location = new System .Drawing .Point (64, 293);
            this .btnDeleteFunc .Name = "btnDeleteFunc";
            this .btnDeleteFunc .Size = new System .Drawing .Size (28, 28);
            this .btnDeleteFunc .TabIndex = 20;
            this .btnDeleteFunc .UseVisualStyleBackColor = true;
            this .btnDeleteFunc .Click += new System .EventHandler (this .Click_btnDeleteFunc);
            // 
            // menuOnPlot
            // 
            this .menuOnPlot .Items .AddRange (new System .Windows .Forms .ToolStripItem [] {
            this.miAreaParameters,
            this.miHorScaleParams,
            this.miVerScaleParams,
            this.toolStripSeparator9,
            this.miFixUnfixScales,
            this.miHideScales,
            this.miUnveilScales,
            this.miHideAreaComments,
            this.miUnveilAreaComments,
            this.toolStripSeparator2,
            this.miChangeAreaLevel,
            this.miDeleteArea,
            this.toolStripSeparator3,
            this.miIntoClipboard,
            this.toolStripSeparator5,
            this.miRotationAngle2});
            this .menuOnPlot .Name = "contextMenuOnPlot";
            this .menuOnPlot .ShowCheckMargin = true;
            this .menuOnPlot .ShowImageMargin = false;
            this .menuOnPlot .Size = new System .Drawing .Size (320, 292);
            this .menuOnPlot .Opening += new System .ComponentModel .CancelEventHandler (this .Opening_menuOnPlot);
            // 
            // miAreaParameters
            // 
            this .miAreaParameters .Name = "miAreaParameters";
            this .miAreaParameters .Size = new System .Drawing .Size (319, 22);
            this .miAreaParameters .Text = "Modify area...";
            this .miAreaParameters .Click += new System .EventHandler (this .Click_miAreaParameters);
            // 
            // miHorScaleParams
            // 
            this .miHorScaleParams .Name = "miHorScaleParams";
            this .miHorScaleParams .Size = new System .Drawing .Size (319, 22);
            this .miHorScaleParams .Text = "Modify horizontal scale...";
            this .miHorScaleParams .Click += new System .EventHandler (this .Click_miHorScaleParams);
            // 
            // miVerScaleParams
            // 
            this .miVerScaleParams .Name = "miVerScaleParams";
            this .miVerScaleParams .Size = new System .Drawing .Size (319, 22);
            this .miVerScaleParams .Text = "Modify vertical scale...";
            this .miVerScaleParams .Click += new System .EventHandler (this .Click_miVerScaleParams);
            // 
            // toolStripSeparator9
            // 
            this .toolStripSeparator9 .Name = "toolStripSeparator9";
            this .toolStripSeparator9 .Size = new System .Drawing .Size (316, 6);
            // 
            // miFixUnfixScales
            // 
            this .miFixUnfixScales .Name = "miFixUnfixScales";
            this .miFixUnfixScales .Size = new System .Drawing .Size (319, 22);
            this .miFixUnfixScales .Text = "Fix/unfix scales";
            this .miFixUnfixScales .Click += new System .EventHandler (this .Click_miFixUnfixScales);
            // 
            // miHideScales
            // 
            this .miHideScales .Name = "miHideScales";
            this .miHideScales .Size = new System .Drawing .Size (319, 22);
            this .miHideScales .Text = "Hide all scales";
            this .miHideScales .Click += new System .EventHandler (this .Click_miHideScales);
            // 
            // miUnveilScales
            // 
            this .miUnveilScales .Name = "miUnveilScales";
            this .miUnveilScales .Size = new System .Drawing .Size (319, 22);
            this .miUnveilScales .Text = "Unveil all scales";
            this .miUnveilScales .Click += new System .EventHandler (this .Click_miUnveilScales);
            // 
            // miHideAreaComments
            // 
            this .miHideAreaComments .Name = "miHideAreaComments";
            this .miHideAreaComments .Size = new System .Drawing .Size (319, 22);
            this .miHideAreaComments .Text = "Hide area comments";
            this .miHideAreaComments .Click += new System .EventHandler (this .Click_miHideAreaComments);
            // 
            // miUnveilAreaComments
            // 
            this .miUnveilAreaComments .Name = "miUnveilAreaComments";
            this .miUnveilAreaComments .Size = new System .Drawing .Size (319, 22);
            this .miUnveilAreaComments .Text = "Unveil area comments";
            this .miUnveilAreaComments .Click += new System .EventHandler (this .Click_miUnveilAreaComments);
            // 
            // toolStripSeparator2
            // 
            this .toolStripSeparator2 .Name = "toolStripSeparator2";
            this .toolStripSeparator2 .Size = new System .Drawing .Size (316, 6);
            // 
            // miChangeAreaLevel
            // 
            this .miChangeAreaLevel .DropDownItems .AddRange (new System .Windows .Forms .ToolStripItem [] {
            this.miPutOnTop,
            this.miOneLevelUp,
            this.miOneLevelDown,
            this.miSendUnderneath});
            this .miChangeAreaLevel .Name = "miChangeAreaLevel";
            this .miChangeAreaLevel .Size = new System .Drawing .Size (319, 22);
            this .miChangeAreaLevel .Text = "Change area\'s level";
            this .miChangeAreaLevel .DropDownOpening += new System .EventHandler (this .DropDownOpening_miChangeAreaLevel);
            // 
            // miPutOnTop
            // 
            this .miPutOnTop .Name = "miPutOnTop";
            this .miPutOnTop .Size = new System .Drawing .Size (210, 22);
            this .miPutOnTop .Text = "Put on top";
            this .miPutOnTop .Click += new System .EventHandler (this .Click_miPutAreaOnTop);
            // 
            // miOneLevelUp
            // 
            this .miOneLevelUp .Name = "miOneLevelUp";
            this .miOneLevelUp .Size = new System .Drawing .Size (210, 22);
            this .miOneLevelUp .Text = "Move one level up";
            this .miOneLevelUp .Click += new System .EventHandler (this .Click_miAreaOneLevelUp);
            // 
            // miOneLevelDown
            // 
            this .miOneLevelDown .Name = "miOneLevelDown";
            this .miOneLevelDown .Size = new System .Drawing .Size (210, 22);
            this .miOneLevelDown .Text = "One level down";
            this .miOneLevelDown .Click += new System .EventHandler (this .Click_miAreaOneLevelDown);
            // 
            // miSendUnderneath
            // 
            this .miSendUnderneath .Name = "miSendUnderneath";
            this .miSendUnderneath .Size = new System .Drawing .Size (210, 22);
            this .miSendUnderneath .Text = "Send underneath";
            this .miSendUnderneath .Click += new System .EventHandler (this .Click_miAreaUnderneath);
            // 
            // miDeleteArea
            // 
            this .miDeleteArea .Name = "miDeleteArea";
            this .miDeleteArea .Size = new System .Drawing .Size (319, 22);
            this .miDeleteArea .Text = "Delete area";
            this .miDeleteArea .Click += new System .EventHandler (this .Click_miDeleteArea);
            // 
            // toolStripSeparator3
            // 
            this .toolStripSeparator3 .Name = "toolStripSeparator3";
            this .toolStripSeparator3 .Size = new System .Drawing .Size (316, 6);
            // 
            // miIntoClipboard
            // 
            this .miIntoClipboard .DropDownItems .AddRange (new System .Windows .Forms .ToolStripItem [] {
            this.miPurePlot,
            this.toolStripSeparator6,
            this.miAreaAsIs,
            this.miAreaColorOnWhite,
            this.miAreaWhiteOnWhite,
            this.toolStripSeparator7,
            this.miFullAsIs,
            this.miFullColorsOnWhite,
            this.miFullWhiteOnWhite});
            this .miIntoClipboard .Name = "miIntoClipboard";
            this .miIntoClipboard .Size = new System .Drawing .Size (319, 22);
            this .miIntoClipboard .Text = "Into Clipboard";
            // 
            // miPurePlot
            // 
            this .miPurePlot .Name = "miPurePlot";
            this .miPurePlot .Size = new System .Drawing .Size (247, 22);
            this .miPurePlot .Text = "Pure plot";
            this .miPurePlot .Click += new System .EventHandler (this .Click_miPlotIntoMemory);
            // 
            // toolStripSeparator6
            // 
            this .toolStripSeparator6 .Name = "toolStripSeparator6";
            this .toolStripSeparator6 .Size = new System .Drawing .Size (244, 6);
            // 
            // miAreaAsIs
            // 
            this .miAreaAsIs .Name = "miAreaAsIs";
            this .miAreaAsIs .Size = new System .Drawing .Size (247, 22);
            this .miAreaAsIs .Text = "Area";
            this .miAreaAsIs .Click += new System .EventHandler (this .Click_miAreaAsIs);
            // 
            // miAreaColorOnWhite
            // 
            this .miAreaColorOnWhite .Name = "miAreaColorOnWhite";
            this .miAreaColorOnWhite .Size = new System .Drawing .Size (247, 22);
            this .miAreaColorOnWhite .Text = "Area (color on white)";
            this .miAreaColorOnWhite .Click += new System .EventHandler (this .Click_miAreaOnWhite);
            // 
            // miAreaWhiteOnWhite
            // 
            this .miAreaWhiteOnWhite .Name = "miAreaWhiteOnWhite";
            this .miAreaWhiteOnWhite .Size = new System .Drawing .Size (247, 22);
            this .miAreaWhiteOnWhite .Text = "Area (white on white)";
            this .miAreaWhiteOnWhite .Click += new System .EventHandler (this .Click_miAreaWhiteOnWhite);
            // 
            // toolStripSeparator7
            // 
            this .toolStripSeparator7 .Name = "toolStripSeparator7";
            this .toolStripSeparator7 .Size = new System .Drawing .Size (244, 6);
            // 
            // miFullAsIs
            // 
            this .miFullAsIs .Name = "miFullAsIs";
            this .miFullAsIs .Size = new System .Drawing .Size (247, 22);
            this .miFullAsIs .Text = "Picture";
            this .miFullAsIs .Click += new System .EventHandler (this .Click_miFormAsIs);
            // 
            // miFullColorsOnWhite
            // 
            this .miFullColorsOnWhite .Name = "miFullColorsOnWhite";
            this .miFullColorsOnWhite .Size = new System .Drawing .Size (247, 22);
            this .miFullColorsOnWhite .Text = "Picture (colors on white)";
            this .miFullColorsOnWhite .Click += new System .EventHandler (this .Click_miFormAsIsOnWhite);
            // 
            // miFullWhiteOnWhite
            // 
            this .miFullWhiteOnWhite .Name = "miFullWhiteOnWhite";
            this .miFullWhiteOnWhite .Size = new System .Drawing .Size (247, 22);
            this .miFullWhiteOnWhite .Text = "Picture (white on white)";
            this .miFullWhiteOnWhite .Click += new System .EventHandler (this .Click_miFormWhitesOnWhite);
            // 
            // toolStripSeparator5
            // 
            this .toolStripSeparator5 .Name = "toolStripSeparator5";
            this .toolStripSeparator5 .Size = new System .Drawing .Size (316, 6);
            // 
            // miRotationAngle2
            // 
            this .miRotationAngle2 .Name = "miRotationAngle2";
            this .miRotationAngle2 .Size = new System .Drawing .Size (319, 22);
            this .miRotationAngle2 .Text = "Comments\' rotation angle On / Off";
            this .miRotationAngle2 .Click += new System .EventHandler (this .Click_miRotationAngle);
            // 
            // menuOnGroup
            // 
            this .menuOnGroup .Items .AddRange (new System .Windows .Forms .ToolStripItem [] {
            this.miModifyGroup,
            this.miFixUnfixElements,
            this.miGroupDefaultView,
            this.toolStripSeparator1,
            this.miListPredefinedFunctions});
            this .menuOnGroup .Name = "menuOnGroup";
            this .menuOnGroup .ShowCheckMargin = true;
            this .menuOnGroup .ShowImageMargin = false;
            this .menuOnGroup .Size = new System .Drawing .Size (321, 120);
            this .menuOnGroup .Opening += new System .ComponentModel .CancelEventHandler (this .Opening_menuOnGroup);
            // 
            // miModifyGroup
            // 
            this .miModifyGroup .Name = "miModifyGroup";
            this .miModifyGroup .Size = new System .Drawing .Size (320, 22);
            this .miModifyGroup .Text = "Modify group...";
            this .miModifyGroup .Click += new System .EventHandler (this .Click_miModifyGroup);
            // 
            // miFixUnfixElements
            // 
            this .miFixUnfixElements .Name = "miFixUnfixElements";
            this .miFixUnfixElements .Size = new System .Drawing .Size (320, 22);
            this .miFixUnfixElements .Text = "Fix/unfix elements";
            this .miFixUnfixElements .Click += new System .EventHandler (this .Click_miFixUnfixElements);
            // 
            // miGroupDefaultView
            // 
            this .miGroupDefaultView .Name = "miGroupDefaultView";
            this .miGroupDefaultView .Size = new System .Drawing .Size (320, 22);
            this .miGroupDefaultView .Text = "Group\'s default viewing parameters";
            this .miGroupDefaultView .Click += new System .EventHandler (this .Click_miGroupDefaultView);
            // 
            // toolStripSeparator1
            // 
            this .toolStripSeparator1 .Name = "toolStripSeparator1";
            this .toolStripSeparator1 .Size = new System .Drawing .Size (317, 6);
            // 
            // miListPredefinedFunctions
            // 
            this .miListPredefinedFunctions .Name = "miListPredefinedFunctions";
            this .miListPredefinedFunctions .Size = new System .Drawing .Size (320, 22);
            this .miListPredefinedFunctions .Text = "List predefined functions";
            this .miListPredefinedFunctions .Click += new System .EventHandler (this .Click_miListPredefinedFunctions);
            // 
            // menuOnScale
            // 
            this .menuOnScale .Items .AddRange (new System .Windows .Forms .ToolStripItem [] {
            this.miModifyScale,
            this.miFlipScale,
            this.miHideScale,
            this.toolStripSeparator10,
            this.miHideScaleComments,
            this.miUnveilScaleComments});
            this .menuOnScale .Name = "contextMenuOnScale";
            this .menuOnScale .ShowImageMargin = false;
            this .menuOnScale .Size = new System .Drawing .Size (226, 120);
            this .menuOnScale .Opening += new System .ComponentModel .CancelEventHandler (this .Opening_menuOnScale);
            // 
            // miModifyScale
            // 
            this .miModifyScale .Name = "miModifyScale";
            this .miModifyScale .Size = new System .Drawing .Size (225, 22);
            this .miModifyScale .Text = "Modify scale...";
            this .miModifyScale .Click += new System .EventHandler (this .Click_miModifyScale);
            // 
            // miFlipScale
            // 
            this .miFlipScale .Name = "miFlipScale";
            this .miFlipScale .Size = new System .Drawing .Size (225, 22);
            this .miFlipScale .Text = "Flip scale";
            this .miFlipScale .Click += new System .EventHandler (this .Click_miFlipScale);
            // 
            // miHideScale
            // 
            this .miHideScale .Name = "miHideScale";
            this .miHideScale .Size = new System .Drawing .Size (225, 22);
            this .miHideScale .Text = "Hide scale";
            this .miHideScale .Click += new System .EventHandler (this .Click_miHideScale);
            // 
            // toolStripSeparator10
            // 
            this .toolStripSeparator10 .Name = "toolStripSeparator10";
            this .toolStripSeparator10 .Size = new System .Drawing .Size (222, 6);
            // 
            // miHideScaleComments
            // 
            this .miHideScaleComments .Name = "miHideScaleComments";
            this .miHideScaleComments .Size = new System .Drawing .Size (225, 22);
            this .miHideScaleComments .Text = "Hide scale\'s comments";
            this .miHideScaleComments .Click += new System .EventHandler (this .Click_miHideScaleComments);
            // 
            // miUnveilScaleComments
            // 
            this .miUnveilScaleComments .Name = "miUnveilScaleComments";
            this .miUnveilScaleComments .Size = new System .Drawing .Size (225, 22);
            this .miUnveilScaleComments .Text = "Unveil scale\'s comments";
            this .miUnveilScaleComments .Click += new System .EventHandler (this .Click_miUnveilScaleComments);
            // 
            // menuOnComment
            // 
            this .menuOnComment .Items .AddRange (new System .Windows .Forms .ToolStripItem [] {
            this.miFixUnfixComment,
            this.miModifyComment,
            this.miHideComment,
            this.miDeleteComment});
            this .menuOnComment .Name = "contextMenuOnLabel";
            this .menuOnComment .ShowCheckMargin = true;
            this .menuOnComment .ShowImageMargin = false;
            this .menuOnComment .Size = new System .Drawing .Size (214, 92);
            this .menuOnComment .Opening += new System .ComponentModel .CancelEventHandler (this .Opening_menuOnComment);
            // 
            // miFixUnfixComment
            // 
            this .miFixUnfixComment .Name = "miFixUnfixComment";
            this .miFixUnfixComment .Size = new System .Drawing .Size (213, 22);
            this .miFixUnfixComment .Text = "Fix/unfix comment";
            this .miFixUnfixComment .Click += new System .EventHandler (this .Click_miFixUnfixComment);
            // 
            // miModifyComment
            // 
            this .miModifyComment .Name = "miModifyComment";
            this .miModifyComment .Size = new System .Drawing .Size (213, 22);
            this .miModifyComment .Text = "Modify comment";
            this .miModifyComment .Click += new System .EventHandler (this .Click_miModifyComment);
            // 
            // miHideComment
            // 
            this .miHideComment .Name = "miHideComment";
            this .miHideComment .Size = new System .Drawing .Size (213, 22);
            this .miHideComment .Text = "Hide comment";
            this .miHideComment .Click += new System .EventHandler (this .Click_miHideComment);
            // 
            // miDeleteComment
            // 
            this .miDeleteComment .Name = "miDeleteComment";
            this .miDeleteComment .Size = new System .Drawing .Size (213, 22);
            this .miDeleteComment .Text = "Delete comment";
            this .miDeleteComment .Click += new System .EventHandler (this .Click_miDeleteComment);
            // 
            // menuOnEmpty
            // 
            this .menuOnEmpty .Items .AddRange (new System .Windows .Forms .ToolStripItem [] {
            this.miIntoClipboard2,
            this.miRotationAngle});
            this .menuOnEmpty .Name = "menuOnEmpty";
            this .menuOnEmpty .Size = new System .Drawing .Size (320, 48);
            this .menuOnEmpty .Opening += new System .ComponentModel .CancelEventHandler (this .Opening_menuOnEmpty);
            // 
            // miIntoClipboard2
            // 
            this .miIntoClipboard2 .DropDownItems .AddRange (new System .Windows .Forms .ToolStripItem [] {
            this.miPictureAsIs,
            this.miPictureColorsOnWhite,
            this.miPictureWhiteOnWhite});
            this .miIntoClipboard2 .Name = "miIntoClipboard2";
            this .miIntoClipboard2 .Size = new System .Drawing .Size (319, 22);
            this .miIntoClipboard2 .Text = "Into Clipboard";
            // 
            // miPictureAsIs
            // 
            this .miPictureAsIs .Name = "miPictureAsIs";
            this .miPictureAsIs .Size = new System .Drawing .Size (247, 22);
            this .miPictureAsIs .Text = "Picture";
            this .miPictureAsIs .Click += new System .EventHandler (this .Click_miFormAsIs);
            // 
            // miPictureColorsOnWhite
            // 
            this .miPictureColorsOnWhite .Name = "miPictureColorsOnWhite";
            this .miPictureColorsOnWhite .Size = new System .Drawing .Size (247, 22);
            this .miPictureColorsOnWhite .Text = "Picture (colors on white)";
            this .miPictureColorsOnWhite .Click += new System .EventHandler (this .Click_miFormAsIsOnWhite);
            // 
            // miPictureWhiteOnWhite
            // 
            this .miPictureWhiteOnWhite .Name = "miPictureWhiteOnWhite";
            this .miPictureWhiteOnWhite .Size = new System .Drawing .Size (247, 22);
            this .miPictureWhiteOnWhite .Text = "Picture (white on white)";
            this .miPictureWhiteOnWhite .Click += new System .EventHandler (this .Click_miFormWhitesOnWhite);
            // 
            // miRotationAngle
            // 
            this .miRotationAngle .Name = "miRotationAngle";
            this .miRotationAngle .Size = new System .Drawing .Size (319, 22);
            this .miRotationAngle .Text = "Comments\' rotation angle On / Off";
            this .miRotationAngle .Click += new System .EventHandler (this .Click_miRotationAngle);
            // 
            // Form_Functions
            // 
            this .AutoScaleDimensions = new System .Drawing .SizeF (8F, 16F);
            this .AutoScaleMode = System .Windows .Forms .AutoScaleMode .Font;
            this .ClientSize = new System .Drawing .Size (1003, 672);
            this .Controls .Add (this .btnChange);
            this .Controls .Add (this .btnNewParamFunc);
            this .Controls .Add (this .btnNewFunc);
            this .Controls .Add (this .btnShowFunctions);
            this .Controls .Add (this .btnFuncDown);
            this .Controls .Add (this .btnFuncUp);
            this .Controls .Add (this .btnDeleteFunc);
            this .Controls .Add (this .listNew);
            this .Controls .Add (this .listPredefined);
            this .DoubleBuffered = true;
            this .MaximizeBox = false;
            this .MinimizeBox = false;
            this .Name = "Form_Functions";
            this .ShowIcon = false;
            this .Text = "Function Analyser";
            this .Load += new System .EventHandler (this .OnLoad);
            this .MouseUp += new System .Windows .Forms .MouseEventHandler (this .OnMouseUp);
            this .MouseDoubleClick += new System .Windows .Forms .MouseEventHandler (this .OnMouseDoubleClick);
            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 .menuOnPlot .ResumeLayout (false);
            this .menuOnGroup .ResumeLayout (false);
            this .menuOnScale .ResumeLayout (false);
            this .menuOnComment .ResumeLayout (false);
            this .menuOnEmpty .ResumeLayout (false);
            this .ResumeLayout (false);

        }

        #endregion

        private System .Windows .Forms .Button btnChange;
        private System .Windows .Forms .Button btnNewParamFunc;
        private System .Windows .Forms .Button btnNewFunc;
        private System .Windows .Forms .Button btnShowFunctions;
        private System .Windows .Forms .Button btnFuncDown;
        private System .Windows .Forms .Button btnFuncUp;
        private System .Windows .Forms .Button btnDeleteFunc;
        private System .Windows .Forms .ListView listNew;
        private System .Windows .Forms .ColumnHeader columnHeader2;
        private System .Windows .Forms .ListView listPredefined;
        private System .Windows .Forms .ColumnHeader columnHeader1;
        private System .Windows .Forms .ContextMenuStrip menuOnPlot;
        private System .Windows .Forms .ToolStripMenuItem miAreaParameters;
        private System .Windows .Forms .ToolStripMenuItem miHideAreaComments;
        private System .Windows .Forms .ToolStripMenuItem miUnveilAreaComments;
        private System .Windows .Forms .ToolStripSeparator toolStripSeparator2;
        private System .Windows .Forms .ToolStripMenuItem miIntoClipboard;
        private System .Windows .Forms .ToolStripMenuItem miPurePlot;
        private System .Windows .Forms .ToolStripSeparator toolStripSeparator6;
        private System .Windows .Forms .ToolStripMenuItem miAreaAsIs;
        private System .Windows .Forms .ToolStripMenuItem miAreaColorOnWhite;
        private System .Windows .Forms .ToolStripMenuItem miAreaWhiteOnWhite;
        private System .Windows .Forms .ToolStripSeparator toolStripSeparator7;
        private System .Windows .Forms .ToolStripMenuItem miFullAsIs;
        private System .Windows .Forms .ToolStripMenuItem miFullColorsOnWhite;
        private System .Windows .Forms .ToolStripMenuItem miFullWhiteOnWhite;
        private System .Windows .Forms .ToolStripSeparator toolStripSeparator3;
        private System .Windows .Forms .ToolStripMenuItem miDeleteArea;
        private System .Windows .Forms .ToolStripSeparator toolStripSeparator5;
        private System .Windows .Forms .ToolStripMenuItem miRotationAngle2;
        private System .Windows .Forms .ContextMenuStrip menuOnGroup;
        private System .Windows .Forms .ToolStripMenuItem miListPredefinedFunctions;
        private System .Windows .Forms .ToolStripMenuItem miHorScaleParams;
        private System .Windows .Forms .ToolStripMenuItem miVerScaleParams;
        private System .Windows .Forms .ToolStripSeparator toolStripSeparator9;
        private System .Windows .Forms .ToolStripMenuItem miHideScales;
        private System .Windows .Forms .ToolStripMenuItem miUnveilScales;
        private System .Windows .Forms .ToolStripMenuItem miFixUnfixScales;
        private System .Windows .Forms .ContextMenuStrip menuOnScale;
        private System .Windows .Forms .ToolStripMenuItem miModifyScale;
        private System .Windows .Forms .ToolStripMenuItem miFlipScale;
        private System .Windows .Forms .ToolStripMenuItem miHideScale;
        private System .Windows .Forms .ToolStripSeparator toolStripSeparator10;
        private System .Windows .Forms .ToolStripMenuItem miHideScaleComments;
        private System .Windows .Forms .ToolStripMenuItem miUnveilScaleComments;
        private System .Windows .Forms .ContextMenuStrip menuOnComment;
        private System .Windows .Forms .ToolStripMenuItem miModifyComment;
        private System .Windows .Forms .ToolStripMenuItem miHideComment;
        private System .Windows .Forms .ToolStripMenuItem miDeleteComment;
        private System .Windows .Forms .ToolStripMenuItem miModifyGroup;
        private System .Windows .Forms .ToolStripMenuItem miChangeAreaLevel;
        private System .Windows .Forms .ToolStripMenuItem miPutOnTop;
        private System .Windows .Forms .ToolStripMenuItem miOneLevelUp;
        private System .Windows .Forms .ToolStripMenuItem miOneLevelDown;
        private System .Windows .Forms .ToolStripMenuItem miSendUnderneath;
        private System .Windows .Forms .ToolStripMenuItem miGroupDefaultView;
        private System .Windows .Forms .ToolStripMenuItem miFixUnfixElements;
        private System .Windows .Forms .ToolStripSeparator toolStripSeparator1;
        private System .Windows .Forms .ToolStripMenuItem miFixUnfixComment;
        private System .Windows .Forms .ContextMenuStrip menuOnEmpty;
        private System .Windows .Forms .ToolStripMenuItem miIntoClipboard2;
        private System .Windows .Forms .ToolStripMenuItem miPictureAsIs;
        private System .Windows .Forms .ToolStripMenuItem miPictureColorsOnWhite;
        private System .Windows .Forms .ToolStripMenuItem miPictureWhiteOnWhite;
        private System .Windows .Forms .ToolStripMenuItem miRotationAngle;
    }
}

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