Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/14/08 16:47:20 (16 years ago)
Author:
gkronber
Message:

added a very crude exporter in preparation for ticket #200

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.CEDMA.Core/AgentListView.Designer.cs

    r510 r514  
    4848    /// </summary>
    4949    private void InitializeComponent() {
     50      this.components = new System.ComponentModel.Container();
    5051      this.splitContainer1 = new System.Windows.Forms.SplitContainer();
    5152      this.agentsGroupBox = new System.Windows.Forms.GroupBox();
     
    5455      this.addButton = new System.Windows.Forms.Button();
    5556      this.refreshButton = new System.Windows.Forms.Button();
     57      this.entryContextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
     58      this.exportAllResultsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
    5659      this.splitContainer1.Panel1.SuspendLayout();
    5760      this.splitContainer1.Panel2.SuspendLayout();
    5861      this.splitContainer1.SuspendLayout();
    5962      this.agentsGroupBox.SuspendLayout();
     63      this.entryContextMenuStrip.SuspendLayout();
    6064      this.SuspendLayout();
    6165      //
     
    133137      this.refreshButton.Click += new System.EventHandler(this.refreshButton_Click);
    134138      //
     139      // entryContextMenuStrip
     140      //
     141      this.entryContextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     142            this.exportAllResultsToolStripMenuItem});
     143      this.entryContextMenuStrip.Name = "entryContextMenuStrip";
     144      this.entryContextMenuStrip.Size = new System.Drawing.Size(166, 26);
     145      //
     146      // exportAllResultsToolStripMenuItem
     147      //
     148      this.exportAllResultsToolStripMenuItem.Name = "exportAllResultsToolStripMenuItem";
     149      this.exportAllResultsToolStripMenuItem.Size = new System.Drawing.Size(165, 22);
     150      this.exportAllResultsToolStripMenuItem.Text = "Export all results";
     151      this.exportAllResultsToolStripMenuItem.Click += new System.EventHandler(this.exportAllResultsToolStripMenuItem_Click);
     152      //
    135153      // AgentListView
    136154      //
     
    145163      this.splitContainer1.ResumeLayout(false);
    146164      this.agentsGroupBox.ResumeLayout(false);
     165      this.entryContextMenuStrip.ResumeLayout(false);
    147166      this.ResumeLayout(false);
    148167
     
    157176    private TreeView agentTreeView;
    158177    private Button refreshButton;
     178    private ContextMenuStrip entryContextMenuStrip;
     179    private ToolStripMenuItem exportAllResultsToolStripMenuItem;
    159180  }
    160181}
Note: See TracChangeset for help on using the changeset viewer.