Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/28/12 01:59:10 (11 years ago)
Author:
abeham
Message:

#1985:

  • Removed .resx file
  • Fixed bugs
File:
1 edited

Legend:

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

    r8955 r8956  
    5050      this.runsView = new HeuristicLab.Optimization.Views.RunCollectionView();
    5151      this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
     52      this.snapshotButton = new System.Windows.Forms.Button();
    5253      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
    5354      this.tabControl.SuspendLayout();
     
    109110      this.timeLimitTextBox.Size = new System.Drawing.Size(338, 20);
    110111      this.timeLimitTextBox.TabIndex = 17;
    111       this.timeLimitTextBox.Leave += new System.EventHandler(this.timeLimitTextBox_Leave);
    112112      this.timeLimitTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.timeLimitTextBox_Validating);
    113113      //
     
    127127      this.snapShotsTextBox.Location = new System.Drawing.Point(69, 52);
    128128      this.snapShotsTextBox.Name = "snapShotsTextBox";
    129       this.snapShotsTextBox.Size = new System.Drawing.Size(148, 20);
     129      this.snapShotsTextBox.Size = new System.Drawing.Size(142, 20);
    130130      this.snapShotsTextBox.TabIndex = 17;
    131131      //
     
    266266      this.openFileDialog.Title = "Open Optimizer";
    267267      //
     268      // snapshotButton
     269      //
     270      this.snapshotButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     271      this.snapshotButton.Location = new System.Drawing.Point(120, 440);
     272      this.snapshotButton.Name = "snapshotButton";
     273      this.snapshotButton.Size = new System.Drawing.Size(24, 24);
     274      this.snapshotButton.TabIndex = 20;
     275      this.snapshotButton.Text = "Snapshot";
     276      this.snapshotButton.UseVisualStyleBackColor = true;
     277      this.snapshotButton.Click += new System.EventHandler(this.snapshotButton_Click);
     278      //
    268279      // TimeLimitRunView
    269280      //
    270       this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    271       this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     281      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
     282      this.Controls.Add(this.snapshotButton);
    272283      this.Controls.Add(this.tabControl);
    273284      this.Controls.Add(this.timeLimitTextBox);
     
    283294      this.Controls.SetChildIndex(this.timeLimitLabel, 0);
    284295      this.Controls.SetChildIndex(this.timeLimitTextBox, 0);
     296      this.Controls.SetChildIndex(this.tabControl, 0);
    285297      this.Controls.SetChildIndex(this.nameLabel, 0);
    286298      this.Controls.SetChildIndex(this.nameTextBox, 0);
     
    292304      this.Controls.SetChildIndex(this.executionTimeTextBox, 0);
    293305      this.Controls.SetChildIndex(this.startButton, 0);
    294       this.Controls.SetChildIndex(this.tabControl, 0);
     306      this.Controls.SetChildIndex(this.snapshotButton, 0);
    295307      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
    296308      this.tabControl.ResumeLayout(false);
     
    320332    private RunCollectionView runsView;
    321333    private System.Windows.Forms.OpenFileDialog openFileDialog;
     334    private System.Windows.Forms.Button snapshotButton;
    322335  }
    323336}
Note: See TracChangeset for help on using the changeset viewer.