Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/04/12 21:50:19 (12 years ago)
Author:
sforsten
Message:

#1782: improvements from mkommend's comment have been applied

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.Instances.Views/3.3/ProblemInstanceProviderViewGeneric.Designer.cs

    r7849 r7956  
    4949      this.instanceLabel = new System.Windows.Forms.Label();
    5050      this.instancesComboBox = new System.Windows.Forms.ComboBox();
    51       this.importButton = new System.Windows.Forms.Button();
    5251      this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
    5352      this.toolTip = new System.Windows.Forms.ToolTip(this.components);
    54       this.exportButton = new System.Windows.Forms.Button();
    5553      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();
    6154      this.SuspendLayout();
    6255      //
     
    6457      //
    6558      this.loadButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
    66       this.loadButton.Location = new System.Drawing.Point(604, 0);
     59      this.loadButton.Location = new System.Drawing.Point(667, -1);
    6760      this.loadButton.Name = "loadButton";
    6861      this.loadButton.Size = new System.Drawing.Size(24, 24);
     
    8376      // instancesComboBox
    8477      //
    85       this.instancesComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     78      this.instancesComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
    8679            | System.Windows.Forms.AnchorStyles.Right)));
    8780      this.instancesComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     
    8982      this.instancesComboBox.Location = new System.Drawing.Point(60, 1);
    9083      this.instancesComboBox.Name = "instancesComboBox";
    91       this.instancesComboBox.Size = new System.Drawing.Size(538, 21);
     84      this.instancesComboBox.Size = new System.Drawing.Size(601, 21);
    9285      this.instancesComboBox.TabIndex = 7;
    93       this.instancesComboBox.DataSourceChanged += new System.EventHandler(this.comboBox_DataSourceChanged);
    94       //
    95       // importButton
    96       //
    97       this.importButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
    98       this.importButton.Location = new System.Drawing.Point(636, 0);
    99       this.importButton.Name = "importButton";
    100       this.importButton.Size = new System.Drawing.Size(24, 24);
    101       this.importButton.TabIndex = 6;
    102       this.importButton.Text = "Import";
    103       this.importButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
    104       this.importButton.UseVisualStyleBackColor = true;
    105       this.importButton.Click += new System.EventHandler(this.importButton_Click);
     86      this.instancesComboBox.DataSourceChanged += new System.EventHandler(this.instancesComboBox_DataSourceChanged);
    10687      //
    10788      // openFileDialog
    10889      //
    10990      this.openFileDialog.Filter = "All files|*.*";
    110       //
    111       // exportButton
    112       //
    113       this.exportButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
    114       this.exportButton.Location = new System.Drawing.Point(-1, 0);
    115       this.exportButton.Name = "exportButton";
    116       this.exportButton.Size = new System.Drawing.Size(24, 24);
    117       this.exportButton.TabIndex = 8;
    118       this.exportButton.Text = "Export";
    119       this.exportButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
    120       this.exportButton.UseVisualStyleBackColor = true;
    121       this.exportButton.Click += new System.EventHandler(this.exportButton_Click);
    12291      //
    12392      // saveFileDialog
     
    12695      this.saveFileDialog.Title = "Save RegressionInstance...";
    12796      //
    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       //
    152       // ProblemInstanceProviderView
     97      // ProblemInstanceProviderViewGeneric
    15398      //
    15499      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    155100      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    156       this.Controls.Add(this.problemInstanceProviderSplitContainer);
    157       this.Name = "ProblemInstanceProviderView";
     101      this.Controls.Add(this.instanceLabel);
     102      this.Controls.Add(this.instancesComboBox);
     103      this.Controls.Add(this.loadButton);
     104      this.Name = "ProblemInstanceProviderViewGeneric";
    158105      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);
    164106      this.ResumeLayout(false);
     107      this.PerformLayout();
    165108
    166109    }
     
    173116    protected System.Windows.Forms.Label instanceLabel;
    174117    protected System.Windows.Forms.ComboBox instancesComboBox;
    175     protected System.Windows.Forms.Button importButton;
    176     protected System.Windows.Forms.Button exportButton;
    177118    protected System.Windows.Forms.SaveFileDialog saveFileDialog;
    178     protected System.Windows.Forms.SplitContainer problemInstanceProviderSplitContainer;
    179 
    180119  }
    181120}
Note: See TracChangeset for help on using the changeset viewer.