Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/15/11 05:53:22 (14 years ago)
Author:
swagner
Message:

Worked on OKB (#1174)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/OKB (trunk integration)/HeuristicLab.Clients.OKB/3.3/Views/SetComparisonStringFilterView.Designer.cs

    r5286 r5301  
    4646    private void InitializeComponent() {
    4747      this.valueTextBox = new System.Windows.Forms.TextBox();
     48      ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     49      this.splitContainer1.Panel1.SuspendLayout();
     50      this.splitContainer1.Panel2.SuspendLayout();
     51      this.splitContainer1.SuspendLayout();
     52      ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
     53      this.splitContainer2.Panel1.SuspendLayout();
     54      this.splitContainer2.Panel2.SuspendLayout();
     55      this.splitContainer2.SuspendLayout();
    4856      this.SuspendLayout();
    4957      //
    50       // comparisonComboBox
     58      // splitContainer1
    5159      //
    52       this.comparisonComboBox.Location = new System.Drawing.Point(211, 8);
    53       this.comparisonComboBox.Size = new System.Drawing.Size(94, 21);
    5460      //
    55       // label
     61      // splitContainer2
    5662      //
    57       this.label.Size = new System.Drawing.Size(202, 20);
     63      //
     64      // splitContainer2.Panel2
     65      //
     66      this.splitContainer2.Panel2.Controls.Add(this.valueTextBox);
    5867      //
    5968      // valueTextBox
    6069      //
    61       this.valueTextBox.Anchor = System.Windows.Forms.AnchorStyles.Right;
    62       this.valueTextBox.Location = new System.Drawing.Point(367, 8);
     70      this.valueTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     71      this.valueTextBox.Location = new System.Drawing.Point(3, 2);
    6372      this.valueTextBox.Name = "valueTextBox";
    64       this.valueTextBox.Size = new System.Drawing.Size(149, 20);
    65       this.valueTextBox.TabIndex = 2;
     73      this.valueTextBox.Size = new System.Drawing.Size(280, 20);
     74      this.valueTextBox.TabIndex = 0;
    6675      this.valueTextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.valueTextBox_KeyDown);
    6776      this.valueTextBox.Validated += new System.EventHandler(this.valueTextBox_Validated);
     
    7180      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    7281      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    73       this.Controls.Add(this.valueTextBox);
    7482      this.Name = "SetComparisonStringFilterView";
    75       this.Controls.SetChildIndex(this.valueTextBox, 0);
    76       this.Controls.SetChildIndex(this.comparisonComboBox, 0);
    77       this.Controls.SetChildIndex(this.label, 0);
     83      this.splitContainer1.Panel1.ResumeLayout(false);
     84      this.splitContainer1.Panel2.ResumeLayout(false);
     85      ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     86      this.splitContainer1.ResumeLayout(false);
     87      this.splitContainer2.Panel1.ResumeLayout(false);
     88      this.splitContainer2.Panel2.ResumeLayout(false);
     89      this.splitContainer2.Panel2.PerformLayout();
     90      ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
     91      this.splitContainer2.ResumeLayout(false);
    7892      this.ResumeLayout(false);
    79       this.PerformLayout();
    8093
    8194    }
Note: See TracChangeset for help on using the changeset viewer.