Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/09/09 18:05:03 (15 years ago)
Author:
gkronber
Message:

worked on presentation layer for CEDMA. Added a results view that displays data in a simple DataGrid. (#419)

File:
1 moved

Legend:

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

    r1103 r1106  
    11namespace HeuristicLab.CEDMA.Core {
    2   partial class ResultsView {
     2  partial class ResultsViewContainer {
    33    /// <summary>
    44    /// Required designer variable.
     
    2424    /// </summary>
    2525    private void InitializeComponent() {
    26       this.yJitterLabel = new System.Windows.Forms.Label();
    27       this.xJitterlabel = new System.Windows.Forms.Label();
    28       this.xTrackBar = new System.Windows.Forms.TrackBar();
    29       this.xAxisLabel = new System.Windows.Forms.Label();
    30       this.xAxisComboBox = new System.Windows.Forms.ComboBox();
    31       this.yAxisLabel = new System.Windows.Forms.Label();
    32       this.yAxisComboBox = new System.Windows.Forms.ComboBox();
    33       this.yTrackBar = new System.Windows.Forms.TrackBar();
    34       this.sizeComboBox = new System.Windows.Forms.ComboBox();
    35       this.sizeLabel = new System.Windows.Forms.Label();
    36       this.invertCheckbox = new System.Windows.Forms.CheckBox();
    37       this.chartPanel = new System.Windows.Forms.Panel();
    38       ((System.ComponentModel.ISupportInitialize)(this.xTrackBar)).BeginInit();
    39       ((System.ComponentModel.ISupportInitialize)(this.yTrackBar)).BeginInit();
     26      this.viewComboBox = new System.Windows.Forms.ComboBox();
     27      this.showButton = new System.Windows.Forms.Button();
     28      this.viewPanel = new System.Windows.Forms.Panel();
    4029      this.SuspendLayout();
    4130      //
    42       // yJitterLabel
     31      // viewComboBox
    4332      //
    44       this.yJitterLabel.AutoSize = true;
    45       this.yJitterLabel.Location = new System.Drawing.Point(3, 30);
    46       this.yJitterLabel.Name = "yJitterLabel";
    47       this.yJitterLabel.Size = new System.Drawing.Size(29, 13);
    48       this.yJitterLabel.TabIndex = 13;
    49       this.yJitterLabel.Text = "jitter:";
     33      this.viewComboBox.FormattingEnabled = true;
     34      this.viewComboBox.Location = new System.Drawing.Point(3, 3);
     35      this.viewComboBox.Name = "viewComboBox";
     36      this.viewComboBox.Size = new System.Drawing.Size(121, 21);
     37      this.viewComboBox.TabIndex = 1;
     38      this.viewComboBox.SelectedValueChanged += new System.EventHandler(this.viewComboBox_SelectedValueChanged);
    5039      //
    51       // xJitterlabel
     40      // showButton
    5241      //
    53       this.xJitterlabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
    54       this.xJitterlabel.AutoSize = true;
    55       this.xJitterlabel.Location = new System.Drawing.Point(291, 418);
    56       this.xJitterlabel.Name = "xJitterlabel";
    57       this.xJitterlabel.Size = new System.Drawing.Size(29, 13);
    58       this.xJitterlabel.TabIndex = 12;
    59       this.xJitterlabel.Text = "jitter:";
     42      this.showButton.Location = new System.Drawing.Point(130, 3);
     43      this.showButton.Name = "showButton";
     44      this.showButton.Size = new System.Drawing.Size(75, 23);
     45      this.showButton.TabIndex = 2;
     46      this.showButton.Text = "Show";
     47      this.showButton.UseVisualStyleBackColor = true;
     48      this.showButton.Click += new System.EventHandler(this.showButton_Click);
    6049      //
    61       // xTrackBar
     50      // viewPanel
    6251      //
    63       this.xTrackBar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
    64       this.xTrackBar.Location = new System.Drawing.Point(326, 418);
    65       this.xTrackBar.Maximum = 100;
    66       this.xTrackBar.Name = "xTrackBar";
    67       this.xTrackBar.Size = new System.Drawing.Size(121, 45);
    68       this.xTrackBar.TabIndex = 11;
    69       this.xTrackBar.TickStyle = System.Windows.Forms.TickStyle.None;
    70       this.xTrackBar.ValueChanged += new System.EventHandler(this.jitterTrackBar_ValueChanged);
    71       //
    72       // xAxisLabel
    73       //
    74       this.xAxisLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
    75       this.xAxisLabel.AutoSize = true;
    76       this.xAxisLabel.Location = new System.Drawing.Point(305, 394);
    77       this.xAxisLabel.Name = "xAxisLabel";
    78       this.xAxisLabel.Size = new System.Drawing.Size(15, 13);
    79       this.xAxisLabel.TabIndex = 8;
    80       this.xAxisLabel.Text = "x:";
    81       //
    82       // xAxisComboBox
    83       //
    84       this.xAxisComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
    85       this.xAxisComboBox.FormattingEnabled = true;
    86       this.xAxisComboBox.Location = new System.Drawing.Point(326, 391);
    87       this.xAxisComboBox.Name = "xAxisComboBox";
    88       this.xAxisComboBox.Size = new System.Drawing.Size(121, 21);
    89       this.xAxisComboBox.TabIndex = 7;
    90       this.xAxisComboBox.SelectedIndexChanged += new System.EventHandler(this.xAxisComboBox_SelectedIndexChanged);
    91       //
    92       // yAxisLabel
    93       //
    94       this.yAxisLabel.AutoSize = true;
    95       this.yAxisLabel.Location = new System.Drawing.Point(3, 6);
    96       this.yAxisLabel.Name = "yAxisLabel";
    97       this.yAxisLabel.Size = new System.Drawing.Size(15, 13);
    98       this.yAxisLabel.TabIndex = 6;
    99       this.yAxisLabel.Text = "y:";
    100       //
    101       // yAxisComboBox
    102       //
    103       this.yAxisComboBox.FormattingEnabled = true;
    104       this.yAxisComboBox.Location = new System.Drawing.Point(24, 3);
    105       this.yAxisComboBox.Name = "yAxisComboBox";
    106       this.yAxisComboBox.Size = new System.Drawing.Size(121, 21);
    107       this.yAxisComboBox.TabIndex = 5;
    108       this.yAxisComboBox.SelectedIndexChanged += new System.EventHandler(this.yAxisComboBox_SelectedIndexChanged);
    109       //
    110       // yTrackBar
    111       //
    112       this.yTrackBar.Location = new System.Drawing.Point(38, 30);
    113       this.yTrackBar.Maximum = 100;
    114       this.yTrackBar.Name = "yTrackBar";
    115       this.yTrackBar.Size = new System.Drawing.Size(107, 45);
    116       this.yTrackBar.TabIndex = 10;
    117       this.yTrackBar.TickStyle = System.Windows.Forms.TickStyle.None;
    118       this.yTrackBar.ValueChanged += new System.EventHandler(this.jitterTrackBar_ValueChanged);
    119       //
    120       // sizeComboBox
    121       //
    122       this.sizeComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
    123       this.sizeComboBox.FormattingEnabled = true;
    124       this.sizeComboBox.Location = new System.Drawing.Point(329, 3);
    125       this.sizeComboBox.Name = "sizeComboBox";
    126       this.sizeComboBox.Size = new System.Drawing.Size(121, 21);
    127       this.sizeComboBox.TabIndex = 14;
    128       this.sizeComboBox.SelectedIndexChanged += new System.EventHandler(this.sizeComboBox_SelectedIndexChanged);
    129       //
    130       // sizeLabel
    131       //
    132       this.sizeLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
    133       this.sizeLabel.AutoSize = true;
    134       this.sizeLabel.Location = new System.Drawing.Point(259, 6);
    135       this.sizeLabel.Name = "sizeLabel";
    136       this.sizeLabel.Size = new System.Drawing.Size(64, 13);
    137       this.sizeLabel.TabIndex = 15;
    138       this.sizeLabel.Text = "Bubble size:";
    139       //
    140       // invertCheckbox
    141       //
    142       this.invertCheckbox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
    143       this.invertCheckbox.AutoSize = true;
    144       this.invertCheckbox.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
    145       this.invertCheckbox.Location = new System.Drawing.Point(326, 30);
    146       this.invertCheckbox.Name = "invertCheckbox";
    147       this.invertCheckbox.Size = new System.Drawing.Size(64, 17);
    148       this.invertCheckbox.TabIndex = 16;
    149       this.invertCheckbox.Text = "Inverse:";
    150       this.invertCheckbox.UseVisualStyleBackColor = true;
    151       this.invertCheckbox.CheckedChanged += new System.EventHandler(this.sizeComboBox_SelectedIndexChanged);
    152       //
    153       // chartPanel
    154       //
    155       this.chartPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     52      this.viewPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    15653                  | System.Windows.Forms.AnchorStyles.Left)
    15754                  | System.Windows.Forms.AnchorStyles.Right)));
    158       this.chartPanel.Location = new System.Drawing.Point(0, 81);
    159       this.chartPanel.Name = "chartPanel";
    160       this.chartPanel.Size = new System.Drawing.Size(447, 304);
    161       this.chartPanel.TabIndex = 17;
     55      this.viewPanel.Location = new System.Drawing.Point(4, 32);
     56      this.viewPanel.Name = "viewPanel";
     57      this.viewPanel.Size = new System.Drawing.Size(443, 424);
     58      this.viewPanel.TabIndex = 4;
    16259      //
    163       // ResultListView
     60      // ResultsViewContainer
    16461      //
    16562      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    16663      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    167       this.Controls.Add(this.chartPanel);
    168       this.Controls.Add(this.invertCheckbox);
    169       this.Controls.Add(this.sizeLabel);
    170       this.Controls.Add(this.sizeComboBox);
    171       this.Controls.Add(this.yJitterLabel);
    172       this.Controls.Add(this.xJitterlabel);
    173       this.Controls.Add(this.xTrackBar);
    174       this.Controls.Add(this.xAxisLabel);
    175       this.Controls.Add(this.xAxisComboBox);
    176       this.Controls.Add(this.yAxisLabel);
    177       this.Controls.Add(this.yAxisComboBox);
    178       this.Controls.Add(this.yTrackBar);
    179       this.Name = "ResultListView";
     64      this.Controls.Add(this.viewPanel);
     65      this.Controls.Add(this.showButton);
     66      this.Controls.Add(this.viewComboBox);
     67      this.Name = "ResultsViewContainer";
    18068      this.Size = new System.Drawing.Size(450, 459);
    181       ((System.ComponentModel.ISupportInitialize)(this.xTrackBar)).EndInit();
    182       ((System.ComponentModel.ISupportInitialize)(this.yTrackBar)).EndInit();
    18369      this.ResumeLayout(false);
    184       this.PerformLayout();
    18570
    18671    }
     
    18873    #endregion
    18974
    190     private System.Windows.Forms.Label xAxisLabel;
    191     private System.Windows.Forms.ComboBox xAxisComboBox;
    192     private System.Windows.Forms.Label yAxisLabel;
    193     private System.Windows.Forms.ComboBox yAxisComboBox;
    194     private System.Windows.Forms.TrackBar yTrackBar;
    195     private System.Windows.Forms.TrackBar xTrackBar;
    196     private System.Windows.Forms.Label xJitterlabel;
    197     private System.Windows.Forms.Label yJitterLabel;
    198     private System.Windows.Forms.ComboBox sizeComboBox;
    199     private System.Windows.Forms.Label sizeLabel;
    200     private System.Windows.Forms.CheckBox invertCheckbox;
    201     private System.Windows.Forms.Panel chartPanel;
     75    private System.Windows.Forms.ComboBox viewComboBox;
     76    private System.Windows.Forms.Button showButton;
     77    private System.Windows.Forms.Panel viewPanel;
     78
    20279  }
    20380}
Note: See TracChangeset for help on using the changeset viewer.