Free cookie consent management tool by TermsFeed Policy Generator

source: branches/3136_Structural_GP/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4/StructureTemplate/SubFunctionListView.Designer.cs @ 18063

Last change on this file since 18063 was 18063, checked in by dpiringe, 2 years ago

#3136

  • added view components and classes for sub functions
File size: 1.0 KB
Line 
1
2namespace HeuristicLab.Problems.DataAnalysis.Symbolic.Views {
3  partial class SubFunctionListView {
4    /// <summary>
5    /// Required designer variable.
6    /// </summary>
7    private System.ComponentModel.IContainer components = null;
8
9    /// <summary>
10    /// Clean up any resources being used.
11    /// </summary>
12    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
13    protected override void Dispose(bool disposing) {
14      if (disposing && (components != null)) {
15        components.Dispose();
16      }
17      base.Dispose(disposing);
18    }
19
20    #region Component Designer generated code
21
22    /// <summary>
23    /// Required method for Designer support - do not modify
24    /// the contents of this method with the code editor.
25    /// </summary>
26    private void InitializeComponent() {
27      components = new System.ComponentModel.Container();
28      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
29    }
30
31    #endregion
32  }
33}
Note: See TracBrowser for help on using the repository browser.