Free cookie consent management tool by TermsFeed Policy Generator

Changeset 9623


Ignore:
Timestamp:
06/13/13 13:02:58 (11 years ago)
Author:
mkommend
Message:

#2070: Corrected anchors of error textbox in DataAnalysisImportDialog.

File:
1 edited

Legend:

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

    r9608 r9623  
    4646    private void InitializeComponent() {
    4747      this.components = new System.ComponentModel.Container();
     48      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DataAnalysisImportTypeDialog));
    4849      this.ShuffleDataCheckbox = new System.Windows.Forms.CheckBox();
    4950      this.OkButton = new System.Windows.Forms.Button();
     
    6364      this.SeparatorComboBox = new System.Windows.Forms.ComboBox();
    6465      this.CSVSettingsGroupBox = new System.Windows.Forms.GroupBox();
     66      this.CheckboxColumnNames = new System.Windows.Forms.CheckBox();
    6567      this.DateTimeFormatInfoLabel = new System.Windows.Forms.Label();
    6668      this.DecimalSeparatorInfoLabel = new System.Windows.Forms.Label();
     
    7274      this.PreviewDatasetMatrix = new HeuristicLab.Data.Views.StringConvertibleMatrixView();
    7375      this.ToolTip = new System.Windows.Forms.ToolTip(this.components);
    74       this.CheckboxColumnNames = new System.Windows.Forms.CheckBox();
    7576      ((System.ComponentModel.ISupportInitialize)(this.TrainingTestTrackBar)).BeginInit();
    7677      this.CSVSettingsGroupBox.SuspendLayout();
     
    148149      //
    149150      this.OpenFileButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
    150       this.OpenFileButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Open;
     151      this.OpenFileButton.Image = ((System.Drawing.Image)(resources.GetObject("OpenFileButton.Image")));
    151152      this.OpenFileButton.Location = new System.Drawing.Point(429, 3);
    152153      this.OpenFileButton.Name = "OpenFileButton";
     
    266267      this.CSVSettingsGroupBox.Text = "CSV Settings";
    267268      //
     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      //
    268280      // DateTimeFormatInfoLabel
    269281      //
    270282      this.DateTimeFormatInfoLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
    271       this.DateTimeFormatInfoLabel.Image = HeuristicLab.Common.Resources.VSImageLibrary.Information;
     283      this.DateTimeFormatInfoLabel.Image = ((System.Drawing.Image)(resources.GetObject("DateTimeFormatInfoLabel.Image")));
    272284      this.DateTimeFormatInfoLabel.Location = new System.Drawing.Point(421, 76);
    273285      this.DateTimeFormatInfoLabel.Name = "DateTimeFormatInfoLabel";
     
    281293      //
    282294      this.DecimalSeparatorInfoLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
    283       this.DecimalSeparatorInfoLabel.Image = HeuristicLab.Common.Resources.VSImageLibrary.Information;
     295      this.DecimalSeparatorInfoLabel.Image = ((System.Drawing.Image)(resources.GetObject("DecimalSeparatorInfoLabel.Image")));
    284296      this.DecimalSeparatorInfoLabel.Location = new System.Drawing.Point(421, 49);
    285297      this.DecimalSeparatorInfoLabel.Name = "DecimalSeparatorInfoLabel";
     
    293305      //
    294306      this.SeparatorInfoLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
    295       this.SeparatorInfoLabel.Image = HeuristicLab.Common.Resources.VSImageLibrary.Information;
     307      this.SeparatorInfoLabel.Image = ((System.Drawing.Image)(resources.GetObject("SeparatorInfoLabel.Image")));
    296308      this.SeparatorInfoLabel.Location = new System.Drawing.Point(421, 22);
    297309      this.SeparatorInfoLabel.Name = "SeparatorInfoLabel";
     
    324336      // ErrorTextBox
    325337      //
     338      this.ErrorTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     339            | System.Windows.Forms.AnchorStyles.Right)));
    326340      this.ErrorTextBox.Location = new System.Drawing.Point(6, 15);
    327341      this.ErrorTextBox.Multiline = true;
     
    334348      // ShuffelInfoLabel
    335349      //
    336       this.ShuffelInfoLabel.Image = HeuristicLab.Common.Resources.VSImageLibrary.Information;
     350      this.ShuffelInfoLabel.Image = ((System.Drawing.Image)(resources.GetObject("ShuffelInfoLabel.Image")));
    337351      this.ShuffelInfoLabel.Location = new System.Drawing.Point(111, 20);
    338352      this.ShuffelInfoLabel.Name = "ShuffelInfoLabel";
     
    366380      this.PreviewDatasetMatrix.Size = new System.Drawing.Size(435, 138);
    367381      this.PreviewDatasetMatrix.TabIndex = 0;
    368       //
    369       // CheckboxColumnNames
    370       //
    371       this.CheckboxColumnNames.AutoSize = true;
    372       this.CheckboxColumnNames.Location = new System.Drawing.Point(9, 103);
    373       this.CheckboxColumnNames.Name = "CheckboxColumnNames";
    374       this.CheckboxColumnNames.Size = new System.Drawing.Size(144, 17);
    375       this.CheckboxColumnNames.TabIndex = 24;
    376       this.CheckboxColumnNames.Text = "Column names in first line";
    377       this.CheckboxColumnNames.UseVisualStyleBackColor = true;
    378       this.CheckboxColumnNames.CheckedChanged += new System.EventHandler(this.CheckboxColumnNames_CheckedChanged);
    379382      //
    380383      // DataAnalysisImportTypeDialog
Note: See TracChangeset for help on using the changeset viewer.