Changeset 10048
- Timestamp:
- 10/17/13 14:18:28 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode.Views/3.3/BattleRunnerDialog.Designer.cs
r9985 r10048 25 25 private void InitializeComponent() { 26 26 this.components = new System.ComponentModel.Container(); 27 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(BattleRunnerDialog));28 27 this.label1 = new System.Windows.Forms.Label(); 29 28 this.robocodePathTextBox = new System.Windows.Forms.TextBox(); … … 51 50 // robocodePathTextBox 52 51 // 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) 54 53 | System.Windows.Forms.AnchorStyles.Right))); 55 54 this.robocodePathTextBox.Location = new System.Drawing.Point(117, 12); … … 130 129 // enemyCollectionView 131 130 // 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) 134 133 | System.Windows.Forms.AnchorStyles.Right))); 135 134 this.enemyCollectionView.Caption = "EnemyCollection View"; … … 157 156 this.ShowIcon = false; 158 157 this.ShowInTaskbar = false; 159 this.Text = "BattleRunnerDialog"; 158 this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; 159 this.Text = "Run Battle"; 160 160 ((System.ComponentModel.ISupportInitialize)(this.nrOfRoundsNumericUpDown)).EndInit(); 161 161 ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
Note: See TracChangeset
for help on using the changeset viewer.