Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/28/12 11:03:38 (11 years ago)
Author:
abeham
Message:

#1985: added ability to edit snapshot times (changed representation to a list of timespan instead of a list of double)

File:
1 edited

Legend:

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

    r8956 r8961  
    3838      this.timeLimitTextBox = new System.Windows.Forms.TextBox();
    3939      this.label1 = new System.Windows.Forms.Label();
    40       this.snapShotsTextBox = new System.Windows.Forms.TextBox();
     40      this.snapshotsTextBox = new System.Windows.Forms.TextBox();
    4141      this.storeAlgorithmInEachSnapshotCheckBox = new System.Windows.Forms.CheckBox();
    4242      this.tabControl = new HeuristicLab.MainForm.WindowsForms.DragOverTabControl();
     
    6161      //
    6262      this.startButton.Location = new System.Drawing.Point(0, 440);
     63      this.startButton.TabIndex = 9;
    6364      this.toolTip.SetToolTip(this.startButton, "Start/Resume Optimizer");
    6465      //
    6566      // executionTimeTextBox
    6667      //
    67       this.executionTimeTextBox.Location = new System.Drawing.Point(295, 444);
     68      this.executionTimeTextBox.Location = new System.Drawing.Point(412, 444);
    6869      //
    6970      // executionTimeLabel
    7071      //
    71       this.executionTimeLabel.Location = new System.Drawing.Point(206, 447);
     72      this.executionTimeLabel.Location = new System.Drawing.Point(323, 447);
    7273      //
    7374      // pauseButton
    7475      //
    7576      this.pauseButton.Location = new System.Drawing.Point(30, 440);
     77      this.pauseButton.TabIndex = 10;
    7678      this.toolTip.SetToolTip(this.pauseButton, "Pause Optimizer");
    7779      //
     
    7981      //
    8082      this.stopButton.Location = new System.Drawing.Point(60, 440);
     83      this.stopButton.TabIndex = 11;
    8184      this.toolTip.SetToolTip(this.stopButton, "Stop Optimizer");
    8285      //
     
    8487      //
    8588      this.resetButton.Location = new System.Drawing.Point(90, 440);
     89      this.resetButton.TabIndex = 12;
    8690      this.toolTip.SetToolTip(this.resetButton, "Reset Optimizer");
    8791      //
     
    9195      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
    9296      this.nameTextBox.Location = new System.Drawing.Point(69, 0);
    93       this.nameTextBox.Size = new System.Drawing.Size(338, 20);
     97      this.nameTextBox.Size = new System.Drawing.Size(455, 20);
     98      //
     99      // infoLabel
     100      //
     101      this.infoLabel.Location = new System.Drawing.Point(530, 3);
    94102      //
    95103      // timeLimitLabel
     
    99107      this.timeLimitLabel.Name = "timeLimitLabel";
    100108      this.timeLimitLabel.Size = new System.Drawing.Size(53, 13);
    101       this.timeLimitLabel.TabIndex = 16;
     109      this.timeLimitLabel.TabIndex = 3;
    102110      this.timeLimitLabel.Text = "Time limit:";
    103111      //
    104112      // timeLimitTextBox
    105113      //
    106       this.timeLimitTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
     114      this.timeLimitTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    107115            | System.Windows.Forms.AnchorStyles.Right)));
    108116      this.timeLimitTextBox.Location = new System.Drawing.Point(69, 26);
    109117      this.timeLimitTextBox.Name = "timeLimitTextBox";
    110       this.timeLimitTextBox.Size = new System.Drawing.Size(338, 20);
    111       this.timeLimitTextBox.TabIndex = 17;
     118      this.timeLimitTextBox.Size = new System.Drawing.Size(455, 20);
     119      this.timeLimitTextBox.TabIndex = 4;
    112120      this.timeLimitTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.timeLimitTextBox_Validating);
    113121      //
     
    118126      this.label1.Name = "label1";
    119127      this.label1.Size = new System.Drawing.Size(60, 13);
    120       this.label1.TabIndex = 16;
     128      this.label1.TabIndex = 5;
    121129      this.label1.Text = "Snapshots:";
    122130      //
    123       // snapShotsTextBox
    124       //
    125       this.snapShotsTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    126             | System.Windows.Forms.AnchorStyles.Right)));
    127       this.snapShotsTextBox.Location = new System.Drawing.Point(69, 52);
    128       this.snapShotsTextBox.Name = "snapShotsTextBox";
    129       this.snapShotsTextBox.Size = new System.Drawing.Size(142, 20);
    130       this.snapShotsTextBox.TabIndex = 17;
     131      // snapshotsTextBox
     132      //
     133      this.snapshotsTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     134            | System.Windows.Forms.AnchorStyles.Right)));
     135      this.snapshotsTextBox.Location = new System.Drawing.Point(69, 52);
     136      this.snapshotsTextBox.Name = "snapshotsTextBox";
     137      this.snapshotsTextBox.Size = new System.Drawing.Size(259, 20);
     138      this.snapshotsTextBox.TabIndex = 6;
     139      this.snapshotsTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.snapshotsTextBox_Validating);
    131140      //
    132141      // storeAlgorithmInEachSnapshotCheckBox
     
    134143      this.storeAlgorithmInEachSnapshotCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
    135144      this.storeAlgorithmInEachSnapshotCheckBox.AutoSize = true;
    136       this.storeAlgorithmInEachSnapshotCheckBox.Location = new System.Drawing.Point(223, 54);
     145      this.storeAlgorithmInEachSnapshotCheckBox.Location = new System.Drawing.Point(340, 54);
    137146      this.storeAlgorithmInEachSnapshotCheckBox.Name = "storeAlgorithmInEachSnapshotCheckBox";
    138147      this.storeAlgorithmInEachSnapshotCheckBox.Size = new System.Drawing.Size(184, 17);
    139       this.storeAlgorithmInEachSnapshotCheckBox.TabIndex = 18;
     148      this.storeAlgorithmInEachSnapshotCheckBox.TabIndex = 7;
    140149      this.storeAlgorithmInEachSnapshotCheckBox.Text = "Store Algorithm in Each Snapshot";
    141150      this.storeAlgorithmInEachSnapshotCheckBox.UseVisualStyleBackColor = true;
     
    145154      //
    146155      this.tabControl.AllowDrop = true;
    147       this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
    148             | System.Windows.Forms.AnchorStyles.Left) 
     156      this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     157            | System.Windows.Forms.AnchorStyles.Left)
    149158            | System.Windows.Forms.AnchorStyles.Right)));
    150159      this.tabControl.Controls.Add(this.algorithmTabPage);
     
    154163      this.tabControl.Name = "tabControl";
    155164      this.tabControl.SelectedIndex = 0;
    156       this.tabControl.Size = new System.Drawing.Size(429, 356);
    157       this.tabControl.TabIndex = 19;
     165      this.tabControl.Size = new System.Drawing.Size(546, 356);
     166      this.tabControl.TabIndex = 8;
    158167      //
    159168      // algorithmTabPage
     
    166175      this.algorithmTabPage.Name = "algorithmTabPage";
    167176      this.algorithmTabPage.Padding = new System.Windows.Forms.Padding(3);
    168       this.algorithmTabPage.Size = new System.Drawing.Size(421, 330);
     177      this.algorithmTabPage.Size = new System.Drawing.Size(538, 330);
    169178      this.algorithmTabPage.TabIndex = 1;
    170179      this.algorithmTabPage.Text = "Algorithm";
     
    176185      // algorithmViewHost
    177186      //
    178       this.algorithmViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
    179             | System.Windows.Forms.AnchorStyles.Left) 
     187      this.algorithmViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     188            | System.Windows.Forms.AnchorStyles.Left)
    180189            | System.Windows.Forms.AnchorStyles.Right)));
    181190      this.algorithmViewHost.Caption = "View";
     
    185194      this.algorithmViewHost.Name = "algorithmViewHost";
    186195      this.algorithmViewHost.ReadOnly = false;
    187       this.algorithmViewHost.Size = new System.Drawing.Size(409, 288);
    188       this.algorithmViewHost.TabIndex = 3;
     196      this.algorithmViewHost.Size = new System.Drawing.Size(526, 288);
     197      this.algorithmViewHost.TabIndex = 2;
    189198      this.algorithmViewHost.ViewsLabelVisible = true;
    190199      this.algorithmViewHost.ViewType = null;
     
    192201      // openAlgorithmButton
    193202      //
    194       this.openAlgorithmButton.Image = ((System.Drawing.Image)(resources.GetObject("openAlgorithmButton.Image")));
     203      this.openAlgorithmButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Open;
    195204      this.openAlgorithmButton.Location = new System.Drawing.Point(36, 6);
    196205      this.openAlgorithmButton.Name = "openAlgorithmButton";
     
    203212      // newAlgorithmButton
    204213      //
    205       this.newAlgorithmButton.Image = ((System.Drawing.Image)(resources.GetObject("newAlgorithmButton.Image")));
     214      this.newAlgorithmButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.NewDocument;
    206215      this.newAlgorithmButton.Location = new System.Drawing.Point(6, 6);
    207216      this.newAlgorithmButton.Name = "newAlgorithmButton";
     
    218227      this.snapshotsTabPage.Name = "snapshotsTabPage";
    219228      this.snapshotsTabPage.Padding = new System.Windows.Forms.Padding(3);
    220       this.snapshotsTabPage.Size = new System.Drawing.Size(421, 330);
     229      this.snapshotsTabPage.Size = new System.Drawing.Size(538, 330);
    221230      this.snapshotsTabPage.TabIndex = 2;
    222231      this.snapshotsTabPage.Text = "Snapshots";
     
    225234      // snapshotsView
    226235      //
    227       this.snapshotsView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
    228             | System.Windows.Forms.AnchorStyles.Left) 
     236      this.snapshotsView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     237            | System.Windows.Forms.AnchorStyles.Left)
    229238            | System.Windows.Forms.AnchorStyles.Right)));
    230239      this.snapshotsView.Caption = "RunCollection View";
     
    233242      this.snapshotsView.Name = "snapshotsView";
    234243      this.snapshotsView.ReadOnly = false;
    235       this.snapshotsView.Size = new System.Drawing.Size(409, 317);
     244      this.snapshotsView.Size = new System.Drawing.Size(526, 317);
    236245      this.snapshotsView.TabIndex = 0;
    237246      //
     
    241250      this.runsTabPage.Location = new System.Drawing.Point(4, 22);
    242251      this.runsTabPage.Name = "runsTabPage";
    243       this.runsTabPage.Size = new System.Drawing.Size(421, 330);
     252      this.runsTabPage.Size = new System.Drawing.Size(538, 330);
    244253      this.runsTabPage.TabIndex = 3;
    245254      this.runsTabPage.Text = "Runs";
     
    248257      // runsView
    249258      //
    250       this.runsView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
    251             | System.Windows.Forms.AnchorStyles.Left) 
     259      this.runsView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     260            | System.Windows.Forms.AnchorStyles.Left)
    252261            | System.Windows.Forms.AnchorStyles.Right)));
    253262      this.runsView.Caption = "RunCollection View";
     
    256265      this.runsView.Name = "runsView";
    257266      this.runsView.ReadOnly = false;
    258       this.runsView.Size = new System.Drawing.Size(409, 317);
     267      this.runsView.Size = new System.Drawing.Size(526, 317);
    259268      this.runsView.TabIndex = 1;
    260269      //
     
    272281      this.snapshotButton.Name = "snapshotButton";
    273282      this.snapshotButton.Size = new System.Drawing.Size(24, 24);
    274       this.snapshotButton.TabIndex = 20;
     283      this.snapshotButton.TabIndex = 13;
    275284      this.snapshotButton.Text = "Snapshot";
    276285      this.snapshotButton.UseVisualStyleBackColor = true;
     
    285294      this.Controls.Add(this.timeLimitLabel);
    286295      this.Controls.Add(this.label1);
    287       this.Controls.Add(this.snapShotsTextBox);
     296      this.Controls.Add(this.snapshotsTextBox);
    288297      this.Controls.Add(this.storeAlgorithmInEachSnapshotCheckBox);
    289298      this.Name = "TimeLimitRunView";
    290       this.Size = new System.Drawing.Size(432, 464);
     299      this.Size = new System.Drawing.Size(549, 464);
    291300      this.Controls.SetChildIndex(this.storeAlgorithmInEachSnapshotCheckBox, 0);
    292       this.Controls.SetChildIndex(this.snapShotsTextBox, 0);
     301      this.Controls.SetChildIndex(this.snapshotsTextBox, 0);
    293302      this.Controls.SetChildIndex(this.label1, 0);
    294303      this.Controls.SetChildIndex(this.timeLimitLabel, 0);
     
    320329    private System.Windows.Forms.TextBox timeLimitTextBox;
    321330    private System.Windows.Forms.Label label1;
    322     private System.Windows.Forms.TextBox snapShotsTextBox;
     331    private System.Windows.Forms.TextBox snapshotsTextBox;
    323332    private System.Windows.Forms.CheckBox storeAlgorithmInEachSnapshotCheckBox;
    324333    private MainForm.WindowsForms.DragOverTabControl tabControl;
Note: See TracChangeset for help on using the changeset viewer.