Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/31/11 13:07:29 (13 years ago)
Author:
mkommend
Message:

#1460: Corrected StringConvertibleValueView.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Data.Views/3.3/StringConvertibleValueTupleView.Designer.cs

    r5891 r5908  
    5252      // Item1View
    5353      //
    54       this.Item1View.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     54      this.Item1View.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
    5555            | System.Windows.Forms.AnchorStyles.Right)));
    5656      this.Item1View.Caption = "StringConvertibleValue View";
    5757      this.Item1View.Content = null;
    5858      this.Item1View.LabelVisible = false;
    59       this.Item1View.Location = new System.Drawing.Point(45, 3);
     59      this.Item1View.Location = new System.Drawing.Point(45, 0);
    6060      this.Item1View.Name = "Item1View";
    6161      this.Item1View.ReadOnly = false;
    62       this.Item1View.Size = new System.Drawing.Size(260, 22);
     62      this.Item1View.Size = new System.Drawing.Size(260, 20);
    6363      this.Item1View.TabIndex = 0;
    6464      //
    6565      // Item2View
    6666      //
    67       this.Item2View.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     67      this.Item2View.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
    6868            | System.Windows.Forms.AnchorStyles.Right)));
    6969      this.Item2View.Caption = "StringConvertibleValue View";
    7070      this.Item2View.Content = null;
    7171      this.Item2View.LabelVisible = false;
    72       this.Item2View.Location = new System.Drawing.Point(45, 31);
     72      this.Item2View.Location = new System.Drawing.Point(45, 26);
    7373      this.Item2View.Name = "Item2View";
    7474      this.Item2View.ReadOnly = false;
    75       this.Item2View.Size = new System.Drawing.Size(260, 22);
     75      this.Item2View.Size = new System.Drawing.Size(260, 20);
    7676      this.Item2View.TabIndex = 1;
    7777      //
     
    7979      //
    8080      this.Item1Label.AutoSize = true;
    81       this.Item1Label.Location = new System.Drawing.Point(3, 6);
     81      this.Item1Label.Location = new System.Drawing.Point(3, 3);
    8282      this.Item1Label.Name = "Item1Label";
    8383      this.Item1Label.Size = new System.Drawing.Size(36, 13);
     
    8888      //
    8989      this.Item2Label.AutoSize = true;
    90       this.Item2Label.Location = new System.Drawing.Point(3, 34);
     90      this.Item2Label.Location = new System.Drawing.Point(3, 29);
    9191      this.Item2Label.Name = "Item2Label";
    9292      this.Item2Label.Size = new System.Drawing.Size(36, 13);
     
    103103      this.Controls.Add(this.Item2View);
    104104      this.Name = "StringConvertibleValueTupleView";
    105       this.Size = new System.Drawing.Size(308, 56);
     105      this.Size = new System.Drawing.Size(308, 47);
    106106      this.ResumeLayout(false);
    107107      this.PerformLayout();
     108
    108109    }
    109110
Note: See TracChangeset for help on using the changeset viewer.