Free cookie consent management tool by TermsFeed Policy Generator

Changeset 10048


Ignore:
Timestamp:
10/17/13 14:18:28 (11 years ago)
Author:
ascheibe
Message:

#2069 center BattleRunner dialog

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode.Views/3.3/BattleRunnerDialog.Designer.cs

    r9985 r10048  
    2525    private void InitializeComponent() {
    2626      this.components = new System.ComponentModel.Container();
    27       System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(BattleRunnerDialog));
    2827      this.label1 = new System.Windows.Forms.Label();
    2928      this.robocodePathTextBox = new System.Windows.Forms.TextBox();
     
    5150      // robocodePathTextBox
    5251      //
    53       this.robocodePathTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     52      this.robocodePathTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
    5453            | System.Windows.Forms.AnchorStyles.Right)));
    5554      this.robocodePathTextBox.Location = new System.Drawing.Point(117, 12);
     
    130129      // enemyCollectionView
    131130      //
    132       this.enemyCollectionView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    133             | System.Windows.Forms.AnchorStyles.Left)
     131      this.enemyCollectionView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
     132            | System.Windows.Forms.AnchorStyles.Left) 
    134133            | System.Windows.Forms.AnchorStyles.Right)));
    135134      this.enemyCollectionView.Caption = "EnemyCollection View";
     
    157156      this.ShowIcon = false;
    158157      this.ShowInTaskbar = false;
    159       this.Text = "BattleRunnerDialog";
     158      this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     159      this.Text = "Run Battle";
    160160      ((System.ComponentModel.ISupportInitialize)(this.nrOfRoundsNumericUpDown)).EndInit();
    161161      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
Note: See TracChangeset for help on using the changeset viewer.