Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/28/09 17:51:48 (15 years ago)
Author:
gkronber
Message:

Fixed a few bugs in CEDMA dispatching. #712

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Modeling Database Backend/sources/HeuristicLab.CEDMA.Server/3.3/ProblemView.Designer.cs

    r2193 r2198  
    1919 */
    2020#endregion
     21using HeuristicLab.Core;
     22using System.Windows.Forms;
    2123namespace HeuristicLab.CEDMA.Server {
    2224  partial class ProblemView {
     
    5456      this.testSamplesStartTextBox = new System.Windows.Forms.TextBox();
    5557      this.testLabel = new System.Windows.Forms.Label();
    56       this.targetsListBox = new System.Windows.Forms.CheckedListBox();
    57       this.inputsListBox = new System.Windows.Forms.CheckedListBox();
    5858      this.autoregressiveCheckBox = new System.Windows.Forms.CheckBox();
    59       this.targetsGroupBox = new System.Windows.Forms.GroupBox();
    60       this.inputsGroupBox = new System.Windows.Forms.GroupBox();
    6159      this.partitioningGroupBox = new System.Windows.Forms.GroupBox();
    6260      this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
     
    7068      this.maxTimeOffsetLabel = new System.Windows.Forms.Label();
    7169      this.maxTimeOffsetTextBox = new System.Windows.Forms.TextBox();
    72       this.datasetView = new HeuristicLab.DataAnalysis.DatasetView();
    73       this.targetsGroupBox.SuspendLayout();
    74       this.inputsGroupBox.SuspendLayout();
     70      this.datasetView1 = new HeuristicLab.DataAnalysis.DatasetView();
    7571      this.partitioningGroupBox.SuspendLayout();
    7672      this.learningTaskGroupBox.SuspendLayout();
     
    167163      this.testLabel.TabIndex = 14;
    168164      this.testLabel.Text = "Test samples:";
    169       //
    170       // targetsListBox
    171       //
    172       this.targetsListBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    173                   | System.Windows.Forms.AnchorStyles.Left)
    174                   | System.Windows.Forms.AnchorStyles.Right)));
    175       this.targetsListBox.FormattingEnabled = true;
    176       this.targetsListBox.Location = new System.Drawing.Point(8, 15);
    177       this.targetsListBox.Name = "targetsListBox";
    178       this.targetsListBox.Size = new System.Drawing.Size(153, 79);
    179       this.targetsListBox.TabIndex = 19;
    180       this.targetsListBox.ItemCheck += new System.Windows.Forms.ItemCheckEventHandler(this.targetsListBox_ItemCheck);
    181       //
    182       // inputsListBox
    183       //
    184       this.inputsListBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    185                   | System.Windows.Forms.AnchorStyles.Left)
    186                   | System.Windows.Forms.AnchorStyles.Right)));
    187       this.inputsListBox.FormattingEnabled = true;
    188       this.inputsListBox.Location = new System.Drawing.Point(6, 15);
    189       this.inputsListBox.Name = "inputsListBox";
    190       this.inputsListBox.Size = new System.Drawing.Size(141, 79);
    191       this.inputsListBox.TabIndex = 21;
    192       this.inputsListBox.ItemCheck += new System.Windows.Forms.ItemCheckEventHandler(this.inputsListBox_ItemCheck);
    193165      //
    194166      // autoregressiveCheckBox
     
    203175      this.autoregressiveCheckBox.UseVisualStyleBackColor = true;
    204176      this.autoregressiveCheckBox.CheckedChanged += new System.EventHandler(this.autoregressiveCheckBox_CheckedChanged);
    205       //
    206       // targetsGroupBox
    207       //
    208       this.targetsGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    209       this.targetsGroupBox.Controls.Add(this.targetsListBox);
    210       this.targetsGroupBox.Location = new System.Drawing.Point(29, 515);
    211       this.targetsGroupBox.Name = "targetsGroupBox";
    212       this.targetsGroupBox.Size = new System.Drawing.Size(167, 100);
    213       this.targetsGroupBox.TabIndex = 23;
    214       this.targetsGroupBox.TabStop = false;
    215       this.targetsGroupBox.Text = "Target variables";
    216       //
    217       // inputsGroupBox
    218       //
    219       this.inputsGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    220       this.inputsGroupBox.Controls.Add(this.inputsListBox);
    221       this.inputsGroupBox.Location = new System.Drawing.Point(202, 515);
    222       this.inputsGroupBox.Name = "inputsGroupBox";
    223       this.inputsGroupBox.Size = new System.Drawing.Size(153, 100);
    224       this.inputsGroupBox.TabIndex = 24;
    225       this.inputsGroupBox.TabStop = false;
    226       this.inputsGroupBox.Text = "Input variables:";
    227177      //
    228178      // partitioningGroupBox
     
    238188      this.partitioningGroupBox.Controls.Add(this.testSamplesStartTextBox);
    239189      this.partitioningGroupBox.Controls.Add(this.testLabel);
    240       this.partitioningGroupBox.Location = new System.Drawing.Point(29, 409);
     190      this.partitioningGroupBox.Location = new System.Drawing.Point(3, 452);
    241191      this.partitioningGroupBox.Name = "partitioningGroupBox";
    242192      this.partitioningGroupBox.Size = new System.Drawing.Size(326, 100);
     
    319269      this.learningTaskGroupBox.Controls.Add(this.timeSeriesRadioButton);
    320270      this.learningTaskGroupBox.Controls.Add(this.autoregressiveCheckBox);
    321       this.learningTaskGroupBox.Location = new System.Drawing.Point(29, 621);
     271      this.learningTaskGroupBox.Location = new System.Drawing.Point(335, 452);
    322272      this.learningTaskGroupBox.Name = "learningTaskGroupBox";
    323273      this.learningTaskGroupBox.Size = new System.Drawing.Size(326, 163);
     
    356306      this.maxTimeOffsetTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.timeOffsetTextBox_Validating);
    357307      //
    358       // datasetView
    359       //
    360       this.datasetView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    361                   | System.Windows.Forms.AnchorStyles.Left)
    362                   | System.Windows.Forms.AnchorStyles.Right)));
    363       this.datasetView.Caption = "Editor";
    364       this.datasetView.Dataset = null;
    365       this.datasetView.Filename = null;
    366       this.datasetView.Location = new System.Drawing.Point(3, 32);
    367       this.datasetView.Name = "datasetView";
    368       this.datasetView.Size = new System.Drawing.Size(395, 371);
    369       this.datasetView.TabIndex = 17;
     308      // datasetView1
     309      //
     310      this.datasetView1.Location = new System.Drawing.Point(3, 32);
     311      this.datasetView1.Name = "datasetView1";
     312      this.datasetView1.Size = new System.Drawing.Size(770, 414);
     313      this.datasetView1.TabIndex = 36;
    370314      //
    371315      // ProblemView
     
    373317      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    374318      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     319      this.Controls.Add(this.datasetView1);
    375320      this.Controls.Add(this.learningTaskGroupBox);
    376321      this.Controls.Add(this.partitioningGroupBox);
    377       this.Controls.Add(this.inputsGroupBox);
    378       this.Controls.Add(this.targetsGroupBox);
    379       this.Controls.Add(this.datasetView);
    380322      this.Controls.Add(this.importButton);
    381323      this.Name = "ProblemView";
    382       this.Size = new System.Drawing.Size(406, 787);
    383       this.targetsGroupBox.ResumeLayout(false);
    384       this.inputsGroupBox.ResumeLayout(false);
     324      this.Size = new System.Drawing.Size(776, 615);
    385325      this.partitioningGroupBox.ResumeLayout(false);
    386326      this.partitioningGroupBox.PerformLayout();
     
    403343    private System.Windows.Forms.TextBox testSamplesStartTextBox;
    404344    private System.Windows.Forms.Label testLabel;
    405     private HeuristicLab.DataAnalysis.DatasetView datasetView;
    406     private System.Windows.Forms.CheckedListBox targetsListBox;
    407     private System.Windows.Forms.CheckedListBox inputsListBox;
    408345    private System.Windows.Forms.CheckBox autoregressiveCheckBox;
    409     private System.Windows.Forms.GroupBox targetsGroupBox;
    410     private System.Windows.Forms.GroupBox inputsGroupBox;
    411346    private System.Windows.Forms.GroupBox partitioningGroupBox;
    412347    private System.Windows.Forms.OpenFileDialog openFileDialog;
     
    420355    private System.Windows.Forms.TextBox maxTimeOffsetTextBox;
    421356    private System.Windows.Forms.Label autoregressiveLabel;
     357    private HeuristicLab.DataAnalysis.DatasetView datasetView1;
    422358  }
    423359}
Note: See TracChangeset for help on using the changeset viewer.