Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/31/11 03:24:02 (14 years ago)
Author:
swagner
Message:

Worked on OKB (#1174)

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

Legend:

Unmodified
Added
Removed
  • branches/OKB (trunk integration)/HeuristicLab.Clients.OKB/3.3

    • Property svn:ignore
      •  

        old new  
        33*.user
        44HeuristicLabClientsOKBPlugin.cs
         5*.vs10x
  • branches/OKB (trunk integration)/HeuristicLab.Clients.OKB/3.3/Query/Views/QueryView.Designer.cs

    r5612 r5902  
    11#region License Information
    22/* HeuristicLab
    3  * Copyright (C) 2002-2010 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
     3 * Copyright (C) 2002-2011 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
    44 *
    55 * This file is part of HeuristicLab.
     
    5555      this.resultsGroupBox = new System.Windows.Forms.GroupBox();
    5656      this.includeBinaryValuesCheckBox = new System.Windows.Forms.CheckBox();
    57       this.deserializeBlobsCheckBox = new System.Windows.Forms.CheckBox();
    5857      this.resultsInfoPanel = new System.Windows.Forms.Panel();
    5958      this.abortButton = new System.Windows.Forms.Button();
     
    157156                  | System.Windows.Forms.AnchorStyles.Right)));
    158157      this.resultsGroupBox.Controls.Add(this.includeBinaryValuesCheckBox);
    159       this.resultsGroupBox.Controls.Add(this.deserializeBlobsCheckBox);
    160158      this.resultsGroupBox.Controls.Add(this.refreshResultsButton);
    161159      this.resultsGroupBox.Controls.Add(this.runCollectionView);
     
    172170      this.includeBinaryValuesCheckBox.Checked = true;
    173171      this.includeBinaryValuesCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
    174       this.includeBinaryValuesCheckBox.Location = new System.Drawing.Point(74, 24);
     172      this.includeBinaryValuesCheckBox.Location = new System.Drawing.Point(53, 24);
    175173      this.includeBinaryValuesCheckBox.Name = "includeBinaryValuesCheckBox";
    176174      this.includeBinaryValuesCheckBox.Size = new System.Drawing.Size(128, 17);
     
    178176      this.includeBinaryValuesCheckBox.Text = "&Include Binary Values";
    179177      this.includeBinaryValuesCheckBox.UseVisualStyleBackColor = true;
    180       //
    181       // deserializeBlobsCheckBox
    182       //
    183       this.deserializeBlobsCheckBox.AutoSize = true;
    184       this.deserializeBlobsCheckBox.Checked = true;
    185       this.deserializeBlobsCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
    186       this.deserializeBlobsCheckBox.Location = new System.Drawing.Point(225, 24);
    187       this.deserializeBlobsCheckBox.Name = "deserializeBlobsCheckBox";
    188       this.deserializeBlobsCheckBox.Size = new System.Drawing.Size(144, 17);
    189       this.deserializeBlobsCheckBox.TabIndex = 2;
    190       this.deserializeBlobsCheckBox.Text = "&Deserialize Binary Values";
    191       this.deserializeBlobsCheckBox.UseVisualStyleBackColor = true;
    192178      //
    193179      // resultsInfoPanel
     
    291277    private System.Windows.Forms.GroupBox resultsGroupBox;
    292278    private System.Windows.Forms.Panel filterPanel;
    293     private System.Windows.Forms.CheckBox deserializeBlobsCheckBox;
    294279    private System.Windows.Forms.Panel resultsInfoPanel;
    295280    private System.Windows.Forms.ProgressBar resultsProgressBar;
Note: See TracChangeset for help on using the changeset viewer.