Free cookie consent management tool by TermsFeed Policy Generator

source: branches/OKB/HeuristicLab.Clients.OKB-3.3/Views/DataTypeView.Designer.cs @ 5295

Last change on this file since 5295 was 5295, checked in by swagner, 13 years ago

Worked on OKB (#1174)

File size: 8.4 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2010 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.Clients.OKB {
23  partial class DataTypeView {
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) {
35        if (components != null) components.Dispose();
36      }
37      base.Dispose(disposing);
38    }
39
40    #region Component 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.nameLabel = new System.Windows.Forms.Label();
48      this.nameTextBox = new System.Windows.Forms.TextBox();
49      this.sqlNameLabel = new System.Windows.Forms.Label();
50      this.platformLabel = new System.Windows.Forms.Label();
51      this.platformComboBox = new System.Windows.Forms.ComboBox();
52      this.sqlNameComboBox = new System.Windows.Forms.ComboBox();
53      this.typeNameTextBox = new System.Windows.Forms.TextBox();
54      this.typeNameLabel = new System.Windows.Forms.Label();
55      this.SuspendLayout();
56      //
57      // storeButton
58      //
59      this.toolTip.SetToolTip(this.storeButton, "Store Data");
60      //
61      // nameLabel
62      //
63      this.nameLabel.AutoSize = true;
64      this.nameLabel.Location = new System.Drawing.Point(3, 32);
65      this.nameLabel.Name = "nameLabel";
66      this.nameLabel.Size = new System.Drawing.Size(38, 13);
67      this.nameLabel.TabIndex = 1;
68      this.nameLabel.Text = "&Name:";
69      //
70      // nameTextBox
71      //
72      this.nameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
73                  | System.Windows.Forms.AnchorStyles.Right)));
74      this.nameTextBox.Location = new System.Drawing.Point(74, 29);
75      this.nameTextBox.Name = "nameTextBox";
76      this.nameTextBox.Size = new System.Drawing.Size(276, 20);
77      this.nameTextBox.TabIndex = 2;
78      this.nameTextBox.TextChanged += new System.EventHandler(this.nameTextBox_TextChanged);
79      this.nameTextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.nameTextBox_KeyDown);
80      //
81      // sqlNameLabel
82      //
83      this.sqlNameLabel.AutoSize = true;
84      this.sqlNameLabel.Location = new System.Drawing.Point(3, 84);
85      this.sqlNameLabel.Name = "sqlNameLabel";
86      this.sqlNameLabel.Size = new System.Drawing.Size(62, 13);
87      this.sqlNameLabel.TabIndex = 5;
88      this.sqlNameLabel.Text = "&SQL Name:";
89      //
90      // platformLabel
91      //
92      this.platformLabel.AutoSize = true;
93      this.platformLabel.Location = new System.Drawing.Point(3, 111);
94      this.platformLabel.Name = "platformLabel";
95      this.platformLabel.Size = new System.Drawing.Size(48, 13);
96      this.platformLabel.TabIndex = 7;
97      this.platformLabel.Text = "&Platform:";
98      //
99      // platformComboBox
100      //
101      this.platformComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
102                  | System.Windows.Forms.AnchorStyles.Right)));
103      this.platformComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
104      this.platformComboBox.FormattingEnabled = true;
105      this.platformComboBox.Location = new System.Drawing.Point(74, 108);
106      this.platformComboBox.Name = "platformComboBox";
107      this.platformComboBox.Size = new System.Drawing.Size(276, 21);
108      this.platformComboBox.TabIndex = 8;
109      this.platformComboBox.SelectedValueChanged += new System.EventHandler(this.platformComboBox_SelectedValueChanged);
110      //
111      // sqlNameComboBox
112      //
113      this.sqlNameComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
114                  | System.Windows.Forms.AnchorStyles.Right)));
115      this.sqlNameComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
116      this.sqlNameComboBox.FormattingEnabled = true;
117      this.sqlNameComboBox.Items.AddRange(new object[] {
118            "bigint",
119            "bit",
120            "float",
121            "nvarchar",
122            "varbinary"});
123      this.sqlNameComboBox.Location = new System.Drawing.Point(74, 81);
124      this.sqlNameComboBox.Name = "sqlNameComboBox";
125      this.sqlNameComboBox.Size = new System.Drawing.Size(276, 21);
126      this.sqlNameComboBox.TabIndex = 6;
127      this.sqlNameComboBox.SelectedValueChanged += new System.EventHandler(this.sqlNameComboBox_SelectedValueChanged);
128      //
129      // typeNameTextBox
130      //
131      this.typeNameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
132                  | System.Windows.Forms.AnchorStyles.Right)));
133      this.typeNameTextBox.Location = new System.Drawing.Point(74, 55);
134      this.typeNameTextBox.Name = "typeNameTextBox";
135      this.typeNameTextBox.Size = new System.Drawing.Size(279, 20);
136      this.typeNameTextBox.TabIndex = 4;
137      this.typeNameTextBox.TextChanged += new System.EventHandler(this.typeNameTextBox_TextChanged);
138      this.typeNameTextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.typeNameTextBox_KeyDown);
139      //
140      // typeNameLabel
141      //
142      this.typeNameLabel.AutoSize = true;
143      this.typeNameLabel.Location = new System.Drawing.Point(3, 58);
144      this.typeNameLabel.Name = "typeNameLabel";
145      this.typeNameLabel.Size = new System.Drawing.Size(65, 13);
146      this.typeNameLabel.TabIndex = 3;
147      this.typeNameLabel.Text = "&Type Name:";
148      //
149      // DataTypeView
150      //
151      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
152      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
153      this.Controls.Add(this.sqlNameComboBox);
154      this.Controls.Add(this.platformComboBox);
155      this.Controls.Add(this.platformLabel);
156      this.Controls.Add(this.sqlNameLabel);
157      this.Controls.Add(this.typeNameLabel);
158      this.Controls.Add(this.nameLabel);
159      this.Controls.Add(this.typeNameTextBox);
160      this.Controls.Add(this.nameTextBox);
161      this.Name = "DataTypeView";
162      this.Size = new System.Drawing.Size(350, 143);
163      this.Controls.SetChildIndex(this.storeButton, 0);
164      this.Controls.SetChildIndex(this.nameTextBox, 0);
165      this.Controls.SetChildIndex(this.typeNameTextBox, 0);
166      this.Controls.SetChildIndex(this.nameLabel, 0);
167      this.Controls.SetChildIndex(this.typeNameLabel, 0);
168      this.Controls.SetChildIndex(this.sqlNameLabel, 0);
169      this.Controls.SetChildIndex(this.platformLabel, 0);
170      this.Controls.SetChildIndex(this.platformComboBox, 0);
171      this.Controls.SetChildIndex(this.sqlNameComboBox, 0);
172      this.ResumeLayout(false);
173      this.PerformLayout();
174
175    }
176
177    #endregion
178
179    private System.Windows.Forms.TextBox nameTextBox;
180    private System.Windows.Forms.Label nameLabel;
181    private System.Windows.Forms.Label sqlNameLabel;
182    private System.Windows.Forms.Label platformLabel;
183    private System.Windows.Forms.ComboBox platformComboBox;
184    private System.Windows.Forms.ComboBox sqlNameComboBox;
185    private System.Windows.Forms.TextBox typeNameTextBox;
186    private System.Windows.Forms.Label typeNameLabel;
187  }
188}
Note: See TracBrowser for help on using the repository browser.