1 | using HeuristicLab.Operators.Views;
|
---|
2 | namespace HeuristicLab.Operators {
|
---|
3 | partial class EngineAlgorithmOperatorView : AlgorithmOperatorView {
|
---|
4 | /// <summary>
|
---|
5 | /// Required designer variable.
|
---|
6 | /// </summary>
|
---|
7 | private System.ComponentModel.IContainer components = null;
|
---|
8 |
|
---|
9 | /// <summary>
|
---|
10 | /// Clean up any resources being used.
|
---|
11 | /// </summary>
|
---|
12 | /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
---|
13 | protected override void Dispose(bool disposing) {
|
---|
14 | if (disposing && (components != null)) {
|
---|
15 | components.Dispose();
|
---|
16 | }
|
---|
17 | base.Dispose(disposing);
|
---|
18 | }
|
---|
19 |
|
---|
20 | #region Component Designer generated code
|
---|
21 |
|
---|
22 | /// <summary>
|
---|
23 | /// Required method for Designer support - do not modify
|
---|
24 | /// the contents of this method with the code editor.
|
---|
25 | /// </summary>
|
---|
26 | private void InitializeComponent() {
|
---|
27 | this.algorithmTabPage = new System.Windows.Forms.TabPage();
|
---|
28 | this.algorithmViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
|
---|
29 | this.openAlgorithmButton = new System.Windows.Forms.Button();
|
---|
30 | this.newAlgorithmButton = new System.Windows.Forms.Button();
|
---|
31 | this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
|
---|
32 | this.tabControl.SuspendLayout();
|
---|
33 | this.parametersTabPage.SuspendLayout();
|
---|
34 | this.operatorGraphTabPage.SuspendLayout();
|
---|
35 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
|
---|
36 | this.algorithmTabPage.SuspendLayout();
|
---|
37 | this.SuspendLayout();
|
---|
38 | //
|
---|
39 | // tabControl
|
---|
40 | //
|
---|
41 | this.tabControl.Controls.Add(this.algorithmTabPage);
|
---|
42 | this.tabControl.Controls.SetChildIndex(this.operatorGraphTabPage, 0);
|
---|
43 | this.tabControl.Controls.SetChildIndex(this.parametersTabPage, 0);
|
---|
44 | this.tabControl.Controls.SetChildIndex(this.algorithmTabPage, 0);
|
---|
45 | //
|
---|
46 | // breakpointCheckBox
|
---|
47 | //
|
---|
48 | this.toolTip.SetToolTip(this.breakpointCheckBox, "Check if an engine should stop execution each time after this operator has been p" +
|
---|
49 | "rocessed.");
|
---|
50 | //
|
---|
51 | // nameTextBox
|
---|
52 | //
|
---|
53 | this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
|
---|
54 | this.errorProvider.SetIconPadding(this.nameTextBox, 2);
|
---|
55 | //
|
---|
56 | // algorithmTabPage
|
---|
57 | //
|
---|
58 | this.algorithmTabPage.Controls.Add(this.algorithmViewHost);
|
---|
59 | this.algorithmTabPage.Controls.Add(this.openAlgorithmButton);
|
---|
60 | this.algorithmTabPage.Controls.Add(this.newAlgorithmButton);
|
---|
61 | this.algorithmTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
62 | this.algorithmTabPage.Name = "algorithmTabPage";
|
---|
63 | this.algorithmTabPage.Size = new System.Drawing.Size(478, 384);
|
---|
64 | this.algorithmTabPage.TabIndex = 2;
|
---|
65 | this.algorithmTabPage.Text = "Algorithm";
|
---|
66 | this.algorithmTabPage.UseVisualStyleBackColor = true;
|
---|
67 | this.algorithmTabPage.DragDrop += new System.Windows.Forms.DragEventHandler(this.algorithmTabPage_DragDrop);
|
---|
68 | this.algorithmTabPage.DragEnter += new System.Windows.Forms.DragEventHandler(this.algorithmTabPage_DragEnterOver);
|
---|
69 | this.algorithmTabPage.DragOver += new System.Windows.Forms.DragEventHandler(this.algorithmTabPage_DragEnterOver);
|
---|
70 | //
|
---|
71 | // algorithmViewHost
|
---|
72 | //
|
---|
73 | this.algorithmViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
74 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
75 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
76 | this.algorithmViewHost.Caption = "Algorithm View";
|
---|
77 | this.algorithmViewHost.Content = null;
|
---|
78 | this.algorithmViewHost.Enabled = false;
|
---|
79 | this.algorithmViewHost.Location = new System.Drawing.Point(3, 34);
|
---|
80 | this.algorithmViewHost.Name = "algorithmViewHost";
|
---|
81 | this.algorithmViewHost.ReadOnly = false;
|
---|
82 | this.algorithmViewHost.Size = new System.Drawing.Size(472, 347);
|
---|
83 | this.algorithmViewHost.TabIndex = 3;
|
---|
84 | this.algorithmViewHost.ViewsLabelVisible = true;
|
---|
85 | this.algorithmViewHost.ViewType = null;
|
---|
86 | //
|
---|
87 | // openAlgorithmButton
|
---|
88 | //
|
---|
89 | this.openAlgorithmButton.Location = new System.Drawing.Point(35, 4);
|
---|
90 | this.openAlgorithmButton.Name = "openAlgorithmButton";
|
---|
91 | this.openAlgorithmButton.Size = new System.Drawing.Size(24, 24);
|
---|
92 | this.openAlgorithmButton.TabIndex = 2;
|
---|
93 | this.openAlgorithmButton.Text = "";
|
---|
94 | this.openAlgorithmButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Open;
|
---|
95 | this.toolTip.SetToolTip(this.openAlgorithmButton, "Open Algorithm");
|
---|
96 | this.openAlgorithmButton.UseVisualStyleBackColor = true;
|
---|
97 | this.openAlgorithmButton.Click += new System.EventHandler(this.openAlgorithmButton_Click);
|
---|
98 | //
|
---|
99 | // newAlgorithmButton
|
---|
100 | //
|
---|
101 | this.newAlgorithmButton.Location = new System.Drawing.Point(4, 4);
|
---|
102 | this.newAlgorithmButton.Name = "newAlgorithmButton";
|
---|
103 | this.newAlgorithmButton.Size = new System.Drawing.Size(24, 24);
|
---|
104 | this.newAlgorithmButton.TabIndex = 1;
|
---|
105 | this.newAlgorithmButton.Text = "";
|
---|
106 | this.newAlgorithmButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.NewDocument;
|
---|
107 | this.toolTip.SetToolTip(this.newAlgorithmButton, "New Algorithm");
|
---|
108 | this.newAlgorithmButton.UseVisualStyleBackColor = true;
|
---|
109 | this.newAlgorithmButton.Click += new System.EventHandler(this.newAlgorithmButton_Click);
|
---|
110 | //
|
---|
111 | // openFileDialog
|
---|
112 | //
|
---|
113 | this.openFileDialog.DefaultExt = "hl";
|
---|
114 | this.openFileDialog.FileName = "Algorithm";
|
---|
115 | this.openFileDialog.Filter = "HeuristicLab Files|*.hl|All Files|*.*";
|
---|
116 | this.openFileDialog.Title = "Open Algorithm";
|
---|
117 | //
|
---|
118 | // EngineAlgorithmOperatorView
|
---|
119 | //
|
---|
120 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
121 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
122 | this.Name = "EngineAlgorithmOperatorView";
|
---|
123 | this.tabControl.ResumeLayout(false);
|
---|
124 | this.parametersTabPage.ResumeLayout(false);
|
---|
125 | this.operatorGraphTabPage.ResumeLayout(false);
|
---|
126 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
|
---|
127 | this.algorithmTabPage.ResumeLayout(false);
|
---|
128 | this.ResumeLayout(false);
|
---|
129 | this.PerformLayout();
|
---|
130 |
|
---|
131 | }
|
---|
132 |
|
---|
133 | #endregion
|
---|
134 |
|
---|
135 | private System.Windows.Forms.TabPage algorithmTabPage;
|
---|
136 | private MainForm.WindowsForms.ViewHost algorithmViewHost;
|
---|
137 | private System.Windows.Forms.Button openAlgorithmButton;
|
---|
138 | private System.Windows.Forms.Button newAlgorithmButton;
|
---|
139 | private System.Windows.Forms.OpenFileDialog openFileDialog;
|
---|
140 |
|
---|
141 | }
|
---|
142 | }
|
---|