Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/15/21 14:49:14 (2 years ago)
Author:
dpiringe
Message:

#3136

  • added a new information box for StructureTemplate in StructureTemplateView with an extended description about structure templates
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3136_Structural_GP/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4/StructureTemplate/StructureTemplateView.Designer.cs

    r18069 r18134  
    11
    22using System.Drawing;
     3using System.Windows.Forms;
    34
    45namespace HeuristicLab.Problems.DataAnalysis.Symbolic.Views {
    56  partial class StructureTemplateView {
    6     /// <summary>
    7     /// Required designer variable.
    8     /// </summary>
    9     private System.ComponentModel.IContainer components = null;
    10 
    11     /// <summary>
    12     /// Clean up any resources being used.
    13     /// </summary>
    14     /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
    15     protected override void Dispose(bool disposing) {
    16       if (disposing && (components != null)) {
    17         components.Dispose();
    18       }
    19       base.Dispose(disposing);
    20     }
    21 
    22     #region Component Designer generated code
    23 
     7   
    248    /// <summary>
    259    /// Required method for Designer support - do not modify
     
    2812    private void InitializeComponent() {
    2913      this.components = new System.ComponentModel.Container();
    30       this.expressionInput = new System.Windows.Forms.TextBox();
    31       this.parseButton = new System.Windows.Forms.Button();
    32       this.infoLabel = new System.Windows.Forms.Label();
     14      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(StructureTemplateView));
     15      this.detailsGroupBox = new System.Windows.Forms.GroupBox();
     16      this.viewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
    3317      this.templateStructureGroupBox = new System.Windows.Forms.GroupBox();
    3418      this.linearScalingCheckBox = new System.Windows.Forms.CheckBox();
     19      this.infoLabel = new System.Windows.Forms.Label();
    3520      this.treeChart = new HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views.SymbolicExpressionTreeChart();
     21      this.parseButton = new System.Windows.Forms.Button();
     22      this.expressionInput = new System.Windows.Forms.TextBox();
    3623      this.splitContainer = new System.Windows.Forms.SplitContainer();
    37       this.detailsGroupBox = new System.Windows.Forms.GroupBox();
    38       this.viewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
     24      this.toolTip = new System.Windows.Forms.ToolTip(this.components);
     25      this.detailsGroupBox.SuspendLayout();
    3926      this.templateStructureGroupBox.SuspendLayout();
    4027      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
     
    4229      this.splitContainer.Panel2.SuspendLayout();
    4330      this.splitContainer.SuspendLayout();
    44       this.detailsGroupBox.SuspendLayout();
    4531      this.SuspendLayout();
    4632      //
    47       // expressionInput
     33      // detailsGroupBox
    4834      //
    49       this.expressionInput.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    50             | System.Windows.Forms.AnchorStyles.Right)));
    51       this.expressionInput.Location = new System.Drawing.Point(3, 19);
    52       this.expressionInput.Name = "expressionInput";
    53       this.expressionInput.Size = new System.Drawing.Size(291, 20);
    54       this.expressionInput.TabIndex = 1;
    55       this.expressionInput.TextChanged += new System.EventHandler(this.ExpressionInputTextChanged);
    56       this.expressionInput.KeyUp += new System.Windows.Forms.KeyEventHandler(this.ExpressionInputKeyUp);
     35      this.detailsGroupBox.Controls.Add(this.viewHost);
     36      this.detailsGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
     37      this.detailsGroupBox.Location = new System.Drawing.Point(0, 0);
     38      this.detailsGroupBox.Name = "detailsGroupBox";
     39      this.detailsGroupBox.Size = new System.Drawing.Size(296, 400);
     40      this.detailsGroupBox.TabIndex = 9;
     41      this.detailsGroupBox.TabStop = false;
     42      this.detailsGroupBox.Text = "Details";
    5743      //
    58       // parseButton
     44      // viewHost
    5945      //
    60       this.parseButton.Location = new System.Drawing.Point(3, 45);
    61       this.parseButton.Name = "parseButton";
    62       this.parseButton.Size = new System.Drawing.Size(140, 23);
    63       this.parseButton.TabIndex = 3;
    64       this.parseButton.Text = "Parse";
    65       this.parseButton.UseVisualStyleBackColor = true;
    66       this.parseButton.Click += new System.EventHandler(this.ParseButtonClick);
    67       //
    68       // infoLabel
    69       //
    70       this.infoLabel.AutoSize = true;
    71       this.infoLabel.BackColor = System.Drawing.Color.White;
    72       this.infoLabel.Location = new System.Drawing.Point(3, 74);
    73       this.infoLabel.Name = "infoLabel";
    74       this.infoLabel.Size = new System.Drawing.Size(54, 13);
    75       this.infoLabel.TabIndex = 4;
    76       this.infoLabel.Text = "errorLabel";
     46      this.viewHost.Caption = "View";
     47      this.viewHost.Content = null;
     48      this.viewHost.Dock = System.Windows.Forms.DockStyle.Fill;
     49      this.viewHost.Enabled = false;
     50      this.viewHost.Location = new System.Drawing.Point(3, 16);
     51      this.viewHost.Name = "viewHost";
     52      this.viewHost.ReadOnly = false;
     53      this.viewHost.Size = new System.Drawing.Size(290, 381);
     54      this.viewHost.TabIndex = 8;
     55      this.viewHost.ViewsLabelVisible = true;
     56      this.viewHost.ViewType = null;
    7757      //
    7858      // templateStructureGroupBox
     
    10282      this.linearScalingCheckBox.CheckStateChanged += new System.EventHandler(this.LinearScalingCheckBoxCheckStateChanged);
    10383      //
     84      // infoLabel
     85      //
     86      this.infoLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     87      this.infoLabel.BackColor = System.Drawing.Color.White;
     88      this.infoLabel.Image = ((System.Drawing.Image)(resources.GetObject("infoLabel.Image")));
     89      this.infoLabel.Location = new System.Drawing.Point(275, 22);
     90      this.infoLabel.Name = "infoLabel";
     91      this.infoLabel.Size = new System.Drawing.Size(15, 15);
     92      this.infoLabel.TabIndex = 4;
     93      this.infoLabel.Text = "    ";
     94      this.toolTip.SetToolTip(this.infoLabel, "Double-click to open description.");
     95      this.infoLabel.DoubleClick += new System.EventHandler(this.helpButton_DoubleClick);
     96      //
    10497      // treeChart
    10598      //
     
    123116      this.treeChart.Tree = null;
    124117      //
     118      // parseButton
     119      //
     120      this.parseButton.Location = new System.Drawing.Point(3, 45);
     121      this.parseButton.Name = "parseButton";
     122      this.parseButton.Size = new System.Drawing.Size(140, 23);
     123      this.parseButton.TabIndex = 3;
     124      this.parseButton.Text = "Parse";
     125      this.parseButton.UseVisualStyleBackColor = true;
     126      this.parseButton.Click += new System.EventHandler(this.ParseButtonClick);
     127      //
     128      // expressionInput
     129      //
     130      this.expressionInput.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     131            | System.Windows.Forms.AnchorStyles.Right)));
     132      this.expressionInput.Location = new System.Drawing.Point(3, 19);
     133      this.expressionInput.Name = "expressionInput";
     134      this.expressionInput.Size = new System.Drawing.Size(266, 20);
     135      this.expressionInput.TabIndex = 1;
     136      this.expressionInput.TextChanged += new System.EventHandler(this.ExpressionInputTextChanged);
     137      this.expressionInput.KeyUp += new System.Windows.Forms.KeyEventHandler(this.ExpressionInputKeyUp);
     138      //
    125139      // splitContainer
    126140      //
     
    143157      this.splitContainer.TabIndex = 10;
    144158      //
    145       // detailsGroupBox
    146       //
    147       this.detailsGroupBox.Controls.Add(this.viewHost);
    148       this.detailsGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
    149       this.detailsGroupBox.Location = new System.Drawing.Point(0, 0);
    150       this.detailsGroupBox.Name = "detailsGroupBox";
    151       this.detailsGroupBox.Size = new System.Drawing.Size(296, 400);
    152       this.detailsGroupBox.TabIndex = 9;
    153       this.detailsGroupBox.TabStop = false;
    154       this.detailsGroupBox.Text = "Details";
    155       //
    156       // viewHost
    157       //
    158       this.viewHost.Caption = "View";
    159       this.viewHost.Content = null;
    160       this.viewHost.Dock = System.Windows.Forms.DockStyle.Fill;
    161       this.viewHost.Enabled = false;
    162       this.viewHost.Location = new System.Drawing.Point(3, 16);
    163       this.viewHost.Name = "viewHost";
    164       this.viewHost.ReadOnly = false;
    165       this.viewHost.Size = new System.Drawing.Size(290, 381);
    166       this.viewHost.TabIndex = 8;
    167       this.viewHost.ViewsLabelVisible = true;
    168       this.viewHost.ViewType = null;
    169       //
    170159      // StructureTemplateView
    171160      //
     
    175164      this.Name = "StructureTemplateView";
    176165      this.Size = new System.Drawing.Size(600, 400);
     166      this.detailsGroupBox.ResumeLayout(false);
    177167      this.templateStructureGroupBox.ResumeLayout(false);
    178168      this.templateStructureGroupBox.PerformLayout();
     
    181171      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
    182172      this.splitContainer.ResumeLayout(false);
    183       this.detailsGroupBox.ResumeLayout(false);
    184173      this.ResumeLayout(false);
    185174
    186175    }
    187176
    188     #endregion
     177
     178    private System.Windows.Forms.GroupBox detailsGroupBox;
     179    private MainForm.WindowsForms.ViewHost viewHost;
     180    private System.Windows.Forms.GroupBox templateStructureGroupBox;
     181    private System.Windows.Forms.CheckBox linearScalingCheckBox;
     182    private System.Windows.Forms.Label infoLabel;
     183    private Encodings.SymbolicExpressionTreeEncoding.Views.SymbolicExpressionTreeChart treeChart;
     184    private System.Windows.Forms.Button parseButton;
    189185    private System.Windows.Forms.TextBox expressionInput;
    190     private System.Windows.Forms.Button parseButton;
    191     private System.Windows.Forms.Label infoLabel;
    192     private System.Windows.Forms.GroupBox templateStructureGroupBox;
    193186    private System.Windows.Forms.SplitContainer splitContainer;
    194     private Encodings.SymbolicExpressionTreeEncoding.Views.SymbolicExpressionTreeChart treeChart;
    195     private MainForm.WindowsForms.ViewHost viewHost;
    196     private System.Windows.Forms.GroupBox detailsGroupBox;
    197     private System.Windows.Forms.CheckBox linearScalingCheckBox;
     187    private System.ComponentModel.IContainer components;
     188    private ToolTip toolTip;
    198189  }
    199190}
Note: See TracChangeset for help on using the changeset viewer.