Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/10/14 10:31:41 (9 years ago)
Author:
pfleck
Message:

#2269 Merged trunk. Updated .net version of ALPS plugin.

Location:
branches/ALPS
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/ALPS

  • branches/ALPS/HeuristicLab.Scripting.Views/3.3/ScriptView.Designer.cs

    r10747 r11677  
    110110      this.toolTip.SetToolTip(this.compileButton, "Compile (F6)");
    111111      this.compileButton.UseVisualStyleBackColor = true;
    112       this.compileButton.Click += new System.EventHandler(this.CompileButtonOnClick);
     112      this.compileButton.Click += new System.EventHandler(this.compileButton_Click);
    113113      //
    114114      // infoTabControl
     
    178178      this.errorListView.UseCompatibleStateImageBehavior = false;
    179179      this.errorListView.View = System.Windows.Forms.View.Details;
     180      this.errorListView.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.errorListView_MouseDoubleClick);
    180181      //
    181182      // iconColumnHeader
     
    213214      this.codeEditor.TabIndex = 0;
    214215      this.codeEditor.UserCode = "";
    215       this.codeEditor.TextEditorTextChanged += new System.EventHandler(this.CodeEditorOnTextEditorTextChanged);
     216      this.codeEditor.TextEditorTextChanged += new System.EventHandler(this.codeEditor_TextEditorTextChanged);
    216217      //
    217218      // splitContainer1
    218219      //
    219       this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    220             | System.Windows.Forms.AnchorStyles.Left)
     220      this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
     221            | System.Windows.Forms.AnchorStyles.Left) 
    221222            | System.Windows.Forms.AnchorStyles.Right)));
    222223      this.splitContainer1.Location = new System.Drawing.Point(0, 56);
Note: See TracChangeset for help on using the changeset viewer.