Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/18/12 11:50:59 (12 years ago)
Author:
ascheibe
Message:

#1174 worked on upload view

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/OKB (trunk integration)/HeuristicLab.Clients.OKB/3.3/RunCreation/Views/OKBExperimentUploadView.Designer.cs

    r7839 r7844  
    3636      this.contextMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
    3737      this.setColumnToThisValueToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     38      this.clearButton = new System.Windows.Forms.Button();
    3839      ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).BeginInit();
    3940      this.contextMenu.SuspendLayout();
     
    7172            this.ProblemTypeColumn,
    7273            this.OKBProblemColumn});
     74      this.dataGridView.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
    7375      this.dataGridView.Location = new System.Drawing.Point(3, 3);
    7476      this.dataGridView.Name = "dataGridView";
     
    137139      this.setColumnToThisValueToolStripMenuItem.Click += new System.EventHandler(this.setColumnToThisValueToolStripMenuItem_Click);
    138140      //
     141      // clearButton
     142      //
     143      this.clearButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     144      this.clearButton.Location = new System.Drawing.Point(387, 199);
     145      this.clearButton.Name = "clearButton";
     146      this.clearButton.Size = new System.Drawing.Size(75, 23);
     147      this.clearButton.TabIndex = 3;
     148      this.clearButton.Text = "Clear Runs";
     149      this.clearButton.UseVisualStyleBackColor = true;
     150      this.clearButton.Click += new System.EventHandler(this.clearButton_Click);
     151      //
    139152      // OKBExperimentUploadView
    140153      //
     
    142155      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    143156      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     157      this.Controls.Add(this.clearButton);
    144158      this.Controls.Add(this.dataGridView);
    145159      this.Controls.Add(this.btnUpload);
     
    165179    private System.Windows.Forms.ContextMenuStrip contextMenu;
    166180    private System.Windows.Forms.ToolStripMenuItem setColumnToThisValueToolStripMenuItem;
     181    private System.Windows.Forms.Button clearButton;
    167182  }
    168183}
Note: See TracChangeset for help on using the changeset viewer.