- Timestamp:
- 12/18/13 17:02:32 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Views/DataPreprocessingView.designer.cs
r10247 r10260 26 26 this.splitContainer1 = new System.Windows.Forms.SplitContainer(); 27 27 this.contentListView = new System.Windows.Forms.ListView(); 28 this.viewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost(); 29 this.saveButton = new System.Windows.Forms.Button(); 28 30 this.tryOutAlgorithmButton = new System.Windows.Forms.Button(); 29 this.saveButton = new System.Windows.Forms.Button();30 this.viewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();31 31 ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); 32 32 this.splitContainer1.Panel1.SuspendLayout(); … … 67 67 this.contentListView.DoubleClick += new System.EventHandler(this.listView1_DoubleClick); 68 68 // 69 // tryOutAlgorithmButton70 //71 this.tryOutAlgorithmButton.Location = new System.Drawing.Point(443, 410);72 this.tryOutAlgorithmButton.Name = "tryOutAlgorithmButton";73 this.tryOutAlgorithmButton.Size = new System.Drawing.Size(97, 23);74 this.tryOutAlgorithmButton.TabIndex = 2;75 this.tryOutAlgorithmButton.Text = "Try Out Algorithm";76 this.tryOutAlgorithmButton.UseVisualStyleBackColor = true;77 this.tryOutAlgorithmButton.Click += new System.EventHandler(this.tryOutAlgorithmButton_Click);78 //79 // saveButton80 //81 this.saveButton.Location = new System.Drawing.Point(343, 410);82 this.saveButton.Name = "saveButton";83 this.saveButton.Size = new System.Drawing.Size(75, 23);84 this.saveButton.TabIndex = 3;85 this.saveButton.Text = "Save";86 this.saveButton.UseVisualStyleBackColor = true;87 //88 69 // viewHost 89 70 // … … 101 82 this.viewHost.ViewsLabelVisible = true; 102 83 this.viewHost.ViewType = null; 84 // 85 // saveButton 86 // 87 this.saveButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); 88 this.saveButton.Location = new System.Drawing.Point(343, 410); 89 this.saveButton.Name = "saveButton"; 90 this.saveButton.Size = new System.Drawing.Size(75, 23); 91 this.saveButton.TabIndex = 3; 92 this.saveButton.Text = "Save"; 93 this.saveButton.UseVisualStyleBackColor = true; 94 // 95 // tryOutAlgorithmButton 96 // 97 this.tryOutAlgorithmButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); 98 this.tryOutAlgorithmButton.Location = new System.Drawing.Point(443, 410); 99 this.tryOutAlgorithmButton.Name = "tryOutAlgorithmButton"; 100 this.tryOutAlgorithmButton.Size = new System.Drawing.Size(97, 23); 101 this.tryOutAlgorithmButton.TabIndex = 2; 102 this.tryOutAlgorithmButton.Text = "Try Out Algorithm"; 103 this.tryOutAlgorithmButton.UseVisualStyleBackColor = true; 104 this.tryOutAlgorithmButton.Click += new System.EventHandler(this.tryOutAlgorithmButton_Click); 103 105 // 104 106 // DataPreprocessingView
Note: See TracChangeset
for help on using the changeset viewer.