Click here to Skip to main content
15,892,927 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_DataWorld
    {
        /// <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 .domainSetType = new System .Windows .Forms .DomainUpDown ();
            this .textABArray_Comment = new System .Windows .Forms .TextBox ();
            this .domainUD_NumType = new System .Windows .Forms .DomainUpDown ();
            this .listPages = new System .Windows .Forms .ListView ();
            this .columnPageName = new System .Windows .Forms .ColumnHeader ();
            this .columnPageShow = new System .Windows .Forms .ColumnHeader ();
            this .textNewPageName = new System .Windows .Forms .TextBox ();
            this .listSets = new System .Windows .Forms .ListView ();
            this .columnSetName = new System .Windows .Forms .ColumnHeader ();
            this .columnSetType = new System .Windows .Forms .ColumnHeader ();
            this .columnSetShow = new System .Windows .Forms .ColumnHeader ();
            this .textNewSetName = new System .Windows .Forms .TextBox ();
            this .btnShowHideSet = new System .Windows .Forms .Button ();
            this .textNum_Value = new System .Windows .Forms .TextBox ();
            this .textNum_MinValue = new System .Windows .Forms .TextBox ();
            this .textNum_MaxValue = new System .Windows .Forms .TextBox ();
            this .textNum_Name = new System .Windows .Forms .TextBox ();
            this .textNum_Comment = new System .Windows .Forms .TextBox ();
            this .btnAddNumber = new System .Windows .Forms .Button ();
            this .btnChangeNumber = new System .Windows .Forms .Button ();
            this .listNumbers = new System .Windows .Forms .ListView ();
            this .columnNumName = new System .Windows .Forms .ColumnHeader ();
            this .columnNumValue = new System .Windows .Forms .ColumnHeader ();
            this .columnNumMin = new System .Windows .Forms .ColumnHeader ();
            this .columnNumMax = new System .Windows .Forms .ColumnHeader ();
            this .columnNumComment = new System .Windows .Forms .ColumnHeader ();
            this .columnNumShow = new System .Windows .Forms .ColumnHeader ();
            this .btnShowHideNumber = new System .Windows .Forms .Button ();
            this .btnNumberUp = new System .Windows .Forms .Button ();
            this .btnNumberDown = new System .Windows .Forms .Button ();
            this .textString_Name = new System .Windows .Forms .TextBox ();
            this .textString_Value = new System .Windows .Forms .TextBox ();
            this .textString_Comment = new System .Windows .Forms .TextBox ();
            this .btnAddString = new System .Windows .Forms .Button ();
            this .btnChangeString = new System .Windows .Forms .Button ();
            this .listStrings = new System .Windows .Forms .ListView ();
            this .columnHeader1 = new System .Windows .Forms .ColumnHeader ();
            this .columnHeader2 = new System .Windows .Forms .ColumnHeader ();
            this .columnHeader5 = new System .Windows .Forms .ColumnHeader ();
            this .columnHeader6 = new System .Windows .Forms .ColumnHeader ();
            this .btnShowHideString = new System .Windows .Forms .Button ();
            this .btnStringUp = new System .Windows .Forms .Button ();
            this .btnStringDown = new System .Windows .Forms .Button ();
            this .datagridXY = new System .Windows .Forms .DataGridView ();
            this .ColumnX = new System .Windows .Forms .DataGridViewTextBoxColumn ();
            this .ColumnY = new System .Windows .Forms .DataGridViewTextBoxColumn ();
            this .listABArrays = new System .Windows .Forms .ListView ();
            this .columnHeader3 = new System .Windows .Forms .ColumnHeader ();
            this .columnHeader4 = new System .Windows .Forms .ColumnHeader ();
            this .textABArray_Xrange = new System .Windows .Forms .TextBox ();
            this .btnShowHideABArray = new System .Windows .Forms .Button ();
            this .btnABArrayUp = new System .Windows .Forms .Button ();
            this .btnArrayFromFile = new System .Windows .Forms .Button ();
            this .textNewABArrayName = new System .Windows .Forms .TextBox ();
            this .btnABArrayDown = new System .Windows .Forms .Button ();
            this .textABArray_Yrange = new System .Windows .Forms .TextBox ();
            this .menuMain = new System .Windows .Forms .MenuStrip ();
            this .miFile = new System .Windows .Forms .ToolStripMenuItem ();
            this .miOpen = new System .Windows .Forms .ToolStripMenuItem ();
            this .toolStripSeparator3 = new System .Windows .Forms .ToolStripSeparator ();
            this .miSave = new System .Windows .Forms .ToolStripMenuItem ();
            this .miSaveAs = new System .Windows .Forms .ToolStripMenuItem ();
            this .menuOnGroup = new System .Windows .Forms .ContextMenuStrip (this .components);
            this .miHideGroup = new System .Windows .Forms .ToolStripMenuItem ();
            this .toolStripSeparator1 = new System .Windows .Forms .ToolStripSeparator ();
            this .miModifyGroup = new System .Windows .Forms .ToolStripMenuItem ();
            this .miFixUnfixElements = new System .Windows .Forms .ToolStripMenuItem ();
            this .miDefaultView = new System .Windows .Forms .ToolStripMenuItem ();
            this .menuOnGroupArrays = new System .Windows .Forms .ContextMenuStrip (this .components);
            this .miHideGroupArrays = new System .Windows .Forms .ToolStripMenuItem ();
            this .toolStripSeparator2 = new System .Windows .Forms .ToolStripSeparator ();
            this .miGroupArraysFont = new System .Windows .Forms .ToolStripMenuItem ();
            this .miGroupArraysBackColor = new System .Windows .Forms .ToolStripMenuItem ();
            this .miGroupArraysBackColorSpreadInside = new System .Windows .Forms .ToolStripMenuItem ();
            this .miGroupArraysTransparency = new System .Windows .Forms .ToolStripMenuItem ();
            this .miGroupArraysTransparency_0 = new System .Windows .Forms .ToolStripMenuItem ();
            this .miGroupArraysTransparency_02 = new System .Windows .Forms .ToolStripMenuItem ();
            this .miGroupArraysTransparency_04 = new System .Windows .Forms .ToolStripMenuItem ();
            this .miGroupArraysTransparency_06 = new System .Windows .Forms .ToolStripMenuItem ();
            this .miGroupArraysTransparency_08 = new System .Windows .Forms .ToolStripMenuItem ();
            this .miGroupArraysTransparency_1 = new System .Windows .Forms .ToolStripMenuItem ();
            this .toolStripSeparator6 = new System .Windows .Forms .ToolStripSeparator ();
            this .miShowGroupArraysFrame = new System .Windows .Forms .ToolStripMenuItem ();
            this .miGroupArraysFrameColor = new System .Windows .Forms .ToolStripMenuItem ();
            this .toolStripSeparator7 = new System .Windows .Forms .ToolStripSeparator ();
            this .miGroupArraysTitleFont = new System .Windows .Forms .ToolStripMenuItem ();
            this .menuOnDot = new System .Windows .Forms .ContextMenuStrip (this .components);
            this .miDeleteDot = new System .Windows .Forms .ToolStripMenuItem ();
            this .miDotsParams = new System .Windows .Forms .ToolStripMenuItem ();
            this .menuOnEmpty = new System .Windows .Forms .ContextMenuStrip (this .components);
            this .miShowGroupNumbers = new System .Windows .Forms .ToolStripMenuItem ();
            this .miShowGroupStrings = new System .Windows .Forms .ToolStripMenuItem ();
            this .miShowGroupArrays = new System .Windows .Forms .ToolStripMenuItem ();
            this .toolStripSeparator4 = new System .Windows .Forms .ToolStripSeparator ();
            this .miGeneralFont = new System .Windows .Forms .ToolStripMenuItem ();
            this .toolStripSeparator9 = new System .Windows .Forms .ToolStripSeparator ();
            this .miDefaultViewNextTime = new System .Windows .Forms .ToolStripMenuItem ();
            this .btnDeletePage = new System .Windows .Forms .Button ();
            this .btnShowHidePage = new System .Windows .Forms .Button ();
            this .btnDeleteSet = new System .Windows .Forms .Button ();
            this .btnDeleteNumber = new System .Windows .Forms .Button ();
            this .btnDeleteString = new System .Windows .Forms .Button ();
            this .btnDeleteABArray = new System .Windows .Forms .Button ();
            this .menuOnScale = new System .Windows .Forms .ContextMenuStrip (this .components);
            this .miModifyScale = new System .Windows .Forms .ToolStripMenuItem ();
            ((System .ComponentModel .ISupportInitialize) (this .datagridXY)) .BeginInit ();
            this .menuMain .SuspendLayout ();
            this .menuOnGroup .SuspendLayout ();
            this .menuOnGroupArrays .SuspendLayout ();
            this .menuOnDot .SuspendLayout ();
            this .menuOnEmpty .SuspendLayout ();
            this .menuOnScale .SuspendLayout ();
            this .SuspendLayout ();
            // 
            // domainSetType
            // 
            this .domainSetType .Items .Add ("Number");
            this .domainSetType .Items .Add ("String");
            this .domainSetType .Items .Add ("AB array");
            this .domainSetType .Location = new System .Drawing .Point (116, 401);
            this .domainSetType .Name = "domainSetType";
            this .domainSetType .Size = new System .Drawing .Size (128, 22);
            this .domainSetType .TabIndex = 103;
            this .domainSetType .Text = "domainUpDown1";
            // 
            // textABArray_Comment
            // 
            this .textABArray_Comment .Location = new System .Drawing .Point (585, 618);
            this .textABArray_Comment .MaximumSize = new System .Drawing .Size (400, 50);
            this .textABArray_Comment .MinimumSize = new System .Drawing .Size (90, 20);
            this .textABArray_Comment .Name = "textABArray_Comment";
            this .textABArray_Comment .Size = new System .Drawing .Size (124, 22);
            this .textABArray_Comment .TabIndex = 102;
            this .textABArray_Comment .KeyPress += new System .Windows .Forms .KeyPressEventHandler (this .KeyPress_textABArrayComment);
            // 
            // domainUD_NumType
            // 
            this .domainUD_NumType .Items .Add ("int");
            this .domainUD_NumType .Items .Add ("double");
            this .domainUD_NumType .Location = new System .Drawing .Point (516, 132);
            this .domainUD_NumType .MaximumSize = new System .Drawing .Size (140, 0);
            this .domainUD_NumType .MinimumSize = new System .Drawing .Size (60, 0);
            this .domainUD_NumType .Name = "domainUD_NumType";
            this .domainUD_NumType .ReadOnly = true;
            this .domainUD_NumType .Size = new System .Drawing .Size (94, 22);
            this .domainUD_NumType .TabIndex = 91;
            // 
            // listPages
            // 
            this .listPages .Columns .AddRange (new System .Windows .Forms .ColumnHeader [] {
            this.columnPageName,
            this.columnPageShow});
            this .listPages .FullRowSelect = true;
            this .listPages .HeaderStyle = System .Windows .Forms .ColumnHeaderStyle .Nonclickable;
            this .listPages .HideSelection = false;
            this .listPages .LabelEdit = true;
            this .listPages .Location = new System .Drawing .Point (44, 59);
            this .listPages .MaximumSize = new System .Drawing .Size (400, 300);
            this .listPages .MinimumSize = new System .Drawing .Size (150, 60);
            this .listPages .MultiSelect = false;
            this .listPages .Name = "listPages";
            this .listPages .Size = new System .Drawing .Size (200, 89);
            this .listPages .TabIndex = 62;
            this .listPages .UseCompatibleStateImageBehavior = false;
            this .listPages .View = System .Windows .Forms .View .Details;
            this .listPages .AfterLabelEdit += new System .Windows .Forms .LabelEditEventHandler (this .AfterLabelEdit_listPages);
            this .listPages .SelectedIndexChanged += new System .EventHandler (this .SelectedIndexChanged_listPages);
            // 
            // columnPageName
            // 
            this .columnPageName .Text = "Page";
            this .columnPageName .Width = 120;
            // 
            // columnPageShow
            // 
            this .columnPageShow .Text = "Show";
            this .columnPageShow .Width = 50;
            // 
            // textNewPageName
            // 
            this .textNewPageName .Location = new System .Drawing .Point (44, 165);
            this .textNewPageName .MaximumSize = new System .Drawing .Size (400, 50);
            this .textNewPageName .MinimumSize = new System .Drawing .Size (90, 20);
            this .textNewPageName .Name = "textNewPageName";
            this .textNewPageName .Size = new System .Drawing .Size (136, 22);
            this .textNewPageName .TabIndex = 61;
            this .textNewPageName .KeyPress += new System .Windows .Forms .KeyPressEventHandler (this .KeyPress_textNewPage);
            // 
            // listSets
            // 
            this .listSets .Columns .AddRange (new System .Windows .Forms .ColumnHeader [] {
            this.columnSetName,
            this.columnSetType,
            this.columnSetShow});
            this .listSets .FullRowSelect = true;
            this .listSets .HeaderStyle = System .Windows .Forms .ColumnHeaderStyle .Nonclickable;
            this .listSets .HideSelection = false;
            this .listSets .LabelEdit = true;
            this .listSets .Location = new System .Drawing .Point (44, 256);
            this .listSets .MaximumSize = new System .Drawing .Size (400, 300);
            this .listSets .MinimumSize = new System .Drawing .Size (150, 60);
            this .listSets .MultiSelect = false;
            this .listSets .Name = "listSets";
            this .listSets .Size = new System .Drawing .Size (260, 98);
            this .listSets .TabIndex = 64;
            this .listSets .UseCompatibleStateImageBehavior = false;
            this .listSets .View = System .Windows .Forms .View .Details;
            this .listSets .AfterLabelEdit += new System .Windows .Forms .LabelEditEventHandler (this .AfterLabelEdit_listSets);
            this .listSets .SelectedIndexChanged += new System .EventHandler (this .SelectedIndexChanged_listSets);
            // 
            // columnSetName
            // 
            this .columnSetName .Text = "Set";
            this .columnSetName .Width = 105;
            // 
            // columnSetType
            // 
            this .columnSetType .Text = "Type";
            // 
            // columnSetShow
            // 
            this .columnSetShow .Text = "Show";
            this .columnSetShow .Width = 50;
            // 
            // textNewSetName
            // 
            this .textNewSetName .Location = new System .Drawing .Point (116, 373);
            this .textNewSetName .MaximumSize = new System .Drawing .Size (400, 50);
            this .textNewSetName .MinimumSize = new System .Drawing .Size (90, 20);
            this .textNewSetName .Name = "textNewSetName";
            this .textNewSetName .Size = new System .Drawing .Size (136, 22);
            this .textNewSetName .TabIndex = 65;
            this .textNewSetName .KeyPress += new System .Windows .Forms .KeyPressEventHandler (this .KeyPress_textNewSet);
            // 
            // btnShowHideSet
            // 
            this .btnShowHideSet .Image = global::UserDrivenApplications .Properties .Resources .Lock;
            this .btnShowHideSet .Location = new System .Drawing .Point (310, 314);
            this .btnShowHideSet .Name = "btnShowHideSet";
            this .btnShowHideSet .Size = new System .Drawing .Size (28, 28);
            this .btnShowHideSet .TabIndex = 76;
            this .btnShowHideSet .UseVisualStyleBackColor = true;
            this .btnShowHideSet .Click += new System .EventHandler (this .Click_btnShowHideSet);
            // 
            // textNum_Value
            // 
            this .textNum_Value .Location = new System .Drawing .Point (516, 103);
            this .textNum_Value .MaximumSize = new System .Drawing .Size (400, 50);
            this .textNum_Value .MinimumSize = new System .Drawing .Size (90, 20);
            this .textNum_Value .Name = "textNum_Value";
            this .textNum_Value .Size = new System .Drawing .Size (95, 22);
            this .textNum_Value .TabIndex = 68;
            // 
            // textNum_MinValue
            // 
            this .textNum_MinValue .Location = new System .Drawing .Point (632, 103);
            this .textNum_MinValue .MaximumSize = new System .Drawing .Size (400, 50);
            this .textNum_MinValue .MinimumSize = new System .Drawing .Size (90, 20);
            this .textNum_MinValue .Name = "textNum_MinValue";
            this .textNum_MinValue .Size = new System .Drawing .Size (95, 22);
            this .textNum_MinValue .TabIndex = 69;
            // 
            // textNum_MaxValue
            // 
            this .textNum_MaxValue .Location = new System .Drawing .Point (733, 103);
            this .textNum_MaxValue .MaximumSize = new System .Drawing .Size (400, 50);
            this .textNum_MaxValue .MinimumSize = new System .Drawing .Size (90, 20);
            this .textNum_MaxValue .Name = "textNum_MaxValue";
            this .textNum_MaxValue .Size = new System .Drawing .Size (95, 22);
            this .textNum_MaxValue .TabIndex = 70;
            // 
            // textNum_Name
            // 
            this .textNum_Name .Location = new System .Drawing .Point (516, 163);
            this .textNum_Name .MaximumSize = new System .Drawing .Size (400, 50);
            this .textNum_Name .MinimumSize = new System .Drawing .Size (90, 20);
            this .textNum_Name .Name = "textNum_Name";
            this .textNum_Name .Size = new System .Drawing .Size (136, 22);
            this .textNum_Name .TabIndex = 77;
            // 
            // textNum_Comment
            // 
            this .textNum_Comment .Location = new System .Drawing .Point (516, 191);
            this .textNum_Comment .MaximumSize = new System .Drawing .Size (500, 50);
            this .textNum_Comment .MinimumSize = new System .Drawing .Size (90, 20);
            this .textNum_Comment .Name = "textNum_Comment";
            this .textNum_Comment .Size = new System .Drawing .Size (226, 22);
            this .textNum_Comment .TabIndex = 71;
            // 
            // btnAddNumber
            // 
            this .btnAddNumber .Location = new System .Drawing .Point (549, 223);
            this .btnAddNumber .MaximumSize = new System .Drawing .Size (300, 48);
            this .btnAddNumber .MinimumSize = new System .Drawing .Size (70, 24);
            this .btnAddNumber .Name = "btnAddNumber";
            this .btnAddNumber .Size = new System .Drawing .Size (100, 28);
            this .btnAddNumber .TabIndex = 72;
            this .btnAddNumber .Text = "Add";
            this .btnAddNumber .UseVisualStyleBackColor = true;
            this .btnAddNumber .Click += new System .EventHandler (this .Click_btnAddNumber);
            // 
            // btnChangeNumber
            // 
            this .btnChangeNumber .Location = new System .Drawing .Point (655, 223);
            this .btnChangeNumber .MaximumSize = new System .Drawing .Size (300, 48);
            this .btnChangeNumber .MinimumSize = new System .Drawing .Size (70, 24);
            this .btnChangeNumber .Name = "btnChangeNumber";
            this .btnChangeNumber .Size = new System .Drawing .Size (100, 28);
            this .btnChangeNumber .TabIndex = 73;
            this .btnChangeNumber .Text = "Change";
            this .btnChangeNumber .UseVisualStyleBackColor = true;
            this .btnChangeNumber .Click += new System .EventHandler (this .Click_btnChangeNumber);
            // 
            // listNumbers
            // 
            this .listNumbers .Columns .AddRange (new System .Windows .Forms .ColumnHeader [] {
            this.columnNumName,
            this.columnNumValue,
            this.columnNumMin,
            this.columnNumMax,
            this.columnNumComment,
            this.columnNumShow});
            this .listNumbers .FullRowSelect = true;
            this .listNumbers .HeaderStyle = System .Windows .Forms .ColumnHeaderStyle .Nonclickable;
            this .listNumbers .HideSelection = false;
            this .listNumbers .LabelEdit = true;
            this .listNumbers .Location = new System .Drawing .Point (921, 98);
            this .listNumbers .MaximumSize = new System .Drawing .Size (800, 300);
            this .listNumbers .MinimumSize = new System .Drawing .Size (150, 60);
            this .listNumbers .MultiSelect = false;
            this .listNumbers .Name = "listNumbers";
            this .listNumbers .Size = new System .Drawing .Size (459, 148);
            this .listNumbers .TabIndex = 66;
            this .listNumbers .UseCompatibleStateImageBehavior = false;
            this .listNumbers .View = System .Windows .Forms .View .Details;
            this .listNumbers .AfterLabelEdit += new System .Windows .Forms .LabelEditEventHandler (this .AfterLabelEdit_listNumbers);
            this .listNumbers .SelectedIndexChanged += new System .EventHandler (this .SelectedIndexChanged_listNumbers);
            // 
            // columnNumName
            // 
            this .columnNumName .Text = "Name";
            this .columnNumName .Width = 90;
            // 
            // columnNumValue
            // 
            this .columnNumValue .Text = "Value";
            // 
            // columnNumMin
            // 
            this .columnNumMin .Text = "min";
            // 
            // columnNumMax
            // 
            this .columnNumMax .Text = "max";
            // 
            // columnNumComment
            // 
            this .columnNumComment .Text = "Comment";
            this .columnNumComment .Width = 100;
            // 
            // columnNumShow
            // 
            this .columnNumShow .Text = "Show";
            this .columnNumShow .Width = 50;
            // 
            // btnShowHideNumber
            // 
            this .btnShowHideNumber .Image = global::UserDrivenApplications .Properties .Resources .Lock;
            this .btnShowHideNumber .Location = new System .Drawing .Point (1386, 150);
            this .btnShowHideNumber .Name = "btnShowHideNumber";
            this .btnShowHideNumber .Size = new System .Drawing .Size (28, 28);
            this .btnShowHideNumber .TabIndex = 78;
            this .btnShowHideNumber .UseVisualStyleBackColor = true;
            this .btnShowHideNumber .Click += new System .EventHandler (this .Click_btnShowHideNumber);
            // 
            // btnNumberUp
            // 
            this .btnNumberUp .Image = global::UserDrivenApplications .Properties .Resources .ArrowUp;
            this .btnNumberUp .Location = new System .Drawing .Point (1386, 178);
            this .btnNumberUp .Name = "btnNumberUp";
            this .btnNumberUp .Size = new System .Drawing .Size (28, 28);
            this .btnNumberUp .TabIndex = 79;
            this .btnNumberUp .UseVisualStyleBackColor = true;
            this .btnNumberUp .Click += new System .EventHandler (this .Click_btnNumberUp);
            // 
            // btnNumberDown
            // 
            this .btnNumberDown .Image = global::UserDrivenApplications .Properties .Resources .ArrowDown;
            this .btnNumberDown .Location = new System .Drawing .Point (1386, 206);
            this .btnNumberDown .Name = "btnNumberDown";
            this .btnNumberDown .Size = new System .Drawing .Size (28, 28);
            this .btnNumberDown .TabIndex = 80;
            this .btnNumberDown .UseVisualStyleBackColor = true;
            this .btnNumberDown .Click += new System .EventHandler (this .Click_btnNumberDown);
            // 
            // textString_Name
            // 
            this .textString_Name .Location = new System .Drawing .Point (575, 338);
            this .textString_Name .MaximumSize = new System .Drawing .Size (400, 50);
            this .textString_Name .MinimumSize = new System .Drawing .Size (90, 20);
            this .textString_Name .Name = "textString_Name";
            this .textString_Name .Size = new System .Drawing .Size (109, 22);
            this .textString_Name .TabIndex = 81;
            // 
            // textString_Value
            // 
            this .textString_Value .Location = new System .Drawing .Point (575, 366);
            this .textString_Value .MaximumSize = new System .Drawing .Size (400, 50);
            this .textString_Value .MinimumSize = new System .Drawing .Size (90, 20);
            this .textString_Value .Name = "textString_Value";
            this .textString_Value .Size = new System .Drawing .Size (109, 22);
            this .textString_Value .TabIndex = 82;
            // 
            // textString_Comment
            // 
            this .textString_Comment .Location = new System .Drawing .Point (575, 394);
            this .textString_Comment .MaximumSize = new System .Drawing .Size (400, 50);
            this .textString_Comment .MinimumSize = new System .Drawing .Size (90, 20);
            this .textString_Comment .Name = "textString_Comment";
            this .textString_Comment .Size = new System .Drawing .Size (109, 22);
            this .textString_Comment .TabIndex = 83;
            // 
            // btnAddString
            // 
            this .btnAddString .Location = new System .Drawing .Point (516, 422);
            this .btnAddString .MaximumSize = new System .Drawing .Size (300, 48);
            this .btnAddString .MinimumSize = new System .Drawing .Size (70, 24);
            this .btnAddString .Name = "btnAddString";
            this .btnAddString .Size = new System .Drawing .Size (100, 28);
            this .btnAddString .TabIndex = 84;
            this .btnAddString .Text = "Add";
            this .btnAddString .UseVisualStyleBackColor = true;
            this .btnAddString .Click += new System .EventHandler (this .Click_btnAddString);
            // 
            // btnChangeString
            // 
            this .btnChangeString .Location = new System .Drawing .Point (642, 422);
            this .btnChangeString .MaximumSize = new System .Drawing .Size (300, 48);
            this .btnChangeString .MinimumSize = new System .Drawing .Size (70, 24);
            this .btnChangeString .Name = "btnChangeString";
            this .btnChangeString .Size = new System .Drawing .Size (100, 28);
            this .btnChangeString .TabIndex = 85;
            this .btnChangeString .Text = "Change";
            this .btnChangeString .UseVisualStyleBackColor = true;
            this .btnChangeString .Click += new System .EventHandler (this .Click_btnChangeString);
            // 
            // listStrings
            // 
            this .listStrings .Columns .AddRange (new System .Windows .Forms .ColumnHeader [] {
            this.columnHeader1,
            this.columnHeader2,
            this.columnHeader5,
            this.columnHeader6});
            this .listStrings .FullRowSelect = true;
            this .listStrings .HeaderStyle = System .Windows .Forms .ColumnHeaderStyle .Nonclickable;
            this .listStrings .HideSelection = false;
            this .listStrings .LabelEdit = true;
            this .listStrings .Location = new System .Drawing .Point (813, 319);
            this .listStrings .MaximumSize = new System .Drawing .Size (800, 300);
            this .listStrings .MinimumSize = new System .Drawing .Size (150, 60);
            this .listStrings .MultiSelect = false;
            this .listStrings .Name = "listStrings";
            this .listStrings .Size = new System .Drawing .Size (338, 148);
            this .listStrings .TabIndex = 86;
            this .listStrings .UseCompatibleStateImageBehavior = false;
            this .listStrings .View = System .Windows .Forms .View .Details;
            this .listStrings .AfterLabelEdit += new System .Windows .Forms .LabelEditEventHandler (this .AfterLabelEdit_listStrings);
            this .listStrings .SelectedIndexChanged += new System .EventHandler (this .SelectedIndexChanged_listStrings);
            // 
            // columnHeader1
            // 
            this .columnHeader1 .Text = "Name";
            this .columnHeader1 .Width = 66;
            // 
            // columnHeader2
            // 
            this .columnHeader2 .Text = "Value";
            this .columnHeader2 .Width = 105;
            // 
            // columnHeader5
            // 
            this .columnHeader5 .Text = "Comment";
            this .columnHeader5 .Width = 77;
            // 
            // columnHeader6
            // 
            this .columnHeader6 .Text = "Show";
            this .columnHeader6 .Width = 50;
            // 
            // btnShowHideString
            // 
            this .btnShowHideString .Image = global::UserDrivenApplications .Properties .Resources .Lock;
            this .btnShowHideString .Location = new System .Drawing .Point (1157, 377);
            this .btnShowHideString .Name = "btnShowHideString";
            this .btnShowHideString .Size = new System .Drawing .Size (28, 28);
            this .btnShowHideString .TabIndex = 88;
            this .btnShowHideString .UseVisualStyleBackColor = true;
            this .btnShowHideString .Click += new System .EventHandler (this .Click_btnShowHideString);
            // 
            // btnStringUp
            // 
            this .btnStringUp .Image = global::UserDrivenApplications .Properties .Resources .ArrowUp;
            this .btnStringUp .Location = new System .Drawing .Point (1157, 405);
            this .btnStringUp .Name = "btnStringUp";
            this .btnStringUp .Size = new System .Drawing .Size (28, 28);
            this .btnStringUp .TabIndex = 89;
            this .btnStringUp .UseVisualStyleBackColor = true;
            this .btnStringUp .Click += new System .EventHandler (this .Click_btnStringUp);
            // 
            // btnStringDown
            // 
            this .btnStringDown .Image = global::UserDrivenApplications .Properties .Resources .ArrowDown;
            this .btnStringDown .Location = new System .Drawing .Point (1157, 433);
            this .btnStringDown .Name = "btnStringDown";
            this .btnStringDown .Size = new System .Drawing .Size (28, 28);
            this .btnStringDown .TabIndex = 90;
            this .btnStringDown .UseVisualStyleBackColor = true;
            this .btnStringDown .Click += new System .EventHandler (this .Click_btnStringDown);
            // 
            // datagridXY
            // 
            this .datagridXY .ColumnHeadersHeightSizeMode = System .Windows .Forms .DataGridViewColumnHeadersHeightSizeMode .AutoSize;
            this .datagridXY .Columns .AddRange (new System .Windows .Forms .DataGridViewColumn [] {
            this.ColumnX,
            this.ColumnY});
            this .datagridXY .Location = new System .Drawing .Point (749, 532);
            this .datagridXY .MaximumSize = new System .Drawing .Size (400, 600);
            this .datagridXY .MinimumSize = new System .Drawing .Size (120, 100);
            this .datagridXY .MultiSelect = false;
            this .datagridXY .Name = "datagridXY";
            this .datagridXY .RowTemplate .Height = 24;
            this .datagridXY .Size = new System .Drawing .Size (250, 181);
            this .datagridXY .TabIndex = 92;
            this .datagridXY .UserDeletingRow += new System .Windows .Forms .DataGridViewRowCancelEventHandler (this .UserDeletingRow_datagridXY);
            this .datagridXY .CellEndEdit += new System .Windows .Forms .DataGridViewCellEventHandler (this .CellEndEdit_datagridXY);
            // 
            // ColumnX
            // 
            this .ColumnX .HeaderText = "X";
            this .ColumnX .Name = "ColumnX";
            this .ColumnX .Width = 80;
            // 
            // ColumnY
            // 
            this .ColumnY .HeaderText = "Y";
            this .ColumnY .Name = "ColumnY";
            this .ColumnY .Width = 80;
            // 
            // listABArrays
            // 
            this .listABArrays .Columns .AddRange (new System .Windows .Forms .ColumnHeader [] {
            this.columnHeader3,
            this.columnHeader4});
            this .listABArrays .FullRowSelect = true;
            this .listABArrays .HeaderStyle = System .Windows .Forms .ColumnHeaderStyle .Nonclickable;
            this .listABArrays .HideSelection = false;
            this .listABArrays .LabelEdit = true;
            this .listABArrays .Location = new System .Drawing .Point (205, 537);
            this .listABArrays .MaximumSize = new System .Drawing .Size (400, 500);
            this .listABArrays .MinimumSize = new System .Drawing .Size (100, 80);
            this .listABArrays .MultiSelect = false;
            this .listABArrays .Name = "listABArrays";
            this .listABArrays .Size = new System .Drawing .Size (194, 142);
            this .listABArrays .TabIndex = 94;
            this .listABArrays .UseCompatibleStateImageBehavior = false;
            this .listABArrays .View = System .Windows .Forms .View .Details;
            this .listABArrays .AfterLabelEdit += new System .Windows .Forms .LabelEditEventHandler (this .AfterLabelEdit_listABArrays);
            this .listABArrays .SelectedIndexChanged += new System .EventHandler (this .SelectedIndexChanged_listABArrays);
            // 
            // columnHeader3
            // 
            this .columnHeader3 .Text = "Name";
            this .columnHeader3 .Width = 115;
            // 
            // columnHeader4
            // 
            this .columnHeader4 .Text = "Show";
            this .columnHeader4 .Width = 50;
            // 
            // textABArray_Xrange
            // 
            this .textABArray_Xrange .Location = new System .Drawing .Point (585, 560);
            this .textABArray_Xrange .MaximumSize = new System .Drawing .Size (400, 50);
            this .textABArray_Xrange .MinimumSize = new System .Drawing .Size (90, 20);
            this .textABArray_Xrange .Name = "textABArray_Xrange";
            this .textABArray_Xrange .Size = new System .Drawing .Size (124, 22);
            this .textABArray_Xrange .TabIndex = 96;
            // 
            // btnShowHideABArray
            // 
            this .btnShowHideABArray .Image = global::UserDrivenApplications .Properties .Resources .Lock;
            this .btnShowHideABArray .Location = new System .Drawing .Point (405, 587);
            this .btnShowHideABArray .Name = "btnShowHideABArray";
            this .btnShowHideABArray .Size = new System .Drawing .Size (28, 28);
            this .btnShowHideABArray .TabIndex = 99;
            this .btnShowHideABArray .UseVisualStyleBackColor = true;
            this .btnShowHideABArray .Click += new System .EventHandler (this .Click_btnShowHideABArray);
            // 
            // btnABArrayUp
            // 
            this .btnABArrayUp .Image = global::UserDrivenApplications .Properties .Resources .ArrowUp;
            this .btnABArrayUp .Location = new System .Drawing .Point (405, 615);
            this .btnABArrayUp .Name = "btnABArrayUp";
            this .btnABArrayUp .Size = new System .Drawing .Size (28, 28);
            this .btnABArrayUp .TabIndex = 100;
            this .btnABArrayUp .UseVisualStyleBackColor = true;
            this .btnABArrayUp .Click += new System .EventHandler (this .Click_btnABArrayUp);
            // 
            // btnArrayFromFile
            // 
            this .btnArrayFromFile .Location = new System .Drawing .Point (585, 685);
            this .btnArrayFromFile .MaximumSize = new System .Drawing .Size (300, 48);
            this .btnArrayFromFile .MinimumSize = new System .Drawing .Size (70, 24);
            this .btnArrayFromFile .Name = "btnArrayFromFile";
            this .btnArrayFromFile .Size = new System .Drawing .Size (100, 28);
            this .btnArrayFromFile .TabIndex = 93;
            this .btnArrayFromFile .Text = "From file";
            this .btnArrayFromFile .UseVisualStyleBackColor = true;
            // 
            // textNewABArrayName
            // 
            this .textNewABArrayName .Location = new System .Drawing .Point (290, 691);
            this .textNewABArrayName .MaximumSize = new System .Drawing .Size (400, 50);
            this .textNewABArrayName .MinimumSize = new System .Drawing .Size (90, 20);
            this .textNewABArrayName .Name = "textNewABArrayName";
            this .textNewABArrayName .Size = new System .Drawing .Size (109, 22);
            this .textNewABArrayName .TabIndex = 95;
            this .textNewABArrayName .KeyPress += new System .Windows .Forms .KeyPressEventHandler (this .KeyPress_textNewABArrayName);
            // 
            // btnABArrayDown
            // 
            this .btnABArrayDown .Image = global::UserDrivenApplications .Properties .Resources .ArrowDown;
            this .btnABArrayDown .Location = new System .Drawing .Point (405, 643);
            this .btnABArrayDown .Name = "btnABArrayDown";
            this .btnABArrayDown .Size = new System .Drawing .Size (28, 28);
            this .btnABArrayDown .TabIndex = 101;
            this .btnABArrayDown .UseVisualStyleBackColor = true;
            this .btnABArrayDown .Click += new System .EventHandler (this .Click_btnABArrayDown);
            // 
            // textABArray_Yrange
            // 
            this .textABArray_Yrange .Location = new System .Drawing .Point (585, 588);
            this .textABArray_Yrange .MaximumSize = new System .Drawing .Size (400, 50);
            this .textABArray_Yrange .MinimumSize = new System .Drawing .Size (90, 20);
            this .textABArray_Yrange .Name = "textABArray_Yrange";
            this .textABArray_Yrange .Size = new System .Drawing .Size (124, 22);
            this .textABArray_Yrange .TabIndex = 97;
            // 
            // menuMain
            // 
            this .menuMain .Items .AddRange (new System .Windows .Forms .ToolStripItem [] {
            this.miFile});
            this .menuMain .Location = new System .Drawing .Point (0, 0);
            this .menuMain .Name = "menuMain";
            this .menuMain .Size = new System .Drawing .Size (1459, 26);
            this .menuMain .TabIndex = 104;
            this .menuMain .Text = "menuStrip1";
            // 
            // miFile
            // 
            this .miFile .DropDownItems .AddRange (new System .Windows .Forms .ToolStripItem [] {
            this.miOpen,
            this.toolStripSeparator3,
            this.miSave,
            this.miSaveAs});
            this .miFile .Name = "miFile";
            this .miFile .Size = new System .Drawing .Size (40, 22);
            this .miFile .Text = "File";
            // 
            // miOpen
            // 
            this .miOpen .Name = "miOpen";
            this .miOpen .ShortcutKeys = ((System .Windows .Forms .Keys) ((System .Windows .Forms .Keys .Control | System .Windows .Forms .Keys .O)));
            this .miOpen .Size = new System .Drawing .Size (192, 22);
            this .miOpen .Text = "&Open...";
            this .miOpen .Click += new System .EventHandler (this .Click_miOpen);
            // 
            // toolStripSeparator3
            // 
            this .toolStripSeparator3 .Name = "toolStripSeparator3";
            this .toolStripSeparator3 .Size = new System .Drawing .Size (189, 6);
            // 
            // miSave
            // 
            this .miSave .Name = "miSave";
            this .miSave .ShortcutKeys = ((System .Windows .Forms .Keys) ((System .Windows .Forms .Keys .Control | System .Windows .Forms .Keys .S)));
            this .miSave .Size = new System .Drawing .Size (192, 22);
            this .miSave .Text = "&Save";
            this .miSave .Click += new System .EventHandler (this .Click_miSave);
            // 
            // miSaveAs
            // 
            this .miSaveAs .Name = "miSaveAs";
            this .miSaveAs .Size = new System .Drawing .Size (192, 22);
            this .miSaveAs .Text = "Save As...";
            this .miSaveAs .Click += new System .EventHandler (this .Click_miSaveAs);
            // 
            // menuOnGroup
            // 
            this .menuOnGroup .Items .AddRange (new System .Windows .Forms .ToolStripItem [] {
            this.miHideGroup,
            this.toolStripSeparator1,
            this.miModifyGroup,
            this.miFixUnfixElements,
            this.miDefaultView});
            this .menuOnGroup .Name = "menuOnGroup";
            this .menuOnGroup .ShowImageMargin = false;
            this .menuOnGroup .Size = new System .Drawing .Size (296, 98);
            this .menuOnGroup .Opening += new System .ComponentModel .CancelEventHandler (this .Opening_menuOnGroup);
            // 
            // miHideGroup
            // 
            this .miHideGroup .Name = "miHideGroup";
            this .miHideGroup .Size = new System .Drawing .Size (197, 22);
            this .miHideGroup .Text = "Hide group";
            this .miHideGroup .Click += new System .EventHandler (this .Click_miHideGroup);
            // 
            // toolStripSeparator1
            // 
            this .toolStripSeparator1 .Name = "toolStripSeparator1";
            this .toolStripSeparator1 .Size = new System .Drawing .Size (194, 6);
            // 
            // miModifyGroup
            // 
            this .miModifyGroup .Name = "miModifyGroup";
            this .miModifyGroup .Size = new System .Drawing .Size (197, 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 (197, 22);
            this .miFixUnfixElements .Text = "Fix/unfix elements";
            this .miFixUnfixElements .Click += new System .EventHandler (this .Click_miFixUnfixElements);
            // 
            // miDefaultView
            // 
            this .miDefaultView .Name = "miDefaultView";
            this .miDefaultView .Size = new System .Drawing .Size (295, 22);
            this .miDefaultView .Text = "Group\'s default viewing parameters";
            this .miDefaultView .Click += new System .EventHandler (this .Click_miGroupDefaultView);
            // 
            // menuOnGroupArrays
            // 
            this .menuOnGroupArrays .Items .AddRange (new System .Windows .Forms .ToolStripItem [] {
            this.miHideGroupArrays,
            this.toolStripSeparator2,
            this.miGroupArraysFont,
            this.miGroupArraysBackColor,
            this.miGroupArraysBackColorSpreadInside,
            this.miGroupArraysTransparency,
            this.toolStripSeparator6,
            this.miShowGroupArraysFrame,
            this.miGroupArraysFrameColor,
            this.toolStripSeparator7,
            this.miGroupArraysTitleFont});
            this .menuOnGroupArrays .Name = "menuOnGroup";
            this .menuOnGroupArrays .Size = new System .Drawing .Size (343, 198);
            this .menuOnGroupArrays .Opening += new System .ComponentModel .CancelEventHandler (this .Opening_menuOnGroupArrays);
            // 
            // miHideGroupArrays
            // 
            this .miHideGroupArrays .Name = "miHideGroupArrays";
            this .miHideGroupArrays .Size = new System .Drawing .Size (342, 22);
            this .miHideGroupArrays .Text = "Hide group";
            this .miHideGroupArrays .Click += new System .EventHandler (this .Click_miHideGroupArrays);
            // 
            // toolStripSeparator2
            // 
            this .toolStripSeparator2 .Name = "toolStripSeparator2";
            this .toolStripSeparator2 .Size = new System .Drawing .Size (339, 6);
            // 
            // miGroupArraysFont
            // 
            this .miGroupArraysFont .Name = "miGroupArraysFont";
            this .miGroupArraysFont .Size = new System .Drawing .Size (342, 22);
            this .miGroupArraysFont .Text = "Group font...";
            this .miGroupArraysFont .Click += new System .EventHandler (this .Click_miGroupArraysFont);
            // 
            // miGroupArraysBackColor
            // 
            this .miGroupArraysBackColor .Name = "miGroupArraysBackColor";
            this .miGroupArraysBackColor .Size = new System .Drawing .Size (342, 22);
            this .miGroupArraysBackColor .Text = "Group back color...";
            this .miGroupArraysBackColor .Click += new System .EventHandler (this .Click_miGroupArraysBackColor);
            // 
            // miGroupArraysBackColorSpreadInside
            // 
            this .miGroupArraysBackColorSpreadInside .Name = "miGroupArraysBackColorSpreadInside";
            this .miGroupArraysBackColorSpreadInside .Size = new System .Drawing .Size (342, 22);
            this .miGroupArraysBackColorSpreadInside .Text = "Group back color (inner groups also)...";
            this .miGroupArraysBackColorSpreadInside .Click += new System .EventHandler (this .Click_miGroupArraysBackColorSpreadInside);
            // 
            // miGroupArraysTransparency
            // 
            this .miGroupArraysTransparency .DropDownItems .AddRange (new System .Windows .Forms .ToolStripItem [] {
            this.miGroupArraysTransparency_0,
            this.miGroupArraysTransparency_02,
            this.miGroupArraysTransparency_04,
            this.miGroupArraysTransparency_06,
            this.miGroupArraysTransparency_08,
            this.miGroupArraysTransparency_1});
            this .miGroupArraysTransparency .Name = "miGroupArraysTransparency";
            this .miGroupArraysTransparency .Size = new System .Drawing .Size (342, 22);
            this .miGroupArraysTransparency .Text = "Group transparency";
            this .miGroupArraysTransparency .DropDownOpening += new System .EventHandler (this .DropDownOpening_miGroupArraysTransparency);
            // 
            // miGroupArraysTransparency_0
            // 
            this .miGroupArraysTransparency_0 .Name = "miGroupArraysTransparency_0";
            this .miGroupArraysTransparency_0 .Size = new System .Drawing .Size (112, 22);
            this .miGroupArraysTransparency_0 .Text = "0";
            this .miGroupArraysTransparency_0 .Click += new System .EventHandler (this .Click_miGroupArraysTransparency);
            // 
            // miGroupArraysTransparency_02
            // 
            this .miGroupArraysTransparency_02 .Name = "miGroupArraysTransparency_02";
            this .miGroupArraysTransparency_02 .Size = new System .Drawing .Size (112, 22);
            this .miGroupArraysTransparency_02 .Text = "0.2";
            this .miGroupArraysTransparency_02 .Click += new System .EventHandler (this .Click_miGroupArraysTransparency);
            // 
            // miGroupArraysTransparency_04
            // 
            this .miGroupArraysTransparency_04 .Name = "miGroupArraysTransparency_04";
            this .miGroupArraysTransparency_04 .Size = new System .Drawing .Size (112, 22);
            this .miGroupArraysTransparency_04 .Text = "0.4";
            this .miGroupArraysTransparency_04 .Click += new System .EventHandler (this .Click_miGroupArraysTransparency);
            // 
            // miGroupArraysTransparency_06
            // 
            this .miGroupArraysTransparency_06 .Name = "miGroupArraysTransparency_06";
            this .miGroupArraysTransparency_06 .Size = new System .Drawing .Size (112, 22);
            this .miGroupArraysTransparency_06 .Text = "0.6";
            this .miGroupArraysTransparency_06 .Click += new System .EventHandler (this .Click_miGroupArraysTransparency);
            // 
            // miGroupArraysTransparency_08
            // 
            this .miGroupArraysTransparency_08 .Name = "miGroupArraysTransparency_08";
            this .miGroupArraysTransparency_08 .Size = new System .Drawing .Size (112, 22);
            this .miGroupArraysTransparency_08 .Text = "0.8";
            this .miGroupArraysTransparency_08 .Click += new System .EventHandler (this .Click_miGroupArraysTransparency);
            // 
            // miGroupArraysTransparency_1
            // 
            this .miGroupArraysTransparency_1 .Name = "miGroupArraysTransparency_1";
            this .miGroupArraysTransparency_1 .Size = new System .Drawing .Size (112, 22);
            this .miGroupArraysTransparency_1 .Text = "1";
            this .miGroupArraysTransparency_1 .Click += new System .EventHandler (this .Click_miGroupArraysTransparency);
            // 
            // toolStripSeparator6
            // 
            this .toolStripSeparator6 .Name = "toolStripSeparator6";
            this .toolStripSeparator6 .Size = new System .Drawing .Size (339, 6);
            // 
            // miShowGroupArraysFrame
            // 
            this .miShowGroupArraysFrame .Name = "miShowGroupArraysFrame";
            this .miShowGroupArraysFrame .Size = new System .Drawing .Size (342, 22);
            this .miShowGroupArraysFrame .Text = "Show group frame";
            this .miShowGroupArraysFrame .Click += new System .EventHandler (this .Click_miShowGroupArraysFrame);
            // 
            // miGroupArraysFrameColor
            // 
            this .miGroupArraysFrameColor .Name = "miGroupArraysFrameColor";
            this .miGroupArraysFrameColor .Size = new System .Drawing .Size (342, 22);
            this .miGroupArraysFrameColor .Text = "Frame color...";
            this .miGroupArraysFrameColor .Click += new System .EventHandler (this .Click_miGroupArraysFrameColor);
            // 
            // toolStripSeparator7
            // 
            this .toolStripSeparator7 .Name = "toolStripSeparator7";
            this .toolStripSeparator7 .Size = new System .Drawing .Size (339, 6);
            // 
            // miGroupArraysTitleFont
            // 
            this .miGroupArraysTitleFont .Name = "miGroupArraysTitleFont";
            this .miGroupArraysTitleFont .Size = new System .Drawing .Size (342, 22);
            this .miGroupArraysTitleFont .Text = "Title font...";
            this .miGroupArraysTitleFont .Click += new System .EventHandler (this .Click_miGroupArraysTitleFont);
            // 
            // menuOnDot
            // 
            this .menuOnDot .Items .AddRange (new System .Windows .Forms .ToolStripItem [] {
            this.miDeleteDot,
            this.miDotsParams});
            this .menuOnDot .Name = "menuOnDot";
            this .menuOnDot .ShowImageMargin = false;
            this .menuOnDot .Size = new System .Drawing .Size (249, 48);
            // 
            // miDeleteDot
            // 
            this .miDeleteDot .Name = "miDeleteDot";
            this .miDeleteDot .Size = new System .Drawing .Size (248, 22);
            this .miDeleteDot .Text = "Delete dot";
            this .miDeleteDot .Click += new System .EventHandler (this .Click_miDeleteDot);
            // 
            // miDotsParams
            // 
            this .miDotsParams .Name = "miDotsParams";
            this .miDotsParams .Size = new System .Drawing .Size (248, 22);
            this .miDotsParams .Text = "Line and dots parameters...";
            this .miDotsParams .Click += new System .EventHandler (this .Click_miDotsParams);
            // 
            // menuOnEmpty
            // 
            this .menuOnEmpty .Items .AddRange (new System .Windows .Forms .ToolStripItem [] {
            this.miShowGroupNumbers,
            this.miShowGroupStrings,
            this.miShowGroupArrays,
            this.toolStripSeparator4,
            this.miGeneralFont,
            this.toolStripSeparator9,
            this.miDefaultViewNextTime});
            this .menuOnEmpty .Name = "menuOnEmpty";
            this .menuOnEmpty .Size = new System .Drawing .Size (297, 148);
            this .menuOnEmpty .Opening += new System .ComponentModel .CancelEventHandler (this .Opening_menuOnEmpty);
            // 
            // miShowGroupNumbers
            // 
            this .miShowGroupNumbers .Name = "miShowGroupNumbers";
            this .miShowGroupNumbers .Size = new System .Drawing .Size (296, 22);
            this .miShowGroupNumbers .Text = "Show group Numbers";
            this .miShowGroupNumbers .Click += new System .EventHandler (this .Click_miShowGroupNumbers);
            // 
            // miShowGroupStrings
            // 
            this .miShowGroupStrings .Name = "miShowGroupStrings";
            this .miShowGroupStrings .Size = new System .Drawing .Size (296, 22);
            this .miShowGroupStrings .Text = "Show group Strings";
            this .miShowGroupStrings .Click += new System .EventHandler (this .Click_miShowGroupStrings);
            // 
            // miShowGroupArrays
            // 
            this .miShowGroupArrays .Name = "miShowGroupArrays";
            this .miShowGroupArrays .Size = new System .Drawing .Size (296, 22);
            this .miShowGroupArrays .Text = "Show group Arrays";
            this .miShowGroupArrays .Click += new System .EventHandler (this .Click_miShowGroupArrays);
            // 
            // toolStripSeparator4
            // 
            this .toolStripSeparator4 .Name = "toolStripSeparator4";
            this .toolStripSeparator4 .Size = new System .Drawing .Size (293, 6);
            // 
            // miGeneralFont
            // 
            this .miGeneralFont .Name = "miGeneralFont";
            this .miGeneralFont .Size = new System .Drawing .Size (296, 22);
            this .miGeneralFont .Text = "Font...";
            this .miGeneralFont .Click += new System .EventHandler (this .Click_miGeneralFont);
            // 
            // toolStripSeparator9
            // 
            this .toolStripSeparator9 .Name = "toolStripSeparator9";
            this .toolStripSeparator9 .Size = new System .Drawing .Size (293, 6);
            // 
            // miDefaultViewNextTime
            // 
            this .miDefaultViewNextTime .Name = "miDefaultViewNextTime";
            this .miDefaultViewNextTime .Size = new System .Drawing .Size (296, 22);
            this .miDefaultViewNextTime .Text = "Form\'s default view (next time)";
            this .miDefaultViewNextTime .Click += new System .EventHandler (this .Click_miDefaultViewNextOpening);
            // 
            // btnDeletePage
            // 
            this .btnDeletePage .Image = global::UserDrivenApplications .Properties .Resources .DELETE;
            this .btnDeletePage .Location = new System .Drawing .Point (250, 86);
            this .btnDeletePage .Name = "btnDeletePage";
            this .btnDeletePage .Size = new System .Drawing .Size (28, 28);
            this .btnDeletePage .TabIndex = 63;
            this .btnDeletePage .UseVisualStyleBackColor = true;
            this .btnDeletePage .Click += new System .EventHandler (this .Click_btnDeletePage);
            // 
            // btnShowHidePage
            // 
            this .btnShowHidePage .Image = global::UserDrivenApplications .Properties .Resources .Lock;
            this .btnShowHidePage .Location = new System .Drawing .Point (250, 120);
            this .btnShowHidePage .Name = "btnShowHidePage";
            this .btnShowHidePage .Size = new System .Drawing .Size (28, 28);
            this .btnShowHidePage .TabIndex = 74;
            this .btnShowHidePage .UseVisualStyleBackColor = true;
            this .btnShowHidePage .Click += new System .EventHandler (this .Click_btnShowHideSet);
            // 
            // btnDeleteSet
            // 
            this .btnDeleteSet .Image = global::UserDrivenApplications .Properties .Resources .DELETE;
            this .btnDeleteSet .Location = new System .Drawing .Point (310, 280);
            this .btnDeleteSet .Name = "btnDeleteSet";
            this .btnDeleteSet .Size = new System .Drawing .Size (28, 28);
            this .btnDeleteSet .TabIndex = 75;
            this .btnDeleteSet .UseVisualStyleBackColor = true;
            this .btnDeleteSet .Click += new System .EventHandler (this .Click_btnDeleteSet);
            // 
            // btnDeleteNumber
            // 
            this .btnDeleteNumber .Image = global::UserDrivenApplications .Properties .Resources .DELETE;
            this .btnDeleteNumber .Location = new System .Drawing .Point (1386, 122);
            this .btnDeleteNumber .Name = "btnDeleteNumber";
            this .btnDeleteNumber .Size = new System .Drawing .Size (28, 28);
            this .btnDeleteNumber .TabIndex = 67;
            this .btnDeleteNumber .UseVisualStyleBackColor = true;
            this .btnDeleteNumber .Click += new System .EventHandler (this .Click_btnDeleteNumber);
            // 
            // btnDeleteString
            // 
            this .btnDeleteString .Image = global::UserDrivenApplications .Properties .Resources .DELETE;
            this .btnDeleteString .Location = new System .Drawing .Point (1157, 349);
            this .btnDeleteString .Name = "btnDeleteString";
            this .btnDeleteString .Size = new System .Drawing .Size (28, 28);
            this .btnDeleteString .TabIndex = 87;
            this .btnDeleteString .UseVisualStyleBackColor = true;
            this .btnDeleteString .Click += new System .EventHandler (this .Click_btnDeleteString);
            // 
            // btnDeleteABArray
            // 
            this .btnDeleteABArray .Image = global::UserDrivenApplications .Properties .Resources .DELETE;
            this .btnDeleteABArray .Location = new System .Drawing .Point (405, 559);
            this .btnDeleteABArray .Name = "btnDeleteABArray";
            this .btnDeleteABArray .Size = new System .Drawing .Size (28, 28);
            this .btnDeleteABArray .TabIndex = 98;
            this .btnDeleteABArray .UseVisualStyleBackColor = true;
            this .btnDeleteABArray .Click += new System .EventHandler (this .Click_btnDeleteABArray);
            // 
            // menuOnScale
            // 
            this .menuOnScale .Items .AddRange (new System .Windows .Forms .ToolStripItem [] {
            this.miModifyScale});
            this .menuOnScale .Name = "menuOnScale";
            this .menuOnScale .ShowImageMargin = false;
            this .menuOnScale .Size = new System .Drawing .Size (162, 26);
            // 
            // miModifyScale
            // 
            this .miModifyScale .Name = "miModifyScale";
            this .miModifyScale .Size = new System .Drawing .Size (161, 22);
            this .miModifyScale .Text = "Modify scale...";
            this .miModifyScale .Click += new System .EventHandler (this .Click_miModifyScale);
            // 
            // Form_DataWorld
            // 
            this .AutoScaleDimensions = new System .Drawing .SizeF (8F, 16F);
            this .AutoScaleMode = System .Windows .Forms .AutoScaleMode .Font;
            this .ClientSize = new System .Drawing .Size (1459, 760);
            this .Controls .Add (this .menuMain);
            this .Controls .Add (this .domainSetType);
            this .Controls .Add (this .textABArray_Comment);
            this .Controls .Add (this .domainUD_NumType);
            this .Controls .Add (this .listPages);
            this .Controls .Add (this .textNewPageName);
            this .Controls .Add (this .btnDeletePage);
            this .Controls .Add (this .btnShowHidePage);
            this .Controls .Add (this .listSets);
            this .Controls .Add (this .textNewSetName);
            this .Controls .Add (this .btnDeleteSet);
            this .Controls .Add (this .btnShowHideSet);
            this .Controls .Add (this .textNum_Value);
            this .Controls .Add (this .textNum_MinValue);
            this .Controls .Add (this .textNum_MaxValue);
            this .Controls .Add (this .textNum_Name);
            this .Controls .Add (this .textNum_Comment);
            this .Controls .Add (this .btnAddNumber);
            this .Controls .Add (this .btnChangeNumber);
            this .Controls .Add (this .listNumbers);
            this .Controls .Add (this .btnDeleteNumber);
            this .Controls .Add (this .btnShowHideNumber);
            this .Controls .Add (this .btnNumberUp);
            this .Controls .Add (this .btnNumberDown);
            this .Controls .Add (this .textString_Name);
            this .Controls .Add (this .textString_Value);
            this .Controls .Add (this .textString_Comment);
            this .Controls .Add (this .btnAddString);
            this .Controls .Add (this .btnChangeString);
            this .Controls .Add (this .listStrings);
            this .Controls .Add (this .btnDeleteString);
            this .Controls .Add (this .btnShowHideString);
            this .Controls .Add (this .btnStringUp);
            this .Controls .Add (this .btnStringDown);
            this .Controls .Add (this .datagridXY);
            this .Controls .Add (this .listABArrays);
            this .Controls .Add (this .btnDeleteABArray);
            this .Controls .Add (this .textABArray_Xrange);
            this .Controls .Add (this .btnShowHideABArray);
            this .Controls .Add (this .btnABArrayUp);
            this .Controls .Add (this .btnArrayFromFile);
            this .Controls .Add (this .textNewABArrayName);
            this .Controls .Add (this .btnABArrayDown);
            this .Controls .Add (this .textABArray_Yrange);
            this .DoubleBuffered = true;
            this .MaximizeBox = false;
            this .MinimizeBox = false;
            this .Name = "Form_DataWorld";
            this .ShowIcon = false;
            this .Text = "Data world";
            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);
            ((System .ComponentModel .ISupportInitialize) (this .datagridXY)) .EndInit ();
            this .menuMain .ResumeLayout (false);
            this .menuMain .PerformLayout ();
            this .menuOnGroup .ResumeLayout (false);
            this .menuOnGroupArrays .ResumeLayout (false);
            this .menuOnDot .ResumeLayout (false);
            this .menuOnEmpty .ResumeLayout (false);
            this .menuOnScale .ResumeLayout (false);
            this .ResumeLayout (false);
            this .PerformLayout ();

        }

        #endregion

        private System .Windows .Forms .DomainUpDown domainSetType;
        private System .Windows .Forms .TextBox textABArray_Comment;
        private System .Windows .Forms .DomainUpDown domainUD_NumType;
        private System .Windows .Forms .ListView listPages;
        private System .Windows .Forms .ColumnHeader columnPageName;
        private System .Windows .Forms .ColumnHeader columnPageShow;
        private System .Windows .Forms .TextBox textNewPageName;
        private System .Windows .Forms .Button btnDeletePage;
        private System .Windows .Forms .Button btnShowHidePage;
        private System .Windows .Forms .ListView listSets;
        private System .Windows .Forms .ColumnHeader columnSetName;
        private System .Windows .Forms .ColumnHeader columnSetType;
        private System .Windows .Forms .ColumnHeader columnSetShow;
        private System .Windows .Forms .TextBox textNewSetName;
        private System .Windows .Forms .Button btnDeleteSet;
        private System .Windows .Forms .Button btnShowHideSet;
        private System .Windows .Forms .TextBox textNum_Value;
        private System .Windows .Forms .TextBox textNum_MinValue;
        private System .Windows .Forms .TextBox textNum_MaxValue;
        private System .Windows .Forms .TextBox textNum_Name;
        private System .Windows .Forms .TextBox textNum_Comment;
        private System .Windows .Forms .Button btnAddNumber;
        private System .Windows .Forms .Button btnChangeNumber;
        private System .Windows .Forms .ListView listNumbers;
        private System .Windows .Forms .ColumnHeader columnNumName;
        private System .Windows .Forms .ColumnHeader columnNumValue;
        private System .Windows .Forms .ColumnHeader columnNumMin;
        private System .Windows .Forms .ColumnHeader columnNumMax;
        private System .Windows .Forms .ColumnHeader columnNumComment;
        private System .Windows .Forms .ColumnHeader columnNumShow;
        private System .Windows .Forms .Button btnDeleteNumber;
        private System .Windows .Forms .Button btnShowHideNumber;
        private System .Windows .Forms .Button btnNumberUp;
        private System .Windows .Forms .Button btnNumberDown;
        private System .Windows .Forms .TextBox textString_Name;
        private System .Windows .Forms .TextBox textString_Value;
        private System .Windows .Forms .TextBox textString_Comment;
        private System .Windows .Forms .Button btnAddString;
        private System .Windows .Forms .Button btnChangeString;
        private System .Windows .Forms .ListView listStrings;
        private System .Windows .Forms .ColumnHeader columnHeader1;
        private System .Windows .Forms .ColumnHeader columnHeader2;
        private System .Windows .Forms .ColumnHeader columnHeader5;
        private System .Windows .Forms .ColumnHeader columnHeader6;
        private System .Windows .Forms .Button btnDeleteString;
        private System .Windows .Forms .Button btnShowHideString;
        private System .Windows .Forms .Button btnStringUp;
        private System .Windows .Forms .Button btnStringDown;
        private System .Windows .Forms .DataGridView datagridXY;
        private System .Windows .Forms .DataGridViewTextBoxColumn ColumnX;
        private System .Windows .Forms .DataGridViewTextBoxColumn ColumnY;
        private System .Windows .Forms .ListView listABArrays;
        private System .Windows .Forms .ColumnHeader columnHeader3;
        private System .Windows .Forms .ColumnHeader columnHeader4;
        private System .Windows .Forms .Button btnDeleteABArray;
        private System .Windows .Forms .TextBox textABArray_Xrange;
        private System .Windows .Forms .Button btnShowHideABArray;
        private System .Windows .Forms .Button btnABArrayUp;
        private System .Windows .Forms .Button btnArrayFromFile;
        private System .Windows .Forms .TextBox textNewABArrayName;
        private System .Windows .Forms .Button btnABArrayDown;
        private System .Windows .Forms .TextBox textABArray_Yrange;
        private System .Windows .Forms .MenuStrip menuMain;
        private System .Windows .Forms .ToolStripMenuItem miFile;
        private System .Windows .Forms .ToolStripMenuItem miOpen;
        private System .Windows .Forms .ToolStripSeparator toolStripSeparator3;
        private System .Windows .Forms .ToolStripMenuItem miSave;
        private System .Windows .Forms .ToolStripMenuItem miSaveAs;
        private System .Windows .Forms .ContextMenuStrip menuOnGroup;
        private System .Windows .Forms .ToolStripMenuItem miHideGroup;
        private System .Windows .Forms .ContextMenuStrip menuOnGroupArrays;
        private System .Windows .Forms .ToolStripMenuItem miGroupArraysFont;
        private System .Windows .Forms .ToolStripMenuItem miGroupArraysBackColor;
        private System .Windows .Forms .ToolStripMenuItem miGroupArraysBackColorSpreadInside;
        private System .Windows .Forms .ToolStripMenuItem miGroupArraysTransparency;
        private System .Windows .Forms .ToolStripMenuItem miGroupArraysTransparency_0;
        private System .Windows .Forms .ToolStripMenuItem miGroupArraysTransparency_02;
        private System .Windows .Forms .ToolStripMenuItem miGroupArraysTransparency_04;
        private System .Windows .Forms .ToolStripMenuItem miGroupArraysTransparency_06;
        private System .Windows .Forms .ToolStripMenuItem miGroupArraysTransparency_08;
        private System .Windows .Forms .ToolStripMenuItem miGroupArraysTransparency_1;
        private System .Windows .Forms .ToolStripSeparator toolStripSeparator6;
        private System .Windows .Forms .ToolStripMenuItem miShowGroupArraysFrame;
        private System .Windows .Forms .ToolStripMenuItem miGroupArraysFrameColor;
        private System .Windows .Forms .ToolStripSeparator toolStripSeparator7;
        private System .Windows .Forms .ToolStripMenuItem miGroupArraysTitleFont;
        private System .Windows .Forms .ToolStripMenuItem miHideGroupArrays;
        private System .Windows .Forms .ContextMenuStrip menuOnDot;
        private System .Windows .Forms .ToolStripMenuItem miDeleteDot;
        private System .Windows .Forms .ToolStripMenuItem miDotsParams;
        private System .Windows .Forms .ContextMenuStrip menuOnEmpty;
        private System .Windows .Forms .ToolStripMenuItem miShowGroupNumbers;
        private System .Windows .Forms .ToolStripMenuItem miShowGroupStrings;
        private System .Windows .Forms .ToolStripMenuItem miShowGroupArrays;
        private System .Windows .Forms .ToolStripSeparator toolStripSeparator4;
        private System .Windows .Forms .ToolStripMenuItem miGeneralFont;
        private System .Windows .Forms .ToolStripSeparator toolStripSeparator9;
        private System .Windows .Forms .ToolStripMenuItem miDefaultViewNextTime;
        private System .Windows .Forms .ToolStripMenuItem miModifyGroup;
        private System .Windows .Forms .ToolStripSeparator toolStripSeparator1;
        private System .Windows .Forms .ToolStripMenuItem miFixUnfixElements;
        private System .Windows .Forms .ToolStripMenuItem miDefaultView;
        private System .Windows .Forms .ContextMenuStrip menuOnScale;
        private System .Windows .Forms .ToolStripMenuItem miModifyScale;
        private System .Windows .Forms .ToolStripSeparator toolStripSeparator2;
    }
}

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