Changeset 10313 for branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Views/DataPreprocessingView.designer.cs
- Timestamp:
- 01/08/14 16:24:17 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Views/DataPreprocessingView.designer.cs
r10307 r10313 24 24 /// </summary> 25 25 private void InitializeComponent() { 26 this.components = new System.ComponentModel.Container(); 27 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DataPreprocessingView)); 26 28 this.splitContainer1 = new System.Windows.Forms.SplitContainer(); 29 this.undoButton = new System.Windows.Forms.Button(); 27 30 this.contentListView = new System.Windows.Forms.ListView(); 28 31 this.viewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost(); 29 this. exportProblemButton = new System.Windows.Forms.Button();30 this. applyInNewTabButton = new System.Windows.Forms.Button();32 this.saveButton = new System.Windows.Forms.Button(); 33 this.tryOutAlgorithmButton = new System.Windows.Forms.Button(); 31 34 ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); 32 35 this.splitContainer1.Panel1.SuspendLayout(); … … 38 41 // 39 42 this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; 43 this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1; 40 44 this.splitContainer1.Location = new System.Drawing.Point(0, 0); 41 45 this.splitContainer1.Name = "splitContainer1"; … … 43 47 // splitContainer1.Panel1 44 48 // 49 this.splitContainer1.Panel1.Controls.Add(this.undoButton); 45 50 this.splitContainer1.Panel1.Controls.Add(this.contentListView); 51 this.splitContainer1.Panel1.Controls.Add(this.tryOutAlgorithmButton); 52 this.splitContainer1.Panel1.Controls.Add(this.saveButton); 46 53 // 47 54 // splitContainer1.Panel2 48 55 // 49 56 this.splitContainer1.Panel2.Controls.Add(this.viewHost); 50 this.splitContainer1.Panel2.Controls.Add(this. exportProblemButton);51 this.splitContainer1.Panel2.Controls.Add(this. applyInNewTabButton);57 this.splitContainer1.Panel2.Controls.Add(this.saveButton); 58 this.splitContainer1.Panel2.Controls.Add(this.tryOutAlgorithmButton); 52 59 this.splitContainer1.Size = new System.Drawing.Size(838, 449); 53 this.splitContainer1.SplitterDistance = 278;60 this.splitContainer1.SplitterDistance = 181; 54 61 this.splitContainer1.TabIndex = 0; 62 // 63 // undoButton 64 // 65 this.undoButton.Image = ((System.Drawing.Image)(resources.GetObject("undoButton.Image"))); 66 this.undoButton.Location = new System.Drawing.Point(72, 15); 67 this.undoButton.Name = "undoButton"; 68 this.undoButton.Size = new System.Drawing.Size(24, 24); 69 this.undoButton.TabIndex = 3; 70 this.toolTip.SetToolTip(this.undoButton, "Undo"); 71 this.undoButton.UseVisualStyleBackColor = true; 55 72 // 56 73 // contentListView … … 59 76 | System.Windows.Forms.AnchorStyles.Left) 60 77 | System.Windows.Forms.AnchorStyles.Right))); 61 this.contentListView.Location = new System.Drawing.Point(12, 15); 78 this.contentListView.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 79 this.contentListView.Location = new System.Drawing.Point(12, 44); 62 80 this.contentListView.Name = "contentListView"; 63 this.contentListView.Size = new System.Drawing.Size( 254, 389);81 this.contentListView.Size = new System.Drawing.Size(157, 391); 64 82 this.contentListView.TabIndex = 0; 65 83 this.contentListView.UseCompatibleStateImageBehavior = false; … … 67 85 this.contentListView.SelectedIndexChanged += new System.EventHandler(this.listView1_SelectedIndexChanged); 68 86 this.contentListView.DoubleClick += new System.EventHandler(this.listView1_DoubleClick); 87 // 88 // tryOutAlgorithmButton 89 // 90 this.tryOutAlgorithmButton.Image = ((System.Drawing.Image)(resources.GetObject("tryOutAlgorithmButton.Image"))); 91 this.tryOutAlgorithmButton.Location = new System.Drawing.Point(42, 15); 92 this.tryOutAlgorithmButton.Name = "tryOutAlgorithmButton"; 93 this.tryOutAlgorithmButton.Size = new System.Drawing.Size(24, 24); 94 this.tryOutAlgorithmButton.TabIndex = 2; 95 this.toolTip.SetToolTip(this.tryOutAlgorithmButton, "Try Out Algorithm"); 96 this.tryOutAlgorithmButton.UseVisualStyleBackColor = true; 97 this.tryOutAlgorithmButton.Click += new System.EventHandler(this.tryOutAlgorithmButton_Click); 98 // 99 // saveButton 100 // 101 this.saveButton.Image = ((System.Drawing.Image)(resources.GetObject("saveButton.Image"))); 102 this.saveButton.Location = new System.Drawing.Point(12, 15); 103 this.saveButton.Name = "saveButton"; 104 this.saveButton.Size = new System.Drawing.Size(24, 24); 105 this.saveButton.TabIndex = 1; 106 this.toolTip.SetToolTip(this.saveButton, "Save"); 107 this.saveButton.UseVisualStyleBackColor = true; 69 108 // 70 109 // viewHost … … 76 115 this.viewHost.Content = null; 77 116 this.viewHost.Enabled = false; 78 this.viewHost.Location = new System.Drawing.Point(1 4, 15);117 this.viewHost.Location = new System.Drawing.Point(16, 44); 79 118 this.viewHost.Name = "viewHost"; 80 119 this.viewHost.ReadOnly = false; 81 this.viewHost.Size = new System.Drawing.Size( 526, 389);120 this.viewHost.Size = new System.Drawing.Size(621, 391); 82 121 this.viewHost.TabIndex = 4; 83 122 this.viewHost.ViewsLabelVisible = true; 84 123 this.viewHost.ViewType = null; 85 124 // 86 // exportProblemButton125 // saveButton 87 126 // 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); 127 this.saveButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); 128 this.saveButton.Location = new System.Drawing.Point(343, 410); 129 this.saveButton.Name = "saveButton"; 130 this.saveButton.Size = new System.Drawing.Size(75, 23); 131 this.saveButton.TabIndex = 3; 132 this.saveButton.Text = "Save"; 133 this.saveButton.UseVisualStyleBackColor = true; 96 134 // 97 // applyInNewTabButton135 // tryOutAlgorithmButton 98 136 // 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);137 this.tryOutAlgorithmButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); 138 this.tryOutAlgorithmButton.Location = new System.Drawing.Point(443, 410); 139 this.tryOutAlgorithmButton.Name = "tryOutAlgorithmButton"; 140 this.tryOutAlgorithmButton.Size = new System.Drawing.Size(97, 23); 141 this.tryOutAlgorithmButton.TabIndex = 2; 142 this.tryOutAlgorithmButton.Text = "Try Out Algorithm"; 143 this.tryOutAlgorithmButton.UseVisualStyleBackColor = true; 144 this.tryOutAlgorithmButton.Click += new System.EventHandler(this.tryOutAlgorithmButton_Click); 107 145 // 108 146 // DataPreprocessingView … … 127 165 private System.Windows.Forms.Button applyInNewTabButton; 128 166 private MainForm.WindowsForms.ViewHost viewHost; 129 private System.Windows.Forms.SplitContainer splitContainer1;130 167 131 168 }
Note: See TracChangeset
for help on using the changeset viewer.