Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/20/08 13:54:29 (16 years ago)
Author:
gkronber
Message:

worked on view for CEDMA problems and persistence of CEDMA problems to RDF store. #419 (Refactor CEDMA plugins)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/CEDMA-Refactoring-Ticket419/HeuristicLab.CEDMA.Core/ProblemView.Designer.cs

    r1042 r1043  
    6262      this.partitioningGroupBox = new System.Windows.Forms.GroupBox();
    6363      this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
     64      this.modelType = new System.Windows.Forms.ComboBox();
     65      this.taskLabel = new System.Windows.Forms.Label();
    6466      this.targetsGroupBox.SuspendLayout();
    6567      this.inputsGroupBox.SuspendLayout();
     
    168170      this.datasetView.Location = new System.Drawing.Point(3, 32);
    169171      this.datasetView.Name = "datasetView";
    170       this.datasetView.Size = new System.Drawing.Size(326, 230);
     172      this.datasetView.Size = new System.Drawing.Size(326, 176);
    171173      this.datasetView.TabIndex = 17;
    172174      //
     
    200202      this.autoregressiveCheckBox.AutoSize = true;
    201203      this.autoregressiveCheckBox.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
    202       this.autoregressiveCheckBox.Location = new System.Drawing.Point(3, 480);
     204      this.autoregressiveCheckBox.Location = new System.Drawing.Point(215, 424);
    203205      this.autoregressiveCheckBox.Name = "autoregressiveCheckBox";
    204206      this.autoregressiveCheckBox.Size = new System.Drawing.Size(102, 17);
     
    212214      this.targetsGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    213215      this.targetsGroupBox.Controls.Add(this.targetsListBox);
    214       this.targetsGroupBox.Location = new System.Drawing.Point(3, 374);
     216      this.targetsGroupBox.Location = new System.Drawing.Point(3, 320);
    215217      this.targetsGroupBox.Name = "targetsGroupBox";
    216218      this.targetsGroupBox.Size = new System.Drawing.Size(167, 100);
     
    223225      this.inputsGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    224226      this.inputsGroupBox.Controls.Add(this.inputsListBox);
    225       this.inputsGroupBox.Location = new System.Drawing.Point(176, 374);
     227      this.inputsGroupBox.Location = new System.Drawing.Point(176, 320);
    226228      this.inputsGroupBox.Name = "inputsGroupBox";
    227229      this.inputsGroupBox.Size = new System.Drawing.Size(153, 100);
     
    242244      this.partitioningGroupBox.Controls.Add(this.testSamplesStartTextBox);
    243245      this.partitioningGroupBox.Controls.Add(this.testLabel);
    244       this.partitioningGroupBox.Location = new System.Drawing.Point(3, 268);
     246      this.partitioningGroupBox.Location = new System.Drawing.Point(3, 214);
    245247      this.partitioningGroupBox.Name = "partitioningGroupBox";
    246248      this.partitioningGroupBox.Size = new System.Drawing.Size(326, 100);
     
    256258      this.openFileDialog.Title = "Import data set from file";
    257259      //
     260      // modelType
     261      //
     262      this.modelType.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     263      this.modelType.FormattingEnabled = true;
     264      this.modelType.Location = new System.Drawing.Point(88, 422);
     265      this.modelType.Name = "modelType";
     266      this.modelType.Size = new System.Drawing.Size(121, 21);
     267      this.modelType.TabIndex = 26;
     268      this.modelType.SelectedValueChanged += new System.EventHandler(this.modelType_SelectedValueChanged);
     269      //
     270      // taskLabel
     271      //
     272      this.taskLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     273      this.taskLabel.AutoSize = true;
     274      this.taskLabel.Location = new System.Drawing.Point(8, 425);
     275      this.taskLabel.Name = "taskLabel";
     276      this.taskLabel.Size = new System.Drawing.Size(74, 13);
     277      this.taskLabel.TabIndex = 27;
     278      this.taskLabel.Text = "Learning task:";
     279      //
    258280      // ProblemView
    259281      //
    260282      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    261283      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     284      this.Controls.Add(this.taskLabel);
     285      this.Controls.Add(this.modelType);
    262286      this.Controls.Add(this.partitioningGroupBox);
    263287      this.Controls.Add(this.inputsGroupBox);
     
    267291      this.Controls.Add(this.importButton);
    268292      this.Name = "ProblemView";
    269       this.Size = new System.Drawing.Size(337, 500);
     293      this.Size = new System.Drawing.Size(337, 446);
    270294      this.targetsGroupBox.ResumeLayout(false);
    271295      this.inputsGroupBox.ResumeLayout(false);
     
    297321    private System.Windows.Forms.GroupBox partitioningGroupBox;
    298322    private System.Windows.Forms.OpenFileDialog openFileDialog;
     323    private System.Windows.Forms.ComboBox modelType;
     324    private System.Windows.Forms.Label taskLabel;
    299325  }
    300326}
Note: See TracChangeset for help on using the changeset viewer.