Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/29/15 12:50:06 (8 years ago)
Author:
jkarder
Message:

#2298: added ExecutableScript and ExecutableScriptView

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Scripting.Views/3.3/CSharpScriptView.Designer.cs

    r13024 r13080  
    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();
    54       this.executionTimeTextBox = new System.Windows.Forms.TextBox();
    55       this.executionTimeLabel = new System.Windows.Forms.Label();
     51      this.infoTabControl.SuspendLayout();
     52      this.outputTabPage.SuspendLayout();
     53      this.errorListTabPage.SuspendLayout();
    5654      ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
    5755      this.splitContainer1.Panel1.SuspendLayout();
     56      this.splitContainer1.Panel2.SuspendLayout();
    5857      this.splitContainer1.SuspendLayout();
    5958      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
     
    6463      this.SuspendLayout();
    6564      //
    66       // splitContainer1.Panel1
     65      // executionTimeLabel
    6766      //
    68       this.splitContainer1.Panel1.Controls.Add(this.executionTimeTextBox);
    69       this.splitContainer1.Panel1.Controls.Add(this.executionTimeLabel);
    70       this.splitContainer1.Panel1.Controls.SetChildIndex(this.executionTimeTextBox, 0);
    71       this.splitContainer1.Panel1.Controls.SetChildIndex(this.executionTimeLabel, 0);
     67      this.executionTimeLabel.Location = new System.Drawing.Point(394, 393);
     68      //
     69      // executionTimeTextBox
     70      //
     71      this.executionTimeTextBox.Location = new System.Drawing.Point(483, 390);
     72      //
     73      // splitContainer1
     74      //
     75      this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)));
     76      this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
     77      this.splitContainer1.Location = new System.Drawing.Point(0, 0);
    7278      this.splitContainer1.Size = new System.Drawing.Size(637, 543);
    73       //
    74       // nameTextBox
    75       //
    76       this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
    77       this.errorProvider.SetIconPadding(this.nameTextBox, 2);
    78       this.nameTextBox.Location = new System.Drawing.Point(60, 0);
    79       this.nameTextBox.Size = new System.Drawing.Size(750, 20);
    80       //
    81       // infoLabel
    82       //
    83       this.infoLabel.Location = new System.Drawing.Point(816, 4);
    84       //
    85       // startStopButton
    86       //
    87       this.startStopButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Play;
    88       this.startStopButton.Location = new System.Drawing.Point(36, 26);
    89       this.startStopButton.Name = "startStopButton";
    90       this.startStopButton.Size = new System.Drawing.Size(24, 24);
    91       this.startStopButton.TabIndex = 1;
    92       this.startStopButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
    93       this.toolTip.SetToolTip(this.startStopButton, "Run (F5)");
    94       this.startStopButton.UseVisualStyleBackColor = true;
    95       this.startStopButton.Click += new System.EventHandler(this.StartStopButtonOnClick);
     79      this.splitContainer1.SplitterDistance = 427;
    9680      //
    9781      // splitContainer2
     
    11498      this.splitContainer2.SplitterDistance = 637;
    11599      this.splitContainer2.TabIndex = 7;
    116       //
    117       // splitContainer1
    118       //
    119       this.splitContainer1.Location = new System.Drawing.Point(0, 0);
    120       this.splitContainer1.Dock = DockStyle.Fill;
    121100      //
    122101      // variableStoreView
     
    145124      this.viewHost.ViewType = null;
    146125      //
    147       // executionTimeTextBox
    148       //
    149       this.executionTimeTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
    150       this.executionTimeTextBox.Location = new System.Drawing.Point(483, 390);
    151       this.executionTimeTextBox.Name = "executionTimeTextBox";
    152       this.executionTimeTextBox.ReadOnly = true;
    153       this.executionTimeTextBox.Size = new System.Drawing.Size(137, 20);
    154       this.executionTimeTextBox.TabIndex = 17;
    155       //
    156       // executionTimeLabel
    157       //
    158       this.executionTimeLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
    159       this.executionTimeLabel.AutoSize = true;
    160       this.executionTimeLabel.Location = new System.Drawing.Point(394, 393);
    161       this.executionTimeLabel.Name = "executionTimeLabel";
    162       this.executionTimeLabel.Size = new System.Drawing.Size(83, 13);
    163       this.executionTimeLabel.TabIndex = 16;
    164       this.executionTimeLabel.Text = "&Execution Time:";
    165       //
    166       // ScriptView
     126      // CSharpScriptView
    167127      //
    168128      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
    169129      this.Controls.Add(this.splitContainer2);
    170       this.Controls.Add(this.startStopButton);
    171       this.Name = "ScriptView";
    172       this.Size = new System.Drawing.Size(835, 602);
     130      this.Name = "CSharpScriptView";
     131      this.Controls.SetChildIndex(this.infoTextLabel, 0);
     132      this.Controls.SetChildIndex(this.compileButton, 0);
    173133      this.Controls.SetChildIndex(this.startStopButton, 0);
    174134      this.Controls.SetChildIndex(this.splitContainer2, 0);
     
    176136      this.Controls.SetChildIndex(this.nameTextBox, 0);
    177137      this.Controls.SetChildIndex(this.infoLabel, 0);
     138      this.infoTabControl.ResumeLayout(false);
     139      this.outputTabPage.ResumeLayout(false);
     140      this.outputTabPage.PerformLayout();
     141      this.errorListTabPage.ResumeLayout(false);
    178142      this.splitContainer1.Panel1.ResumeLayout(false);
    179143      this.splitContainer1.Panel1.PerformLayout();
     144      this.splitContainer1.Panel2.ResumeLayout(false);
    180145      ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
    181146      this.splitContainer1.ResumeLayout(false);
     147      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
    182148      this.splitContainer2.Panel1.ResumeLayout(false);
    183149      this.splitContainer2.Panel2.ResumeLayout(false);
     
    191157    #endregion
    192158
    193     protected System.Windows.Forms.Button startStopButton;
    194159    protected System.Windows.Forms.SplitContainer splitContainer2;
    195160    protected MainForm.WindowsForms.ViewHost viewHost;
    196161    protected VariableStoreView variableStoreView;
    197     protected TextBox executionTimeTextBox;
    198     protected Label executionTimeLabel;
    199162  }
    200163}
Note: See TracChangeset for help on using the changeset viewer.