1 | namespace HeuristicLab.Scripting.Views {
|
---|
2 | partial class ExecutableScriptView {
|
---|
3 | /// <summary>
|
---|
4 | /// Required designer variable.
|
---|
5 | /// </summary>
|
---|
6 | private System.ComponentModel.IContainer components = null;
|
---|
7 |
|
---|
8 | /// <summary>
|
---|
9 | /// Clean up any resources being used.
|
---|
10 | /// </summary>
|
---|
11 | /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
---|
12 | protected override void Dispose(bool disposing) {
|
---|
13 | if (disposing && (components != null)) {
|
---|
14 | components.Dispose();
|
---|
15 | }
|
---|
16 | base.Dispose(disposing);
|
---|
17 | }
|
---|
18 |
|
---|
19 | #region Component Designer generated code
|
---|
20 |
|
---|
21 | /// <summary>
|
---|
22 | /// Required method for Designer support - do not modify
|
---|
23 | /// the contents of this method with the code editor.
|
---|
24 | /// </summary>
|
---|
25 | private void InitializeComponent() {
|
---|
26 | this.startStopButton = new System.Windows.Forms.Button();
|
---|
27 | this.executionTimeLabel = new System.Windows.Forms.Label();
|
---|
28 | this.executionTimeTextBox = new System.Windows.Forms.TextBox();
|
---|
29 | this.infoTabControl.SuspendLayout();
|
---|
30 | this.outputTabPage.SuspendLayout();
|
---|
31 | this.errorListTabPage.SuspendLayout();
|
---|
32 | ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
|
---|
33 | this.splitContainer1.Panel1.SuspendLayout();
|
---|
34 | this.splitContainer1.Panel2.SuspendLayout();
|
---|
35 | this.splitContainer1.SuspendLayout();
|
---|
36 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
|
---|
37 | this.SuspendLayout();
|
---|
38 | //
|
---|
39 | // splitContainer1
|
---|
40 | //
|
---|
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);
|
---|
48 | //
|
---|
49 | // nameTextBox
|
---|
50 | //
|
---|
51 | this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
|
---|
52 | this.errorProvider.SetIconPadding(this.nameTextBox, 2);
|
---|
53 | //
|
---|
54 | // startStopButton
|
---|
55 | //
|
---|
56 | this.startStopButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Play;
|
---|
57 | this.startStopButton.Location = new System.Drawing.Point(36, 26);
|
---|
58 | this.startStopButton.Name = "startStopButton";
|
---|
59 | this.startStopButton.Size = new System.Drawing.Size(24, 24);
|
---|
60 | this.startStopButton.TabIndex = 10;
|
---|
61 | this.startStopButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
|
---|
62 | this.toolTip.SetToolTip(this.startStopButton, "Run (F5)");
|
---|
63 | this.startStopButton.UseVisualStyleBackColor = true;
|
---|
64 | this.startStopButton.Click += new System.EventHandler(this.startStopButton_Click);
|
---|
65 | //
|
---|
66 | // executionTimeLabel
|
---|
67 | //
|
---|
68 | this.executionTimeLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
---|
69 | this.executionTimeLabel.AutoSize = true;
|
---|
70 | this.executionTimeLabel.Location = new System.Drawing.Point(604, 3);
|
---|
71 | this.executionTimeLabel.Name = "executionTimeLabel";
|
---|
72 | this.executionTimeLabel.Size = new System.Drawing.Size(83, 13);
|
---|
73 | this.executionTimeLabel.TabIndex = 18;
|
---|
74 | this.executionTimeLabel.Text = "&Execution Time:";
|
---|
75 | //
|
---|
76 | // executionTimeTextBox
|
---|
77 | //
|
---|
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);
|
---|
80 | this.executionTimeTextBox.Name = "executionTimeTextBox";
|
---|
81 | this.executionTimeTextBox.ReadOnly = true;
|
---|
82 | this.executionTimeTextBox.Size = new System.Drawing.Size(137, 20);
|
---|
83 | this.executionTimeTextBox.TabIndex = 19;
|
---|
84 | //
|
---|
85 | // ExecutableScriptView
|
---|
86 | //
|
---|
87 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
88 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
89 | this.Controls.Add(this.startStopButton);
|
---|
90 | this.Name = "ExecutableScriptView";
|
---|
91 | this.Controls.SetChildIndex(this.infoTextLabel, 0);
|
---|
92 | this.Controls.SetChildIndex(this.compileButton, 0);
|
---|
93 | this.Controls.SetChildIndex(this.splitContainer1, 0);
|
---|
94 | this.Controls.SetChildIndex(this.nameLabel, 0);
|
---|
95 | this.Controls.SetChildIndex(this.nameTextBox, 0);
|
---|
96 | this.Controls.SetChildIndex(this.infoLabel, 0);
|
---|
97 | this.Controls.SetChildIndex(this.startStopButton, 0);
|
---|
98 | this.infoTabControl.ResumeLayout(false);
|
---|
99 | this.outputTabPage.ResumeLayout(false);
|
---|
100 | this.outputTabPage.PerformLayout();
|
---|
101 | this.errorListTabPage.ResumeLayout(false);
|
---|
102 | this.splitContainer1.Panel1.ResumeLayout(false);
|
---|
103 | this.splitContainer1.Panel2.ResumeLayout(false);
|
---|
104 | this.splitContainer1.Panel2.PerformLayout();
|
---|
105 | ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
|
---|
106 | this.splitContainer1.ResumeLayout(false);
|
---|
107 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
|
---|
108 | this.ResumeLayout(false);
|
---|
109 | this.PerformLayout();
|
---|
110 |
|
---|
111 | }
|
---|
112 |
|
---|
113 | #endregion
|
---|
114 |
|
---|
115 | protected System.Windows.Forms.Button startStopButton;
|
---|
116 | protected System.Windows.Forms.Label executionTimeLabel;
|
---|
117 | protected System.Windows.Forms.TextBox executionTimeTextBox;
|
---|
118 | }
|
---|
119 | }
|
---|