Free cookie consent management tool by TermsFeed Policy Generator

source: branches/3026_IntegrationIntoSymSpace/HeuristicLab.JsonInterface.OptimizerIntegration/Views/ExportJsonDialog.Designer.cs @ 18050

Last change on this file since 18050 was 18050, checked in by dpiringe, 3 years ago

#3026

  • added a new protected virtual property in CheckedItemListView to be able to change the text of the groupBox
  • removed event handling in ResultCollectionPostProcessorControl and overwrote the new property GroupBoxText
  • added a new section in ExportJsonDialog for result collection processors
  • renamed IResultCollectionPostProcessor to IResultCollectionProcessor + all connected classes
  • added/changed the workflow of ResultCollectionProcessors in JsonTemplateGenerator and JsonTemplateInstantiator
    • also changed Constants.cs -> added a new section in template ResultCollectionProcessorItems
File size: 14.7 KB
Line 
1using HeuristicLab.Core;
2
3namespace HeuristicLab.JsonInterface.OptimizerIntegration {
4  partial class ExportJsonDialog {
5    /// <summary>
6    /// Required designer variable.
7    /// </summary>
8    private System.ComponentModel.IContainer components = null;
9
10    /// <summary>
11    /// Clean up any resources being used.
12    /// </summary>
13    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14    protected override void Dispose(bool disposing) {
15      if (disposing && (components != null)) {
16        components.Dispose();
17      }
18      base.Dispose(disposing);
19    }
20
21    #region Windows Form Designer generated code
22
23    /// <summary>
24    /// Required method for Designer support - do not modify
25    /// the contents of this method with the code editor.
26    /// </summary>
27    private void InitializeComponent() {
28      this.components = new System.ComponentModel.Container();
29      this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
30      this.exportButton = new System.Windows.Forms.Button();
31      this.treeView = new System.Windows.Forms.TreeView();
32      this.groupBoxDetails = new System.Windows.Forms.GroupBox();
33      this.panelParameterDetails = new System.Windows.Forms.Panel();
34      this.splitContainer1 = new System.Windows.Forms.SplitContainer();
35      this.treeViewResults = new System.Windows.Forms.TreeView();
36      this.groupBox = new System.Windows.Forms.GroupBox();
37      this.panelResultDetails = new System.Windows.Forms.Panel();
38      this.splitContainer2 = new System.Windows.Forms.SplitContainer();
39      this.tabControl1 = new System.Windows.Forms.TabControl();
40      this.tabPage1 = new System.Windows.Forms.TabPage();
41      this.tabPage2 = new System.Windows.Forms.TabPage();
42      this.tabPage3 = new System.Windows.Forms.TabPage();
43      this.label1 = new System.Windows.Forms.Label();
44      this.textBoxTemplateName = new System.Windows.Forms.TextBox();
45      this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components);
46      this.jsonItemBindingSource = new System.Windows.Forms.BindingSource(this.components);
47      this.groupBoxDetails.SuspendLayout();
48      ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
49      this.splitContainer1.Panel1.SuspendLayout();
50      this.splitContainer1.Panel2.SuspendLayout();
51      this.splitContainer1.SuspendLayout();
52      this.groupBox.SuspendLayout();
53      ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
54      this.splitContainer2.Panel1.SuspendLayout();
55      this.splitContainer2.Panel2.SuspendLayout();
56      this.splitContainer2.SuspendLayout();
57      this.tabControl1.SuspendLayout();
58      this.tabPage1.SuspendLayout();
59      this.tabPage2.SuspendLayout();
60      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
61      ((System.ComponentModel.ISupportInitialize)(this.jsonItemBindingSource)).BeginInit();
62      this.SuspendLayout();
63      //
64      // dataGridViewTextBoxColumn1
65      //
66      this.dataGridViewTextBoxColumn1.DataPropertyName = "Value";
67      this.dataGridViewTextBoxColumn1.HeaderText = "Value";
68      this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
69      //
70      // exportButton
71      //
72      this.exportButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
73      this.exportButton.Location = new System.Drawing.Point(630, 575);
74      this.exportButton.Name = "exportButton";
75      this.exportButton.Size = new System.Drawing.Size(191, 29);
76      this.exportButton.TabIndex = 1;
77      this.exportButton.Text = "Export";
78      this.exportButton.UseVisualStyleBackColor = true;
79      this.exportButton.Click += new System.EventHandler(this.exportButton_Click);
80      //
81      // treeView
82      //
83      this.treeView.CheckBoxes = true;
84      this.treeView.Dock = System.Windows.Forms.DockStyle.Fill;
85      this.treeView.Location = new System.Drawing.Point(0, 6);
86      this.treeView.Name = "treeView";
87      this.treeView.Size = new System.Drawing.Size(380, 492);
88      this.treeView.TabIndex = 3;
89      this.treeView.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView_AfterSelect);
90      //
91      // groupBoxDetails
92      //
93      this.groupBoxDetails.Controls.Add(this.panelParameterDetails);
94      this.groupBoxDetails.Dock = System.Windows.Forms.DockStyle.Fill;
95      this.groupBoxDetails.Location = new System.Drawing.Point(0, 0);
96      this.groupBoxDetails.Name = "groupBoxDetails";
97      this.groupBoxDetails.Size = new System.Drawing.Size(412, 499);
98      this.groupBoxDetails.TabIndex = 4;
99      this.groupBoxDetails.TabStop = false;
100      this.groupBoxDetails.Text = "Details";
101      //
102      // panelParameterDetails
103      //
104      this.panelParameterDetails.AutoScroll = true;
105      this.panelParameterDetails.Dock = System.Windows.Forms.DockStyle.Fill;
106      this.panelParameterDetails.Location = new System.Drawing.Point(3, 16);
107      this.panelParameterDetails.Name = "panelParameterDetails";
108      this.panelParameterDetails.Size = new System.Drawing.Size(406, 480);
109      this.panelParameterDetails.TabIndex = 0;
110      //
111      // splitContainer1
112      //
113      this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
114      this.splitContainer1.Location = new System.Drawing.Point(3, 3);
115      this.splitContainer1.Name = "splitContainer1";
116      //
117      // splitContainer1.Panel1
118      //
119      this.splitContainer1.Panel1.Controls.Add(this.treeViewResults);
120      this.splitContainer1.Panel1.Padding = new System.Windows.Forms.Padding(0, 6, 0, 1);
121      //
122      // splitContainer1.Panel2
123      //
124      this.splitContainer1.Panel2.Controls.Add(this.groupBox);
125      this.splitContainer1.Size = new System.Drawing.Size(796, 499);
126      this.splitContainer1.SplitterDistance = 380;
127      this.splitContainer1.TabIndex = 7;
128      //
129      // treeViewResults
130      //
131      this.treeViewResults.CheckBoxes = true;
132      this.treeViewResults.Dock = System.Windows.Forms.DockStyle.Fill;
133      this.treeViewResults.Location = new System.Drawing.Point(0, 6);
134      this.treeViewResults.Name = "treeViewResults";
135      this.treeViewResults.Size = new System.Drawing.Size(380, 492);
136      this.treeViewResults.TabIndex = 6;
137      this.treeViewResults.AfterCheck += new System.Windows.Forms.TreeViewEventHandler(this.treeViewResults_AfterCheck);
138      this.treeViewResults.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeViewResults_AfterSelect);
139      //
140      // groupBox
141      //
142      this.groupBox.Controls.Add(this.panelResultDetails);
143      this.groupBox.Dock = System.Windows.Forms.DockStyle.Fill;
144      this.groupBox.Location = new System.Drawing.Point(0, 0);
145      this.groupBox.Name = "groupBox";
146      this.groupBox.Size = new System.Drawing.Size(412, 499);
147      this.groupBox.TabIndex = 5;
148      this.groupBox.TabStop = false;
149      this.groupBox.Text = "Details";
150      //
151      // panelResultDetails
152      //
153      this.panelResultDetails.AutoScroll = true;
154      this.panelResultDetails.Dock = System.Windows.Forms.DockStyle.Fill;
155      this.panelResultDetails.Location = new System.Drawing.Point(3, 16);
156      this.panelResultDetails.Name = "panelResultDetails";
157      this.panelResultDetails.Size = new System.Drawing.Size(406, 480);
158      this.panelResultDetails.TabIndex = 0;
159      //
160      // splitContainer2
161      //
162      this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
163      this.splitContainer2.Location = new System.Drawing.Point(3, 3);
164      this.splitContainer2.Name = "splitContainer2";
165      //
166      // splitContainer2.Panel1
167      //
168      this.splitContainer2.Panel1.Controls.Add(this.treeView);
169      this.splitContainer2.Panel1.Padding = new System.Windows.Forms.Padding(0, 6, 0, 1);
170      //
171      // splitContainer2.Panel2
172      //
173      this.splitContainer2.Panel2.Controls.Add(this.groupBoxDetails);
174      this.splitContainer2.Size = new System.Drawing.Size(796, 499);
175      this.splitContainer2.SplitterDistance = 380;
176      this.splitContainer2.TabIndex = 9;
177      // postProcessorListView
178      this.postProcessorListControl = new ResultCollectionPostProcessorControl();
179      this.postProcessorListControl.Content = new CheckedItemList<IResultCollectionProcessor>();
180      this.postProcessorListControl.Location = new System.Drawing.Point(0, 6);
181      this.postProcessorListControl.Dock = System.Windows.Forms.DockStyle.Fill;
182      //
183      // tabControl1
184      //
185      this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
186            | System.Windows.Forms.AnchorStyles.Left)
187            | System.Windows.Forms.AnchorStyles.Right)));
188      this.tabControl1.Controls.Add(this.tabPage1);
189      this.tabControl1.Controls.Add(this.tabPage2);
190      this.tabControl1.Controls.Add(this.tabPage3);
191      this.tabControl1.Location = new System.Drawing.Point(12, 38);
192      this.tabControl1.Name = "tabControl1";
193      this.tabControl1.SelectedIndex = 0;
194      this.tabControl1.Size = new System.Drawing.Size(810, 531);
195      this.tabControl1.TabIndex = 10;
196      //
197      // tabPage1
198      //
199      this.tabPage1.Controls.Add(this.splitContainer2);
200      this.tabPage1.Location = new System.Drawing.Point(4, 22);
201      this.tabPage1.Name = "tabPage1";
202      this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
203      this.tabPage1.Size = new System.Drawing.Size(802, 505);
204      this.tabPage1.TabIndex = 0;
205      this.tabPage1.Text = "Parameters";
206      this.tabPage1.UseVisualStyleBackColor = true;
207      //
208      // tabPage2
209      //
210      this.tabPage2.Controls.Add(this.splitContainer1);
211      this.tabPage2.Location = new System.Drawing.Point(4, 22);
212      this.tabPage2.Name = "tabPage2";
213      this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
214      this.tabPage2.Size = new System.Drawing.Size(802, 505);
215      this.tabPage2.TabIndex = 1;
216      this.tabPage2.Text = "Results";
217      this.tabPage2.UseVisualStyleBackColor = true;
218      //
219      // tabPage3
220      //
221      this.tabPage3.Controls.Add(this.postProcessorListControl);
222      this.tabPage3.Location = new System.Drawing.Point(4, 22);
223      this.tabPage3.Name = "tabPage3";
224      this.tabPage3.Size = new System.Drawing.Size(802, 505);
225      this.tabPage3.TabIndex = 2;
226      this.tabPage3.Text = "Post Processors";
227      this.tabPage3.UseVisualStyleBackColor = true;
228      //
229      // label1
230      //
231      this.label1.AutoSize = true;
232      this.label1.Location = new System.Drawing.Point(12, 15);
233      this.label1.Name = "label1";
234      this.label1.Size = new System.Drawing.Size(82, 13);
235      this.label1.TabIndex = 11;
236      this.label1.Text = "Template Name";
237      //
238      // textBoxTemplateName
239      //
240      this.textBoxTemplateName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
241            | System.Windows.Forms.AnchorStyles.Right)));
242      this.errorProvider.SetIconAlignment(this.textBoxTemplateName, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
243      this.textBoxTemplateName.Location = new System.Drawing.Point(100, 12);
244      this.textBoxTemplateName.Name = "textBoxTemplateName";
245      this.textBoxTemplateName.Size = new System.Drawing.Size(721, 20);
246      this.textBoxTemplateName.TabIndex = 12;
247      this.textBoxTemplateName.Text = "Template";
248      this.textBoxTemplateName.Validating += new System.ComponentModel.CancelEventHandler(this.textBoxTemplateName_Validating);
249      //
250      // errorProvider
251      //
252      this.errorProvider.BlinkStyle = System.Windows.Forms.ErrorBlinkStyle.NeverBlink;
253      this.errorProvider.ContainerControl = this;
254      //
255      // jsonItemBindingSource
256      //
257      this.jsonItemBindingSource.DataSource = typeof(HeuristicLab.JsonInterface.IJsonItem);
258      //
259      // ExportJsonDialog
260      //
261      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
262      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
263      this.ClientSize = new System.Drawing.Size(834, 616);
264      this.Controls.Add(this.textBoxTemplateName);
265      this.Controls.Add(this.label1);
266      this.Controls.Add(this.exportButton);
267      this.Controls.Add(this.tabControl1);
268      this.Name = "ExportJsonDialog";
269      this.RightToLeft = System.Windows.Forms.RightToLeft.No;
270      this.Text = "Export Json";
271      this.groupBoxDetails.ResumeLayout(false);
272      this.splitContainer1.Panel1.ResumeLayout(false);
273      this.splitContainer1.Panel2.ResumeLayout(false);
274      ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
275      this.splitContainer1.ResumeLayout(false);
276      this.groupBox.ResumeLayout(false);
277      this.splitContainer2.Panel1.ResumeLayout(false);
278      this.splitContainer2.Panel2.ResumeLayout(false);
279      ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
280      this.splitContainer2.ResumeLayout(false);
281      this.tabControl1.ResumeLayout(false);
282      this.tabPage1.ResumeLayout(false);
283      this.tabPage2.ResumeLayout(false);
284      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
285      ((System.ComponentModel.ISupportInitialize)(this.jsonItemBindingSource)).EndInit();
286      this.ResumeLayout(false);
287      this.PerformLayout();
288
289    }
290
291    #endregion
292
293    private System.Windows.Forms.BindingSource jsonItemBindingSource;
294    private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
295    private System.Windows.Forms.Button exportButton;
296    private System.Windows.Forms.TreeView treeView;
297    private System.Windows.Forms.GroupBox groupBoxDetails;
298    private System.Windows.Forms.Panel panelParameterDetails;
299    private System.Windows.Forms.SplitContainer splitContainer2;
300    private System.Windows.Forms.TabControl tabControl1;
301    private System.Windows.Forms.TabPage tabPage1;
302    private System.Windows.Forms.TabPage tabPage2;
303    private System.Windows.Forms.TreeView treeViewResults;
304    private System.Windows.Forms.Label label1;
305    private System.Windows.Forms.TextBox textBoxTemplateName;
306    private System.Windows.Forms.ErrorProvider errorProvider;
307    private System.Windows.Forms.SplitContainer splitContainer1;
308    private System.Windows.Forms.GroupBox groupBox;
309    private System.Windows.Forms.Panel panelResultDetails;
310    private System.Windows.Forms.TabPage tabPage3;
311    private ResultCollectionPostProcessorControl postProcessorListControl;
312  }
313}
Note: See TracBrowser for help on using the repository browser.