Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/16/21 11:08:18 (3 years ago)
Author:
gkronber
Message:

#3073: refactoring to prepare for trunk integration

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3073_IA_constraint_splitting_reintegration/HeuristicLab.Problems.DataAnalysis.Views/3.4/Regression/ShapeConstraintsView.Designer.cs

    r17894 r17896  
    22
    33/* HeuristicLab
    4  * Copyright (C) 2002-2019 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
     4 * Copyright (C) Heuristic and Evolutionary Algorithms Laboratory (HEAL)
    55 *
    66 * This file is part of HeuristicLab.
     
    5252    private void InitializeComponent() {
    5353            this.components = new System.ComponentModel.Container();
    54             this.splitContainer1 = new System.Windows.Forms.SplitContainer();
    55             this.groupBox1 = new System.Windows.Forms.GroupBox();
     54            this.splitContainer = new System.Windows.Forms.SplitContainer();
     55            this.groupBox = new System.Windows.Forms.GroupBox();
    5656            this.constraintsInput = new System.Windows.Forms.TextBox();
    5757            this.parseBtn = new System.Windows.Forms.Button();
    58             this.label1 = new System.Windows.Forms.Label();
     58            this.infoLabel = new System.Windows.Forms.Label();
    5959            this.errorOutput = new System.Windows.Forms.Label();
    60             this.intervalConstraintsView = new HeuristicLab.Core.Views.CheckedItemListView<ShapeConstraint>();
    61             this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
    62             ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
    63             this.splitContainer1.Panel1.SuspendLayout();
    64             this.splitContainer1.Panel2.SuspendLayout();
    65             this.splitContainer1.SuspendLayout();
    66             this.groupBox1.SuspendLayout();
     60            this.shapeConstraintsView = new HeuristicLab.Core.Views.CheckedItemListView<ShapeConstraint>();
     61            this.toolTip = new System.Windows.Forms.ToolTip(this.components);
     62            ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
     63            this.splitContainer.Panel1.SuspendLayout();
     64            this.splitContainer.Panel2.SuspendLayout();
     65            this.splitContainer.SuspendLayout();
     66            this.groupBox.SuspendLayout();
    6767            this.SuspendLayout();
    6868            //
    6969            // splitContainer1
    7070            //
    71             this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
    72             this.splitContainer1.Location = new System.Drawing.Point(0, 0);
    73             this.splitContainer1.Name = "splitContainer1";
     71            this.splitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
     72            this.splitContainer.Location = new System.Drawing.Point(0, 0);
     73            this.splitContainer.Name = "splitContainer1";
    7474            //
    7575            // splitContainer1.Panel1
    7676            //
    77             this.splitContainer1.Panel1.Controls.Add(this.groupBox1);
     77            this.splitContainer.Panel1.Controls.Add(this.groupBox);
    7878            //
    7979            // splitContainer1.Panel2
    8080            //
    81             this.splitContainer1.Panel2.Controls.Add(this.intervalConstraintsView);
    82             this.splitContainer1.Size = new System.Drawing.Size(888, 629);
    83             this.splitContainer1.SplitterDistance = 296;
    84             this.splitContainer1.TabIndex = 0;
     81            this.splitContainer.Panel2.Controls.Add(this.shapeConstraintsView);
     82            this.splitContainer.Size = new System.Drawing.Size(888, 629);
     83            this.splitContainer.SplitterDistance = 296;
     84            this.splitContainer.TabIndex = 0;
    8585            //
    8686            // groupBox1
    8787            //
    88             this.groupBox1.Controls.Add(this.constraintsInput);
    89             this.groupBox1.Controls.Add(this.parseBtn);
    90             this.groupBox1.Controls.Add(this.label1);
    91             this.groupBox1.Controls.Add(this.errorOutput);
    92             this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
    93             this.groupBox1.Location = new System.Drawing.Point(0, 0);
    94             this.groupBox1.Name = "groupBox1";
    95             this.groupBox1.Size = new System.Drawing.Size(296, 629);
    96             this.groupBox1.TabIndex = 3;
    97             this.groupBox1.TabStop = false;
    98             this.groupBox1.Text = "Constraints Input";
     88            this.groupBox.Controls.Add(this.constraintsInput);
     89            this.groupBox.Controls.Add(this.parseBtn);
     90            this.groupBox.Controls.Add(this.infoLabel);
     91            this.groupBox.Controls.Add(this.errorOutput);
     92            this.groupBox.Dock = System.Windows.Forms.DockStyle.Fill;
     93            this.groupBox.Location = new System.Drawing.Point(0, 0);
     94            this.groupBox.Name = "groupBox1";
     95            this.groupBox.Size = new System.Drawing.Size(296, 629);
     96            this.groupBox.TabIndex = 3;
     97            this.groupBox.TabStop = false;
     98            this.groupBox.Text = "Constraints Input";
    9999            //
    100100            // constraintsInput
     
    123123            // label1
    124124            //
    125             this.label1.AutoSize = true;
    126             this.label1.Dock = System.Windows.Forms.DockStyle.Top;
    127             this.label1.Image = global::HeuristicLab.Problems.DataAnalysis.Views.Properties.Resources.VS2008ImageLibrary_Annotations_Information;
    128             this.label1.Location = new System.Drawing.Point(3, 16);
    129             this.label1.Name = "label1";
    130             this.label1.Size = new System.Drawing.Size(19, 13);
    131             this.label1.TabIndex = 4;
    132             this.label1.Text = "    ";
    133             this.toolTip1.SetToolTip(this.label1, "Double-click to open description.");
    134             this.label1.DoubleClick += new System.EventHandler(this.label1_DoubleClick);
     125            this.infoLabel.AutoSize = true;
     126            this.infoLabel.Dock = System.Windows.Forms.DockStyle.Top;
     127            this.infoLabel.Image = global::HeuristicLab.Problems.DataAnalysis.Views.Properties.Resources.VS2008ImageLibrary_Annotations_Information;
     128            this.infoLabel.Location = new System.Drawing.Point(3, 16);
     129            this.infoLabel.Name = "label1";
     130            this.infoLabel.Size = new System.Drawing.Size(19, 13);
     131            this.infoLabel.TabIndex = 4;
     132            this.infoLabel.Text = "    ";
     133            this.toolTip.SetToolTip(this.infoLabel, "Double-click to open description.");
     134            this.infoLabel.DoubleClick += new System.EventHandler(this.helpButton_DoubleClick);
    135135            //
    136136            // errorOutput
     
    148148            // intervalConstraintsView
    149149            //
    150             this.intervalConstraintsView.Dock = System.Windows.Forms.DockStyle.Fill;
    151             this.intervalConstraintsView.Location = new System.Drawing.Point(0, 0);
    152             this.intervalConstraintsView.Name = "intervalConstraintsView";
    153             this.intervalConstraintsView.Size = new System.Drawing.Size(588, 629);
    154             this.intervalConstraintsView.TabIndex = 2;
    155             this.intervalConstraintsView.TabStop = false;
     150            this.shapeConstraintsView.Dock = System.Windows.Forms.DockStyle.Fill;
     151            this.shapeConstraintsView.Location = new System.Drawing.Point(0, 0);
     152            this.shapeConstraintsView.Name = "intervalConstraintsView";
     153            this.shapeConstraintsView.Size = new System.Drawing.Size(588, 629);
     154            this.shapeConstraintsView.TabIndex = 2;
     155            this.shapeConstraintsView.TabStop = false;
    156156            //
    157157            // ShapeConstraintsView
     
    159159            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    160160            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    161             this.Controls.Add(this.splitContainer1);
     161            this.Controls.Add(this.splitContainer);
    162162            this.Name = "ShapeConstraintsView";
    163163            this.Size = new System.Drawing.Size(888, 629);
    164             this.splitContainer1.Panel1.ResumeLayout(false);
    165             this.splitContainer1.Panel2.ResumeLayout(false);
    166             ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
    167             this.splitContainer1.ResumeLayout(false);
    168             this.groupBox1.ResumeLayout(false);
    169             this.groupBox1.PerformLayout();
     164            this.splitContainer.Panel1.ResumeLayout(false);
     165            this.splitContainer.Panel2.ResumeLayout(false);
     166            ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
     167            this.splitContainer.ResumeLayout(false);
     168            this.groupBox.ResumeLayout(false);
     169            this.groupBox.PerformLayout();
    170170            this.ResumeLayout(false);
    171171
     
    173173    #endregion
    174174
    175     private System.Windows.Forms.SplitContainer splitContainer1;
    176     private System.Windows.Forms.GroupBox groupBox1;
     175    private System.Windows.Forms.SplitContainer splitContainer;
     176    private System.Windows.Forms.GroupBox groupBox;
    177177    private System.Windows.Forms.Button parseBtn;
    178     private HeuristicLab.Core.Views.CheckedItemListView<ShapeConstraint> intervalConstraintsView;
    179     //private System.Windows.Forms.GroupBox intervalConstraintsView;
     178    private HeuristicLab.Core.Views.CheckedItemListView<ShapeConstraint> shapeConstraintsView;
    180179    private System.Windows.Forms.TextBox constraintsInput;
    181180    private Label errorOutput;
    182     private Label label1;
    183     protected ToolTip toolTip1;
     181    private Label infoLabel;
     182    protected ToolTip toolTip;
    184183    }
    185184}
Note: See TracChangeset for help on using the changeset viewer.