Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/21/21 15:27:58 (3 years ago)
Author:
mkommend
Message:

#2521: Added first version (draft) of ResultsProducingItem, an according view and a refactored ProblemView.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2521_ProblemRefactoring/HeuristicLab.Problems.Instances.Views/3.3/ProblemInstanceProviderViewGeneric.Designer.cs

    r17252 r17953  
    6767      // instancesComboBox
    6868      //
    69       this.instancesComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     69      this.instancesComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
    7070            | System.Windows.Forms.AnchorStyles.Right)));
    7171      this.instancesComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
    7272      this.instancesComboBox.FormattingEnabled = true;
    73       this.instancesComboBox.Location = new System.Drawing.Point(60, 2);
     73      this.instancesComboBox.ItemHeight = 13;
     74      this.instancesComboBox.Location = new System.Drawing.Point(60, 1);
    7475      this.instancesComboBox.Name = "instancesComboBox";
    7576      this.instancesComboBox.Size = new System.Drawing.Size(540, 21);
     
    113114      this.splitContainer2.Panel2.Controls.Add(this.instanceLabel);
    114115      this.splitContainer2.Panel2.Controls.Add(this.instancesComboBox);
    115       this.splitContainer2.Size = new System.Drawing.Size(632, 23);
     116      this.splitContainer2.Size = new System.Drawing.Size(632, 25);
    116117      this.splitContainer2.SplitterDistance = 25;
    117118      this.splitContainer2.TabIndex = 21;
     
    119120      // exportButton
    120121      //
    121       this.exportButton.Location = new System.Drawing.Point(1, 0);
     122      this.exportButton.Location = new System.Drawing.Point(0, 0);
    122123      this.exportButton.Name = "exportButton";
    123124      this.exportButton.Size = new System.Drawing.Size(24, 24);
     
    125126      this.exportButton.Text = "Export";
    126127      this.exportButton.UseVisualStyleBackColor = true;
    127       this.exportButton.Click += new System.EventHandler(exportButton_Click);
     128      this.exportButton.Click += new System.EventHandler(this.exportButton_Click);
    128129      //
    129130      // splitContainer1
    130131      //
    131       this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     132      this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
    132133            | System.Windows.Forms.AnchorStyles.Right)));
    133134      this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
    134135      this.splitContainer1.IsSplitterFixed = true;
    135       this.splitContainer1.Location = new System.Drawing.Point(33, -1);
     136      this.splitContainer1.Location = new System.Drawing.Point(30, 0);
    136137      this.splitContainer1.Name = "splitContainer1";
    137138      //
     
    143144      //
    144145      this.splitContainer1.Panel2.Controls.Add(this.splitContainer2);
    145       this.splitContainer1.Size = new System.Drawing.Size(661, 23);
     146      this.splitContainer1.Size = new System.Drawing.Size(661, 25);
    146147      this.splitContainer1.SplitterDistance = 25;
    147148      this.splitContainer1.TabIndex = 21;
     
    155156      this.importButton.Text = "Import";
    156157      this.importButton.UseVisualStyleBackColor = true;
    157       this.importButton.Click += new System.EventHandler(importButton_Click);
     158      this.importButton.Click += new System.EventHandler(this.importButton_Click);
    158159      //
    159160      // libraryInfoButton
    160161      //
    161       this.libraryInfoButton.Location = new System.Drawing.Point(3, -1);
     162      this.libraryInfoButton.Location = new System.Drawing.Point(3, 0);
    162163      this.libraryInfoButton.Name = "libraryInfoButton";
    163164      this.libraryInfoButton.Size = new System.Drawing.Size(24, 24);
     
    167168      this.libraryInfoButton.Click += new System.EventHandler(this.libraryInfoButton_Click);
    168169      //
    169       // ProblemInstanceProviderViewGeneric
     170      // ProblemInstanceProviderView
    170171      //
    171172      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
    172173      this.Controls.Add(this.libraryInfoButton);
    173174      this.Controls.Add(this.splitContainer1);
    174       this.Name = "ProblemInstanceProviderViewGeneric";
     175      this.Name = "ProblemInstanceProviderView";
     176      this.Size = new System.Drawing.Size(694, 24);
    175177      this.splitContainer2.Panel1.ResumeLayout(false);
    176178      this.splitContainer2.Panel2.ResumeLayout(false);
Note: See TracChangeset for help on using the changeset viewer.