Free cookie consent management tool by TermsFeed Policy Generator

Changeset 10747


Ignore:
Timestamp:
04/15/14 11:23:35 (10 years ago)
Author:
abeham
Message:

#2136: fixed anchor in ScriptView

File:
1 edited

Legend:

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

    r10731 r10747  
    5151      this.compileButton = new System.Windows.Forms.Button();
    5252      this.infoTabControl = new System.Windows.Forms.TabControl();
     53      this.outputTabPage = new System.Windows.Forms.TabPage();
     54      this.outputTextBox = new System.Windows.Forms.TextBox();
    5355      this.errorListTabPage = new System.Windows.Forms.TabPage();
    5456      this.errorListView = new System.Windows.Forms.ListView();
     
    5961      this.columnColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
    6062      this.descriptionColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
    61       this.outputTabPage = new System.Windows.Forms.TabPage();
    62       this.outputTextBox = new System.Windows.Forms.TextBox();
    6363      this.codeEditor = new HeuristicLab.CodeEditor.CodeEditor();
    6464      this.splitContainer1 = new System.Windows.Forms.SplitContainer();
    6565      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
    6666      this.infoTabControl.SuspendLayout();
     67      this.outputTabPage.SuspendLayout();
    6768      this.errorListTabPage.SuspendLayout();
    68       this.outputTabPage.SuspendLayout();
    6969      ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
    7070      this.splitContainer1.Panel1.SuspendLayout();
     
    122122      this.infoTabControl.Size = new System.Drawing.Size(832, 112);
    123123      this.infoTabControl.TabIndex = 1;
     124      //
     125      // outputTabPage
     126      //
     127      this.outputTabPage.Controls.Add(this.outputTextBox);
     128      this.outputTabPage.Location = new System.Drawing.Point(4, 22);
     129      this.outputTabPage.Name = "outputTabPage";
     130      this.outputTabPage.Padding = new System.Windows.Forms.Padding(3);
     131      this.outputTabPage.Size = new System.Drawing.Size(824, 86);
     132      this.outputTabPage.TabIndex = 1;
     133      this.outputTabPage.Text = "Output";
     134      this.outputTabPage.UseVisualStyleBackColor = true;
     135      //
     136      // outputTextBox
     137      //
     138      this.outputTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
     139      this.outputTextBox.Font = new System.Drawing.Font("Consolas", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     140      this.outputTextBox.Location = new System.Drawing.Point(3, 3);
     141      this.outputTextBox.Multiline = true;
     142      this.outputTextBox.Name = "outputTextBox";
     143      this.outputTextBox.ReadOnly = true;
     144      this.outputTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Both;
     145      this.outputTextBox.Size = new System.Drawing.Size(818, 80);
     146      this.outputTextBox.TabIndex = 0;
     147      this.outputTextBox.WordWrap = false;
    124148      //
    125149      // errorListTabPage
     
    179203      this.descriptionColumnHeader.Text = "Description";
    180204      //
    181       // outputTabPage
    182       //
    183       this.outputTabPage.Controls.Add(this.outputTextBox);
    184       this.outputTabPage.Location = new System.Drawing.Point(4, 22);
    185       this.outputTabPage.Name = "outputTabPage";
    186       this.outputTabPage.Padding = new System.Windows.Forms.Padding(3);
    187       this.outputTabPage.Size = new System.Drawing.Size(824, 86);
    188       this.outputTabPage.TabIndex = 1;
    189       this.outputTabPage.Text = "Output";
    190       this.outputTabPage.UseVisualStyleBackColor = true;
    191       //
    192       // outputTextBox
    193       //
    194       this.outputTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
    195       this.outputTextBox.Font = new System.Drawing.Font("Consolas", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
    196       this.outputTextBox.Location = new System.Drawing.Point(3, 3);
    197       this.outputTextBox.Multiline = true;
    198       this.outputTextBox.Name = "outputTextBox";
    199       this.outputTextBox.ReadOnly = true;
    200       this.outputTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Both;
    201       this.outputTextBox.Size = new System.Drawing.Size(818, 80);
    202       this.outputTextBox.TabIndex = 0;
    203       this.outputTextBox.WordWrap = false;
    204       //
    205205      // codeEditor
    206206      //
     
    217217      // splitContainer1
    218218      //
     219      this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     220            | System.Windows.Forms.AnchorStyles.Left)
     221            | System.Windows.Forms.AnchorStyles.Right)));
    219222      this.splitContainer1.Location = new System.Drawing.Point(0, 56);
    220223      this.splitContainer1.Name = "splitContainer1";
     
    248251      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
    249252      this.infoTabControl.ResumeLayout(false);
    250       this.errorListTabPage.ResumeLayout(false);
    251253      this.outputTabPage.ResumeLayout(false);
    252254      this.outputTabPage.PerformLayout();
     255      this.errorListTabPage.ResumeLayout(false);
    253256      this.splitContainer1.Panel1.ResumeLayout(false);
    254257      this.splitContainer1.Panel2.ResumeLayout(false);
Note: See TracChangeset for help on using the changeset viewer.