Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/25/11 17:18:58 (13 years ago)
Author:
swagner
Message:

Moved description from textbox to icon in NamedItemView and adapted all derived views (#1416)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.ExternalEvaluation.GP.Views/3.3/VariableSymbolView.Designer.cs

    r5466 r5832  
    4848      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
    4949      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
    50       this.nameTextBox.Size = new System.Drawing.Size(477, 20);
    51       //
    52       // descriptionTextBox
    53       //
    54       this.descriptionTextBox.Size = new System.Drawing.Size(477, 20);
     50      this.nameTextBox.Size = new System.Drawing.Size(466, 20);
     51      //
     52      // infoLabel
     53      //
     54      this.infoLabel.Location = new System.Drawing.Point(530, 3);
    5555      //
    5656      // tabControl
    5757      //
     58      this.tabControl.AllowDrop = true;
    5859      this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    5960                  | System.Windows.Forms.AnchorStyles.Left)
     
    6162      this.tabControl.Controls.Add(this.variableNamesTabPage);
    6263      this.tabControl.Controls.Add(this.parametersTabPage);
    63       this.tabControl.Location = new System.Drawing.Point(0, 52);
     64      this.tabControl.Location = new System.Drawing.Point(0, 26);
    6465      this.tabControl.Name = "tabControl";
    6566      this.tabControl.SelectedIndex = 0;
    66       this.tabControl.Size = new System.Drawing.Size(549, 367);
    67       this.tabControl.TabIndex = 4;
     67      this.tabControl.Size = new System.Drawing.Size(549, 393);
     68      this.tabControl.TabIndex = 3;
    6869      //
    6970      // variableNamesTabPage
     
    7273      this.variableNamesTabPage.Name = "variableNamesTabPage";
    7374      this.variableNamesTabPage.Padding = new System.Windows.Forms.Padding(3);
    74       this.variableNamesTabPage.Size = new System.Drawing.Size(541, 341);
     75      this.variableNamesTabPage.Size = new System.Drawing.Size(541, 367);
    7576      this.variableNamesTabPage.TabIndex = 0;
    7677      this.variableNamesTabPage.Text = "Variable Names";
     
    8485      this.parametersTabPage.Name = "parametersTabPage";
    8586      this.parametersTabPage.Padding = new System.Windows.Forms.Padding(3);
    86       this.parametersTabPage.Size = new System.Drawing.Size(541, 341);
     87      this.parametersTabPage.Size = new System.Drawing.Size(541, 367);
    8788      this.parametersTabPage.TabIndex = 1;
    8889      this.parametersTabPage.Text = "Parameters";
     
    9899      this.groupBox2.Name = "groupBox2";
    99100      this.groupBox2.Size = new System.Drawing.Size(200, 94);
    100       this.groupBox2.TabIndex = 2;
     101      this.groupBox2.TabIndex = 1;
    101102      this.groupBox2.TabStop = false;
    102103      this.groupBox2.Text = "Weight Manipulator";
     
    124125      this.weightManipulatorSigmaTextBox.Name = "weightManipulatorSigmaTextBox";
    125126      this.weightManipulatorSigmaTextBox.Size = new System.Drawing.Size(100, 20);
    126       this.weightManipulatorSigmaTextBox.TabIndex = 1;
     127      this.weightManipulatorSigmaTextBox.TabIndex = 3;
    127128      this.weightManipulatorSigmaTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.weightTextBox_Validating);
    128129      //
     
    133134      this.label4.Name = "label4";
    134135      this.label4.Size = new System.Drawing.Size(17, 13);
    135       this.label4.TabIndex = 0;
     136      this.label4.TabIndex = 2;
    136137      this.label4.Text = "σ:";
    137138      //
     
    145146      this.groupBox1.Name = "groupBox1";
    146147      this.groupBox1.Size = new System.Drawing.Size(200, 83);
    147       this.groupBox1.TabIndex = 2;
     148      this.groupBox1.TabIndex = 0;
    148149      this.groupBox1.TabStop = false;
    149150      this.groupBox1.Text = "Weight";
     
    172173      this.label2.Name = "label2";
    173174      this.label2.Size = new System.Drawing.Size(17, 13);
    174       this.label2.TabIndex = 0;
     175      this.label2.TabIndex = 2;
    175176      this.label2.Text = "σ:";
    176177      //
     
    180181      this.weightSigmaTextBox.Name = "weightSigmaTextBox";
    181182      this.weightSigmaTextBox.Size = new System.Drawing.Size(100, 20);
    182       this.weightSigmaTextBox.TabIndex = 1;
     183      this.weightSigmaTextBox.TabIndex = 3;
    183184      this.weightSigmaTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.weightTextBox_Validating);
    184185      //
     
    190191      this.Name = "VariableSymbolView";
    191192      this.Size = new System.Drawing.Size(549, 419);
     193      this.Controls.SetChildIndex(this.infoLabel, 0);
    192194      this.Controls.SetChildIndex(this.tabControl, 0);
    193195      this.Controls.SetChildIndex(this.nameLabel, 0);
    194       this.Controls.SetChildIndex(this.descriptionLabel, 0);
    195196      this.Controls.SetChildIndex(this.nameTextBox, 0);
    196       this.Controls.SetChildIndex(this.descriptionTextBox, 0);
    197197      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
    198198      this.tabControl.ResumeLayout(false);
Note: See TracChangeset for help on using the changeset viewer.