Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/03/10 04:31:46 (14 years ago)
Author:
swagner
Message:

Worked on population diversity analysis (#1188)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Core.Views/3.3/MovieView.Designer.cs

    r4641 r4715  
    4949      this.components = new System.ComponentModel.Container();
    5050      this.itemsGroupBox = new System.Windows.Forms.GroupBox();
     51      this.indexLabel = new System.Windows.Forms.Label();
     52      this.delayComboBox = new System.Windows.Forms.ComboBox();
    5153      this.stopButton = new System.Windows.Forms.Button();
     54      this.nextButton = new System.Windows.Forms.Button();
    5255      this.lastButton = new System.Windows.Forms.Button();
    5356      this.playButton = new System.Windows.Forms.Button();
     57      this.previousButton = new System.Windows.Forms.Button();
    5458      this.firstButton = new System.Windows.Forms.Button();
    5559      this.maximumLabel = new System.Windows.Forms.Label();
    56       this.indexLabel = new System.Windows.Forms.Label();
    5760      this.minimumLabel = new System.Windows.Forms.Label();
    5861      this.trackBar = new System.Windows.Forms.TrackBar();
     
    6972                  | System.Windows.Forms.AnchorStyles.Left)
    7073                  | System.Windows.Forms.AnchorStyles.Right)));
     74      this.itemsGroupBox.Controls.Add(this.indexLabel);
     75      this.itemsGroupBox.Controls.Add(this.delayComboBox);
    7176      this.itemsGroupBox.Controls.Add(this.stopButton);
     77      this.itemsGroupBox.Controls.Add(this.nextButton);
    7278      this.itemsGroupBox.Controls.Add(this.lastButton);
    7379      this.itemsGroupBox.Controls.Add(this.playButton);
     80      this.itemsGroupBox.Controls.Add(this.previousButton);
    7481      this.itemsGroupBox.Controls.Add(this.firstButton);
    7582      this.itemsGroupBox.Controls.Add(this.maximumLabel);
    76       this.itemsGroupBox.Controls.Add(this.indexLabel);
    7783      this.itemsGroupBox.Controls.Add(this.minimumLabel);
    7884      this.itemsGroupBox.Controls.Add(this.trackBar);
     
    8591      this.itemsGroupBox.Text = "Items";
    8692      //
     93      // indexLabel
     94      //
     95      this.indexLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
     96                  | System.Windows.Forms.AnchorStyles.Right)));
     97      this.indexLabel.Location = new System.Drawing.Point(173, 364);
     98      this.indexLabel.Name = "indexLabel";
     99      this.indexLabel.Size = new System.Drawing.Size(186, 13);
     100      this.indexLabel.TabIndex = 9;
     101      this.indexLabel.Text = "0";
     102      this.indexLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     103      //
     104      // delayComboBox
     105      //
     106      this.delayComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     107      this.delayComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     108      this.delayComboBox.FormattingEnabled = true;
     109      this.delayComboBox.Location = new System.Drawing.Point(472, 355);
     110      this.delayComboBox.Name = "delayComboBox";
     111      this.delayComboBox.Size = new System.Drawing.Size(54, 21);
     112      this.delayComboBox.TabIndex = 11;
     113      this.toolTip.SetToolTip(this.delayComboBox, "Visualization Delay");
     114      this.delayComboBox.SelectedIndexChanged += new System.EventHandler(this.delayComboBox_SelectedIndexChanged);
     115      //
    87116      // stopButton
    88117      //
    89       this.stopButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     118      this.stopButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    90119      this.stopButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Stop;
    91       this.stopButton.Location = new System.Drawing.Point(502, 355);
     120      this.stopButton.Location = new System.Drawing.Point(36, 355);
    92121      this.stopButton.Name = "stopButton";
    93122      this.stopButton.Size = new System.Drawing.Size(24, 24);
    94       this.stopButton.TabIndex = 5;
     123      this.stopButton.TabIndex = 7;
    95124      this.toolTip.SetToolTip(this.stopButton, "Stop");
    96125      this.stopButton.UseVisualStyleBackColor = true;
    97126      this.stopButton.Click += new System.EventHandler(this.stopButton_Click);
     127      //
     128      // nextButton
     129      //
     130      this.nextButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     131      this.nextButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.MoveNext;
     132      this.nextButton.Location = new System.Drawing.Point(472, 325);
     133      this.nextButton.Name = "nextButton";
     134      this.nextButton.Size = new System.Drawing.Size(24, 24);
     135      this.nextButton.TabIndex = 4;
     136      this.nextButton.UseVisualStyleBackColor = true;
     137      this.nextButton.Click += new System.EventHandler(this.nextButton_Click);
    98138      //
    99139      // lastButton
     
    104144      this.lastButton.Name = "lastButton";
    105145      this.lastButton.Size = new System.Drawing.Size(24, 24);
    106       this.lastButton.TabIndex = 3;
     146      this.lastButton.TabIndex = 5;
    107147      this.toolTip.SetToolTip(this.lastButton, "Move to Last");
    108148      this.lastButton.UseVisualStyleBackColor = true;
     
    116156      this.playButton.Name = "playButton";
    117157      this.playButton.Size = new System.Drawing.Size(24, 24);
    118       this.playButton.TabIndex = 4;
     158      this.playButton.TabIndex = 6;
    119159      this.toolTip.SetToolTip(this.playButton, "Play");
    120160      this.playButton.UseVisualStyleBackColor = true;
    121161      this.playButton.Click += new System.EventHandler(this.playButton_Click);
     162      //
     163      // previousButton
     164      //
     165      this.previousButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     166      this.previousButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.MovePrevious;
     167      this.previousButton.Location = new System.Drawing.Point(36, 325);
     168      this.previousButton.Name = "previousButton";
     169      this.previousButton.Size = new System.Drawing.Size(24, 24);
     170      this.previousButton.TabIndex = 2;
     171      this.previousButton.UseVisualStyleBackColor = true;
     172      this.previousButton.Click += new System.EventHandler(this.previousButton_Click);
    122173      //
    123174      // firstButton
     
    136187      //
    137188      this.maximumLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
    138       this.maximumLabel.Location = new System.Drawing.Point(388, 364);
     189      this.maximumLabel.Location = new System.Drawing.Point(351, 364);
    139190      this.maximumLabel.Name = "maximumLabel";
    140191      this.maximumLabel.Size = new System.Drawing.Size(108, 13);
    141       this.maximumLabel.TabIndex = 8;
     192      this.maximumLabel.TabIndex = 10;
    142193      this.maximumLabel.Text = "10";
    143194      this.maximumLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
    144195      //
    145       // indexLabel
    146       //
    147       this.indexLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
    148                   | System.Windows.Forms.AnchorStyles.Right)));
    149       this.indexLabel.Location = new System.Drawing.Point(173, 364);
    150       this.indexLabel.Name = "indexLabel";
    151       this.indexLabel.Size = new System.Drawing.Size(186, 13);
    152       this.indexLabel.TabIndex = 7;
    153       this.indexLabel.Text = "0";
    154       this.indexLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
    155       //
    156196      // minimumLabel
    157197      //
    158198      this.minimumLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    159       this.minimumLabel.Location = new System.Drawing.Point(36, 364);
     199      this.minimumLabel.Location = new System.Drawing.Point(73, 364);
    160200      this.minimumLabel.Name = "minimumLabel";
    161201      this.minimumLabel.Size = new System.Drawing.Size(38, 13);
    162       this.minimumLabel.TabIndex = 6;
     202      this.minimumLabel.TabIndex = 8;
    163203      this.minimumLabel.Text = "0";
    164204      this.minimumLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     
    169209                  | System.Windows.Forms.AnchorStyles.Right)));
    170210      this.trackBar.LargeChange = 1;
    171       this.trackBar.Location = new System.Drawing.Point(36, 316);
     211      this.trackBar.Location = new System.Drawing.Point(66, 316);
    172212      this.trackBar.Name = "trackBar";
    173       this.trackBar.Size = new System.Drawing.Size(460, 45);
    174       this.trackBar.TabIndex = 2;
     213      this.trackBar.Size = new System.Drawing.Size(400, 45);
     214      this.trackBar.TabIndex = 3;
    175215      this.trackBar.TickStyle = System.Windows.Forms.TickStyle.Both;
    176216      this.trackBar.ValueChanged += new System.EventHandler(this.trackBar_ValueChanged);
     
    224264    protected Label minimumLabel;
    225265    protected System.ComponentModel.BackgroundWorker backgroundWorker;
     266    protected Button nextButton;
     267    protected Button previousButton;
     268    protected ComboBox delayComboBox;
    226269  }
    227270}
Note: See TracChangeset for help on using the changeset viewer.