Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/03/12 16:46:35 (12 years ago)
Author:
gkronber
Message:

#1847: merged r8084:8205 from trunk into GP move operators branch

Location:
branches/GP-MoveOperators
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/GP-MoveOperators

  • branches/GP-MoveOperators/HeuristicLab.Problems.Instances.Views/3.3/ProblemInstanceProviderViewGeneric.Designer.cs

    r8031 r8206  
    4646    private void InitializeComponent() {
    4747      this.components = new System.ComponentModel.Container();
    48       this.loadButton = new System.Windows.Forms.Button();
    4948      this.instanceLabel = new System.Windows.Forms.Label();
    5049      this.instancesComboBox = new System.Windows.Forms.ComboBox();
    5150      this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
    52       this.toolTip = new System.Windows.Forms.ToolTip(this.components);
    5351      this.saveFileDialog = new System.Windows.Forms.SaveFileDialog();
    5452      this.SuspendLayout();
    55       //
    56       // loadButton
    57       //
    58       this.loadButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
    59       this.loadButton.Location = new System.Drawing.Point(667, -1);
    60       this.loadButton.Name = "loadButton";
    61       this.loadButton.Size = new System.Drawing.Size(24, 24);
    62       this.loadButton.TabIndex = 6;
    63       this.loadButton.Text = "Load";
    64       this.loadButton.UseVisualStyleBackColor = true;
    65       this.loadButton.Click += new System.EventHandler(this.loadButton_Click);
    6653      //
    6754      // instanceLabel
     
    7663      // instancesComboBox
    7764      //
    78       this.instancesComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
     65      this.instancesComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    7966            | System.Windows.Forms.AnchorStyles.Right)));
    8067      this.instancesComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     
    8269      this.instancesComboBox.Location = new System.Drawing.Point(60, 1);
    8370      this.instancesComboBox.Name = "instancesComboBox";
    84       this.instancesComboBox.Size = new System.Drawing.Size(601, 21);
     71      this.instancesComboBox.Size = new System.Drawing.Size(632, 21);
    8572      this.instancesComboBox.TabIndex = 7;
    8673      this.instancesComboBox.DataSourceChanged += new System.EventHandler(this.instancesComboBox_DataSourceChanged);
    87       this.instancesComboBox.SelectedIndexChanged += new System.EventHandler(this.instancesComboBox_SelectedIndexChanged);
     74      this.instancesComboBox.SelectionChangeCommitted += new System.EventHandler(instancesComboBox_SelectionChangeCommitted);
    8875      //
    8976      // openFileDialog
     
    10289      this.Controls.Add(this.instanceLabel);
    10390      this.Controls.Add(this.instancesComboBox);
    104       this.Controls.Add(this.loadButton);
    10591      this.Name = "ProblemInstanceProviderViewGeneric";
    10692      this.Size = new System.Drawing.Size(694, 21);
     
    10995
    11096    }
    111 
    11297    #endregion
    11398
    11499    protected System.Windows.Forms.OpenFileDialog openFileDialog;
    115     protected System.Windows.Forms.ToolTip toolTip;
    116     protected System.Windows.Forms.Button loadButton;
    117100    protected System.Windows.Forms.Label instanceLabel;
    118101    protected System.Windows.Forms.ComboBox instancesComboBox;
Note: See TracChangeset for help on using the changeset viewer.