Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 4492 was 4492, checked in by swagner, 14 years ago

Worked on OKB (#1174)

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