Changeset 13138
- Timestamp:
- 11/11/15 16:46:22 (9 years ago)
- Location:
- trunk/sources/HeuristicLab.Scripting.Views/3.3
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Scripting.Views/3.3/CSharpScriptView.Designer.cs
r13080 r13138 65 65 // executionTimeLabel 66 66 // 67 this.executionTimeLabel.Location = new System.Drawing.Point( 394, 393);67 this.executionTimeLabel.Location = new System.Drawing.Point(409, 3); 68 68 // 69 69 // executionTimeTextBox 70 70 // 71 this.executionTimeTextBox.Location = new System.Drawing.Point(483, 390); 71 this.executionTimeTextBox.Location = new System.Drawing.Point(498, 0); 72 // 73 // infoTabControl 74 // 75 this.infoTabControl.Size = new System.Drawing.Size(637, 110); 72 76 // 73 77 // splitContainer1 … … 141 145 this.errorListTabPage.ResumeLayout(false); 142 146 this.splitContainer1.Panel1.ResumeLayout(false); 143 this.splitContainer1.Panel1.PerformLayout();144 147 this.splitContainer1.Panel2.ResumeLayout(false); 148 this.splitContainer1.Panel2.PerformLayout(); 145 149 ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); 146 150 this.splitContainer1.ResumeLayout(false); -
trunk/sources/HeuristicLab.Scripting.Views/3.3/ExecutableScriptView.Designer.cs
r13080 r13138 37 37 this.SuspendLayout(); 38 38 // 39 // splitContainer1 .Panel139 // splitContainer1 40 40 // 41 this.splitContainer1.Panel1.Controls.Add(this.executionTimeTextBox); 42 this.splitContainer1.Panel1.Controls.Add(this.executionTimeLabel); 43 this.splitContainer1.Panel1.Controls.SetChildIndex(this.executionTimeTextBox, 0); 44 this.splitContainer1.Panel1.Controls.SetChildIndex(this.executionTimeLabel, 0); 41 // 42 // splitContainer1.Panel2 43 // 44 this.splitContainer1.Panel2.Controls.Add(this.executionTimeLabel); 45 this.splitContainer1.Panel2.Controls.Add(this.executionTimeTextBox); 46 this.splitContainer1.Panel2.Controls.SetChildIndex(this.executionTimeTextBox, 0); 47 this.splitContainer1.Panel2.Controls.SetChildIndex(this.executionTimeLabel, 0); 45 48 // 46 49 // nameTextBox … … 63 66 // executionTimeLabel 64 67 // 65 this.executionTimeLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles. Bottom| System.Windows.Forms.AnchorStyles.Right)));68 this.executionTimeLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); 66 69 this.executionTimeLabel.AutoSize = true; 67 this.executionTimeLabel.Location = new System.Drawing.Point( 589, 396);70 this.executionTimeLabel.Location = new System.Drawing.Point(604, 3); 68 71 this.executionTimeLabel.Name = "executionTimeLabel"; 69 72 this.executionTimeLabel.Size = new System.Drawing.Size(83, 13); … … 73 76 // executionTimeTextBox 74 77 // 75 this.executionTimeTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles. Bottom| System.Windows.Forms.AnchorStyles.Right)));76 this.executionTimeTextBox.Location = new System.Drawing.Point(6 78, 393);78 this.executionTimeTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); 79 this.executionTimeTextBox.Location = new System.Drawing.Point(693, 0); 77 80 this.executionTimeTextBox.Name = "executionTimeTextBox"; 78 81 this.executionTimeTextBox.ReadOnly = true; … … 98 101 this.errorListTabPage.ResumeLayout(false); 99 102 this.splitContainer1.Panel1.ResumeLayout(false); 100 this.splitContainer1.Panel1.PerformLayout();101 103 this.splitContainer1.Panel2.ResumeLayout(false); 104 this.splitContainer1.Panel2.PerformLayout(); 102 105 ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); 103 106 this.splitContainer1.ResumeLayout(false); -
trunk/sources/HeuristicLab.Scripting.Views/3.3/ScriptView.Designer.cs
r12473 r13138 118 118 // infoTabControl 119 119 // 120 this.infoTabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 121 | System.Windows.Forms.AnchorStyles.Left) 122 | System.Windows.Forms.AnchorStyles.Right))); 120 123 this.infoTabControl.Controls.Add(this.outputTabPage); 121 124 this.infoTabControl.Controls.Add(this.errorListTabPage); 122 this.infoTabControl.Dock = System.Windows.Forms.DockStyle.Fill; 123 this.infoTabControl.Location = new System.Drawing.Point(0, 0); 125 this.infoTabControl.Location = new System.Drawing.Point(0, 2); 124 126 this.infoTabControl.Name = "infoTabControl"; 125 127 this.infoTabControl.SelectedIndex = 0; 126 this.infoTabControl.Size = new System.Drawing.Size(832, 11 2);128 this.infoTabControl.Size = new System.Drawing.Size(832, 110); 127 129 this.infoTabControl.TabIndex = 1; 128 130 // … … 133 135 this.outputTabPage.Name = "outputTabPage"; 134 136 this.outputTabPage.Padding = new System.Windows.Forms.Padding(3); 135 this.outputTabPage.Size = new System.Drawing.Size(824, 8 6);137 this.outputTabPage.Size = new System.Drawing.Size(824, 84); 136 138 this.outputTabPage.TabIndex = 1; 137 139 this.outputTabPage.Text = "Output"; … … 147 149 this.outputTextBox.ReadOnly = true; 148 150 this.outputTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Both; 149 this.outputTextBox.Size = new System.Drawing.Size(818, 80);151 this.outputTextBox.Size = new System.Drawing.Size(818, 78); 150 152 this.outputTextBox.TabIndex = 0; 151 153 this.outputTextBox.WordWrap = false;
Note: See TracChangeset
for help on using the changeset viewer.