Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 10371 was 10342, checked in by aesterer, 10 years ago

Changed buttons names and added icons in data preprocessing view

File size: 7.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.components = new System.ComponentModel.Container();
27      this.splitContainer1 = new System.Windows.Forms.SplitContainer();
28      this.undoButton = new System.Windows.Forms.Button();
29      this.applyInNewTabButton = new System.Windows.Forms.Button();
30      this.exportProblemButton = new System.Windows.Forms.Button();
31      this.contentListView = new System.Windows.Forms.ListView();
32      this.viewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
33      this.toolTip = new System.Windows.Forms.ToolTip(this.components);
34      ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
35      this.splitContainer1.Panel1.SuspendLayout();
36      this.splitContainer1.Panel2.SuspendLayout();
37      this.splitContainer1.SuspendLayout();
38      this.SuspendLayout();
39      //
40      // splitContainer1
41      //
42      this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
43      this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
44      this.splitContainer1.Location = new System.Drawing.Point(0, 0);
45      this.splitContainer1.Name = "splitContainer1";
46      //
47      // splitContainer1.Panel1
48      //
49      this.splitContainer1.Panel1.Controls.Add(this.undoButton);
50      this.splitContainer1.Panel1.Controls.Add(this.applyInNewTabButton);
51      this.splitContainer1.Panel1.Controls.Add(this.exportProblemButton);
52      this.splitContainer1.Panel1.Controls.Add(this.contentListView);
53      //
54      // splitContainer1.Panel2
55      //
56      this.splitContainer1.Panel2.Controls.Add(this.viewHost);
57      this.splitContainer1.Size = new System.Drawing.Size(838, 449);
58      this.splitContainer1.SplitterDistance = 181;
59      this.splitContainer1.TabIndex = 0;
60      //
61      // undoButton
62      //
63      this.undoButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Undo;
64      this.undoButton.Location = new System.Drawing.Point(72, 14);
65      this.undoButton.Name = "undoButton";
66      this.undoButton.Size = new System.Drawing.Size(24, 24);
67      this.undoButton.TabIndex = 3;
68      this.toolTip.SetToolTip(this.undoButton, "Undo");
69      this.undoButton.UseVisualStyleBackColor = true;
70      //
71      // applyInNewTabButton
72      //
73      this.applyInNewTabButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Play;
74      this.applyInNewTabButton.Location = new System.Drawing.Point(42, 14);
75      this.applyInNewTabButton.Name = "applyInNewTabButton";
76      this.applyInNewTabButton.Size = new System.Drawing.Size(24, 24);
77      this.applyInNewTabButton.TabIndex = 2;
78      this.toolTip.SetToolTip(this.applyInNewTabButton, "Apply in new tab");
79      this.applyInNewTabButton.UseVisualStyleBackColor = true;
80      this.applyInNewTabButton.Click += new System.EventHandler(this.applyInNewTabButton_Click);
81      //
82      // exportProblemButton
83      //
84      this.exportProblemButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Save;
85      this.exportProblemButton.Location = new System.Drawing.Point(12, 14);
86      this.exportProblemButton.Name = "exportProblemButton";
87      this.exportProblemButton.Size = new System.Drawing.Size(24, 24);
88      this.exportProblemButton.TabIndex = 1;
89      this.toolTip.SetToolTip(this.exportProblemButton, "Export problem");
90      this.exportProblemButton.UseVisualStyleBackColor = true;
91      this.exportProblemButton.Click += new System.EventHandler(this.exportProblemButton_Click);
92      //
93      // contentListView
94      //
95      this.contentListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
96            | System.Windows.Forms.AnchorStyles.Left)
97            | System.Windows.Forms.AnchorStyles.Right)));
98      this.contentListView.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
99      this.contentListView.Location = new System.Drawing.Point(12, 44);
100      this.contentListView.Name = "contentListView";
101      this.contentListView.Size = new System.Drawing.Size(157, 391);
102      this.contentListView.TabIndex = 0;
103      this.contentListView.UseCompatibleStateImageBehavior = false;
104      this.contentListView.View = System.Windows.Forms.View.List;
105      this.contentListView.SelectedIndexChanged += new System.EventHandler(this.listView1_SelectedIndexChanged);
106      this.contentListView.DoubleClick += new System.EventHandler(this.listView1_DoubleClick);
107      //
108      // viewHost
109      //
110      this.viewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
111            | System.Windows.Forms.AnchorStyles.Left)
112            | System.Windows.Forms.AnchorStyles.Right)));
113      this.viewHost.Caption = "View";
114      this.viewHost.Content = null;
115      this.viewHost.Enabled = false;
116      this.viewHost.Location = new System.Drawing.Point(16, 44);
117      this.viewHost.Name = "viewHost";
118      this.viewHost.ReadOnly = false;
119      this.viewHost.Size = new System.Drawing.Size(621, 391);
120      this.viewHost.TabIndex = 4;
121      this.viewHost.ViewsLabelVisible = true;
122      this.viewHost.ViewType = null;
123      //
124      // DataPreprocessingView
125      //
126      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
127      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
128      this.Controls.Add(this.splitContainer1);
129      this.Name = "DataPreprocessingView";
130      this.Size = new System.Drawing.Size(838, 449);
131      this.splitContainer1.Panel1.ResumeLayout(false);
132      this.splitContainer1.Panel2.ResumeLayout(false);
133      ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
134      this.splitContainer1.ResumeLayout(false);
135      this.ResumeLayout(false);
136
137    }
138
139    #endregion
140
141    private System.Windows.Forms.ListView contentListView;
142    private System.Windows.Forms.Button exportProblemButton;
143    private System.Windows.Forms.Button applyInNewTabButton;
144    private System.Windows.Forms.Button undoButton;
145    private MainForm.WindowsForms.ViewHost viewHost;
146    private System.Windows.Forms.SplitContainer splitContainer1;
147    private System.Windows.Forms.ToolTip toolTip;
148
149  }
150}
Note: See TracBrowser for help on using the repository browser.