Free cookie consent management tool by TermsFeed Policy Generator

Changeset 5301


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

Worked on OKB (#1174)

Location:
branches/OKB (trunk integration)/HeuristicLab.Clients.OKB/3.3/Views
Files:
13 edited

Legend:

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

    r5289 r5301  
    9898      this.label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    9999                  | System.Windows.Forms.AnchorStyles.Left)));
     100      this.label.BackColor = System.Drawing.Color.NavajoWhite;
    100101      this.label.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
    101       this.label.Location = new System.Drawing.Point(3, 0);
     102      this.label.Location = new System.Drawing.Point(3, 31);
    102103      this.label.Name = "label";
    103       this.label.Size = new System.Drawing.Size(20, 327);
     104      this.label.Size = new System.Drawing.Size(15, 296);
    104105      this.label.TabIndex = 0;
    105106      this.label.Text = "L\r\nA\r\nB\r\nE\r\nL\r\n";
    106       this.label.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     107      this.label.TextAlign = System.Drawing.ContentAlignment.TopCenter;
    107108      //
    108109      // CombinedFilterView
     
    110111      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    111112      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     113      this.AutoScroll = true;
    112114      this.Controls.Add(this.tableLayoutPanel);
    113115      this.Controls.Add(this.label);
  • branches/OKB (trunk integration)/HeuristicLab.Clients.OKB/3.3/Views/EqualityComparisonFilterView.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;
     
    6074            "=",
    6175            "<>"});
    62       this.comparisonComboBox.Location = new System.Drawing.Point(254, 8);
     76      this.comparisonComboBox.Location = new System.Drawing.Point(3, 2);
    6377      this.comparisonComboBox.Name = "comparisonComboBox";
    64       this.comparisonComboBox.Size = new System.Drawing.Size(104, 21);
    65       this.comparisonComboBox.TabIndex = 1;
     78      this.comparisonComboBox.Size = new System.Drawing.Size(100, 21);
     79      this.comparisonComboBox.TabIndex = 0;
    6680      this.comparisonComboBox.SelectedIndexChanged += new System.EventHandler(this.comparisonComboBox_SelectedIndexChanged);
    6781      //
     
    7084      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    7185      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    72       this.Controls.Add(this.comparisonComboBox);
    7386      this.Name = "EqualityComparisonFilterView";
    74       this.Size = new System.Drawing.Size(516, 36);
    75       this.Controls.SetChildIndex(this.comparisonComboBox, 0);
    76       this.Controls.SetChildIndex(this.label, 0);
     87      this.splitContainer1.Panel1.ResumeLayout(false);
     88      this.splitContainer1.Panel2.ResumeLayout(false);
     89      ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     90      this.splitContainer1.ResumeLayout(false);
     91      this.splitContainer2.Panel1.ResumeLayout(false);
     92      ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
     93      this.splitContainer2.ResumeLayout(false);
    7794      this.ResumeLayout(false);
    7895
  • branches/OKB (trunk integration)/HeuristicLab.Clients.OKB/3.3/Views/FilterView.Designer.cs

    r5269 r5301  
    4646    private void InitializeComponent() {
    4747      this.label = new System.Windows.Forms.Label();
     48      this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     49      this.splitContainer2 = new System.Windows.Forms.SplitContainer();
     50      ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     51      this.splitContainer1.Panel1.SuspendLayout();
     52      this.splitContainer1.Panel2.SuspendLayout();
     53      this.splitContainer1.SuspendLayout();
     54      ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
     55      this.splitContainer2.SuspendLayout();
    4856      this.SuspendLayout();
    4957      //
    5058      // label
    5159      //
    52       this.label.Anchor = System.Windows.Forms.AnchorStyles.Left;
    53       this.label.Location = new System.Drawing.Point(3, 11);
     60      this.label.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     61      this.label.Location = new System.Drawing.Point(3, 2);
    5462      this.label.Name = "label";
    55       this.label.Size = new System.Drawing.Size(245, 20);
     63      this.label.Size = new System.Drawing.Size(94, 20);
    5664      this.label.TabIndex = 0;
    5765      this.label.Text = "Label";
    5866      this.label.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     67      //
     68      // splitContainer1
     69      //
     70      this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
     71      this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
     72      this.splitContainer1.Location = new System.Drawing.Point(0, 0);
     73      this.splitContainer1.Name = "splitContainer1";
     74      //
     75      // splitContainer1.Panel1
     76      //
     77      this.splitContainer1.Panel1.Controls.Add(this.label);
     78      //
     79      // splitContainer1.Panel2
     80      //
     81      this.splitContainer1.Panel2.Controls.Add(this.splitContainer2);
     82      this.splitContainer1.Size = new System.Drawing.Size(500, 24);
     83      this.splitContainer1.SplitterDistance = 100;
     84      this.splitContainer1.TabIndex = 0;
     85      //
     86      // splitContainer2
     87      //
     88      this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
     89      this.splitContainer2.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
     90      this.splitContainer2.Location = new System.Drawing.Point(0, 0);
     91      this.splitContainer2.Name = "splitContainer2";
     92      this.splitContainer2.Size = new System.Drawing.Size(396, 24);
     93      this.splitContainer2.SplitterDistance = 106;
     94      this.splitContainer2.TabIndex = 0;
    5995      //
    6096      // FilterView
     
    6298      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    6399      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    64       this.Controls.Add(this.label);
     100      this.Controls.Add(this.splitContainer1);
    65101      this.Name = "FilterView";
    66       this.Size = new System.Drawing.Size(586, 42);
     102      this.Size = new System.Drawing.Size(500, 24);
     103      this.splitContainer1.Panel1.ResumeLayout(false);
     104      this.splitContainer1.Panel2.ResumeLayout(false);
     105      ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     106      this.splitContainer1.ResumeLayout(false);
     107      ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
     108      this.splitContainer2.ResumeLayout(false);
    67109      this.ResumeLayout(false);
    68110
     
    72114
    73115    protected System.Windows.Forms.Label label;
     116    protected System.Windows.Forms.SplitContainer splitContainer1;
     117    protected System.Windows.Forms.SplitContainer splitContainer2;
    74118
    75119
  • branches/OKB (trunk integration)/HeuristicLab.Clients.OKB/3.3/Views/NameEqualityComparisonBoolFilterView.Designer.cs

    r5269 r5301  
    4646    private void InitializeComponent() {
    4747      this.valueComboBox = 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.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.valueComboBox);
    5867      //
    5968      // valueComboBox
    6069      //
    61       this.valueComboBox.Anchor = System.Windows.Forms.AnchorStyles.Right;
     70      this.valueComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
    6271      this.valueComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
    6372      this.valueComboBox.FormattingEnabled = true;
     
    6574            "true",
    6675            "false"});
    67       this.valueComboBox.Location = new System.Drawing.Point(422, 8);
     76      this.valueComboBox.Location = new System.Drawing.Point(3, 2);
    6877      this.valueComboBox.Name = "valueComboBox";
    69       this.valueComboBox.Size = new System.Drawing.Size(94, 21);
    70       this.valueComboBox.TabIndex = 2;
     78      this.valueComboBox.Size = new System.Drawing.Size(280, 21);
     79      this.valueComboBox.TabIndex = 0;
    7180      this.valueComboBox.SelectedIndexChanged += new System.EventHandler(this.valueComboBox_SelectedIndexChanged);
    7281      //
     
    7584      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    7685      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    77       this.Controls.Add(this.valueComboBox);
    7886      this.Name = "NameEqualityComparisonBoolFilterView";
    79       this.Controls.SetChildIndex(this.label, 0);
    80       this.Controls.SetChildIndex(this.comparisonComboBox, 0);
    81       this.Controls.SetChildIndex(this.valueComboBox, 0);
     87      this.splitContainer1.Panel1.ResumeLayout(false);
     88      this.splitContainer1.Panel2.ResumeLayout(false);
     89      ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     90      this.splitContainer1.ResumeLayout(false);
     91      this.splitContainer2.Panel1.ResumeLayout(false);
     92      this.splitContainer2.Panel2.ResumeLayout(false);
     93      ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
     94      this.splitContainer2.ResumeLayout(false);
    8295      this.ResumeLayout(false);
    8396
  • branches/OKB (trunk integration)/HeuristicLab.Clients.OKB/3.3/Views/NameOrdinalComparisonDoubleFilterView.Designer.cs

    r5269 r5301  
    4848      this.valueTextBox = new System.Windows.Forms.TextBox();
    4949      this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components);
     50      ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     51      this.splitContainer1.Panel1.SuspendLayout();
     52      this.splitContainer1.Panel2.SuspendLayout();
     53      this.splitContainer1.SuspendLayout();
     54      ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
     55      this.splitContainer2.Panel1.SuspendLayout();
     56      this.splitContainer2.Panel2.SuspendLayout();
     57      this.splitContainer2.SuspendLayout();
    5058      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
    5159      this.SuspendLayout();
    5260      //
    53       // comparisonComboBox
     61      // splitContainer1
    5462      //
    55       this.comparisonComboBox.Location = new System.Drawing.Point(211, 8);
    56       this.comparisonComboBox.Size = new System.Drawing.Size(94, 21);
    5763      //
    58       // label
     64      // splitContainer2
    5965      //
    60       this.label.Size = new System.Drawing.Size(202, 20);
     66      //
     67      // splitContainer2.Panel2
     68      //
     69      this.splitContainer2.Panel2.Controls.Add(this.valueTextBox);
    6170      //
    6271      // valueTextBox
    6372      //
    64       this.valueTextBox.Anchor = System.Windows.Forms.AnchorStyles.Right;
    65       this.valueTextBox.Location = new System.Drawing.Point(367, 8);
     73      this.valueTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     74      this.valueTextBox.Location = new System.Drawing.Point(3, 2);
    6675      this.valueTextBox.Name = "valueTextBox";
    67       this.valueTextBox.Size = new System.Drawing.Size(149, 20);
    68       this.valueTextBox.TabIndex = 2;
     76      this.valueTextBox.Size = new System.Drawing.Size(280, 20);
     77      this.valueTextBox.TabIndex = 0;
    6978      this.valueTextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.valueTextBox_KeyDown);
    7079      this.valueTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.valueTextBox_Validating);
     
    8089      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    8190      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    82       this.Controls.Add(this.valueTextBox);
    8391      this.Name = "NameOrdinalComparisonDoubleFilterView";
    84       this.Controls.SetChildIndex(this.valueTextBox, 0);
    85       this.Controls.SetChildIndex(this.comparisonComboBox, 0);
    86       this.Controls.SetChildIndex(this.label, 0);
     92      this.splitContainer1.Panel1.ResumeLayout(false);
     93      this.splitContainer1.Panel2.ResumeLayout(false);
     94      ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     95      this.splitContainer1.ResumeLayout(false);
     96      this.splitContainer2.Panel1.ResumeLayout(false);
     97      this.splitContainer2.Panel2.ResumeLayout(false);
     98      this.splitContainer2.Panel2.PerformLayout();
     99      ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
     100      this.splitContainer2.ResumeLayout(false);
    87101      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
    88102      this.ResumeLayout(false);
    89       this.PerformLayout();
    90103
    91104    }
  • branches/OKB (trunk integration)/HeuristicLab.Clients.OKB/3.3/Views/NameOrdinalComparisonLongFilterView.Designer.cs

    r5269 r5301  
    4848      this.valueTextBox = new System.Windows.Forms.TextBox();
    4949      this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components);
     50      ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     51      this.splitContainer1.Panel1.SuspendLayout();
     52      this.splitContainer1.Panel2.SuspendLayout();
     53      this.splitContainer1.SuspendLayout();
     54      ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
     55      this.splitContainer2.Panel1.SuspendLayout();
     56      this.splitContainer2.Panel2.SuspendLayout();
     57      this.splitContainer2.SuspendLayout();
    5058      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
    5159      this.SuspendLayout();
    5260      //
    53       // comparisonComboBox
     61      // splitContainer1
    5462      //
    55       this.comparisonComboBox.Location = new System.Drawing.Point(211, 8);
    56       this.comparisonComboBox.Size = new System.Drawing.Size(94, 21);
    5763      //
    58       // label
     64      // splitContainer2
    5965      //
    60       this.label.Size = new System.Drawing.Size(202, 20);
     66      //
     67      // splitContainer2.Panel2
     68      //
     69      this.splitContainer2.Panel2.Controls.Add(this.valueTextBox);
    6170      //
    6271      // valueTextBox
    6372      //
    64       this.valueTextBox.Anchor = System.Windows.Forms.AnchorStyles.Right;
    65       this.valueTextBox.Location = new System.Drawing.Point(367, 8);
     73      this.valueTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     74      this.valueTextBox.Location = new System.Drawing.Point(3, 2);
    6675      this.valueTextBox.Name = "valueTextBox";
    67       this.valueTextBox.Size = new System.Drawing.Size(149, 20);
    68       this.valueTextBox.TabIndex = 2;
     76      this.valueTextBox.Size = new System.Drawing.Size(280, 20);
     77      this.valueTextBox.TabIndex = 0;
    6978      this.valueTextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.valueTextBox_KeyDown);
    7079      this.valueTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.valueTextBox_Validating);
     
    8089      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    8190      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    82       this.Controls.Add(this.valueTextBox);
    8391      this.Name = "NameOrdinalComparisonLongFilterView";
    84       this.Controls.SetChildIndex(this.valueTextBox, 0);
    85       this.Controls.SetChildIndex(this.comparisonComboBox, 0);
    86       this.Controls.SetChildIndex(this.label, 0);
     92      this.splitContainer1.Panel1.ResumeLayout(false);
     93      this.splitContainer1.Panel2.ResumeLayout(false);
     94      ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     95      this.splitContainer1.ResumeLayout(false);
     96      this.splitContainer2.Panel1.ResumeLayout(false);
     97      this.splitContainer2.Panel2.ResumeLayout(false);
     98      this.splitContainer2.Panel2.PerformLayout();
     99      ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
     100      this.splitContainer2.ResumeLayout(false);
    87101      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
    88102      this.ResumeLayout(false);
    89       this.PerformLayout();
    90103
    91104    }
  • branches/OKB (trunk integration)/HeuristicLab.Clients.OKB/3.3/Views/NameSetComparisonStringAvailableValuesFilterView.Designer.cs

    r5286 r5301  
    4646    private void InitializeComponent() {
    4747      this.valueComboBox = 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.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.valueComboBox);
    5867      //
    5968      // valueComboBox
    6069      //
    61       this.valueComboBox.Anchor = System.Windows.Forms.AnchorStyles.Right;
     70      this.valueComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
    6271      this.valueComboBox.FormattingEnabled = true;
    63       this.valueComboBox.Location = new System.Drawing.Point(357, 8);
     72      this.valueComboBox.Location = new System.Drawing.Point(3, 2);
    6473      this.valueComboBox.MaxDropDownItems = 32;
    6574      this.valueComboBox.Name = "valueComboBox";
    66       this.valueComboBox.Size = new System.Drawing.Size(159, 21);
    67       this.valueComboBox.TabIndex = 2;
     75      this.valueComboBox.Size = new System.Drawing.Size(280, 21);
     76      this.valueComboBox.TabIndex = 0;
    6877      this.valueComboBox.Validated += new System.EventHandler(this.valueComboBox_Validated);
    6978      //
     
    7281      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    7382      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    74       this.Controls.Add(this.valueComboBox);
    7583      this.Name = "NameSetComparisonStringAvailableValuesFilterView";
    76       this.Controls.SetChildIndex(this.valueComboBox, 0);
    77       this.Controls.SetChildIndex(this.comparisonComboBox, 0);
    78       this.Controls.SetChildIndex(this.label, 0);
     84      this.splitContainer1.Panel1.ResumeLayout(false);
     85      this.splitContainer1.Panel2.ResumeLayout(false);
     86      ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     87      this.splitContainer1.ResumeLayout(false);
     88      this.splitContainer2.Panel1.ResumeLayout(false);
     89      this.splitContainer2.Panel2.ResumeLayout(false);
     90      ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
     91      this.splitContainer2.ResumeLayout(false);
    7992      this.ResumeLayout(false);
    8093
  • branches/OKB (trunk integration)/HeuristicLab.Clients.OKB/3.3/Views/NameSetComparisonStringFilterView.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 = "NameSetComparisonStringFilterView";
    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    }
  • 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
  • branches/OKB (trunk integration)/HeuristicLab.Clients.OKB/3.3/Views/OrdinalComparisonLongFilterView.Designer.cs

    r5269 r5301  
    4848      this.valueTextBox = new System.Windows.Forms.TextBox();
    4949      this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components);
     50      ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     51      this.splitContainer1.Panel1.SuspendLayout();
     52      this.splitContainer1.Panel2.SuspendLayout();
     53      this.splitContainer1.SuspendLayout();
     54      ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
     55      this.splitContainer2.Panel1.SuspendLayout();
     56      this.splitContainer2.Panel2.SuspendLayout();
     57      this.splitContainer2.SuspendLayout();
    5058      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
    5159      this.SuspendLayout();
    5260      //
    53       // comparisonComboBox
     61      // splitContainer1
    5462      //
    55       this.comparisonComboBox.Location = new System.Drawing.Point(211, 8);
    56       this.comparisonComboBox.Size = new System.Drawing.Size(94, 21);
    5763      //
    58       // label
     64      // splitContainer2
    5965      //
    60       this.label.Size = new System.Drawing.Size(202, 20);
     66      //
     67      // splitContainer2.Panel2
     68      //
     69      this.splitContainer2.Panel2.Controls.Add(this.valueTextBox);
    6170      //
    6271      // valueTextBox
    6372      //
    64       this.valueTextBox.Anchor = System.Windows.Forms.AnchorStyles.Right;
    65       this.valueTextBox.Location = new System.Drawing.Point(367, 8);
     73      this.valueTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     74      this.valueTextBox.Location = new System.Drawing.Point(3, 2);
    6675      this.valueTextBox.Name = "valueTextBox";
    67       this.valueTextBox.Size = new System.Drawing.Size(149, 20);
    68       this.valueTextBox.TabIndex = 2;
     76      this.valueTextBox.Size = new System.Drawing.Size(280, 20);
     77      this.valueTextBox.TabIndex = 0;
    6978      this.valueTextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.valueTextBox_KeyDown);
    7079      this.valueTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.valueTextBox_Validating);
     
    8089      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    8190      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    82       this.Controls.Add(this.valueTextBox);
    8391      this.Name = "OrdinalComparisonLongFilterView";
    84       this.Controls.SetChildIndex(this.valueTextBox, 0);
    85       this.Controls.SetChildIndex(this.comparisonComboBox, 0);
    86       this.Controls.SetChildIndex(this.label, 0);
     92      this.splitContainer1.Panel1.ResumeLayout(false);
     93      this.splitContainer1.Panel2.ResumeLayout(false);
     94      ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     95      this.splitContainer1.ResumeLayout(false);
     96      this.splitContainer2.Panel1.ResumeLayout(false);
     97      this.splitContainer2.Panel2.ResumeLayout(false);
     98      this.splitContainer2.Panel2.PerformLayout();
     99      ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
     100      this.splitContainer2.ResumeLayout(false);
    87101      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
    88102      this.ResumeLayout(false);
    89       this.PerformLayout();
    90103
    91104    }
  • branches/OKB (trunk integration)/HeuristicLab.Clients.OKB/3.3/Views/SetComparisonFilterView.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;
     
    6276            "contains",
    6377            "not contains"});
    64       this.comparisonComboBox.Location = new System.Drawing.Point(254, 8);
     78      this.comparisonComboBox.Location = new System.Drawing.Point(3, 2);
    6579      this.comparisonComboBox.Name = "comparisonComboBox";
    66       this.comparisonComboBox.Size = new System.Drawing.Size(104, 21);
    67       this.comparisonComboBox.TabIndex = 1;
     80      this.comparisonComboBox.Size = new System.Drawing.Size(100, 21);
     81      this.comparisonComboBox.TabIndex = 0;
    6882      this.comparisonComboBox.SelectedIndexChanged += new System.EventHandler(this.comparisonComboBox_SelectedIndexChanged);
    6983      //
     
    7286      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    7387      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    74       this.Controls.Add(this.comparisonComboBox);
    7588      this.Name = "SetComparisonFilterView";
    76       this.Size = new System.Drawing.Size(516, 36);
    77       this.Controls.SetChildIndex(this.comparisonComboBox, 0);
    78       this.Controls.SetChildIndex(this.label, 0);
     89      this.splitContainer1.Panel1.ResumeLayout(false);
     90      this.splitContainer1.Panel2.ResumeLayout(false);
     91      ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     92      this.splitContainer1.ResumeLayout(false);
     93      this.splitContainer2.Panel1.ResumeLayout(false);
     94      ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
     95      this.splitContainer2.ResumeLayout(false);
    7996      this.ResumeLayout(false);
    8097
  • branches/OKB (trunk integration)/HeuristicLab.Clients.OKB/3.3/Views/SetComparisonStringAvailableValuesFilterView.Designer.cs

    r5286 r5301  
    4646    private void InitializeComponent() {
    4747      this.valueComboBox = 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.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.valueComboBox);
    5867      //
    5968      // valueComboBox
    6069      //
    61       this.valueComboBox.Anchor = System.Windows.Forms.AnchorStyles.Right;
     70      this.valueComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
    6271      this.valueComboBox.FormattingEnabled = true;
    63       this.valueComboBox.Location = new System.Drawing.Point(357, 8);
     72      this.valueComboBox.Location = new System.Drawing.Point(3, 2);
    6473      this.valueComboBox.MaxDropDownItems = 32;
    6574      this.valueComboBox.Name = "valueComboBox";
    66       this.valueComboBox.Size = new System.Drawing.Size(159, 21);
    67       this.valueComboBox.TabIndex = 2;
     75      this.valueComboBox.Size = new System.Drawing.Size(280, 21);
     76      this.valueComboBox.TabIndex = 0;
    6877      this.valueComboBox.Validated += new System.EventHandler(this.valueComboBox_Validated);
    6978      //
     
    7281      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    7382      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    74       this.Controls.Add(this.valueComboBox);
    7583      this.Name = "SetComparisonStringAvailableValuesFilterView";
    76       this.Controls.SetChildIndex(this.valueComboBox, 0);
    77       this.Controls.SetChildIndex(this.comparisonComboBox, 0);
    78       this.Controls.SetChildIndex(this.label, 0);
     84      this.splitContainer1.Panel1.ResumeLayout(false);
     85      this.splitContainer1.Panel2.ResumeLayout(false);
     86      ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     87      this.splitContainer1.ResumeLayout(false);
     88      this.splitContainer2.Panel1.ResumeLayout(false);
     89      this.splitContainer2.Panel2.ResumeLayout(false);
     90      ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
     91      this.splitContainer2.ResumeLayout(false);
    7992      this.ResumeLayout(false);
    8093
  • 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.