Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/22/12 22:53:53 (12 years ago)
Author:
ascheibe
Message:

#1745 fixed typos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HiveHiveEngine/HeuristicLab.Operators.Views/3.3/ReductionOperationView.Designer.cs

    r7393 r7394  
    5454      this.valueLabel.Location = new System.Drawing.Point(3, 3);
    5555      this.valueLabel.Name = "valueLabel";
    56       this.valueLabel.Size = new System.Drawing.Size(34, 13);
     56      this.valueLabel.Size = new System.Drawing.Size(56, 13);
    5757      this.valueLabel.TabIndex = 0;
    58       this.valueLabel.Text = "&Type:";
     58      this.valueLabel.Text = "&Operation:";
    5959      //
    6060      // valueComboBox
    6161      //
    62       this.valueComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    63                   | System.Windows.Forms.AnchorStyles.Right)));
     62      this.valueComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
     63            | System.Windows.Forms.AnchorStyles.Right)));
    6464      this.valueComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
    6565      this.valueComboBox.Enabled = false;
    6666      this.valueComboBox.FormattingEnabled = true;
    67       this.valueComboBox.Location = new System.Drawing.Point(46, 0);
     67      this.valueComboBox.Location = new System.Drawing.Point(65, 0);
    6868      this.valueComboBox.Name = "valueComboBox";
    69       this.valueComboBox.Size = new System.Drawing.Size(219, 21);
     69      this.valueComboBox.Size = new System.Drawing.Size(212, 21);
    7070      this.valueComboBox.TabIndex = 1;
    7171      this.valueComboBox.SelectedIndexChanged += new System.EventHandler(this.valueComboBox_SelectedIndexChanged);
    7272      //
    73       // PermutationTypeView
     73      // ReductionOperationView
    7474      //
    7575      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     
    7878      this.Controls.Add(this.valueLabel);
    7979      this.Name = "ReductionOperationView";
    80       this.Size = new System.Drawing.Size(265, 29);
     80      this.Size = new System.Drawing.Size(277, 29);
    8181      this.ResumeLayout(false);
    8282      this.PerformLayout();
Note: See TracChangeset for help on using the changeset viewer.