1 |
|
---|
2 | namespace HeuristicLab.Optimization.Views {
|
---|
3 | partial class MultiObjectiveEvaluationResultView {
|
---|
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.qualitiesLabel = new System.Windows.Forms.Label();
|
---|
28 | this.qualitiesTextBox = new System.Windows.Forms.TextBox();
|
---|
29 | this.dataLabel = new System.Windows.Forms.Label();
|
---|
30 | this.dataViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
|
---|
31 | this.SuspendLayout();
|
---|
32 | //
|
---|
33 | // qualitiesLabel
|
---|
34 | //
|
---|
35 | this.qualitiesLabel.AutoSize = true;
|
---|
36 | this.qualitiesLabel.Location = new System.Drawing.Point(3, 6);
|
---|
37 | this.qualitiesLabel.Name = "qualitiesLabel";
|
---|
38 | this.qualitiesLabel.Size = new System.Drawing.Size(50, 13);
|
---|
39 | this.qualitiesLabel.TabIndex = 0;
|
---|
40 | this.qualitiesLabel.Text = "Qualities:";
|
---|
41 | //
|
---|
42 | // qualitiesTextBox
|
---|
43 | //
|
---|
44 | this.qualitiesTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
45 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
46 | this.qualitiesTextBox.Location = new System.Drawing.Point(59, 3);
|
---|
47 | this.qualitiesTextBox.Name = "qualitiesTextBox";
|
---|
48 | this.qualitiesTextBox.ReadOnly = true;
|
---|
49 | this.qualitiesTextBox.Size = new System.Drawing.Size(327, 20);
|
---|
50 | this.qualitiesTextBox.TabIndex = 1;
|
---|
51 | //
|
---|
52 | // dataLabel
|
---|
53 | //
|
---|
54 | this.dataLabel.AutoSize = true;
|
---|
55 | this.dataLabel.Location = new System.Drawing.Point(3, 29);
|
---|
56 | this.dataLabel.Name = "dataLabel";
|
---|
57 | this.dataLabel.Size = new System.Drawing.Size(82, 13);
|
---|
58 | this.dataLabel.TabIndex = 0;
|
---|
59 | this.dataLabel.Text = "Additional Data:";
|
---|
60 | //
|
---|
61 | // dataViewHost
|
---|
62 | //
|
---|
63 | this.dataViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
64 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
65 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
66 | this.dataViewHost.Caption = "View";
|
---|
67 | this.dataViewHost.Content = null;
|
---|
68 | this.dataViewHost.Enabled = false;
|
---|
69 | this.dataViewHost.Location = new System.Drawing.Point(0, 45);
|
---|
70 | this.dataViewHost.Name = "dataViewHost";
|
---|
71 | this.dataViewHost.ReadOnly = false;
|
---|
72 | this.dataViewHost.Size = new System.Drawing.Size(386, 369);
|
---|
73 | this.dataViewHost.TabIndex = 2;
|
---|
74 | this.dataViewHost.ViewsLabelVisible = false;
|
---|
75 | this.dataViewHost.ViewType = null;
|
---|
76 | //
|
---|
77 | // MultiObjectiveEvaluationResultView
|
---|
78 | //
|
---|
79 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
80 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
81 | this.Controls.Add(this.dataViewHost);
|
---|
82 | this.Controls.Add(this.qualitiesTextBox);
|
---|
83 | this.Controls.Add(this.dataLabel);
|
---|
84 | this.Controls.Add(this.qualitiesLabel);
|
---|
85 | this.Name = "MultiObjectiveEvaluationResultView";
|
---|
86 | this.Size = new System.Drawing.Size(386, 414);
|
---|
87 | this.ResumeLayout(false);
|
---|
88 | this.PerformLayout();
|
---|
89 |
|
---|
90 | }
|
---|
91 |
|
---|
92 | #endregion
|
---|
93 |
|
---|
94 | private System.Windows.Forms.Label qualitiesLabel;
|
---|
95 | private System.Windows.Forms.TextBox qualitiesTextBox;
|
---|
96 | private System.Windows.Forms.Label dataLabel;
|
---|
97 | private MainForm.WindowsForms.ViewHost dataViewHost;
|
---|
98 | }
|
---|
99 | }
|
---|