[10239] | 1 | namespace 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() {
|
---|
[10313] | 26 | this.components = new System.ComponentModel.Container();
|
---|
[10239] | 27 | this.splitContainer1 = new System.Windows.Forms.SplitContainer();
|
---|
[10313] | 28 | this.undoButton = new System.Windows.Forms.Button();
|
---|
[10342] | 29 | this.applyInNewTabButton = new System.Windows.Forms.Button();
|
---|
| 30 | this.exportProblemButton = new System.Windows.Forms.Button();
|
---|
[10319] | 31 | this.contentListView = new System.Windows.Forms.ListView();
|
---|
[10260] | 32 | this.viewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
|
---|
[10314] | 33 | this.toolTip = new System.Windows.Forms.ToolTip(this.components);
|
---|
[10239] | 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;
|
---|
[10313] | 43 | this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
|
---|
[10239] | 44 | this.splitContainer1.Location = new System.Drawing.Point(0, 0);
|
---|
| 45 | this.splitContainer1.Name = "splitContainer1";
|
---|
| 46 | //
|
---|
| 47 | // splitContainer1.Panel1
|
---|
| 48 | //
|
---|
[10313] | 49 | this.splitContainer1.Panel1.Controls.Add(this.undoButton);
|
---|
[10342] | 50 | this.splitContainer1.Panel1.Controls.Add(this.applyInNewTabButton);
|
---|
| 51 | this.splitContainer1.Panel1.Controls.Add(this.exportProblemButton);
|
---|
[10314] | 52 | this.splitContainer1.Panel1.Controls.Add(this.contentListView);
|
---|
[10239] | 53 | //
|
---|
| 54 | // splitContainer1.Panel2
|
---|
| 55 | //
|
---|
[10247] | 56 | this.splitContainer1.Panel2.Controls.Add(this.viewHost);
|
---|
| 57 | this.splitContainer1.Size = new System.Drawing.Size(838, 449);
|
---|
[10313] | 58 | this.splitContainer1.SplitterDistance = 181;
|
---|
[10239] | 59 | this.splitContainer1.TabIndex = 0;
|
---|
| 60 | //
|
---|
[10313] | 61 | // undoButton
|
---|
| 62 | //
|
---|
[10342] | 63 | this.undoButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Undo;
|
---|
[10314] | 64 | this.undoButton.Location = new System.Drawing.Point(72, 14);
|
---|
[10313] | 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 | //
|
---|
[10342] | 71 | // applyInNewTabButton
|
---|
[10313] | 72 | //
|
---|
[10342] | 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);
|
---|
[10313] | 81 | //
|
---|
[10342] | 82 | // exportProblemButton
|
---|
[10313] | 83 | //
|
---|
[10342] | 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);
|
---|
[10313] | 92 | //
|
---|
[10319] | 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 | //
|
---|
[10239] | 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;
|
---|
[10313] | 116 | this.viewHost.Location = new System.Drawing.Point(16, 44);
|
---|
[10239] | 117 | this.viewHost.Name = "viewHost";
|
---|
| 118 | this.viewHost.ReadOnly = false;
|
---|
[10313] | 119 | this.viewHost.Size = new System.Drawing.Size(621, 391);
|
---|
[10247] | 120 | this.viewHost.TabIndex = 4;
|
---|
[10239] | 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";
|
---|
[10247] | 130 | this.Size = new System.Drawing.Size(838, 449);
|
---|
[10239] | 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 |
|
---|
[10247] | 141 | private System.Windows.Forms.ListView contentListView;
|
---|
[10342] | 142 | private System.Windows.Forms.Button exportProblemButton;
|
---|
| 143 | private System.Windows.Forms.Button applyInNewTabButton;
|
---|
[10314] | 144 | private System.Windows.Forms.Button undoButton;
|
---|
[10247] | 145 | private MainForm.WindowsForms.ViewHost viewHost;
|
---|
[10314] | 146 | private System.Windows.Forms.SplitContainer splitContainer1;
|
---|
| 147 | private System.Windows.Forms.ToolTip toolTip;
|
---|
[10239] | 148 |
|
---|
| 149 | }
|
---|
| 150 | }
|
---|