Free cookie consent management tool by TermsFeed Policy Generator

source: branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Views/DataPreprocessingView.designer.cs @ 10307

Last change on this file since 10307 was 10307, checked in by pfleck, 10 years ago

Started saving Problem from Preprocessor.
Saving actual changed values not yet implemented.

File size: 6.1 KB
Line 
1namespace HeuristicLab.DataPreprocessing {
2  partial class DataPreprocessingView {
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.splitContainer1 = new System.Windows.Forms.SplitContainer();
27      this.contentListView = new System.Windows.Forms.ListView();
28      this.viewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
29      this.exportProblemButton = new System.Windows.Forms.Button();
30      this.applyInNewTabButton = new System.Windows.Forms.Button();
31      ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
32      this.splitContainer1.Panel1.SuspendLayout();
33      this.splitContainer1.Panel2.SuspendLayout();
34      this.splitContainer1.SuspendLayout();
35      this.SuspendLayout();
36      //
37      // splitContainer1
38      //
39      this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
40      this.splitContainer1.Location = new System.Drawing.Point(0, 0);
41      this.splitContainer1.Name = "splitContainer1";
42      //
43      // splitContainer1.Panel1
44      //
45      this.splitContainer1.Panel1.Controls.Add(this.contentListView);
46      //
47      // splitContainer1.Panel2
48      //
49      this.splitContainer1.Panel2.Controls.Add(this.viewHost);
50      this.splitContainer1.Panel2.Controls.Add(this.exportProblemButton);
51      this.splitContainer1.Panel2.Controls.Add(this.applyInNewTabButton);
52      this.splitContainer1.Size = new System.Drawing.Size(838, 449);
53      this.splitContainer1.SplitterDistance = 278;
54      this.splitContainer1.TabIndex = 0;
55      //
56      // contentListView
57      //
58      this.contentListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
59            | System.Windows.Forms.AnchorStyles.Left)
60            | System.Windows.Forms.AnchorStyles.Right)));
61      this.contentListView.Location = new System.Drawing.Point(12, 15);
62      this.contentListView.Name = "contentListView";
63      this.contentListView.Size = new System.Drawing.Size(254, 389);
64      this.contentListView.TabIndex = 0;
65      this.contentListView.UseCompatibleStateImageBehavior = false;
66      this.contentListView.View = System.Windows.Forms.View.List;
67      this.contentListView.SelectedIndexChanged += new System.EventHandler(this.listView1_SelectedIndexChanged);
68      this.contentListView.DoubleClick += new System.EventHandler(this.listView1_DoubleClick);
69      //
70      // viewHost
71      //
72      this.viewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
73            | System.Windows.Forms.AnchorStyles.Left)
74            | System.Windows.Forms.AnchorStyles.Right)));
75      this.viewHost.Caption = "View";
76      this.viewHost.Content = null;
77      this.viewHost.Enabled = false;
78      this.viewHost.Location = new System.Drawing.Point(14, 15);
79      this.viewHost.Name = "viewHost";
80      this.viewHost.ReadOnly = false;
81      this.viewHost.Size = new System.Drawing.Size(526, 389);
82      this.viewHost.TabIndex = 4;
83      this.viewHost.ViewsLabelVisible = true;
84      this.viewHost.ViewType = null;
85      //
86      // exportProblemButton
87      //
88      this.exportProblemButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
89      this.exportProblemButton.Location = new System.Drawing.Point(318, 410);
90      this.exportProblemButton.Name = "exportProblemButton";
91      this.exportProblemButton.Size = new System.Drawing.Size(100, 23);
92      this.exportProblemButton.TabIndex = 3;
93      this.exportProblemButton.Text = "Export Problem";
94      this.exportProblemButton.UseVisualStyleBackColor = true;
95      this.exportProblemButton.Click += new System.EventHandler(this.exportProblemButton_Click);
96      //
97      // applyInNewTabButton
98      //
99      this.applyInNewTabButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
100      this.applyInNewTabButton.Location = new System.Drawing.Point(432, 410);
101      this.applyInNewTabButton.Name = "applyInNewTabButton";
102      this.applyInNewTabButton.Size = new System.Drawing.Size(108, 23);
103      this.applyInNewTabButton.TabIndex = 2;
104      this.applyInNewTabButton.Text = "Apply in new Tab";
105      this.applyInNewTabButton.UseVisualStyleBackColor = true;
106      this.applyInNewTabButton.Click += new System.EventHandler(this.applyInNewTabButton_Click);
107      //
108      // DataPreprocessingView
109      //
110      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
111      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
112      this.Controls.Add(this.splitContainer1);
113      this.Name = "DataPreprocessingView";
114      this.Size = new System.Drawing.Size(838, 449);
115      this.splitContainer1.Panel1.ResumeLayout(false);
116      this.splitContainer1.Panel2.ResumeLayout(false);
117      ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
118      this.splitContainer1.ResumeLayout(false);
119      this.ResumeLayout(false);
120
121    }
122
123    #endregion
124
125    private System.Windows.Forms.ListView contentListView;
126    private System.Windows.Forms.Button exportProblemButton;
127    private System.Windows.Forms.Button applyInNewTabButton;
128    private MainForm.WindowsForms.ViewHost viewHost;
129    private System.Windows.Forms.SplitContainer splitContainer1;
130
131  }
132}
Note: See TracBrowser for help on using the repository browser.