Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/06/10 18:17:09 (13 years ago)
Author:
epitzer
Message:

Add breakpoint to ProgrammableOperator (#1322)

this patch also adds a shortcut (F6) to recompile, makes minor GUI improvements and gets rid of resource files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Operators.Programmable/3.3/ProgrammableOperatorView.Designer.cs

    r4477 r5042  
    5959      this.tabPage1 = new System.Windows.Forms.TabPage();
    6060      this.parameterCollectionView = new HeuristicLab.Core.Views.ParameterCollectionView();
     61      this.breakpointCheckBox = new System.Windows.Forms.CheckBox();
     62      this.breakpointLabel = new System.Windows.Forms.Label();
     63      this.compilationLabel = new System.Windows.Forms.Label();
    6164      tabPage2 = new System.Windows.Forms.TabPage();
    6265      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
     
    9093      tabPage2.Name = "tabPage2";
    9194      tabPage2.Padding = new System.Windows.Forms.Padding(3);
    92       tabPage2.Size = new System.Drawing.Size(977, 619);
     95      tabPage2.Size = new System.Drawing.Size(977, 596);
    9396      tabPage2.TabIndex = 1;
    9497      tabPage2.Text = "Code";
     
    103106      // splitContainer1.Panel1
    104107      //
     108      this.splitContainer1.Panel1.Controls.Add(this.compilationLabel);
    105109      this.splitContainer1.Panel1.Controls.Add(this.splitContainer2);
    106110      this.splitContainer1.Panel1.Controls.Add(this.showCodeButton);
     
    110114      //
    111115      this.splitContainer1.Panel2.Controls.Add(this.codeEditor);
    112       this.splitContainer1.Size = new System.Drawing.Size(971, 613);
     116      this.splitContainer1.Size = new System.Drawing.Size(971, 590);
    113117      this.splitContainer1.SplitterDistance = 244;
    114118      this.splitContainer1.TabIndex = 0;
     
    116120      // splitContainer2
    117121      //
    118       this.splitContainer2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    119                   | System.Windows.Forms.AnchorStyles.Left)
    120                   | System.Windows.Forms.AnchorStyles.Right)));
     122      this.splitContainer2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
     123            | System.Windows.Forms.AnchorStyles.Left)
     124            | System.Windows.Forms.AnchorStyles.Right)));
    121125      this.splitContainer2.Location = new System.Drawing.Point(0, 33);
    122126      this.splitContainer2.Name = "splitContainer2";
     
    130134      //
    131135      this.splitContainer2.Panel2.Controls.Add(this.namespacesBox);
    132       this.splitContainer2.Size = new System.Drawing.Size(242, 583);
    133       this.splitContainer2.SplitterDistance = 290;
     136      this.splitContainer2.Size = new System.Drawing.Size(242, 560);
     137      this.splitContainer2.SplitterDistance = 278;
    134138      this.splitContainer2.TabIndex = 2;
    135139      //
     
    140144      this.assembliesBox.Location = new System.Drawing.Point(0, 0);
    141145      this.assembliesBox.Name = "assembliesBox";
    142       this.assembliesBox.Size = new System.Drawing.Size(242, 290);
     146      this.assembliesBox.Size = new System.Drawing.Size(242, 278);
    143147      this.assembliesBox.TabIndex = 1;
    144148      this.assembliesBox.TabStop = false;
     
    151155      this.assembliesTreeView.Location = new System.Drawing.Point(3, 16);
    152156      this.assembliesTreeView.Name = "assembliesTreeView";
    153       this.assembliesTreeView.Size = new System.Drawing.Size(236, 271);
     157      this.assembliesTreeView.Size = new System.Drawing.Size(236, 259);
    154158      this.assembliesTreeView.TabIndex = 0;
    155159      this.assembliesTreeView.AfterCheck += new System.Windows.Forms.TreeViewEventHandler(this.assembliesTreeView_AfterCheck);
     
    161165      this.namespacesBox.Location = new System.Drawing.Point(0, 0);
    162166      this.namespacesBox.Name = "namespacesBox";
    163       this.namespacesBox.Size = new System.Drawing.Size(242, 289);
     167      this.namespacesBox.Size = new System.Drawing.Size(242, 278);
    164168      this.namespacesBox.TabIndex = 1;
    165169      this.namespacesBox.TabStop = false;
     
    173177      this.namespacesTreeView.Name = "namespacesTreeView";
    174178      this.namespacesTreeView.PathSeparator = ".";
    175       this.namespacesTreeView.Size = new System.Drawing.Size(236, 270);
     179      this.namespacesTreeView.Size = new System.Drawing.Size(236, 259);
    176180      this.namespacesTreeView.TabIndex = 0;
    177181      this.namespacesTreeView.AfterCheck += new System.Windows.Forms.TreeViewEventHandler(this.namespacesTreeView_AfterCheck);
     
    179183      // showCodeButton
    180184      //
    181       this.showCodeButton.Image = ((System.Drawing.Image)(resources.GetObject("showCodeButton.Image")));
     185      this.showCodeButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.PrintPreview;
    182186      this.showCodeButton.Location = new System.Drawing.Point(33, 3);
    183187      this.showCodeButton.Name = "showCodeButton";
     
    191195      // compileButton
    192196      //
    193       this.compileButton.Image = ((System.Drawing.Image)(resources.GetObject("compileButton.Image")));
     197      this.compileButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Script;
    194198      this.compileButton.Location = new System.Drawing.Point(3, 3);
    195199      this.compileButton.Name = "compileButton";
     
    207211      this.codeEditor.Name = "codeEditor";
    208212      this.codeEditor.Prefix = "";
    209       this.codeEditor.Size = new System.Drawing.Size(723, 613);
     213      this.codeEditor.Size = new System.Drawing.Size(723, 590);
    210214      this.codeEditor.Suffix = "";
    211215      this.codeEditor.TabIndex = 0;
     
    215219      // tabControl1
    216220      //
    217       this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    218                   | System.Windows.Forms.AnchorStyles.Left)
    219                   | System.Windows.Forms.AnchorStyles.Right)));
     221      this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
     222            | System.Windows.Forms.AnchorStyles.Left)
     223            | System.Windows.Forms.AnchorStyles.Right)));
    220224      this.tabControl1.Controls.Add(this.tabPage1);
    221225      this.tabControl1.Controls.Add(tabPage2);
    222       this.tabControl1.Location = new System.Drawing.Point(0, 52);
     226      this.tabControl1.Location = new System.Drawing.Point(0, 75);
    223227      this.tabControl1.Name = "tabControl1";
    224228      this.tabControl1.SelectedIndex = 0;
    225       this.tabControl1.Size = new System.Drawing.Size(985, 645);
     229      this.tabControl1.Size = new System.Drawing.Size(985, 622);
    226230      this.tabControl1.TabIndex = 7;
    227231      //
     
    232236      this.tabPage1.Name = "tabPage1";
    233237      this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
    234       this.tabPage1.Size = new System.Drawing.Size(977, 619);
     238      this.tabPage1.Size = new System.Drawing.Size(977, 596);
    235239      this.tabPage1.TabIndex = 0;
    236240      this.tabPage1.Text = "Parameters";
     
    245249      this.parameterCollectionView.Name = "parameterCollectionView";
    246250      this.parameterCollectionView.ReadOnly = false;
    247       this.parameterCollectionView.Size = new System.Drawing.Size(971, 613);
     251      this.parameterCollectionView.Size = new System.Drawing.Size(971, 590);
    248252      this.parameterCollectionView.TabIndex = 0;
     253      //
     254      // breakpointCheckBox
     255      //
     256      this.breakpointCheckBox.AutoSize = true;
     257      this.breakpointCheckBox.Location = new System.Drawing.Point(72, 52);
     258      this.breakpointCheckBox.Name = "breakpointCheckBox";
     259      this.breakpointCheckBox.Size = new System.Drawing.Size(15, 14);
     260      this.breakpointCheckBox.TabIndex = 8;
     261      this.breakpointCheckBox.UseVisualStyleBackColor = true;
     262      this.breakpointCheckBox.CheckedChanged += new System.EventHandler(this.breakpointCheckBox_CheckedChanged);
     263      //
     264      // breakpointLabel
     265      //
     266      this.breakpointLabel.AutoSize = true;
     267      this.breakpointLabel.Location = new System.Drawing.Point(3, 52);
     268      this.breakpointLabel.Name = "breakpointLabel";
     269      this.breakpointLabel.Size = new System.Drawing.Size(61, 13);
     270      this.breakpointLabel.TabIndex = 9;
     271      this.breakpointLabel.Text = "Breakpoint:";
     272      //
     273      // compilationLabel
     274      //
     275      this.compilationLabel.AutoSize = true;
     276      this.compilationLabel.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
     277      this.compilationLabel.Location = new System.Drawing.Point(63, 9);
     278      this.compilationLabel.Name = "compilationLabel";
     279      this.compilationLabel.Size = new System.Drawing.Size(67, 13);
     280      this.compilationLabel.TabIndex = 3;
     281      this.compilationLabel.Text = "not compiled";
    249282      //
    250283      // ProgrammableOperatorView
     
    253286      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    254287      this.Controls.Add(this.tabControl1);
     288      this.Controls.Add(this.breakpointCheckBox);
     289      this.Controls.Add(this.breakpointLabel);
    255290      this.Name = "ProgrammableOperatorView";
    256291      this.Size = new System.Drawing.Size(985, 697);
     292      this.Controls.SetChildIndex(this.breakpointLabel, 0);
     293      this.Controls.SetChildIndex(this.breakpointCheckBox, 0);
    257294      this.Controls.SetChildIndex(this.tabControl1, 0);
    258295      this.Controls.SetChildIndex(this.nameTextBox, 0);
     
    263300      tabPage2.ResumeLayout(false);
    264301      this.splitContainer1.Panel1.ResumeLayout(false);
     302      this.splitContainer1.Panel1.PerformLayout();
    265303      this.splitContainer1.Panel2.ResumeLayout(false);
    266304      this.splitContainer1.ResumeLayout(false);
     
    291329    private System.Windows.Forms.GroupBox assembliesBox;
    292330    private System.Windows.Forms.GroupBox namespacesBox;
     331    private System.Windows.Forms.CheckBox breakpointCheckBox;
     332    private System.Windows.Forms.Label compilationLabel;
     333    private System.Windows.Forms.Label breakpointLabel;
    293334  }
    294335}
Note: See TracChangeset for help on using the changeset viewer.