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.Core.Views/3.3/VariableView.Designer.cs

    r5445 r5832  
    5050      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
    5151      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
    52       this.nameTextBox.Size = new System.Drawing.Size(287, 20);
     52      this.nameTextBox.Location = new System.Drawing.Point(69, 0);
     53      this.nameTextBox.Size = new System.Drawing.Size(265, 20);
    5354      //
    54       // descriptionTextBox
     55      // infoLabel
    5556      //
    56       this.descriptionTextBox.Size = new System.Drawing.Size(287, 20);
     57      this.infoLabel.Location = new System.Drawing.Point(340, 3);
    5758      //
    5859      // dataTypeLabel
    5960      //
    6061      this.dataTypeLabel.AutoSize = true;
    61       this.dataTypeLabel.Location = new System.Drawing.Point(3, 55);
     62      this.dataTypeLabel.Location = new System.Drawing.Point(3, 29);
    6263      this.dataTypeLabel.Name = "dataTypeLabel";
    6364      this.dataTypeLabel.Size = new System.Drawing.Size(60, 13);
    64       this.dataTypeLabel.TabIndex = 4;
     65      this.dataTypeLabel.TabIndex = 3;
    6566      this.dataTypeLabel.Text = "Data &Type:";
    6667      //
     
    6970      this.dataTypeTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    7071                  | System.Windows.Forms.AnchorStyles.Right)));
    71       this.dataTypeTextBox.Location = new System.Drawing.Point(72, 52);
     72      this.dataTypeTextBox.Location = new System.Drawing.Point(69, 26);
    7273      this.dataTypeTextBox.Name = "dataTypeTextBox";
    7374      this.dataTypeTextBox.ReadOnly = true;
    74       this.dataTypeTextBox.Size = new System.Drawing.Size(287, 20);
    75       this.dataTypeTextBox.TabIndex = 5;
     75      this.dataTypeTextBox.Size = new System.Drawing.Size(290, 20);
     76      this.dataTypeTextBox.TabIndex = 4;
    7677      //
    7778      // valueGroupBox
     
    8384      this.valueGroupBox.Controls.Add(this.clearValueButton);
    8485      this.valueGroupBox.Controls.Add(this.setValueButton);
    85       this.valueGroupBox.Location = new System.Drawing.Point(0, 78);
     86      this.valueGroupBox.Location = new System.Drawing.Point(0, 52);
    8687      this.valueGroupBox.Name = "valueGroupBox";
    87       this.valueGroupBox.Size = new System.Drawing.Size(359, 196);
    88       this.valueGroupBox.TabIndex = 7;
     88      this.valueGroupBox.Size = new System.Drawing.Size(359, 222);
     89      this.valueGroupBox.TabIndex = 5;
    8990      this.valueGroupBox.TabStop = false;
    9091      this.valueGroupBox.Text = "Value";
     
    99100      this.valuePanel.Location = new System.Drawing.Point(6, 49);
    100101      this.valuePanel.Name = "valuePanel";
    101       this.valuePanel.Size = new System.Drawing.Size(347, 141);
     102      this.valuePanel.Size = new System.Drawing.Size(347, 167);
    102103      this.valuePanel.TabIndex = 2;
    103       this.valuePanel.DragOver += new System.Windows.Forms.DragEventHandler(this.valuePanel_DragEnterOver);
    104104      this.valuePanel.DragDrop += new System.Windows.Forms.DragEventHandler(this.valuePanel_DragDrop);
    105105      this.valuePanel.DragEnter += new System.Windows.Forms.DragEventHandler(this.valuePanel_DragEnterOver);
     106      this.valuePanel.DragOver += new System.Windows.Forms.DragEventHandler(this.valuePanel_DragEnterOver);
    106107      //
    107108      // viewHost
    108109      //
     110      this.viewHost.Caption = "View";
    109111      this.viewHost.Content = null;
    110112      this.viewHost.Dock = System.Windows.Forms.DockStyle.Fill;
     113      this.viewHost.Enabled = false;
    111114      this.viewHost.Location = new System.Drawing.Point(0, 0);
    112115      this.viewHost.Name = "viewHost";
    113       this.viewHost.Size = new System.Drawing.Size(347, 141);
     116      this.viewHost.ReadOnly = false;
     117      this.viewHost.Size = new System.Drawing.Size(347, 167);
    114118      this.viewHost.TabIndex = 0;
     119      this.viewHost.ViewsLabelVisible = true;
    115120      this.viewHost.ViewType = null;
    116121      //
     
    132137      this.setValueButton.Name = "setValueButton";
    133138      this.setValueButton.Size = new System.Drawing.Size(24, 24);
    134       this.setValueButton.TabIndex = 1;
     139      this.setValueButton.TabIndex = 0;
    135140      this.toolTip.SetToolTip(this.setValueButton, "Set Value");
    136141      this.setValueButton.UseVisualStyleBackColor = true;
     
    146151      this.Name = "VariableView";
    147152      this.Size = new System.Drawing.Size(359, 274);
    148       this.Controls.SetChildIndex(this.descriptionLabel, 0);
     153      this.Controls.SetChildIndex(this.infoLabel, 0);
    149154      this.Controls.SetChildIndex(this.dataTypeTextBox, 0);
    150155      this.Controls.SetChildIndex(this.dataTypeLabel, 0);
    151       this.Controls.SetChildIndex(this.descriptionTextBox, 0);
    152156      this.Controls.SetChildIndex(this.nameTextBox, 0);
    153157      this.Controls.SetChildIndex(this.nameLabel, 0);
Note: See TracChangeset for help on using the changeset viewer.