Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/09/11 11:01:08 (13 years ago)
Author:
mkommend
Message:

#1479: Updated grammar editor branch.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/GP.Grammar.Editor/HeuristicLab.Visualization.ChartControlsExtensions/3.3/EnhancedChart.Designer.cs

    r6377 r6647  
    5050      this.copyImageToClipboardBitmapToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
    5151      this.saveFileDialog = new System.Windows.Forms.SaveFileDialog();
     52      this.exportToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
    5253      this.contextMenuStrip.SuspendLayout();
    5354      ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     
    5859      this.contextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
    5960            this.exportChartToolStripMenuItem,
     61            this.exportToolStripMenuItem,
    6062            this.copyImageToClipboardBitmapToolStripMenuItem});
    6163      this.contextMenuStrip.Name = "contextMenuStrip";
    62       this.contextMenuStrip.Size = new System.Drawing.Size(257, 76);
     64      this.contextMenuStrip.Size = new System.Drawing.Size(257, 70);
    6365      //
    6466      // exportChartToolStripMenuItem
     
    6668      this.exportChartToolStripMenuItem.Name = "exportChartToolStripMenuItem";
    6769      this.exportChartToolStripMenuItem.Size = new System.Drawing.Size(256, 22);
    68       this.exportChartToolStripMenuItem.Text = "Export Chart";
     70      this.exportChartToolStripMenuItem.Text = "Quick Export Chart";
    6971      this.exportChartToolStripMenuItem.Click += new System.EventHandler(this.exportChartToolStripMenuItem_Click);
    7072      //
     
    8183          "*.gif)|*.gif|TIFF (*.tif)|*.tif\"";
    8284      this.saveFileDialog.FilterIndex = 2;
     85      //
     86      // exportToolStripMenuItem
     87      //
     88      this.exportToolStripMenuItem.Name = "exportToolStripMenuItem";
     89      this.exportToolStripMenuItem.Size = new System.Drawing.Size(256, 22);
     90      this.exportToolStripMenuItem.Text = "Export Chart...";
     91      this.exportToolStripMenuItem.Click += new System.EventHandler(this.exportToolStripMenuItem_Click);
    8392      //
    8493      // EnhancedChart
     
    97106    private System.Windows.Forms.ToolStripMenuItem copyImageToClipboardBitmapToolStripMenuItem;
    98107    private System.Windows.Forms.SaveFileDialog saveFileDialog;
     108    private System.Windows.Forms.ToolStripMenuItem exportToolStripMenuItem;
    99109  }
    100110}
Note: See TracChangeset for help on using the changeset viewer.