Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/04/15 15:56:08 (8 years ago)
Author:
jkarder
Message:

#1265: worked on visualization

  • added context menu item for chart modes
  • added ShowToolBar to ChartControl
  • updated chart modes
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Visualization/HeuristicLab.Visualization/3.3/ChartControl.Designer.cs

    r13076 r13115  
    4848      this.pictureBox = new System.Windows.Forms.PictureBox();
    4949      this.pictureBoxContextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
     50      this.modeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     51      this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
    5052      this.oneLayerUpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
    5153      this.oneLayerDownToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
    5254      this.intoForegroundToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
    5355      this.intoBackgroundToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
    54       this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
     56      this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
    5557      this.propertiesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     58      this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
     59      this.saveImageToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
    5660      this.toolTip = new System.Windows.Forms.ToolTip(this.components);
    57       this.buttonPanel = new System.Windows.Forms.FlowLayoutPanel();
    5861      this.saveFileDialog = new System.Windows.Forms.SaveFileDialog();
    59       this.saveImageToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
    60       this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
     62      this.splitContainer = new System.Windows.Forms.SplitContainer();
    6163      ((System.ComponentModel.ISupportInitialize)(this.pictureBox)).BeginInit();
    6264      this.pictureBoxContextMenuStrip.SuspendLayout();
    63       this.buttonPanel.SuspendLayout();
     65      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
     66      this.splitContainer.Panel2.SuspendLayout();
     67      this.splitContainer.SuspendLayout();
    6468      this.SuspendLayout();
    6569      //
    6670      // pictureBox
    6771      //
    68       this.pictureBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    69             | System.Windows.Forms.AnchorStyles.Left)
    70             | System.Windows.Forms.AnchorStyles.Right)));
    7172      this.pictureBox.BackColor = System.Drawing.Color.White;
    7273      this.pictureBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
    7374      this.pictureBox.ContextMenuStrip = this.pictureBoxContextMenuStrip;
    74       this.pictureBox.Location = new System.Drawing.Point(35, 0);
     75      this.pictureBox.Dock = System.Windows.Forms.DockStyle.Fill;
     76      this.pictureBox.Location = new System.Drawing.Point(0, 0);
    7577      this.pictureBox.Name = "pictureBox";
    76       this.pictureBox.Size = new System.Drawing.Size(685, 500);
     78      this.pictureBox.Size = new System.Drawing.Size(686, 500);
    7779      this.pictureBox.TabIndex = 0;
    7880      this.pictureBox.TabStop = false;
     
    9496      //
    9597      this.pictureBoxContextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     98            this.modeToolStripMenuItem,
     99            this.toolStripSeparator1,
    96100            this.oneLayerUpToolStripMenuItem,
    97101            this.oneLayerDownToolStripMenuItem,
    98102            this.intoForegroundToolStripMenuItem,
    99103            this.intoBackgroundToolStripMenuItem,
    100             this.toolStripMenuItem1,
     104            this.toolStripSeparator2,
    101105            this.propertiesToolStripMenuItem,
    102             this.toolStripMenuItem2,
     106            this.toolStripSeparator3,
    103107            this.saveImageToolStripMenuItem});
    104108      this.pictureBoxContextMenuStrip.Name = "pictureBoxContextMenuStrip";
    105       this.pictureBoxContextMenuStrip.Size = new System.Drawing.Size(163, 170);
     109      this.pictureBoxContextMenuStrip.Size = new System.Drawing.Size(163, 198);
    106110      this.pictureBoxContextMenuStrip.Opening += new System.ComponentModel.CancelEventHandler(this.PictureBoxContextMenuStripOnOpening);
     111      //
     112      // modeToolStripMenuItem
     113      //
     114      this.modeToolStripMenuItem.Name = "modeToolStripMenuItem";
     115      this.modeToolStripMenuItem.Size = new System.Drawing.Size(162, 22);
     116      this.modeToolStripMenuItem.Text = "&Mode";
     117      //
     118      // toolStripSeparator1
     119      //
     120      this.toolStripSeparator1.Name = "toolStripSeparator1";
     121      this.toolStripSeparator1.Size = new System.Drawing.Size(159, 6);
    107122      //
    108123      // oneLayerUpToolStripMenuItem
     
    138153      this.intoBackgroundToolStripMenuItem.Click += new System.EventHandler(this.intoBackgroundToolStripMenuItem_Click);
    139154      //
    140       // toolStripMenuItem1
    141       //
    142       this.toolStripMenuItem1.Name = "toolStripMenuItem1";
    143       this.toolStripMenuItem1.Size = new System.Drawing.Size(159, 6);
     155      // toolStripSeparator2
     156      //
     157      this.toolStripSeparator2.Name = "toolStripSeparator2";
     158      this.toolStripSeparator2.Size = new System.Drawing.Size(159, 6);
    144159      //
    145160      // propertiesToolStripMenuItem
     
    151166      this.propertiesToolStripMenuItem.Click += new System.EventHandler(this.propertiesToolStripMenuItem_Click);
    152167      //
    153       // toolStripMenuItem2
    154       //
    155       this.toolStripMenuItem2.Name = "toolStripMenuItem2";
    156       this.toolStripMenuItem2.Size = new System.Drawing.Size(159, 6);
     168      // toolStripSeparator3
     169      //
     170      this.toolStripSeparator3.Name = "toolStripSeparator3";
     171      this.toolStripSeparator3.Size = new System.Drawing.Size(159, 6);
    157172      //
    158173      // saveImageToolStripMenuItem
     
    169184      this.saveFileDialog.Filter = "Bitmap (*.bmp)|*.bmp|JPEG (*.jpg)|*.jpg|EMF (*.emf)|*.emf|PNG (*.png)|*.png|GIF (" +
    170185    "*.gif)|*.gif|TIFF (*.tif)|*.tif";
    171       this.buttonPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    172             | System.Windows.Forms.AnchorStyles.Left)));
    173       this.buttonPanel.Location = new System.Drawing.Point(0, 0);
    174       this.buttonPanel.Name = "buttonPanel";
    175       this.buttonPanel.Size = new System.Drawing.Size(32, 500);
    176       this.buttonPanel.TabIndex = 2;
     186      //
     187      // splitContainer
     188      //
     189      this.splitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
     190      this.splitContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
     191      this.splitContainer.IsSplitterFixed = true;
     192      this.splitContainer.Location = new System.Drawing.Point(0, 0);
     193      this.splitContainer.Name = "splitContainer";
     194      //
     195      // splitContainer.Panel2
     196      //
     197      this.splitContainer.Panel2.Controls.Add(this.pictureBox);
     198      this.splitContainer.Size = new System.Drawing.Size(720, 500);
     199      this.splitContainer.SplitterDistance = 30;
     200      this.splitContainer.TabIndex = 1;
    177201      //
    178202      // ChartControl
     
    180204      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
    181205      this.BackColor = System.Drawing.SystemColors.Control;
    182       this.Controls.Add(this.buttonPanel);
    183       this.Controls.Add(this.pictureBox);
     206      this.Controls.Add(this.splitContainer);
    184207      this.DoubleBuffered = true;
    185208      this.Name = "ChartControl";
     
    190213      ((System.ComponentModel.ISupportInitialize)(this.pictureBox)).EndInit();
    191214      this.pictureBoxContextMenuStrip.ResumeLayout(false);
    192       this.buttonPanel.ResumeLayout(false);
     215      this.splitContainer.Panel2.ResumeLayout(false);
     216      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
     217      this.splitContainer.ResumeLayout(false);
    193218      this.ResumeLayout(false);
    194219
     
    206231    protected System.Windows.Forms.ToolStripMenuItem intoForegroundToolStripMenuItem;
    207232    protected System.Windows.Forms.ToolStripMenuItem intoBackgroundToolStripMenuItem;
    208     protected System.Windows.Forms.ToolStripSeparator toolStripMenuItem1;
    209     protected System.Windows.Forms.ToolStripSeparator toolStripMenuItem2;
    210     protected System.Windows.Forms.FlowLayoutPanel buttonPanel;
     233    protected System.Windows.Forms.ToolStripMenuItem modeToolStripMenuItem;
     234    protected System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
     235    protected System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
     236    protected System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
    211237    protected System.Windows.Forms.SaveFileDialog saveFileDialog;
     238    protected System.Windows.Forms.SplitContainer splitContainer;
     239
    212240  }
    213241}
Note: See TracChangeset for help on using the changeset viewer.