Free cookie consent management tool by TermsFeed Policy Generator

source: branches/ProblemRefactoring/HeuristicLab.Optimization.Views/3.3/CreateNewSingleEncodingDialog.Designer.cs @ 13388

Last change on this file since 13388 was 13388, checked in by abeham, 8 years ago

#2521:

  • Readded excluded views
  • Removed ProblemInstanceProviderView which was not referenced in the project file
  • Fixed plugin dependency
File size: 6.2 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2015 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
4 *
5 * This file is part of HeuristicLab.
6 *
7 * HeuristicLab is free software: you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation, either version 3 of the License, or
10 * (at your option) any later version.
11 *
12 * HeuristicLab is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15 * GNU General Public License for more details.
16 *
17 * You should have received a copy of the GNU General Public License
18 * along with HeuristicLab. If not, see <http://www.gnu.org/licenses/>.
19 */
20#endregion
21
22namespace HeuristicLab.Optimization.Views {
23  partial class CreateNewSingleEncodingDialog {
24    /// <summary>
25    /// Required designer variable.
26    /// </summary>
27    private System.ComponentModel.IContainer components = null;
28
29    /// <summary>
30    /// Clean up any resources being used.
31    /// </summary>
32    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
33    protected override void Dispose(bool disposing) {
34      if (disposing && (components != null)) {
35        components.Dispose();
36      }
37      base.Dispose(disposing);
38    }
39
40    #region Windows Form Designer generated code
41
42    /// <summary>
43    /// Required method for Designer support - do not modify
44    /// the contents of this method with the code editor.
45    /// </summary>
46    private void InitializeComponent() {
47      this.label1 = new System.Windows.Forms.Label();
48      this.encodingTypeComboBox = new System.Windows.Forms.ComboBox();
49      this.label2 = new System.Windows.Forms.Label();
50      this.encodingNameTextBox = new System.Windows.Forms.TextBox();
51      this.okButton = new System.Windows.Forms.Button();
52      this.cancelButton = new System.Windows.Forms.Button();
53      this.SuspendLayout();
54      //
55      // label1
56      //
57      this.label1.AutoSize = true;
58      this.label1.Location = new System.Drawing.Point(22, 20);
59      this.label1.Name = "label1";
60      this.label1.Size = new System.Drawing.Size(34, 13);
61      this.label1.TabIndex = 0;
62      this.label1.Text = "Type:";
63      //
64      // encodingTypeComboBox
65      //
66      this.encodingTypeComboBox.DisplayMember = "Name";
67      this.encodingTypeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
68      this.encodingTypeComboBox.FormattingEnabled = true;
69      this.encodingTypeComboBox.Location = new System.Drawing.Point(66, 17);
70      this.encodingTypeComboBox.Name = "encodingTypeComboBox";
71      this.encodingTypeComboBox.Size = new System.Drawing.Size(232, 21);
72      this.encodingTypeComboBox.TabIndex = 1;
73      this.encodingTypeComboBox.SelectedIndexChanged += new System.EventHandler(this.encodingTypeComboBox_SelectedIndexChanged);
74      //
75      // label2
76      //
77      this.label2.AutoSize = true;
78      this.label2.Location = new System.Drawing.Point(22, 47);
79      this.label2.Name = "label2";
80      this.label2.Size = new System.Drawing.Size(38, 13);
81      this.label2.TabIndex = 2;
82      this.label2.Text = "Name:";
83      //
84      // encodingNameTextBox
85      //
86      this.encodingNameTextBox.Location = new System.Drawing.Point(66, 44);
87      this.encodingNameTextBox.Name = "encodingNameTextBox";
88      this.encodingNameTextBox.Size = new System.Drawing.Size(232, 20);
89      this.encodingNameTextBox.TabIndex = 3;
90      this.encodingNameTextBox.TextChanged += new System.EventHandler(this.encodingNameTextBox_TextChanged);
91      //
92      // okButton
93      //
94      this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
95      this.okButton.Location = new System.Drawing.Point(142, 70);
96      this.okButton.Name = "okButton";
97      this.okButton.Size = new System.Drawing.Size(75, 23);
98      this.okButton.TabIndex = 4;
99      this.okButton.Text = "&OK";
100      this.okButton.UseVisualStyleBackColor = true;
101      this.okButton.Click += new System.EventHandler(this.okButton_Click);
102      //
103      // cancelButton
104      //
105      this.cancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
106      this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
107      this.cancelButton.Location = new System.Drawing.Point(223, 70);
108      this.cancelButton.Name = "cancelButton";
109      this.cancelButton.Size = new System.Drawing.Size(75, 23);
110      this.cancelButton.TabIndex = 4;
111      this.cancelButton.Text = "&Cancel";
112      this.cancelButton.UseVisualStyleBackColor = true;
113      this.cancelButton.Click += new System.EventHandler(this.cancelButton_Click);
114      //
115      // CreateNewSingleEncodingDialog
116      //
117      this.AcceptButton = this.okButton;
118      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
119      this.CancelButton = this.cancelButton;
120      this.ClientSize = new System.Drawing.Size(320, 105);
121      this.Controls.Add(this.cancelButton);
122      this.Controls.Add(this.okButton);
123      this.Controls.Add(this.encodingNameTextBox);
124      this.Controls.Add(this.label2);
125      this.Controls.Add(this.encodingTypeComboBox);
126      this.Controls.Add(this.label1);
127      this.Icon = HeuristicLab.Common.Resources.HeuristicLab.Icon;
128      this.MaximizeBox = false;
129      this.MinimizeBox = false;
130      this.Name = "CreateNewSingleEncodingDialog";
131      this.ShowInTaskbar = false;
132      this.Text = "Create new encoding";
133      this.Load += new System.EventHandler(this.CreateNewSingleEncodingDialog_Load);
134      this.ResumeLayout(false);
135      this.PerformLayout();
136
137    }
138
139    #endregion
140
141    private System.Windows.Forms.Label label1;
142    private System.Windows.Forms.ComboBox encodingTypeComboBox;
143    private System.Windows.Forms.Label label2;
144    private System.Windows.Forms.TextBox encodingNameTextBox;
145    private System.Windows.Forms.Button okButton;
146    private System.Windows.Forms.Button cancelButton;
147  }
148}
Note: See TracBrowser for help on using the repository browser.