Free cookie consent management tool by TermsFeed Policy Generator

Changeset 6805


Ignore:
Timestamp:
09/20/11 12:33:15 (13 years ago)
Author:
mkommend
Message:

#1479: Corrected anchors of textboxes in symbol views.

Location:
trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4/Symbols
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4/Symbols/LaggedVariableView.Designer.cs

    r6803 r6805  
    111111      // parametersTabPage
    112112      //
    113       this.parametersTabPage.Size = new System.Drawing.Size(400, 164);
     113      this.parametersTabPage.Size = new System.Drawing.Size(400, 149);
    114114      //
    115115      // tabControl
     
    170170      // minTimeOffsetTextBox
    171171      //
     172      this.minTimeOffsetTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     173            | System.Windows.Forms.AnchorStyles.Right)));
    172174      this.minTimeOffsetTextBox.Location = new System.Drawing.Point(93, 127);
    173175      this.minTimeOffsetTextBox.Name = "minTimeOffsetTextBox";
     
    178180      // maxTimeOffsetTextBox
    179181      //
     182      this.maxTimeOffsetTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     183            | System.Windows.Forms.AnchorStyles.Right)));
    180184      this.maxTimeOffsetTextBox.Location = new System.Drawing.Point(93, 153);
    181185      this.maxTimeOffsetTextBox.Name = "maxTimeOffsetTextBox";
  • trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4/Symbols/TimeLagView.Designer.cs

    r6803 r6805  
    7373      //
    7474      this.errorProvider.SetIconAlignment(this.minimumArityTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
     75      this.minimumArityTextBox.Size = new System.Drawing.Size(315, 20);
    7576      //
    7677      // maximumArityTextBox
    7778      //
    7879      this.errorProvider.SetIconAlignment(this.maximumArityTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
     80      this.maximumArityTextBox.Size = new System.Drawing.Size(315, 20);
    7981      //
    8082      // nameTextBox
     
    108110      // minTimeOffsetTextBox
    109111      //
     112      this.minTimeOffsetTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     113            | System.Windows.Forms.AnchorStyles.Right)));
    110114      this.minTimeOffsetTextBox.Location = new System.Drawing.Point(93, 127);
    111115      this.minTimeOffsetTextBox.Name = "minTimeOffsetTextBox";
     
    116120      // maxTimeOffsetTextBox
    117121      //
     122      this.maxTimeOffsetTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     123            | System.Windows.Forms.AnchorStyles.Right)));
    118124      this.maxTimeOffsetTextBox.Location = new System.Drawing.Point(93, 153);
    119125      this.maxTimeOffsetTextBox.Name = "maxTimeOffsetTextBox";
Note: See TracChangeset for help on using the changeset viewer.