Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/08/12 12:10:38 (12 years ago)
Author:
sforsten
Message:

#1292: implemented changes suggested by mkommend in comment:49:ticket:1292

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.DataAnalysis.Views/3.4/FeatureCorrelation/TimeframeFeatureCorrelationView.Designer.cs

    r8833 r8880  
    2121
    2222#endregion
     23
    2324namespace HeuristicLab.Problems.DataAnalysis.Views {
    2425  partial class TimeframeFeatureCorrelationView {
     
    4647    /// </summary>
    4748    private void InitializeComponent() {
    48       this.VariableSelectionLabel = new System.Windows.Forms.Label();
    49       this.VariableSelectionComboBox = new System.Windows.Forms.ComboBox();
    50       this.TimeFrameLabel = new System.Windows.Forms.Label();
    51       this.TimeframeTextbox = new System.Windows.Forms.TextBox();
    52       ((System.ComponentModel.ISupportInitialize)(this.PictureBox)).BeginInit();
    53       ((System.ComponentModel.ISupportInitialize)(this.SplitContainer)).BeginInit();
    54       this.SplitContainer.Panel1.SuspendLayout();
    55       this.SplitContainer.Panel2.SuspendLayout();
    56       this.SplitContainer.SuspendLayout();
    57       this.CalculatingPanel.SuspendLayout();
     49      this.components = new System.ComponentModel.Container();
     50      this.variableSelectionLabel = new System.Windows.Forms.Label();
     51      this.variableSelectionComboBox = new System.Windows.Forms.ComboBox();
     52      this.timeFrameLabel = new System.Windows.Forms.Label();
     53      this.timeframeTextbox = new System.Windows.Forms.TextBox();
     54      this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components);
     55      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
     56      ((System.ComponentModel.ISupportInitialize)(this.pictureBox)).BeginInit();
     57      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
     58      this.splitContainer.Panel1.SuspendLayout();
     59      this.splitContainer.Panel2.SuspendLayout();
     60      this.splitContainer.SuspendLayout();
     61      this.calculatingPanel.SuspendLayout();
    5862      this.SuspendLayout();
     63      //
     64      // errorProvider
     65      //
     66      this.errorProvider.BlinkStyle = System.Windows.Forms.ErrorBlinkStyle.NeverBlink;
     67      this.errorProvider.ContainerControl = this;
    5968      //
    6069      // PartitionComboBox
    6170      //
    62       this.PartitionComboBox.Location = new System.Drawing.Point(344, 3);
    63       this.PartitionComboBox.Size = new System.Drawing.Size(131, 21);
     71      this.partitionComboBox.Location = new System.Drawing.Point(344, 3);
     72      this.partitionComboBox.Size = new System.Drawing.Size(131, 21);
    6473      //
    6574      // maximumLabel
     
    6978      // PictureBox
    7079      //
    71       this.PictureBox.Location = new System.Drawing.Point(506, 31);
    72       this.PictureBox.Size = new System.Drawing.Size(35, 280);
     80      this.pictureBox.Location = new System.Drawing.Point(506, 31);
     81      this.pictureBox.Size = new System.Drawing.Size(35, 280);
    7382      //
    7483      // SplitContainer
     
    7786      // SplitContainer.Panel1
    7887      //
    79       this.SplitContainer.Panel1.Controls.Add(this.VariableSelectionComboBox);
    80       this.SplitContainer.Panel1.Controls.Add(this.TimeframeTextbox);
    81       this.SplitContainer.Panel1.Controls.Add(this.TimeFrameLabel);
    82       this.SplitContainer.Panel1.Controls.Add(this.VariableSelectionLabel);
    83       this.SplitContainer.SplitterDistance = 52;
     88      this.splitContainer.Panel1.Controls.Add(this.variableSelectionComboBox);
     89      this.splitContainer.Panel1.Controls.Add(this.timeframeTextbox);
     90      this.splitContainer.Panel1.Controls.Add(this.timeFrameLabel);
     91      this.splitContainer.Panel1.Controls.Add(this.variableSelectionLabel);
     92      this.splitContainer.SplitterDistance = 52;
    8493      //
    8594      // CalculatingPanel
    8695      //
    87       this.CalculatingPanel.Location = new System.Drawing.Point(138, 82);
     96      this.calculatingPanel.Location = new System.Drawing.Point(138, 82);
    8897      //
    8998      // VariableSelectionLabel
    9099      //
    91       this.VariableSelectionLabel.AutoSize = true;
    92       this.VariableSelectionLabel.Location = new System.Drawing.Point(0, 33);
    93       this.VariableSelectionLabel.Name = "VariableSelectionLabel";
    94       this.VariableSelectionLabel.Size = new System.Drawing.Size(81, 13);
    95       this.VariableSelectionLabel.TabIndex = 16;
    96       this.VariableSelectionLabel.Text = "Select Variable:";
     100      this.variableSelectionLabel.AutoSize = true;
     101      this.variableSelectionLabel.Location = new System.Drawing.Point(0, 33);
     102      this.variableSelectionLabel.Name = "VariableSelectionLabel";
     103      this.variableSelectionLabel.Size = new System.Drawing.Size(81, 13);
     104      this.variableSelectionLabel.TabIndex = 16;
     105      this.variableSelectionLabel.Text = "Select Variable:";
    97106      //
    98107      // VariableSelectionComboBox
    99108      //
    100       this.VariableSelectionComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
    101       this.VariableSelectionComboBox.FormattingEnabled = true;
    102       this.VariableSelectionComboBox.Location = new System.Drawing.Point(110, 30);
    103       this.VariableSelectionComboBox.Name = "VariableSelectionComboBox";
    104       this.VariableSelectionComboBox.Size = new System.Drawing.Size(163, 21);
    105       this.VariableSelectionComboBox.TabIndex = 17;
    106       this.VariableSelectionComboBox.SelectionChangeCommitted += new System.EventHandler(this.VariableSelectionComboBox_SelectedChangeCommitted);
     109      this.variableSelectionComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     110      this.variableSelectionComboBox.FormattingEnabled = true;
     111      this.variableSelectionComboBox.Location = new System.Drawing.Point(110, 30);
     112      this.variableSelectionComboBox.Name = "VariableSelectionComboBox";
     113      this.variableSelectionComboBox.Size = new System.Drawing.Size(163, 21);
     114      this.variableSelectionComboBox.TabIndex = 17;
     115      this.variableSelectionComboBox.SelectionChangeCommitted += new System.EventHandler(this.VariableSelectionComboBox_SelectedChangeCommitted);
    107116      //
    108117      // TimeFrameLabel
    109118      //
    110       this.TimeFrameLabel.AutoSize = true;
    111       this.TimeFrameLabel.Location = new System.Drawing.Point(279, 33);
    112       this.TimeFrameLabel.Name = "TimeFrameLabel";
    113       this.TimeFrameLabel.Size = new System.Drawing.Size(59, 13);
    114       this.TimeFrameLabel.TabIndex = 18;
    115       this.TimeFrameLabel.Text = "Timeframe:";
     119      this.timeFrameLabel.AutoSize = true;
     120      this.timeFrameLabel.Location = new System.Drawing.Point(279, 33);
     121      this.timeFrameLabel.Name = "TimeFrameLabel";
     122      this.timeFrameLabel.Size = new System.Drawing.Size(59, 13);
     123      this.timeFrameLabel.TabIndex = 18;
     124      this.timeFrameLabel.Text = "Timeframe:";
    116125      //
    117126      // TimeframeComboBox
    118127      //
    119       this.TimeframeTextbox.Location = new System.Drawing.Point(344, 30);
    120       this.TimeframeTextbox.Name = "TimeframeTextbox";
    121       this.TimeframeTextbox.Size = new System.Drawing.Size(131, 21);
    122       this.TimeframeTextbox.TabIndex = 19;
    123       this.TimeframeTextbox.Text = "5";
    124       this.TimeframeTextbox.KeyDown += new System.Windows.Forms.KeyEventHandler(TimeframeTextbox_KeyDown);
     128      this.timeframeTextbox.Location = new System.Drawing.Point(344, 30);
     129      this.timeframeTextbox.Name = "TimeframeTextbox";
     130      this.timeframeTextbox.Size = new System.Drawing.Size(131, 21);
     131      this.timeframeTextbox.TabIndex = 19;
     132      this.timeframeTextbox.Text = "5";
     133      this.timeframeTextbox.KeyDown += new System.Windows.Forms.KeyEventHandler(TimeframeTextbox_KeyDown);
     134      this.timeframeTextbox.Validating += new System.ComponentModel.CancelEventHandler(TimeframeTextbox_Validating);
     135      this.timeframeTextbox.Validated += new System.EventHandler(TimeframeTextbox_Validated);
    125136      //
    126137      // TimeframeFeatureCorrelationView
     
    129140      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    130141      this.Name = "TimeframeFeatureCorrelationView";
    131       ((System.ComponentModel.ISupportInitialize)(this.PictureBox)).EndInit();
    132       this.SplitContainer.Panel1.ResumeLayout(false);
    133       this.SplitContainer.Panel1.PerformLayout();
    134       this.SplitContainer.Panel2.ResumeLayout(false);
    135       ((System.ComponentModel.ISupportInitialize)(this.SplitContainer)).EndInit();
    136       this.SplitContainer.ResumeLayout(false);
    137       this.CalculatingPanel.ResumeLayout(false);
    138       this.CalculatingPanel.PerformLayout();
     142      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
     143      ((System.ComponentModel.ISupportInitialize)(this.pictureBox)).EndInit();
     144      this.splitContainer.Panel1.ResumeLayout(false);
     145      this.splitContainer.Panel1.PerformLayout();
     146      this.splitContainer.Panel2.ResumeLayout(false);
     147      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
     148      this.splitContainer.ResumeLayout(false);
     149      this.calculatingPanel.ResumeLayout(false);
     150      this.calculatingPanel.PerformLayout();
    139151      this.ResumeLayout(false);
    140152
     
    142154    #endregion
    143155
    144     protected System.Windows.Forms.Label VariableSelectionLabel;
    145     protected System.Windows.Forms.ComboBox VariableSelectionComboBox;
    146     protected System.Windows.Forms.Label TimeFrameLabel;
    147     protected System.Windows.Forms.TextBox TimeframeTextbox;
     156    protected System.Windows.Forms.Label variableSelectionLabel;
     157    protected System.Windows.Forms.ComboBox variableSelectionComboBox;
     158    protected System.Windows.Forms.Label timeFrameLabel;
     159    protected System.Windows.Forms.TextBox timeframeTextbox;
     160    protected System.Windows.Forms.ErrorProvider errorProvider;
    148161  }
    149162}
Note: See TracChangeset for help on using the changeset viewer.