Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/08/09 12:48:18 (16 years ago)
Author:
gkronber
Message:

Merged change sets from CEDMA branch to trunk:

File:
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.CEDMA.Core/DataSetView.Designer.cs

    r957 r1287  
    4646    private void InitializeComponent() {
    4747      this.editorGroupBox = new System.Windows.Forms.GroupBox();
    48       this.saveButton = new System.Windows.Forms.Button();
    4948      this.activateButton = new System.Windows.Forms.Button();
     49      this.resultsButton = new System.Windows.Forms.Button();
     50      this.progressBar = new System.Windows.Forms.ProgressBar();
     51      this.viewComboBox = new System.Windows.Forms.ComboBox();
    5052      this.SuspendLayout();
    5153      //
     
    5759      this.editorGroupBox.Location = new System.Drawing.Point(0, 3);
    5860      this.editorGroupBox.Name = "editorGroupBox";
    59       this.editorGroupBox.Size = new System.Drawing.Size(274, 119);
     61      this.editorGroupBox.Size = new System.Drawing.Size(381, 218);
    6062      this.editorGroupBox.TabIndex = 0;
    6163      this.editorGroupBox.TabStop = false;
    6264      this.editorGroupBox.Text = "&Editor:";
    6365      //
    64       // saveButton
    65       //
    66       this.saveButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    67       this.saveButton.Location = new System.Drawing.Point(4, 128);
    68       this.saveButton.Name = "saveButton";
    69       this.saveButton.Size = new System.Drawing.Size(75, 23);
    70       this.saveButton.TabIndex = 1;
    71       this.saveButton.Text = "&Save";
    72       this.saveButton.UseVisualStyleBackColor = true;
    73       this.saveButton.Click += new System.EventHandler(this.saveButton_Click);
    74       //
    7566      // activateButton
    7667      //
    7768      this.activateButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    78       this.activateButton.Location = new System.Drawing.Point(85, 128);
     69      this.activateButton.Location = new System.Drawing.Point(0, 227);
    7970      this.activateButton.Name = "activateButton";
    8071      this.activateButton.Size = new System.Drawing.Size(75, 23);
    8172      this.activateButton.TabIndex = 2;
    82       this.activateButton.Text = "&Start";
     73      this.activateButton.Text = "&Activate";
    8374      this.activateButton.UseVisualStyleBackColor = true;
    8475      this.activateButton.Click += new System.EventHandler(this.activateButton_Click);
    8576      //
    86       // AgentView
     77      // resultsButton
     78      //
     79      this.resultsButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     80      this.resultsButton.Location = new System.Drawing.Point(130, 254);
     81      this.resultsButton.Name = "resultsButton";
     82      this.resultsButton.Size = new System.Drawing.Size(86, 23);
     83      this.resultsButton.TabIndex = 3;
     84      this.resultsButton.Text = "Show results";
     85      this.resultsButton.UseVisualStyleBackColor = true;
     86      this.resultsButton.Click += new System.EventHandler(this.resultsButton_Click);
     87      //
     88      // progressBar
     89      //
     90      this.progressBar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
     91                  | System.Windows.Forms.AnchorStyles.Right)));
     92      this.progressBar.Location = new System.Drawing.Point(222, 254);
     93      this.progressBar.Name = "progressBar";
     94      this.progressBar.Size = new System.Drawing.Size(156, 23);
     95      this.progressBar.TabIndex = 4;
     96      //
     97      // viewComboBox
     98      //
     99      this.viewComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     100      this.viewComboBox.FormattingEnabled = true;
     101      this.viewComboBox.Location = new System.Drawing.Point(3, 256);
     102      this.viewComboBox.Name = "viewComboBox";
     103      this.viewComboBox.Size = new System.Drawing.Size(121, 21);
     104      this.viewComboBox.TabIndex = 5;
     105      //
     106      // DataSetView
    87107      //
    88108      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    89109      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     110      this.Controls.Add(this.viewComboBox);
     111      this.Controls.Add(this.progressBar);
     112      this.Controls.Add(this.resultsButton);
    90113      this.Controls.Add(this.activateButton);
    91       this.Controls.Add(this.saveButton);
    92114      this.Controls.Add(this.editorGroupBox);
    93       this.Name = "AgentView";
    94       this.Size = new System.Drawing.Size(274, 154);
     115      this.Name = "DataSetView";
     116      this.Size = new System.Drawing.Size(381, 280);
    95117      this.ResumeLayout(false);
    96118
     
    100122
    101123    private System.Windows.Forms.GroupBox editorGroupBox;
    102     private System.Windows.Forms.Button saveButton;
    103124    private System.Windows.Forms.Button activateButton;
     125    private System.Windows.Forms.Button resultsButton;
     126    private System.Windows.Forms.ProgressBar progressBar;
     127    private System.Windows.Forms.ComboBox viewComboBox;
    104128  }
    105129}
Note: See TracChangeset for help on using the changeset viewer.