Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/17/11 05:03:21 (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/QueryView.Designer.cs

    r5295 r5304  
    4646    private void InitializeComponent() {
    4747      this.components = new System.ComponentModel.Container();
     48      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(QueryView));
    4849      this.refreshResultsButton = new System.Windows.Forms.Button();
    4950      this.toolTip = new System.Windows.Forms.ToolTip(this.components);
    50       this.showRunsButton = new System.Windows.Forms.Button();
    51       this.runCollectionView = new HeuristicLab.Clients.OKB.RunCollectionView();
     51      this.runCollectionView = new HeuristicLab.Optimization.Views.RunCollectionView();
    5252      this.splitContainer = new System.Windows.Forms.SplitContainer();
    5353      this.filtersGroupBox = new System.Windows.Forms.GroupBox();
     54      this.filterPanel = new System.Windows.Forms.Panel();
    5455      this.resultsGroupBox = new System.Windows.Forms.GroupBox();
    55       this.nrOfRunsButton = new System.Windows.Forms.Button();
    56       this.filterPanel = new System.Windows.Forms.Panel();
     56      this.deserializeBlobsCheckBox = new System.Windows.Forms.CheckBox();
    5757      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
    5858      this.splitContainer.Panel1.SuspendLayout();
     
    7373      this.refreshResultsButton.UseVisualStyleBackColor = true;
    7474      this.refreshResultsButton.Click += new System.EventHandler(this.refreshResultsButton_Click);
    75       //
    76       // showRunsButton
    77       //
    78       this.showRunsButton.Location = new System.Drawing.Point(36, 19);
    79       this.showRunsButton.Name = "showRunsButton";
    80       this.showRunsButton.Size = new System.Drawing.Size(75, 24);
    81       this.showRunsButton.TabIndex = 1;
    82       this.showRunsButton.Text = "&Show Runs";
    83       this.showRunsButton.UseVisualStyleBackColor = true;
    84       this.showRunsButton.Click += new System.EventHandler(this.showRunsButton_Click);
    8575      //
    8676      // runCollectionView
     
    130120      this.filtersGroupBox.Text = "Filters";
    131121      //
    132       // resultsGroupBox
    133       //
    134       this.resultsGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    135                   | System.Windows.Forms.AnchorStyles.Left)
    136                   | System.Windows.Forms.AnchorStyles.Right)));
    137       this.resultsGroupBox.Controls.Add(this.nrOfRunsButton);
    138       this.resultsGroupBox.Controls.Add(this.refreshResultsButton);
    139       this.resultsGroupBox.Controls.Add(this.runCollectionView);
    140       this.resultsGroupBox.Controls.Add(this.showRunsButton);
    141       this.resultsGroupBox.Location = new System.Drawing.Point(0, 3);
    142       this.resultsGroupBox.Name = "resultsGroupBox";
    143       this.resultsGroupBox.Size = new System.Drawing.Size(734, 211);
    144       this.resultsGroupBox.TabIndex = 0;
    145       this.resultsGroupBox.TabStop = false;
    146       this.resultsGroupBox.Text = "Results";
    147       //
    148       // nrOfRunsButton
    149       //
    150       this.nrOfRunsButton.Location = new System.Drawing.Point(117, 19);
    151       this.nrOfRunsButton.Name = "nrOfRunsButton";
    152       this.nrOfRunsButton.Size = new System.Drawing.Size(75, 23);
    153       this.nrOfRunsButton.TabIndex = 3;
    154       this.nrOfRunsButton.Text = "No. of Runs";
    155       this.nrOfRunsButton.UseVisualStyleBackColor = true;
    156       this.nrOfRunsButton.Click += new System.EventHandler(this.nrOfRunsButton_Click);
    157       //
    158122      // filterPanel
    159123      //
     
    165129      this.filterPanel.Size = new System.Drawing.Size(722, 189);
    166130      this.filterPanel.TabIndex = 0;
     131      //
     132      // resultsGroupBox
     133      //
     134      this.resultsGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     135                  | System.Windows.Forms.AnchorStyles.Left)
     136                  | System.Windows.Forms.AnchorStyles.Right)));
     137      this.resultsGroupBox.Controls.Add(this.deserializeBlobsCheckBox);
     138      this.resultsGroupBox.Controls.Add(this.refreshResultsButton);
     139      this.resultsGroupBox.Controls.Add(this.runCollectionView);
     140      this.resultsGroupBox.Location = new System.Drawing.Point(0, 3);
     141      this.resultsGroupBox.Name = "resultsGroupBox";
     142      this.resultsGroupBox.Size = new System.Drawing.Size(734, 211);
     143      this.resultsGroupBox.TabIndex = 0;
     144      this.resultsGroupBox.TabStop = false;
     145      this.resultsGroupBox.Text = "Results";
     146      //
     147      // deserializeBlobsCheckBox
     148      //
     149      this.deserializeBlobsCheckBox.AutoSize = true;
     150      this.deserializeBlobsCheckBox.Checked = true;
     151      this.deserializeBlobsCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
     152      this.deserializeBlobsCheckBox.Location = new System.Drawing.Point(62, 24);
     153      this.deserializeBlobsCheckBox.Name = "deserializeBlobsCheckBox";
     154      this.deserializeBlobsCheckBox.Size = new System.Drawing.Size(106, 17);
     155      this.deserializeBlobsCheckBox.TabIndex = 3;
     156      this.deserializeBlobsCheckBox.Text = "&Deserialize Blobs";
     157      this.deserializeBlobsCheckBox.UseVisualStyleBackColor = true;
    167158      //
    168159      // QueryView
     
    179170      this.filtersGroupBox.ResumeLayout(false);
    180171      this.resultsGroupBox.ResumeLayout(false);
     172      this.resultsGroupBox.PerformLayout();
    181173      this.ResumeLayout(false);
    182174
     
    187179    private System.Windows.Forms.Button refreshResultsButton;
    188180    private System.Windows.Forms.ToolTip toolTip;
    189     private RunCollectionView runCollectionView;
    190     private System.Windows.Forms.Button showRunsButton;
     181    private HeuristicLab.Optimization.Views.RunCollectionView runCollectionView;
    191182    private System.Windows.Forms.SplitContainer splitContainer;
    192183    private System.Windows.Forms.GroupBox filtersGroupBox;
    193184    private System.Windows.Forms.GroupBox resultsGroupBox;
    194     private System.Windows.Forms.Button nrOfRunsButton;
    195185    private System.Windows.Forms.Panel filterPanel;
     186    private System.Windows.Forms.CheckBox deserializeBlobsCheckBox;
    196187
    197188  }
Note: See TracChangeset for help on using the changeset viewer.