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.Optimization.Views/3.3/ResultView.Designer.cs

    r5445 r5832  
    5959      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
    6060      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
    61       this.nameTextBox.Size = new System.Drawing.Size(287, 20);
     61      this.nameTextBox.Location = new System.Drawing.Point(69, 0);
     62      this.nameTextBox.Size = new System.Drawing.Size(265, 20);
    6263      //
    63       // descriptionTextBox
     64      // infoLabel
    6465      //
    65       this.descriptionTextBox.Size = new System.Drawing.Size(287, 20);
     66      this.infoLabel.Location = new System.Drawing.Point(340, 3);
    6667      //
    6768      // dataTypeLabel
    6869      //
    6970      this.dataTypeLabel.AutoSize = true;
    70       this.dataTypeLabel.Location = new System.Drawing.Point(3, 55);
     71      this.dataTypeLabel.Location = new System.Drawing.Point(3, 29);
    7172      this.dataTypeLabel.Name = "dataTypeLabel";
    7273      this.dataTypeLabel.Size = new System.Drawing.Size(60, 13);
    73       this.dataTypeLabel.TabIndex = 4;
     74      this.dataTypeLabel.TabIndex = 3;
    7475      this.dataTypeLabel.Text = "Data &Type:";
    7576      //
     
    7879      this.dataTypeTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    7980                  | System.Windows.Forms.AnchorStyles.Right)));
    80       this.dataTypeTextBox.Location = new System.Drawing.Point(72, 52);
     81      this.dataTypeTextBox.Location = new System.Drawing.Point(69, 26);
    8182      this.dataTypeTextBox.Name = "dataTypeTextBox";
    8283      this.dataTypeTextBox.ReadOnly = true;
    83       this.dataTypeTextBox.Size = new System.Drawing.Size(287, 20);
    84       this.dataTypeTextBox.TabIndex = 5;
     84      this.dataTypeTextBox.Size = new System.Drawing.Size(290, 20);
     85      this.dataTypeTextBox.TabIndex = 4;
    8586      //
    8687      // valueGroupBox
     
    9091                  | System.Windows.Forms.AnchorStyles.Right)));
    9192      this.valueGroupBox.Controls.Add(this.valuePanel);
    92       this.valueGroupBox.Location = new System.Drawing.Point(0, 78);
     93      this.valueGroupBox.Location = new System.Drawing.Point(0, 52);
    9394      this.valueGroupBox.Name = "valueGroupBox";
    94       this.valueGroupBox.Size = new System.Drawing.Size(359, 196);
    95       this.valueGroupBox.TabIndex = 7;
     95      this.valueGroupBox.Size = new System.Drawing.Size(359, 222);
     96      this.valueGroupBox.TabIndex = 5;
    9697      this.valueGroupBox.TabStop = false;
    9798      this.valueGroupBox.Text = "Value";
     
    106107      this.valuePanel.Location = new System.Drawing.Point(6, 19);
    107108      this.valuePanel.Name = "valuePanel";
    108       this.valuePanel.Size = new System.Drawing.Size(347, 171);
     109      this.valuePanel.Size = new System.Drawing.Size(347, 197);
    109110      this.valuePanel.TabIndex = 2;
    110111      //
    111112      // viewHost
    112113      //
     114      this.viewHost.Caption = "View";
    113115      this.viewHost.Content = null;
    114116      this.viewHost.Dock = System.Windows.Forms.DockStyle.Fill;
     117      this.viewHost.Enabled = false;
    115118      this.viewHost.Location = new System.Drawing.Point(0, 0);
    116119      this.viewHost.Name = "viewHost";
    117       this.viewHost.Size = new System.Drawing.Size(347, 171);
     120      this.viewHost.ReadOnly = false;
     121      this.viewHost.Size = new System.Drawing.Size(347, 197);
    118122      this.viewHost.TabIndex = 0;
     123      this.viewHost.ViewsLabelVisible = true;
    119124      this.viewHost.ViewType = null;
    120125      //
     
    128133      this.Name = "ResultView";
    129134      this.Size = new System.Drawing.Size(359, 274);
    130       this.Controls.SetChildIndex(this.descriptionLabel, 0);
     135      this.Controls.SetChildIndex(this.infoLabel, 0);
    131136      this.Controls.SetChildIndex(this.dataTypeTextBox, 0);
    132137      this.Controls.SetChildIndex(this.dataTypeLabel, 0);
    133       this.Controls.SetChildIndex(this.descriptionTextBox, 0);
    134138      this.Controls.SetChildIndex(this.nameTextBox, 0);
    135139      this.Controls.SetChildIndex(this.nameLabel, 0);
Note: See TracChangeset for help on using the changeset viewer.