Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/03/10 06:46:30 (15 years ago)
Author:
swagner
Message:

Operator architecture refactoring (#95)

  • implemented reviewers' comments
Location:
trunk/sources/HeuristicLab.Operators.Programmable/3.3
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Operators.Programmable/3.3/ProgrammableOperatorView.Designer.cs

    r2911 r2917  
    7777      // descriptionTextBox
    7878      //
    79       this.descriptionTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    80                   | System.Windows.Forms.AnchorStyles.Right)));
    81       this.descriptionTextBox.Size = new System.Drawing.Size(913, 48);
     79      this.descriptionTextBox.Size = new System.Drawing.Size(913, 20);
    8280      this.descriptionTextBox.TextChanged += new System.EventHandler(this.descriptionTextBox_TextChanged);
    8381      //
     
    198196      this.tabControl1.Controls.Add(this.tabPage1);
    199197      this.tabControl1.Controls.Add(tabPage2);
    200       this.tabControl1.Location = new System.Drawing.Point(0, 78);
     198      this.tabControl1.Location = new System.Drawing.Point(0, 52);
    201199      this.tabControl1.Name = "tabControl1";
    202200      this.tabControl1.SelectedIndex = 0;
    203       this.tabControl1.Size = new System.Drawing.Size(985, 619);
     201      this.tabControl1.Size = new System.Drawing.Size(985, 645);
    204202      this.tabControl1.TabIndex = 7;
    205203      //
     
    210208      this.tabPage1.Name = "tabPage1";
    211209      this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
    212       this.tabPage1.Size = new System.Drawing.Size(898, 439);
     210      this.tabPage1.Size = new System.Drawing.Size(977, 619);
    213211      this.tabPage1.TabIndex = 0;
    214212      this.tabPage1.Text = "Parameters";
     
    222220      this.parameterCollectionView1.Location = new System.Drawing.Point(3, 3);
    223221      this.parameterCollectionView1.Name = "parameterCollectionView1";
    224       this.parameterCollectionView1.Size = new System.Drawing.Size(892, 433);
     222      this.parameterCollectionView1.Size = new System.Drawing.Size(971, 613);
    225223      this.parameterCollectionView1.TabIndex = 0;
    226224      //
  • trunk/sources/HeuristicLab.Operators.Programmable/3.3/ProgrammableOperatorView.cs

    r2911 r2917  
    3838
    3939namespace HeuristicLab.Operators.Programmable {
    40 
     40  [View("ProgrammableOperator View")]
    4141  [Content(typeof(ProgrammableOperator), true)]
    4242  public partial class ProgrammableOperatorView : NamedItemView {
  • trunk/sources/HeuristicLab.Operators.Programmable/3.3/ProgrammableOperatorView.resx

    r2897 r2917  
    119119  </resheader>
    120120  <metadata name="errorProvider.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
     121    <value>107, 17</value>
     122  </metadata>
     123  <metadata name="toolTip.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
    121124    <value>17, 17</value>
    122125  </metadata>
Note: See TracChangeset for help on using the changeset viewer.