Free cookie consent management tool by TermsFeed Policy Generator

Changeset 9624


Ignore:
Timestamp:
06/13/13 13:34:36 (11 years ago)
Author:
mkommend
Message:

#2070: Corrected changes made in r9623 to DataAnalysisImportTypeDialog designer file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.Instances.DataAnalysis.Views/3.3/DataAnalysisImportTypeDialog.Designer.cs

    r9623 r9624  
    4646    private void InitializeComponent() {
    4747      this.components = new System.ComponentModel.Container();
    48       System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DataAnalysisImportTypeDialog));
    4948      this.ShuffleDataCheckbox = new System.Windows.Forms.CheckBox();
    5049      this.OkButton = new System.Windows.Forms.Button();
     
    6463      this.SeparatorComboBox = new System.Windows.Forms.ComboBox();
    6564      this.CSVSettingsGroupBox = new System.Windows.Forms.GroupBox();
    66       this.CheckboxColumnNames = new System.Windows.Forms.CheckBox();
    6765      this.DateTimeFormatInfoLabel = new System.Windows.Forms.Label();
    6866      this.DecimalSeparatorInfoLabel = new System.Windows.Forms.Label();
     
    7472      this.PreviewDatasetMatrix = new HeuristicLab.Data.Views.StringConvertibleMatrixView();
    7573      this.ToolTip = new System.Windows.Forms.ToolTip(this.components);
     74      this.CheckboxColumnNames = new System.Windows.Forms.CheckBox();
    7675      ((System.ComponentModel.ISupportInitialize)(this.TrainingTestTrackBar)).BeginInit();
    7776      this.CSVSettingsGroupBox.SuspendLayout();
     
    104103      // TrainingTestTrackBar
    105104      //
    106       this.TrainingTestTrackBar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
     105      this.TrainingTestTrackBar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    107106            | System.Windows.Forms.AnchorStyles.Right)));
    108107      this.TrainingTestTrackBar.Location = new System.Drawing.Point(6, 43);
     
    149148      //
    150149      this.OpenFileButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
    151       this.OpenFileButton.Image = ((System.Drawing.Image)(resources.GetObject("OpenFileButton.Image")));
     150      this.OpenFileButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Open;
    152151      this.OpenFileButton.Location = new System.Drawing.Point(429, 3);
    153152      this.OpenFileButton.Name = "OpenFileButton";
     
    168167      // ProblemTextBox
    169168      //
    170       this.ProblemTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
     169      this.ProblemTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    171170            | System.Windows.Forms.AnchorStyles.Right)));
    172171      this.ProblemTextBox.Location = new System.Drawing.Point(91, 6);
     
    182181      // DateTimeFormatComboBox
    183182      //
    184       this.DateTimeFormatComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
     183      this.DateTimeFormatComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    185184            | System.Windows.Forms.AnchorStyles.Right)));
    186185      this.DateTimeFormatComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     
    195194      // DecimalSeparatorComboBox
    196195      //
    197       this.DecimalSeparatorComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
     196      this.DecimalSeparatorComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    198197            | System.Windows.Forms.AnchorStyles.Right)));
    199198      this.DecimalSeparatorComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     
    235234      // SeparatorComboBox
    236235      //
    237       this.SeparatorComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
     236      this.SeparatorComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    238237            | System.Windows.Forms.AnchorStyles.Right)));
    239238      this.SeparatorComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     
    248247      // CSVSettingsGroupBox
    249248      //
    250       this.CSVSettingsGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
     249      this.CSVSettingsGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    251250            | System.Windows.Forms.AnchorStyles.Right)));
    252251      this.CSVSettingsGroupBox.Controls.Add(this.CheckboxColumnNames);
     
    267266      this.CSVSettingsGroupBox.Text = "CSV Settings";
    268267      //
    269       // CheckboxColumnNames
    270       //
    271       this.CheckboxColumnNames.AutoSize = true;
    272       this.CheckboxColumnNames.Location = new System.Drawing.Point(9, 103);
    273       this.CheckboxColumnNames.Name = "CheckboxColumnNames";
    274       this.CheckboxColumnNames.Size = new System.Drawing.Size(144, 17);
    275       this.CheckboxColumnNames.TabIndex = 24;
    276       this.CheckboxColumnNames.Text = "Column names in first line";
    277       this.CheckboxColumnNames.UseVisualStyleBackColor = true;
    278       this.CheckboxColumnNames.CheckedChanged += new System.EventHandler(this.CheckboxColumnNames_CheckedChanged);
    279       //
    280268      // DateTimeFormatInfoLabel
    281269      //
    282270      this.DateTimeFormatInfoLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
    283       this.DateTimeFormatInfoLabel.Image = ((System.Drawing.Image)(resources.GetObject("DateTimeFormatInfoLabel.Image")));
     271      this.DateTimeFormatInfoLabel.Image = HeuristicLab.Common.Resources.VSImageLibrary.Information;
    284272      this.DateTimeFormatInfoLabel.Location = new System.Drawing.Point(421, 76);
    285273      this.DateTimeFormatInfoLabel.Name = "DateTimeFormatInfoLabel";
     
    293281      //
    294282      this.DecimalSeparatorInfoLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
    295       this.DecimalSeparatorInfoLabel.Image = ((System.Drawing.Image)(resources.GetObject("DecimalSeparatorInfoLabel.Image")));
     283      this.DecimalSeparatorInfoLabel.Image = HeuristicLab.Common.Resources.VSImageLibrary.Information;
    296284      this.DecimalSeparatorInfoLabel.Location = new System.Drawing.Point(421, 49);
    297285      this.DecimalSeparatorInfoLabel.Name = "DecimalSeparatorInfoLabel";
     
    305293      //
    306294      this.SeparatorInfoLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
    307       this.SeparatorInfoLabel.Image = ((System.Drawing.Image)(resources.GetObject("SeparatorInfoLabel.Image")));
     295      this.SeparatorInfoLabel.Image = HeuristicLab.Common.Resources.VSImageLibrary.Information;
    308296      this.SeparatorInfoLabel.Location = new System.Drawing.Point(421, 22);
    309297      this.SeparatorInfoLabel.Name = "SeparatorInfoLabel";
     
    316304      // ProblemDataSettingsGroupBox
    317305      //
    318       this.ProblemDataSettingsGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
    319             | System.Windows.Forms.AnchorStyles.Left) 
     306      this.ProblemDataSettingsGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     307            | System.Windows.Forms.AnchorStyles.Left)
    320308            | System.Windows.Forms.AnchorStyles.Right)));
    321309      this.ProblemDataSettingsGroupBox.Controls.Add(this.ErrorTextBox);
     
    336324      // ErrorTextBox
    337325      //
    338       this.ErrorTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    339             | System.Windows.Forms.AnchorStyles.Right)));
     326      this.ErrorTextBox.Anchor = System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
    340327      this.ErrorTextBox.Location = new System.Drawing.Point(6, 15);
    341328      this.ErrorTextBox.Multiline = true;
     
    348335      // ShuffelInfoLabel
    349336      //
    350       this.ShuffelInfoLabel.Image = ((System.Drawing.Image)(resources.GetObject("ShuffelInfoLabel.Image")));
     337      this.ShuffelInfoLabel.Image = HeuristicLab.Common.Resources.VSImageLibrary.Information;
    351338      this.ShuffelInfoLabel.Location = new System.Drawing.Point(111, 20);
    352339      this.ShuffelInfoLabel.Name = "ShuffelInfoLabel";
     
    368355      // PreviewDatasetMatrix
    369356      //
    370       this.PreviewDatasetMatrix.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
    371             | System.Windows.Forms.AnchorStyles.Left) 
     357      this.PreviewDatasetMatrix.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     358            | System.Windows.Forms.AnchorStyles.Left)
    372359            | System.Windows.Forms.AnchorStyles.Right)));
    373360      this.PreviewDatasetMatrix.Caption = "Dataset Preview";
     
    380367      this.PreviewDatasetMatrix.Size = new System.Drawing.Size(435, 138);
    381368      this.PreviewDatasetMatrix.TabIndex = 0;
     369      //
     370      // CheckboxColumnNames
     371      //
     372      this.CheckboxColumnNames.AutoSize = true;
     373      this.CheckboxColumnNames.Location = new System.Drawing.Point(9, 103);
     374      this.CheckboxColumnNames.Name = "CheckboxColumnNames";
     375      this.CheckboxColumnNames.Size = new System.Drawing.Size(144, 17);
     376      this.CheckboxColumnNames.TabIndex = 24;
     377      this.CheckboxColumnNames.Text = "Column names in first line";
     378      this.CheckboxColumnNames.UseVisualStyleBackColor = true;
     379      this.CheckboxColumnNames.CheckedChanged += new System.EventHandler(this.CheckboxColumnNames_CheckedChanged);
    382380      //
    383381      // DataAnalysisImportTypeDialog
Note: See TracChangeset for help on using the changeset viewer.