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.Operators.Views/3.3/AlgorithmOperatorView.Designer.cs

    r5466 r5832  
    6262      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
    6363      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
    64       this.nameTextBox.Size = new System.Drawing.Size(414, 20);
     64      this.nameTextBox.Location = new System.Drawing.Point(70, 0);
     65      this.nameTextBox.Size = new System.Drawing.Size(391, 20);
    6566      //
    66       // descriptionTextBox
     67      // infoLabel
    6768      //
    68       this.descriptionTextBox.Size = new System.Drawing.Size(414, 20);
     69      this.infoLabel.Location = new System.Drawing.Point(467, 3);
    6970      //
    7071      // tabControl
    7172      //
     73      this.tabControl.AllowDrop = true;
    7274      this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    7375                  | System.Windows.Forms.AnchorStyles.Left)
     
    7577      this.tabControl.Controls.Add(this.parametersTabPage);
    7678      this.tabControl.Controls.Add(this.operatorGraphTabPage);
    77       this.tabControl.Location = new System.Drawing.Point(0, 72);
     79      this.tabControl.Location = new System.Drawing.Point(0, 46);
    7880      this.tabControl.Name = "tabControl";
    7981      this.tabControl.SelectedIndex = 0;
    80       this.tabControl.Size = new System.Drawing.Size(486, 410);
    81       this.tabControl.TabIndex = 6;
     82      this.tabControl.Size = new System.Drawing.Size(486, 436);
     83      this.tabControl.TabIndex = 5;
    8284      //
    8385      // parametersTabPage
     
    8789      this.parametersTabPage.Name = "parametersTabPage";
    8890      this.parametersTabPage.Padding = new System.Windows.Forms.Padding(3);
    89       this.parametersTabPage.Size = new System.Drawing.Size(478, 384);
     91      this.parametersTabPage.Size = new System.Drawing.Size(478, 410);
    9092      this.parametersTabPage.TabIndex = 0;
    9193      this.parametersTabPage.Text = "Parameters";
     
    9799                  | System.Windows.Forms.AnchorStyles.Left)
    98100                  | System.Windows.Forms.AnchorStyles.Right)));
     101      this.parameterCollectionView.Caption = "ParameterCollection View";
    99102      this.parameterCollectionView.Content = null;
    100103      this.parameterCollectionView.Location = new System.Drawing.Point(6, 6);
    101104      this.parameterCollectionView.Name = "parameterCollectionView";
    102       this.parameterCollectionView.Size = new System.Drawing.Size(466, 372);
     105      this.parameterCollectionView.ReadOnly = false;
     106      this.parameterCollectionView.Size = new System.Drawing.Size(466, 398);
    103107      this.parameterCollectionView.TabIndex = 0;
    104108      //
     
    109113      this.operatorGraphTabPage.Name = "operatorGraphTabPage";
    110114      this.operatorGraphTabPage.Padding = new System.Windows.Forms.Padding(3);
    111       this.operatorGraphTabPage.Size = new System.Drawing.Size(478, 384);
     115      this.operatorGraphTabPage.Size = new System.Drawing.Size(478, 410);
    112116      this.operatorGraphTabPage.TabIndex = 1;
    113117      this.operatorGraphTabPage.Text = "Operator Graph";
     
    119123                  | System.Windows.Forms.AnchorStyles.Left)
    120124                  | System.Windows.Forms.AnchorStyles.Right)));
     125      this.operatorGraphViewHost.Caption = "View";
    121126      this.operatorGraphViewHost.Content = null;
     127      this.operatorGraphViewHost.Enabled = false;
    122128      this.operatorGraphViewHost.Location = new System.Drawing.Point(6, 6);
    123129      this.operatorGraphViewHost.Name = "operatorGraphViewHost";
    124       this.operatorGraphViewHost.Size = new System.Drawing.Size(466, 372);
     130      this.operatorGraphViewHost.ReadOnly = false;
     131      this.operatorGraphViewHost.Size = new System.Drawing.Size(466, 398);
    125132      this.operatorGraphViewHost.TabIndex = 0;
     133      this.operatorGraphViewHost.ViewsLabelVisible = true;
    126134      this.operatorGraphViewHost.ViewType = null;
    127135      //
     
    129137      //
    130138      this.breakpointCheckBox.AutoSize = true;
    131       this.breakpointCheckBox.Location = new System.Drawing.Point(72, 52);
     139      this.breakpointCheckBox.Location = new System.Drawing.Point(70, 26);
    132140      this.breakpointCheckBox.Name = "breakpointCheckBox";
    133141      this.breakpointCheckBox.Size = new System.Drawing.Size(15, 14);
    134       this.breakpointCheckBox.TabIndex = 5;
     142      this.breakpointCheckBox.TabIndex = 4;
     143      this.toolTip.SetToolTip(this.breakpointCheckBox, "Check if an engine should stop execution each time after this operator has been p" +
     144              "rocessed.");
    135145      this.breakpointCheckBox.UseVisualStyleBackColor = true;
    136146      this.breakpointCheckBox.CheckedChanged += new System.EventHandler(this.breakpointCheckBox_CheckedChanged);
    137       this.toolTip.SetToolTip(this.breakpointCheckBox, "Check if an engine should stop execution each time after this operator has been processed.");
    138147      //
    139148      // breakpointLabel
    140149      //
    141150      this.breakpointLabel.AutoSize = true;
    142       this.breakpointLabel.Location = new System.Drawing.Point(3, 52);
     151      this.breakpointLabel.Location = new System.Drawing.Point(3, 26);
    143152      this.breakpointLabel.Name = "breakpointLabel";
    144153      this.breakpointLabel.Size = new System.Drawing.Size(61, 13);
    145       this.breakpointLabel.TabIndex = 4;
     154      this.breakpointLabel.TabIndex = 3;
    146155      this.breakpointLabel.Text = "&Breakpoint:";
    147156      //
     
    155164      this.Name = "AlgorithmOperatorView";
    156165      this.Size = new System.Drawing.Size(486, 482);
     166      this.Controls.SetChildIndex(this.infoLabel, 0);
    157167      this.Controls.SetChildIndex(this.tabControl, 0);
    158168      this.Controls.SetChildIndex(this.nameLabel, 0);
    159       this.Controls.SetChildIndex(this.descriptionLabel, 0);
    160169      this.Controls.SetChildIndex(this.nameTextBox, 0);
    161       this.Controls.SetChildIndex(this.descriptionTextBox, 0);
    162170      this.Controls.SetChildIndex(this.breakpointLabel, 0);
    163171      this.Controls.SetChildIndex(this.breakpointCheckBox, 0);
Note: See TracChangeset for help on using the changeset viewer.