Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/19/15 11:29:17 (8 years ago)
Author:
mkommend
Message:

#2298: Merged r13024, r13080, r13138, and r13218 into stable.

Location:
stable
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • stable

  • stable/HeuristicLab.Scripting.Views/3.3/CSharpScriptView.Designer.cs

    r12009 r13277  
    2020#endregion
    2121
    22 using System.Windows.Forms;
    2322
    2423namespace HeuristicLab.Scripting.Views {
     
    4746    /// </summary>
    4847    private void InitializeComponent() {
    49       this.components = new System.ComponentModel.Container();
    50       this.startStopButton = new System.Windows.Forms.Button();
    5148      this.splitContainer2 = new System.Windows.Forms.SplitContainer();
    5249      this.variableStoreView = new HeuristicLab.Scripting.Views.VariableStoreView();
    5350      this.viewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
     51      this.infoTabControl.SuspendLayout();
     52      this.outputTabPage.SuspendLayout();
     53      this.errorListTabPage.SuspendLayout();
     54      ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     55      this.splitContainer1.Panel1.SuspendLayout();
     56      this.splitContainer1.Panel2.SuspendLayout();
     57      this.splitContainer1.SuspendLayout();
    5458      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
    5559      ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
     
    5963      this.SuspendLayout();
    6064      //
    61       // nameTextBox
     65      // executionTimeLabel
    6266      //
    63       this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
    64       this.errorProvider.SetIconPadding(this.nameTextBox, 2);
    65       this.nameTextBox.Location = new System.Drawing.Point(60, 0);
    66       this.nameTextBox.Size = new System.Drawing.Size(750, 20);
     67      this.executionTimeLabel.Location = new System.Drawing.Point(409, 3);
    6768      //
    68       // infoLabel
     69      // executionTimeTextBox
    6970      //
    70       this.infoLabel.Location = new System.Drawing.Point(816, 4);
     71      this.executionTimeTextBox.Location = new System.Drawing.Point(498, 0);
    7172      //
    72       // startStopButton
     73      // infoTabControl
    7374      //
    74       this.startStopButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Play;
    75       this.startStopButton.Location = new System.Drawing.Point(36, 26);
    76       this.startStopButton.Name = "startStopButton";
    77       this.startStopButton.Size = new System.Drawing.Size(24, 24);
    78       this.startStopButton.TabIndex = 1;
    79       this.startStopButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
    80       this.toolTip.SetToolTip(this.startStopButton, "Run (F5)");
    81       this.startStopButton.UseVisualStyleBackColor = true;
    82       this.startStopButton.Click += new System.EventHandler(this.StartStopButtonOnClick);
     75      this.infoTabControl.Size = new System.Drawing.Size(637, 110);
     76      //
     77      // splitContainer1
     78      //
     79      this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)));
     80      this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
     81      this.splitContainer1.Location = new System.Drawing.Point(0, 0);
     82      this.splitContainer1.Size = new System.Drawing.Size(637, 543);
     83      this.splitContainer1.SplitterDistance = 427;
    8384      //
    8485      // splitContainer2
     
    101102      this.splitContainer2.SplitterDistance = 637;
    102103      this.splitContainer2.TabIndex = 7;
    103       //
    104       // splitContainer1
    105       //
    106       this.splitContainer1.Location = new System.Drawing.Point(0, 0);
    107       this.splitContainer1.Dock = DockStyle.Fill;
    108104      //
    109105      // variableStoreView
     
    132128      this.viewHost.ViewType = null;
    133129      //
    134       // ScriptView
     130      // CSharpScriptView
    135131      //
    136132      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
    137133      this.Controls.Add(this.splitContainer2);
    138       this.Controls.Add(this.startStopButton);
    139       this.Name = "ScriptView";
    140       this.Size = new System.Drawing.Size(835, 602);
     134      this.Name = "CSharpScriptView";
     135      this.Controls.SetChildIndex(this.infoTextLabel, 0);
     136      this.Controls.SetChildIndex(this.compileButton, 0);
    141137      this.Controls.SetChildIndex(this.startStopButton, 0);
    142138      this.Controls.SetChildIndex(this.splitContainer2, 0);
     
    144140      this.Controls.SetChildIndex(this.nameTextBox, 0);
    145141      this.Controls.SetChildIndex(this.infoLabel, 0);
     142      this.infoTabControl.ResumeLayout(false);
     143      this.outputTabPage.ResumeLayout(false);
     144      this.outputTabPage.PerformLayout();
     145      this.errorListTabPage.ResumeLayout(false);
     146      this.splitContainer1.Panel1.ResumeLayout(false);
     147      this.splitContainer1.Panel2.ResumeLayout(false);
     148      this.splitContainer1.Panel2.PerformLayout();
     149      ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     150      this.splitContainer1.ResumeLayout(false);
     151      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
    146152      this.splitContainer2.Panel1.ResumeLayout(false);
    147153      this.splitContainer2.Panel2.ResumeLayout(false);
     
    155161    #endregion
    156162
    157     protected System.Windows.Forms.Button startStopButton;
    158163    protected System.Windows.Forms.SplitContainer splitContainer2;
    159164    protected MainForm.WindowsForms.ViewHost viewHost;
Note: See TracChangeset for help on using the changeset viewer.