Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/20/14 17:33:22 (10 years ago)
Author:
jkarder
Message:

#2136:

  • refactored HLScriptGeneration to separate outputs from different running HL scripts.
  • added persistence support for HLScripts and fixed cloning
  • added code completion for all types in the currently loaded assemblies
  • merged trunk changes
Location:
branches/HLScript
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/HLScript

  • branches/HLScript/HeuristicLab.HLScript.Views/3.3/HLScriptView.Designer.cs

    r10332 r10358  
    4545    /// </summary>
    4646    private void InitializeComponent() {
    47       this.components = new System.ComponentModel.Container();
    4847      this.compilationLabel = new System.Windows.Forms.Label();
    4948      this.showCodeButton = new System.Windows.Forms.Button();
    5049      this.startStopButton = new System.Windows.Forms.Button();
    51       this.toolTip = new System.Windows.Forms.ToolTip(this.components);
    5250      this.errorListView = new System.Windows.Forms.ListView();
    5351      this.categoryColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     
    6361      this.outputTabPage = new System.Windows.Forms.TabPage();
    6462      this.outputTextBox = new System.Windows.Forms.TextBox();
     63      this.viewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
    6564      this.variableStoreView = new HeuristicLab.HLScript.Views.VariableStoreView();
    66       this.viewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
     65      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
    6766      ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
    6867      this.splitContainer1.Panel1.SuspendLayout();
     
    7877      this.SuspendLayout();
    7978      //
     79      // nameTextBox
     80      //
     81      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
     82      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
     83      this.nameTextBox.Location = new System.Drawing.Point(60, 0);
     84      this.nameTextBox.Size = new System.Drawing.Size(750, 20);
     85      //
     86      // infoLabel
     87      //
     88      this.infoLabel.Location = new System.Drawing.Point(816, 4);
     89      //
    8090      // compilationLabel
    8191      //
    8292      this.compilationLabel.AutoSize = true;
    8393      this.compilationLabel.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
    84       this.compilationLabel.Location = new System.Drawing.Point(63, 9);
     94      this.compilationLabel.Location = new System.Drawing.Point(63, 32);
    8595      this.compilationLabel.Name = "compilationLabel";
    8696      this.compilationLabel.Size = new System.Drawing.Size(69, 13);
     
    91101      //
    92102      this.showCodeButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.PrintPreview;
    93       this.showCodeButton.Location = new System.Drawing.Point(33, 3);
     103      this.showCodeButton.Location = new System.Drawing.Point(33, 26);
    94104      this.showCodeButton.Name = "showCodeButton";
    95105      this.showCodeButton.Size = new System.Drawing.Size(24, 24);
     
    103113      //
    104114      this.startStopButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Play;
    105       this.startStopButton.Location = new System.Drawing.Point(3, 3);
     115      this.startStopButton.Location = new System.Drawing.Point(3, 26);
    106116      this.startStopButton.Name = "startStopButton";
    107117      this.startStopButton.Size = new System.Drawing.Size(24, 24);
     
    126136      this.errorListView.Location = new System.Drawing.Point(3, 3);
    127137      this.errorListView.Name = "errorListView";
    128       this.errorListView.Size = new System.Drawing.Size(623, 83);
     138      this.errorListView.Size = new System.Drawing.Size(623, 79);
    129139      this.errorListView.TabIndex = 0;
    130140      this.errorListView.UseCompatibleStateImageBehavior = false;
     
    161171      this.codeEditor.Name = "codeEditor";
    162172      this.codeEditor.Prefix = "";
    163       this.codeEditor.Size = new System.Drawing.Size(637, 447);
     173      this.codeEditor.Size = new System.Drawing.Size(637, 428);
    164174      this.codeEditor.Suffix = "";
    165175      this.codeEditor.TabIndex = 0;
     
    169179      // splitContainer1
    170180      //
    171       this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    172             | System.Windows.Forms.AnchorStyles.Left)
     181      this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
     182            | System.Windows.Forms.AnchorStyles.Left) 
    173183            | System.Windows.Forms.AnchorStyles.Right)));
    174       this.splitContainer1.Location = new System.Drawing.Point(3, 33);
     184      this.splitContainer1.Location = new System.Drawing.Point(3, 56);
    175185      this.splitContainer1.Name = "splitContainer1";
    176186      //
     
    183193      this.splitContainer1.Panel2.Controls.Add(this.variableStoreView);
    184194      this.splitContainer1.Panel2.Controls.Add(this.viewHost);
    185       this.splitContainer1.Size = new System.Drawing.Size(829, 566);
     195      this.splitContainer1.Size = new System.Drawing.Size(829, 543);
    186196      this.splitContainer1.SplitterDistance = 637;
    187197      this.splitContainer1.TabIndex = 7;
     
    201211      //
    202212      this.splitContainer2.Panel2.Controls.Add(this.tabControl1);
    203       this.splitContainer2.Size = new System.Drawing.Size(637, 566);
    204       this.splitContainer2.SplitterDistance = 447;
     213      this.splitContainer2.Size = new System.Drawing.Size(637, 543);
     214      this.splitContainer2.SplitterDistance = 428;
    205215      this.splitContainer2.TabIndex = 5;
    206216      //
     
    213223      this.tabControl1.Name = "tabControl1";
    214224      this.tabControl1.SelectedIndex = 0;
    215       this.tabControl1.Size = new System.Drawing.Size(637, 115);
     225      this.tabControl1.Size = new System.Drawing.Size(637, 111);
    216226      this.tabControl1.TabIndex = 1;
    217227      //
     
    222232      this.errorListTabPage.Name = "errorListTabPage";
    223233      this.errorListTabPage.Padding = new System.Windows.Forms.Padding(3);
    224       this.errorListTabPage.Size = new System.Drawing.Size(629, 89);
     234      this.errorListTabPage.Size = new System.Drawing.Size(629, 85);
    225235      this.errorListTabPage.TabIndex = 0;
    226236      this.errorListTabPage.Text = "Error List";
     
    233243      this.outputTabPage.Name = "outputTabPage";
    234244      this.outputTabPage.Padding = new System.Windows.Forms.Padding(3);
    235       this.outputTabPage.Size = new System.Drawing.Size(629, 89);
     245      this.outputTabPage.Size = new System.Drawing.Size(629, 85);
    236246      this.outputTabPage.TabIndex = 1;
    237247      this.outputTabPage.Text = "Output";
     
    247257      this.outputTextBox.ReadOnly = true;
    248258      this.outputTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Both;
    249       this.outputTextBox.Size = new System.Drawing.Size(623, 83);
     259      this.outputTextBox.Size = new System.Drawing.Size(623, 79);
    250260      this.outputTextBox.TabIndex = 0;
    251261      this.outputTextBox.WordWrap = false;
    252       //
    253       // variableStoreView
    254       //
    255       this.variableStoreView.Caption = "ItemCollection View";
    256       this.variableStoreView.Content = null;
    257       this.variableStoreView.Dock = System.Windows.Forms.DockStyle.Fill;
    258       this.variableStoreView.Location = new System.Drawing.Point(0, 0);
    259       this.variableStoreView.Name = "variableStoreView";
    260       this.variableStoreView.ReadOnly = false;
    261       this.variableStoreView.Size = new System.Drawing.Size(188, 566);
    262       this.variableStoreView.TabIndex = 0;
    263262      //
    264263      // viewHost
     
    271270      this.viewHost.Name = "viewHost";
    272271      this.viewHost.ReadOnly = false;
    273       this.viewHost.Size = new System.Drawing.Size(188, 566);
     272      this.viewHost.Size = new System.Drawing.Size(188, 543);
    274273      this.viewHost.TabIndex = 0;
    275274      this.viewHost.ViewsLabelVisible = true;
    276275      this.viewHost.ViewType = null;
     276      //
     277      // variableStoreView
     278      //
     279      this.variableStoreView.Caption = "ItemCollection View";
     280      this.variableStoreView.Content = null;
     281      this.variableStoreView.Dock = System.Windows.Forms.DockStyle.Fill;
     282      this.variableStoreView.Location = new System.Drawing.Point(0, 0);
     283      this.variableStoreView.Name = "variableStoreView";
     284      this.variableStoreView.ReadOnly = false;
     285      this.variableStoreView.Size = new System.Drawing.Size(188, 543);
     286      this.variableStoreView.TabIndex = 0;
    277287      //
    278288      // HLScriptView
     
    285295      this.Name = "HLScriptView";
    286296      this.Size = new System.Drawing.Size(835, 602);
     297      this.Controls.SetChildIndex(this.showCodeButton, 0);
     298      this.Controls.SetChildIndex(this.compilationLabel, 0);
     299      this.Controls.SetChildIndex(this.startStopButton, 0);
     300      this.Controls.SetChildIndex(this.splitContainer1, 0);
     301      this.Controls.SetChildIndex(this.nameLabel, 0);
     302      this.Controls.SetChildIndex(this.nameTextBox, 0);
     303      this.Controls.SetChildIndex(this.infoLabel, 0);
     304      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
    287305      this.splitContainer1.Panel1.ResumeLayout(false);
    288306      this.splitContainer1.Panel2.ResumeLayout(false);
     
    307325    private System.Windows.Forms.Label compilationLabel;
    308326    private System.Windows.Forms.Button startStopButton;
    309     private System.Windows.Forms.ToolTip toolTip;
    310327    private System.Windows.Forms.ListView errorListView;
    311328    private System.Windows.Forms.ColumnHeader descriptionColumnHeader;
Note: See TracChangeset for help on using the changeset viewer.