Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/12/12 14:53:54 (12 years ago)
Author:
abeham
Message:

#1985:

  • Added camera icon
  • Rewrote time matching to use regular expressions
  • Changed item name of TimeLimitRun
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/RuntimeOptimizer/HeuristicLab.Optimization.Views/3.3/TimeLimitRunView.Designer.cs

    r8975 r9040  
    113113      // timeLimitTextBox
    114114      //
    115       this.timeLimitTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     115      this.timeLimitTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
    116116            | System.Windows.Forms.AnchorStyles.Right)));
    117117      this.timeLimitTextBox.Location = new System.Drawing.Point(69, 26);
     
    132132      // snapshotsTextBox
    133133      //
    134       this.snapshotsTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     134      this.snapshotsTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
    135135            | System.Windows.Forms.AnchorStyles.Right)));
    136136      this.snapshotsTextBox.Location = new System.Drawing.Point(69, 52);
     
    155155      //
    156156      this.tabControl.AllowDrop = true;
    157       this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    158             | System.Windows.Forms.AnchorStyles.Left)
     157      this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
     158            | System.Windows.Forms.AnchorStyles.Left) 
    159159            | System.Windows.Forms.AnchorStyles.Right)));
    160160      this.tabControl.Controls.Add(this.algorithmTabPage);
     
    186186      // algorithmViewHost
    187187      //
    188       this.algorithmViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    189             | System.Windows.Forms.AnchorStyles.Left)
     188      this.algorithmViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
     189            | System.Windows.Forms.AnchorStyles.Left) 
    190190            | System.Windows.Forms.AnchorStyles.Right)));
    191191      this.algorithmViewHost.Caption = "View";
     
    202202      // openAlgorithmButton
    203203      //
    204       this.openAlgorithmButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Open;
     204      this.openAlgorithmButton.Image = ((System.Drawing.Image)(resources.GetObject("openAlgorithmButton.Image")));
    205205      this.openAlgorithmButton.Location = new System.Drawing.Point(36, 6);
    206206      this.openAlgorithmButton.Name = "openAlgorithmButton";
     
    213213      // newAlgorithmButton
    214214      //
    215       this.newAlgorithmButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.NewDocument;
     215      this.newAlgorithmButton.Image = ((System.Drawing.Image)(resources.GetObject("newAlgorithmButton.Image")));
    216216      this.newAlgorithmButton.Location = new System.Drawing.Point(6, 6);
    217217      this.newAlgorithmButton.Name = "newAlgorithmButton";
     
    235235      // snapshotsView
    236236      //
    237       this.snapshotsView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    238             | System.Windows.Forms.AnchorStyles.Left)
     237      this.snapshotsView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
     238            | System.Windows.Forms.AnchorStyles.Left) 
    239239            | System.Windows.Forms.AnchorStyles.Right)));
    240240      this.snapshotsView.Caption = "RunCollection View";
     
    258258      // runsView
    259259      //
    260       this.runsView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    261             | System.Windows.Forms.AnchorStyles.Left)
     260      this.runsView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
     261            | System.Windows.Forms.AnchorStyles.Left) 
    262262            | System.Windows.Forms.AnchorStyles.Right)));
    263263      this.runsView.Caption = "RunCollection View";
     
    284284      this.snapshotButton.TabIndex = 13;
    285285      this.snapshotButton.Text = "Snapshot";
     286      this.toolTip.SetToolTip(this.snapshotButton, "Create Snapshot");
    286287      this.snapshotButton.UseVisualStyleBackColor = true;
    287288      this.snapshotButton.Click += new System.EventHandler(this.snapshotButton_Click);
Note: See TracChangeset for help on using the changeset viewer.