Free cookie consent management tool by TermsFeed Policy Generator

Changeset 12805 for branches


Ignore:
Timestamp:
07/27/15 12:49:52 (9 years ago)
Author:
abeham
Message:

#2431: fixed error due to removed resx file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PerformanceComparison/HeuristicLab.Optimization.Views/3.3/IRRestarterView.Designer.cs

    r12804 r12805  
    3434    /// </summary>
    3535    private void InitializeComponent() {
    36       System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(IndependentRandomRestarterView));
    3736      this.timeLimitLabel = new System.Windows.Forms.Label();
    3837      this.maxExecutionTimeTextBox = new System.Windows.Forms.TextBox();
     
    118117      // maxExecutionTimeTextBox
    119118      //
    120       this.maxExecutionTimeTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
     119      this.maxExecutionTimeTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    121120            | System.Windows.Forms.AnchorStyles.Right)));
    122121      this.maxExecutionTimeTextBox.Location = new System.Drawing.Point(115, 26);
     
    146145      //
    147146      this.tabControl.AllowDrop = true;
    148       this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
    149             | System.Windows.Forms.AnchorStyles.Left) 
     147      this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     148            | System.Windows.Forms.AnchorStyles.Left)
    150149            | System.Windows.Forms.AnchorStyles.Right)));
    151150      this.tabControl.Controls.Add(this.algorithmTabPage);
     
    177176      // algorithmViewHost
    178177      //
    179       this.algorithmViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
    180             | System.Windows.Forms.AnchorStyles.Left) 
     178      this.algorithmViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     179            | System.Windows.Forms.AnchorStyles.Left)
    181180            | System.Windows.Forms.AnchorStyles.Right)));
    182181      this.algorithmViewHost.Caption = "View";
     
    193192      // openAlgorithmButton
    194193      //
    195       this.openAlgorithmButton.Image = ((System.Drawing.Image)(resources.GetObject("openAlgorithmButton.Image")));
     194      this.openAlgorithmButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Open;
    196195      this.openAlgorithmButton.Location = new System.Drawing.Point(36, 6);
    197196      this.openAlgorithmButton.Name = "openAlgorithmButton";
     
    204203      // newAlgorithmButton
    205204      //
    206       this.newAlgorithmButton.Image = ((System.Drawing.Image)(resources.GetObject("newAlgorithmButton.Image")));
     205      this.newAlgorithmButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.NewDocument;
    207206      this.newAlgorithmButton.Location = new System.Drawing.Point(6, 6);
    208207      this.newAlgorithmButton.Name = "newAlgorithmButton";
     
    283282      // terminationComboBox
    284283      //
    285       this.terminationComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
     284      this.terminationComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    286285            | System.Windows.Forms.AnchorStyles.Right)));
    287286      this.terminationComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     
    304303      // moveCostPerSolutionTextBox
    305304      //
    306       this.moveCostPerSolutionTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
     305      this.moveCostPerSolutionTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    307306            | System.Windows.Forms.AnchorStyles.Right)));
    308307      this.moveCostPerSolutionTextBox.Location = new System.Drawing.Point(401, 52);
Note: See TracChangeset for help on using the changeset viewer.