Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/15/11 05:53:22 (13 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/OrdinalComparisonFilterView.Designer.cs

    r5269 r5301  
    4646    private void InitializeComponent() {
    4747      this.comparisonComboBox = new System.Windows.Forms.ComboBox();
     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.SuspendLayout();
    4855      this.SuspendLayout();
    4956      //
    50       // label
     57      // splitContainer1
    5158      //
    52       this.label.Location = new System.Drawing.Point(3, 8);
     59      this.splitContainer1.TabIndex = 0;
     60      //
     61      // splitContainer2
     62      //
     63      //
     64      // splitContainer2.Panel1
     65      //
     66      this.splitContainer2.Panel1.Controls.Add(this.comparisonComboBox);
    5367      //
    5468      // comparisonComboBox
    5569      //
    56       this.comparisonComboBox.Anchor = System.Windows.Forms.AnchorStyles.None;
     70      this.comparisonComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
    5771      this.comparisonComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
    5872      this.comparisonComboBox.FormattingEnabled = true;
     
    6478            ">",
    6579            "<>"});
    66       this.comparisonComboBox.Location = new System.Drawing.Point(254, 8);
     80      this.comparisonComboBox.Location = new System.Drawing.Point(3, 2);
    6781      this.comparisonComboBox.Name = "comparisonComboBox";
    68       this.comparisonComboBox.Size = new System.Drawing.Size(104, 21);
    69       this.comparisonComboBox.TabIndex = 1;
     82      this.comparisonComboBox.Size = new System.Drawing.Size(100, 21);
     83      this.comparisonComboBox.TabIndex = 0;
    7084      this.comparisonComboBox.SelectedIndexChanged += new System.EventHandler(this.comparisonComboBox_SelectedIndexChanged);
    7185      //
     
    7488      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    7589      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    76       this.Controls.Add(this.comparisonComboBox);
    7790      this.Name = "OrdinalComparisonFilterView";
    78       this.Size = new System.Drawing.Size(516, 36);
    79       this.Controls.SetChildIndex(this.comparisonComboBox, 0);
    80       this.Controls.SetChildIndex(this.label, 0);
     91      this.splitContainer1.Panel1.ResumeLayout(false);
     92      this.splitContainer1.Panel2.ResumeLayout(false);
     93      ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     94      this.splitContainer1.ResumeLayout(false);
     95      this.splitContainer2.Panel1.ResumeLayout(false);
     96      ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
     97      this.splitContainer2.ResumeLayout(false);
    8198      this.ResumeLayout(false);
    8299
Note: See TracChangeset for help on using the changeset viewer.