Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/27/12 13:31:44 (12 years ago)
Author:
sforsten
Message:

#1784:

  • minor bug fixes in several views
Location:
branches/ProblemInstancesRegressionAndClassification
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/ProblemInstancesRegressionAndClassification

    • Property svn:ignore
      •  

        old new  
        33protoc.exe
        44ProtoGen.exe
         5bin
  • branches/ProblemInstancesRegressionAndClassification/HeuristicLab.Problems.Instances.Views/3.4

    • Property svn:ignore set to
      bin
      HeuristicLab.Problems.Instances.Views-3.4.csproj.user
      obj
  • branches/ProblemInstancesRegressionAndClassification/HeuristicLab.Problems.Instances.Views/3.4/ProblemInstanceProviderView.Designer.cs

    r7664 r7665  
    5454      this.exportButton = new System.Windows.Forms.Button();
    5555      this.saveFileDialog = new System.Windows.Forms.SaveFileDialog();
     56      this.problemInstanceProviderSplitContainer = new System.Windows.Forms.SplitContainer();
     57      ((System.ComponentModel.ISupportInitialize)(this.problemInstanceProviderSplitContainer)).BeginInit();
     58      this.problemInstanceProviderSplitContainer.Panel1.SuspendLayout();
     59      this.problemInstanceProviderSplitContainer.Panel2.SuspendLayout();
     60      this.problemInstanceProviderSplitContainer.SuspendLayout();
    5661      this.SuspendLayout();
    5762      //
     
    5964      //
    6065      this.loadButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
    61       this.loadButton.Location = new System.Drawing.Point(601, -1);
     66      this.loadButton.Location = new System.Drawing.Point(604, 0);
    6267      this.loadButton.Name = "loadButton";
    6368      this.loadButton.Size = new System.Drawing.Size(26, 23);
     
    7075      //
    7176      this.instanceLabel.AutoSize = true;
    72       this.instanceLabel.Location = new System.Drawing.Point(-3, 3);
     77      this.instanceLabel.Location = new System.Drawing.Point(3, 4);
    7378      this.instanceLabel.Name = "instanceLabel";
    7479      this.instanceLabel.Size = new System.Drawing.Size(51, 13);
     
    7883      // instancesComboBox
    7984      //
    80       this.instancesComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     85      this.instancesComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
    8186            | System.Windows.Forms.AnchorStyles.Right)));
    8287      this.instancesComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
    8388      this.instancesComboBox.FormattingEnabled = true;
    84       this.instancesComboBox.Location = new System.Drawing.Point(54, 0);
     89      this.instancesComboBox.Location = new System.Drawing.Point(60, 1);
    8590      this.instancesComboBox.Name = "instancesComboBox";
    86       this.instancesComboBox.Size = new System.Drawing.Size(541, 21);
     91      this.instancesComboBox.Size = new System.Drawing.Size(538, 21);
    8792      this.instancesComboBox.TabIndex = 7;
    8893      this.instancesComboBox.DataSourceChanged += new System.EventHandler(this.comboBox_DataSourceChanged);
     
    9196      //
    9297      this.importButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
    93       this.importButton.Location = new System.Drawing.Point(633, -1);
     98      this.importButton.Location = new System.Drawing.Point(636, 0);
    9499      this.importButton.Name = "importButton";
    95100      this.importButton.Size = new System.Drawing.Size(26, 23);
     
    107112      //
    108113      this.exportButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
    109       this.exportButton.Location = new System.Drawing.Point(665, -1);
     114      this.exportButton.Location = new System.Drawing.Point(-1, 0);
    110115      this.exportButton.Name = "exportButton";
    111116      this.exportButton.Size = new System.Drawing.Size(26, 23);
     
    121126      this.saveFileDialog.Title = "Save RegressionInstance...";
    122127      //
     128      // problemInstanceProviderSplitContainer
     129      //
     130      this.problemInstanceProviderSplitContainer.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     131            | System.Windows.Forms.AnchorStyles.Left)
     132            | System.Windows.Forms.AnchorStyles.Right)));
     133      this.problemInstanceProviderSplitContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
     134      this.problemInstanceProviderSplitContainer.IsSplitterFixed = true;
     135      this.problemInstanceProviderSplitContainer.Location = new System.Drawing.Point(0, -1);
     136      this.problemInstanceProviderSplitContainer.Name = "problemInstanceProviderSplitContainer";
     137      //
     138      // problemInstanceProviderSplitContainer.Panel1
     139      //
     140      this.problemInstanceProviderSplitContainer.Panel1.Controls.Add(this.instanceLabel);
     141      this.problemInstanceProviderSplitContainer.Panel1.Controls.Add(this.instancesComboBox);
     142      this.problemInstanceProviderSplitContainer.Panel1.Controls.Add(this.importButton);
     143      this.problemInstanceProviderSplitContainer.Panel1.Controls.Add(this.loadButton);
     144      //
     145      // problemInstanceProviderSplitContainer.Panel2
     146      //
     147      this.problemInstanceProviderSplitContainer.Panel2.Controls.Add(this.exportButton);
     148      this.problemInstanceProviderSplitContainer.Size = new System.Drawing.Size(694, 22);
     149      this.problemInstanceProviderSplitContainer.SplitterDistance = 665;
     150      this.problemInstanceProviderSplitContainer.TabIndex = 9;
     151      //
    123152      // ProblemInstanceProviderView
    124153      //
    125154      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    126155      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    127       this.Controls.Add(this.exportButton);
    128       this.Controls.Add(this.instancesComboBox);
    129       this.Controls.Add(this.importButton);
    130       this.Controls.Add(this.loadButton);
    131       this.Controls.Add(this.instanceLabel);
     156      this.Controls.Add(this.problemInstanceProviderSplitContainer);
    132157      this.Name = "ProblemInstanceProviderView";
    133158      this.Size = new System.Drawing.Size(694, 21);
     159      this.problemInstanceProviderSplitContainer.Panel1.ResumeLayout(false);
     160      this.problemInstanceProviderSplitContainer.Panel1.PerformLayout();
     161      this.problemInstanceProviderSplitContainer.Panel2.ResumeLayout(false);
     162      ((System.ComponentModel.ISupportInitialize)(this.problemInstanceProviderSplitContainer)).EndInit();
     163      this.problemInstanceProviderSplitContainer.ResumeLayout(false);
    134164      this.ResumeLayout(false);
    135       this.PerformLayout();
    136165
    137166    }
     
    147176    protected System.Windows.Forms.Button exportButton;
    148177    private System.Windows.Forms.SaveFileDialog saveFileDialog;
     178    private System.Windows.Forms.SplitContainer problemInstanceProviderSplitContainer;
    149179
    150180  }
Note: See TracChangeset for help on using the changeset viewer.